⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch9_demoform005.designer.cs

📁 章立民-visual stadio 2005 c#编程技巧
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.leftToolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
            this.leftToolStripMenuItem2.Text = "靠左(&L)";
            // 
            // centerToolStripMenuItem
            // 
            this.centerToolStripMenuItem.Name = "centerToolStripMenuItem";
            this.centerToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
            this.centerToolStripMenuItem.Text = "置中(&C)";
            // 
            // rightToolStripMenuItem2
            // 
            this.rightToolStripMenuItem2.Name = "rightToolStripMenuItem2";
            this.rightToolStripMenuItem2.Size = new System.Drawing.Size(112, 22);
            this.rightToolStripMenuItem2.Text = "靠右(&R)";
            // 
            // standardToolStrip
            // 
            this.standardToolStrip.Dock = System.Windows.Forms.DockStyle.Right;
            this.standardToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.NewToolStripButton,
            this.OpenToolStripButton,
            this.SaveToolStripButton,
            this.PrintToolStripButton,
            this.toolStripSeparator,
            this.CutToolStripButton,
            this.CopyToolStripButton,
            this.PasteToolStripButton,
            this.ToolStripSeparator3,
            this.HelpToolStripButton});
            this.standardToolStrip.Location = new System.Drawing.Point(384, 25);
            this.standardToolStrip.Name = "standardToolStrip";
            this.standardToolStrip.Size = new System.Drawing.Size(92, 193);
            this.standardToolStrip.TabIndex = 8;
            this.standardToolStrip.Text = "standardToolStrip";
            // 
            // NewToolStripButton
            // 
            this.NewToolStripButton.Image = global::CH9.Properties.Resources.NewDocumentHS;
            this.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.NewToolStripButton.Name = "NewToolStripButton";
            this.NewToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.NewToolStripButton.Text = "新建文件(&N)";
            // 
            // OpenToolStripButton
            // 
            this.OpenToolStripButton.Image = global::CH9.Properties.Resources.openHS;
            this.OpenToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.OpenToolStripButton.Name = "OpenToolStripButton";
            this.OpenToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.OpenToolStripButton.Text = "打开文件(&O)";
            // 
            // SaveToolStripButton
            // 
            this.SaveToolStripButton.Image = global::CH9.Properties.Resources.saveHS;
            this.SaveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.SaveToolStripButton.Name = "SaveToolStripButton";
            this.SaveToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.SaveToolStripButton.Text = "保存文件(&S)";
            // 
            // PrintToolStripButton
            // 
            this.PrintToolStripButton.Image = global::CH9.Properties.Resources.PrintHS;
            this.PrintToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.PrintToolStripButton.Name = "PrintToolStripButton";
            this.PrintToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.PrintToolStripButton.Text = "打印(&P)";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(89, 6);
            // 
            // CutToolStripButton
            // 
            this.CutToolStripButton.Image = global::CH9.Properties.Resources.CutHS;
            this.CutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.CutToolStripButton.Name = "CutToolStripButton";
            this.CutToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.CutToolStripButton.Text = "剪切(&U)";
            // 
            // CopyToolStripButton
            // 
            this.CopyToolStripButton.Image = global::CH9.Properties.Resources.CopyHS;
            this.CopyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.CopyToolStripButton.Name = "CopyToolStripButton";
            this.CopyToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.CopyToolStripButton.Text = "复制(&C)";
            // 
            // PasteToolStripButton
            // 
            this.PasteToolStripButton.Image = global::CH9.Properties.Resources.PasteHS;
            this.PasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.PasteToolStripButton.Name = "PasteToolStripButton";
            this.PasteToolStripButton.Size = new System.Drawing.Size(89, 20);
            this.PasteToolStripButton.Text = "粘贴(&P)";
            // 
            // ToolStripSeparator3
            // 
            this.ToolStripSeparator3.Name = "ToolStripSeparator3";
            this.ToolStripSeparator3.Size = new System.Drawing.Size(87, 6);
            // 
            // HelpToolStripButton
            // 
            this.HelpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.HelpToolStripButton.Name = "HelpToolStripButton";
            this.HelpToolStripButton.Size = new System.Drawing.Size(51, 16);
            this.HelpToolStripButton.Text = "說明(&L)";
            // 
            // CH9_DemoForm005
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(476, 218);
            this.Controls.Add(this.standardToolStrip);
            this.Controls.Add(this.toolStrip1);
            this.Name = "CH9_DemoForm005";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "定位与排列技巧总览";
            this.Load += new System.EventHandler(this.CH9_DemoForm005_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.standardToolStrip.ResumeLayout(false);
            this.standardToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        internal System.Windows.Forms.ToolStrip toolStrip1;
        internal System.Windows.Forms.ToolStripDropDownButton LayoutButton;
        internal System.Windows.Forms.ToolStripMenuItem tableToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem flowToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem verticalToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem bottomUpToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem topDownToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem horizontalToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem leftToRightToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem rightToLeftToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem splitStackToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem verticalToolStripMenuItem1;
        internal System.Windows.Forms.ToolStripMenuItem horizontalToolStripMenuItem1;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator4;
        internal System.Windows.Forms.ToolStripDropDownButton DockButton;
        internal System.Windows.Forms.ToolStripMenuItem leftToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem rightToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem topToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem bottomToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem fillToolStripMenuItem;
        internal System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        internal System.Windows.Forms.ToolStripDropDownButton TextImageRelationButton;
        internal System.Windows.Forms.ToolStripMenuItem imageBeforeTextToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem textBeforeImageToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem imageAboveTextToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem textAboveImageToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem overlayToolStripMenuItem;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator5;
        internal System.Windows.Forms.ToolStripDropDownButton TextAlignButton;
        internal System.Windows.Forms.ToolStripMenuItem leftToolStripMenuItem1;
        internal System.Windows.Forms.ToolStripMenuItem righToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem rightToolStripMenuItem1;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator6;
        internal System.Windows.Forms.ToolStripDropDownButton ImageAlignButton;
        internal System.Windows.Forms.ToolStripMenuItem leftToolStripMenuItem2;
        internal System.Windows.Forms.ToolStripMenuItem centerToolStripMenuItem;
        internal System.Windows.Forms.ToolStripMenuItem rightToolStripMenuItem2;
        internal System.Windows.Forms.ToolStrip standardToolStrip;
        internal System.Windows.Forms.ToolStripButton NewToolStripButton;
        internal System.Windows.Forms.ToolStripButton OpenToolStripButton;
        internal System.Windows.Forms.ToolStripButton SaveToolStripButton;
        internal System.Windows.Forms.ToolStripButton PrintToolStripButton;
        internal System.Windows.Forms.ToolStripSeparator toolStripSeparator;
        internal System.Windows.Forms.ToolStripButton CutToolStripButton;
        internal System.Windows.Forms.ToolStripButton CopyToolStripButton;
        internal System.Windows.Forms.ToolStripButton PasteToolStripButton;
        internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator3;
        internal System.Windows.Forms.ToolStripButton HelpToolStripButton;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -