?? ch9_demoform005.designer.cs
字號:
this.splitStackToolStripMenuItem.Name = "splitStackToolStripMenuItem";
this.splitStackToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.splitStackToolStripMenuItem.Text = "配置方式(&S)";
//
// autoToolStripMenuItem
//
this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
this.autoToolStripMenuItem.Size = new System.Drawing.Size(208, 22);
this.autoToolStripMenuItem.Text = "自動配置(&A)";
this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click);
//
// verticalToolStripMenuItem1
//
this.verticalToolStripMenuItem1.Name = "verticalToolStripMenuItem1";
this.verticalToolStripMenuItem1.Size = new System.Drawing.Size(208, 22);
this.verticalToolStripMenuItem1.Text = "可溢位的垂直方式配置(&V)";
this.verticalToolStripMenuItem1.Click += new System.EventHandler(this.verticalToolStripMenuItem1_Click);
//
// horizontalToolStripMenuItem1
//
this.horizontalToolStripMenuItem1.Name = "horizontalToolStripMenuItem1";
this.horizontalToolStripMenuItem1.Size = new System.Drawing.Size(208, 22);
this.horizontalToolStripMenuItem1.Text = "可溢位的水平方式配置(&H)";
this.horizontalToolStripMenuItem1.Click += new System.EventHandler(this.horizontalToolStripMenuItem1_Click);
//
// ToolStripSeparator4
//
this.ToolStripSeparator4.Name = "ToolStripSeparator4";
this.ToolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// DockButton
//
this.DockButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.leftToolStripMenuItem,
this.rightToolStripMenuItem,
this.topToolStripMenuItem,
this.bottomToolStripMenuItem,
this.fillToolStripMenuItem});
this.DockButton.Image = ((System.Drawing.Image)(resources.GetObject("DockButton.Image")));
this.DockButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DockButton.Name = "DockButton";
this.DockButton.Size = new System.Drawing.Size(76, 22);
this.DockButton.Text = "停靠(&D)";
this.DockButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.DockButton_DropDownItemClicked);
//
// leftToolStripMenuItem
//
this.leftToolStripMenuItem.Name = "leftToolStripMenuItem";
this.leftToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.leftToolStripMenuItem.Text = "左邊界(&L)";
//
// rightToolStripMenuItem
//
this.rightToolStripMenuItem.Name = "rightToolStripMenuItem";
this.rightToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.rightToolStripMenuItem.Text = "右邊界(&R)";
//
// topToolStripMenuItem
//
this.topToolStripMenuItem.Name = "topToolStripMenuItem";
this.topToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.topToolStripMenuItem.Text = "上邊界(&T)";
//
// bottomToolStripMenuItem
//
this.bottomToolStripMenuItem.Name = "bottomToolStripMenuItem";
this.bottomToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.bottomToolStripMenuItem.Text = "下邊界(&B)";
//
// fillToolStripMenuItem
//
this.fillToolStripMenuItem.Name = "fillToolStripMenuItem";
this.fillToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.fillToolStripMenuItem.Text = "填滿窗體(&F)";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// TextImageRelationButton
//
this.TextImageRelationButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.imageBeforeTextToolStripMenuItem,
this.textBeforeImageToolStripMenuItem,
this.imageAboveTextToolStripMenuItem,
this.textAboveImageToolStripMenuItem,
this.overlayToolStripMenuItem});
this.TextImageRelationButton.Image = ((System.Drawing.Image)(resources.GetObject("TextImageRelationButton.Image")));
this.TextImageRelationButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TextImageRelationButton.Name = "TextImageRelationButton";
this.TextImageRelationButton.Size = new System.Drawing.Size(160, 22);
this.TextImageRelationButton.Text = "文字與圖像相對位置(&R)";
this.TextImageRelationButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TextImageRelationButton_DropDownItemClicked);
//
// imageBeforeTextToolStripMenuItem
//
this.imageBeforeTextToolStripMenuItem.Name = "imageBeforeTextToolStripMenuItem";
this.imageBeforeTextToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.imageBeforeTextToolStripMenuItem.Text = "圖像在文字之前(&I)";
//
// textBeforeImageToolStripMenuItem
//
this.textBeforeImageToolStripMenuItem.Name = "textBeforeImageToolStripMenuItem";
this.textBeforeImageToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.textBeforeImageToolStripMenuItem.Text = "文字在圖像之前(&T)";
//
// imageAboveTextToolStripMenuItem
//
this.imageAboveTextToolStripMenuItem.Name = "imageAboveTextToolStripMenuItem";
this.imageAboveTextToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.imageAboveTextToolStripMenuItem.Text = "圖像在文字之上(&A)";
//
// textAboveImageToolStripMenuItem
//
this.textAboveImageToolStripMenuItem.Name = "textAboveImageToolStripMenuItem";
this.textAboveImageToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.textAboveImageToolStripMenuItem.Text = "文字在圖像之上(&B)";
//
// overlayToolStripMenuItem
//
this.overlayToolStripMenuItem.Name = "overlayToolStripMenuItem";
this.overlayToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
this.overlayToolStripMenuItem.Text = "重疊(&O)";
//
// ToolStripSeparator5
//
this.ToolStripSeparator5.Name = "ToolStripSeparator5";
this.ToolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// TextAlignButton
//
this.TextAlignButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.leftToolStripMenuItem1,
this.righToolStripMenuItem,
this.rightToolStripMenuItem1});
this.TextAlignButton.Image = ((System.Drawing.Image)(resources.GetObject("TextAlignButton.Image")));
this.TextAlignButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.TextAlignButton.Name = "TextAlignButton";
this.TextAlignButton.Size = new System.Drawing.Size(100, 22);
this.TextAlignButton.Text = "文本對齊(&T)";
this.TextAlignButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.TextAlignButton_DropDownItemClicked);
//
// leftToolStripMenuItem1
//
this.leftToolStripMenuItem1.Name = "leftToolStripMenuItem1";
this.leftToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.leftToolStripMenuItem1.Text = "靠左(&L)";
//
// righToolStripMenuItem
//
this.righToolStripMenuItem.Name = "righToolStripMenuItem";
this.righToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.righToolStripMenuItem.Text = "居中(&C)";
//
// rightToolStripMenuItem1
//
this.rightToolStripMenuItem1.Name = "rightToolStripMenuItem1";
this.rightToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
this.rightToolStripMenuItem1.Text = "靠右(&R)";
//
// ToolStripSeparator6
//
this.ToolStripSeparator6.Name = "ToolStripSeparator6";
this.ToolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// ImageAlignButton
//
this.ImageAlignButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.leftToolStripMenuItem2,
this.centerToolStripMenuItem,
this.rightToolStripMenuItem2});
this.ImageAlignButton.Image = ((System.Drawing.Image)(resources.GetObject("ImageAlignButton.Image")));
this.ImageAlignButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ImageAlignButton.Name = "ImageAlignButton";
this.ImageAlignButton.Size = new System.Drawing.Size(100, 20);
this.ImageAlignButton.Text = "影像對齊(&I)";
this.ImageAlignButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.ImageAlignButton_DropDownItemClicked);
//
// leftToolStripMenuItem2
//
this.leftToolStripMenuItem2.Name = "leftToolStripMenuItem2";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -