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

📄 form1.designer.cs

📁 Visual C#2005程序设计教程
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace WinApp菜单1
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.menuW = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMax = new System.Windows.Forms.ToolStripMenuItem();
            this.menuMid = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSmall = new System.Windows.Forms.ToolStripMenuItem();
            this.menuW_ = new System.Windows.Forms.ToolStripSeparator();
            this.menuO = new System.Windows.Forms.ToolStripMenuItem();
            this.menuOO = new System.Windows.Forms.ToolStripMenuItem();
            this.menuOMid = new System.Windows.Forms.ToolStripMenuItem();
            this.menuC = new System.Windows.Forms.ToolStripMenuItem();
            this.menuD = new System.Windows.Forms.ToolStripMenuItem();
            this.menuR = new System.Windows.Forms.ToolStripMenuItem();
            this.menuG = new System.Windows.Forms.ToolStripMenuItem();
            this.menuB = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cMenuD = new System.Windows.Forms.ToolStripMenuItem();
            this.cMenuR = new System.Windows.Forms.ToolStripMenuItem();
            this.cMenuG = new System.Windows.Forms.ToolStripMenuItem();
            this.cMenuB = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.btnO = new System.Windows.Forms.ToolStripSplitButton();
            this.btnOO = new System.Windows.Forms.ToolStripMenuItem();
            this.btnOMid = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.btnMax = new System.Windows.Forms.ToolStripButton();
            this.btnMid = new System.Windows.Forms.ToolStripButton();
            this.btnSmall = new System.Windows.Forms.ToolStripButton();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.lblS = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblO = new System.Windows.Forms.ToolStripStatusLabel();
            this.lblC = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuW,
            this.menuC});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(292, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // menuW
            // 
            this.menuW.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuMax,
            this.menuMid,
            this.menuSmall,
            this.menuW_,
            this.menuO});
            this.menuW.Name = "menuW";
            this.menuW.Size = new System.Drawing.Size(73, 20);
            this.menuW.Text = "窗口(&W)";
            // 
            // menuMax
            // 
            this.menuMax.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.menuMax.Name = "menuMax";
            this.menuMax.Size = new System.Drawing.Size(160, 22);
            this.menuMax.Text = "800x600像素";
            this.menuMax.Click += new System.EventHandler(this.menuMax_Click);
            // 
            // menuMid
            // 
            this.menuMid.Name = "menuMid";
            this.menuMid.Size = new System.Drawing.Size(160, 22);
            this.menuMid.Text = "600x400像素";
            this.menuMid.Click += new System.EventHandler(this.menuMid_Click);
            // 
            // menuSmall
            // 
            this.menuSmall.Name = "menuSmall";
            this.menuSmall.Size = new System.Drawing.Size(160, 22);
            this.menuSmall.Text = "400x360像素";
            this.menuSmall.Click += new System.EventHandler(this.menuSmall_Click);
            // 
            // menuW_
            // 
            this.menuW_.Name = "menuW_";
            this.menuW_.Size = new System.Drawing.Size(157, 6);
            // 
            // menuO
            // 
            this.menuO.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuOO,
            this.menuOMid});
            this.menuO.Name = "menuO";
            this.menuO.Size = new System.Drawing.Size(160, 22);
            this.menuO.Text = "透明度";
            // 
            // menuOO
            // 
            this.menuOO.Name = "menuOO";
            this.menuOO.Size = new System.Drawing.Size(119, 22);
            this.menuOO.Text = "不透明";
            this.menuOO.Click += new System.EventHandler(this.menuOO_Click);
            // 
            // menuOMid
            // 
            this.menuOMid.Name = "menuOMid";
            this.menuOMid.Size = new System.Drawing.Size(119, 22);
            this.menuOMid.Text = "半透明";
            this.menuOMid.Click += new System.EventHandler(this.menuOMid_Click);
            // 
            // menuC
            // 
            this.menuC.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuD,
            this.menuR,
            this.menuG,
            this.menuB});
            this.menuC.Name = "menuC";
            this.menuC.Size = new System.Drawing.Size(73, 20);
            this.menuC.Text = "颜色(&C)";
            // 
            // menuD
            // 
            this.menuD.Name = "menuD";
            this.menuD.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
            this.menuD.Size = new System.Drawing.Size(159, 22);
            this.menuD.Text = "默认";
            this.menuD.Click += new System.EventHandler(this.menuD_Click);
            // 
            // menuR
            // 
            this.menuR.Name = "menuR";
            this.menuR.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
            this.menuR.Size = new System.Drawing.Size(159, 22);
            this.menuR.Text = "红";
            this.menuR.Click += new System.EventHandler(this.menuR_Click);
            // 
            // menuG
            // 
            this.menuG.Name = "menuG";
            this.menuG.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
            this.menuG.Size = new System.Drawing.Size(159, 22);
            this.menuG.Text = "绿";
            this.menuG.Click += new System.EventHandler(this.menuG_Click);
            // 
            // menuB
            // 
            this.menuB.Name = "menuB";
            this.menuB.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)));
            this.menuB.Size = new System.Drawing.Size(159, 22);
            this.menuB.Text = "蓝";
            this.menuB.Click += new System.EventHandler(this.menuB_Click);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cMenuD,
            this.cMenuR,
            this.cMenuG,
            this.cMenuB});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(105, 92);
            // 
            // cMenuD
            // 
            this.cMenuD.Checked = true;
            this.cMenuD.CheckOnClick = true;
            this.cMenuD.CheckState = System.Windows.Forms.CheckState.Indeterminate;
            this.cMenuD.Name = "cMenuD";
            this.cMenuD.Size = new System.Drawing.Size(104, 22);
            this.cMenuD.Text = "默认";
            this.cMenuD.Click += new System.EventHandler(this.cMenuD_Click);

⌨️ 快捷键说明

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