?? ch9_demoform006.designer.cs
字號:
?namespace CH9
{
partial class CH9_DemoForm006
{
/// <summary>
/// 設計工具所需的變數。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應該公開 Managed 資源則為 true,否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設計工具產生的程式碼
/// <summary>
/// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
///
/// </summary>
private void InitializeComponent()
{
this.standardToolStrip = new System.Windows.Forms.ToolStrip();
this.ToolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.ToolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.ToolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.ToolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.Label1 = new System.Windows.Forms.Label();
this.standardToolStrip.SuspendLayout();
this.SuspendLayout();
//
// standardToolStrip
//
this.standardToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.ToolStripButton1,
this.ToolStripButton3,
this.ToolStripButton2,
this.ToolStripButton4,
this.ToolStripSeparator2,
this.ToolStripButton6,
this.ToolStripButton5,
this.ToolStripButton7,
this.ToolStripButton8,
this.ToolStripSeparator3});
this.standardToolStrip.Location = new System.Drawing.Point(0, 0);
this.standardToolStrip.Name = "standardToolStrip";
this.standardToolStrip.Size = new System.Drawing.Size(300, 25);
this.standardToolStrip.TabIndex = 9;
this.standardToolStrip.Text = "standardToolStrip";
this.standardToolStrip.Layout += new System.Windows.Forms.LayoutEventHandler(this.standardToolStrip_Layout);
this.standardToolStrip.LayoutCompleted += new System.EventHandler(this.standardToolStrip_LayoutCompleted);
//
// ToolStripButton1
//
this.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton1.Image = global::CH9.Properties.Resources.NewDocumentHS;
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton1.Name = "ToolStripButton1";
this.ToolStripButton1.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton1.Text = "新建文件(&N)";
//
// ToolStripButton3
//
this.ToolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton3.Image = global::CH9.Properties.Resources.saveHS;
this.ToolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton3.Name = "ToolStripButton3";
this.ToolStripButton3.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton3.Text = "保存文件(&S)";
//
// ToolStripButton2
//
this.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton2.Image = global::CH9.Properties.Resources.openHS;
this.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton2.Name = "ToolStripButton2";
this.ToolStripButton2.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton2.Text = "打開文件(&O)";
//
// ToolStripButton4
//
this.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton4.Image = global::CH9.Properties.Resources.PrintHS;
this.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton4.Name = "ToolStripButton4";
this.ToolStripButton4.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton4.Text = "打印(&P)";
//
// ToolStripSeparator2
//
this.ToolStripSeparator2.Name = "ToolStripSeparator2";
this.ToolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// ToolStripButton6
//
this.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton6.Image = global::CH9.Properties.Resources.CopyHS;
this.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton6.Name = "ToolStripButton6";
this.ToolStripButton6.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton6.Text = "復制(&C)";
//
// ToolStripButton5
//
this.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton5.Image = global::CH9.Properties.Resources.CutHS;
this.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton5.Name = "ToolStripButton5";
this.ToolStripButton5.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton5.Text = "剪切(&U)";
//
// ToolStripButton7
//
this.ToolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton7.Image = global::CH9.Properties.Resources.PasteHS;
this.ToolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton7.Name = "ToolStripButton7";
this.ToolStripButton7.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton7.Text = "粘貼(&P)";
//
// ToolStripButton8
//
this.ToolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.ToolStripButton8.Image = global::CH9.Properties.Resources.HELPICON;
this.ToolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton8.Name = "ToolStripButton8";
this.ToolStripButton8.Size = new System.Drawing.Size(23, 22);
this.ToolStripButton8.Text = "說明(&L)";
//
// ToolStripSeparator3
//
this.ToolStripSeparator3.Name = "ToolStripSeparator3";
this.ToolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// Label1
//
this.Label1.AutoSize = true;
this.Label1.Font = new System.Drawing.Font("宋體", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Label1.Location = new System.Drawing.Point(11, 44);
this.Label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.Label1.Name = "Label1";
this.Label1.Size = new System.Drawing.Size(283, 42);
this.Label1.TabIndex = 10;
this.Label1.Text = "請左右拖曳窗體的邊框\r\n并觀察工具欄中的按鈕的變化";
this.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// CH9_DemoForm006
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(300, 114);
this.Controls.Add(this.Label1);
this.Controls.Add(this.standardToolStrip);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CH9_DemoForm006";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "動態溢出設置技巧";
this.Load += new System.EventHandler(this.CH9_DemoForm006_Load);
this.standardToolStrip.ResumeLayout(false);
this.standardToolStrip.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.ToolStrip standardToolStrip;
internal System.Windows.Forms.ToolStripButton ToolStripButton1;
internal System.Windows.Forms.ToolStripButton ToolStripButton3;
internal System.Windows.Forms.ToolStripButton ToolStripButton2;
internal System.Windows.Forms.ToolStripButton ToolStripButton4;
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator2;
internal System.Windows.Forms.ToolStripButton ToolStripButton6;
internal System.Windows.Forms.ToolStripButton ToolStripButton5;
internal System.Windows.Forms.ToolStripButton ToolStripButton7;
internal System.Windows.Forms.ToolStripButton ToolStripButton8;
internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
internal System.Windows.Forms.Label Label1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -