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

📄 form1.designer.cs

📁 C#设计模式源码
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.txtWorkYear1.Location = new System.Drawing.Point(101, 157);
            this.txtWorkYear1.Name = "txtWorkYear1";
            this.txtWorkYear1.Size = new System.Drawing.Size(100, 23);
            this.txtWorkYear1.TabIndex = 5;
            this.txtWorkYear1.Text = "6";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(31, 88);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(42, 14);
            this.label14.TabIndex = 4;
            this.label14.Text = "性别:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(31, 48);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(42, 14);
            this.label13.TabIndex = 2;
            this.label13.Text = "姓名:";
            // 
            // txtName1
            // 
            this.txtName1.Location = new System.Drawing.Point(101, 45);
            this.txtName1.Name = "txtName1";
            this.txtName1.Size = new System.Drawing.Size(100, 23);
            this.txtName1.TabIndex = 1;
            this.txtName1.Text = "张赴直";
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.groupBox9);
            this.tabPage7.Controls.Add(this.button11);
            this.tabPage7.Controls.Add(this.button10);
            this.tabPage7.Location = new System.Drawing.Point(4, 23);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage7.Size = new System.Drawing.Size(888, 463);
            this.tabPage7.TabIndex = 6;
            this.tabPage7.Text = "外观模式";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // groupBox9
            // 
            this.groupBox9.Controls.Add(this.listBox2);
            this.groupBox9.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.groupBox9.Location = new System.Drawing.Point(3, 199);
            this.groupBox9.Name = "groupBox9";
            this.groupBox9.Size = new System.Drawing.Size(882, 261);
            this.groupBox9.TabIndex = 2;
            this.groupBox9.TabStop = false;
            this.groupBox9.Text = "执行方法显示信息";
            // 
            // listBox2
            // 
            this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 14;
            this.listBox2.Location = new System.Drawing.Point(3, 19);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(876, 228);
            this.listBox2.TabIndex = 0;
            // 
            // button11
            // 
            this.button11.Location = new System.Drawing.Point(169, 135);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(127, 42);
            this.button11.TabIndex = 1;
            this.button11.Text = "执行方法二";
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(27, 135);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(127, 42);
            this.button10.TabIndex = 0;
            this.button10.Text = "执行方法一";
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.groupBox11);
            this.tabPage8.Controls.Add(this.groupBox10);
            this.tabPage8.Location = new System.Drawing.Point(4, 23);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage8.Size = new System.Drawing.Size(888, 463);
            this.tabPage8.TabIndex = 7;
            this.tabPage8.Text = "建造者模式";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.button14);
            this.groupBox11.Controls.Add(this.lbBuilderB);
            this.groupBox11.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox11.Location = new System.Drawing.Point(315, 3);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(312, 457);
            this.groupBox11.TabIndex = 5;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "建告步骤";
            // 
            // button14
            // 
            this.button14.Location = new System.Drawing.Point(71, 404);
            this.button14.Name = "button14";
            this.button14.Size = new System.Drawing.Size(127, 42);
            this.button14.TabIndex = 3;
            this.button14.Text = "建告者B";
            this.button14.UseVisualStyleBackColor = true;
            this.button14.Click += new System.EventHandler(this.button14_Click);
            // 
            // lbBuilderB
            // 
            this.lbBuilderB.Dock = System.Windows.Forms.DockStyle.Top;
            this.lbBuilderB.FormattingEnabled = true;
            this.lbBuilderB.ItemHeight = 14;
            this.lbBuilderB.Location = new System.Drawing.Point(3, 19);
            this.lbBuilderB.Name = "lbBuilderB";
            this.lbBuilderB.Size = new System.Drawing.Size(306, 368);
            this.lbBuilderB.TabIndex = 0;
            // 
            // groupBox10
            // 
            this.groupBox10.Controls.Add(this.button13);
            this.groupBox10.Controls.Add(this.lbBuilderA);
            this.groupBox10.Dock = System.Windows.Forms.DockStyle.Left;
            this.groupBox10.Location = new System.Drawing.Point(3, 3);
            this.groupBox10.Name = "groupBox10";
            this.groupBox10.Size = new System.Drawing.Size(312, 457);
            this.groupBox10.TabIndex = 4;
            this.groupBox10.TabStop = false;
            this.groupBox10.Text = "建告步骤";
            // 
            // button13
            // 
            this.button13.Location = new System.Drawing.Point(72, 404);
            this.button13.Name = "button13";
            this.button13.Size = new System.Drawing.Size(127, 42);
            this.button13.TabIndex = 3;
            this.button13.Text = "建告者A";
            this.button13.UseVisualStyleBackColor = true;
            this.button13.Click += new System.EventHandler(this.button13_Click_1);
            // 
            // lbBuilderA
            // 
            this.lbBuilderA.Dock = System.Windows.Forms.DockStyle.Top;
            this.lbBuilderA.FormattingEnabled = true;
            this.lbBuilderA.ItemHeight = 14;
            this.lbBuilderA.Location = new System.Drawing.Point(3, 19);
            this.lbBuilderA.Name = "lbBuilderA";
            this.lbBuilderA.Size = new System.Drawing.Size(306, 368);
            this.lbBuilderA.TabIndex = 0;
            // 
            // tabPage9
            // 
            this.tabPage9.Location = new System.Drawing.Point(4, 23);
            this.tabPage9.Name = "tabPage9";
            this.tabPage9.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage9.Size = new System.Drawing.Size(888, 463);
            this.tabPage9.TabIndex = 8;
            this.tabPage9.Text = "观察者模式";
            this.tabPage9.UseVisualStyleBackColor = true;
            // 
            // frmDesignMode
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(896, 490);
            this.Controls.Add(this.tabControl1);
            this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "frmDesignMode";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "设计模式";
            this.Load += new System.EventHandler(this.frmDesignMode_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nubCount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudPrices)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.tabPage5.PerformLayout();
            this.tabPage6.ResumeLayout(false);
            this.groupBox8.ResumeLayout(false);
            this.groupBox8.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.groupBox7.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.tabPage7.ResumeLayout(false);
            this.groupBox9.ResumeLayout(false);
            this.tabPage8.ResumeLayout(false);
            this.groupBox11.ResumeLayout(false);
            this.groupBox10.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtResult;
        private System.Windows.Forms.ComboBox comboBox1;
        private System.Windows.Forms.TextBox txtNumberB;
        private System.Windows.Forms.TextBox txtNumberA;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.NumericUpDown nubCount;
        private System.Windows.Forms.NumericUpDown nudPrices;
        private System.Windows.Forms.TextBox txtCalcResult;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.ComboBox cbCalc;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.GroupBox groupBox2;
        public System.Windows.Forms.ListBox lbShow;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.Button button7;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox txtResu;
        private System.Windows.Forms.ComboBox cbOperator;
        private System.Windows.Forms.TextBox NumberB;
        private System.Windows.Forms.TextBox NumberA;
        private System.Windows.Forms.TabPage tabPage6;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ComboBox cbSex1;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox txtWorkYear1;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox txtName1;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox txtAge1;
        private System.Windows.Forms.Label label17;
        private System.Windows.Forms.TextBox txtCompany1;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox txtCompany2;
        private System.Windows.Forms.Label label19;
        private System.Windows.Forms.TextBox txtAge2;
        private System.Windows.Forms.ComboBox cbSex2;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.TextBox txtWorkYear2;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label22;
        private System.Windows.Forms.TextBox txtName2;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.GroupBox groupBox5;
        private System.Windows.Forms.ListBox lbResume;
        private System.Windows.Forms.GroupBox groupBox6;
        private System.Windows.Forms.ListBox lbResume3;
        private System.Windows.Forms.GroupBox groupBox7;
        private System.Windows.Forms.Label label23;
        private System.Windows.Forms.TextBox txtCompany3;
        private System.Windows.Forms.Label label24;
        private System.Windows.Forms.TextBox txtAge3;
        private System.Windows.Forms.ComboBox cbSex3;
        private System.Windows.Forms.Label label25;
        private System.Windows.Forms.TextBox txtWorkYear3;
        private System.Windows.Forms.Label label26;
        private System.Windows.Forms.Label label27;
        private System.Windows.Forms.TextBox txtName3;
        private System.Windows.Forms.GroupBox groupBox8;
        private System.Windows.Forms.TextBox txtResum;
        private System.Windows.Forms.TabPage tabPage7;
        private System.Windows.Forms.GroupBox groupBox9;
        private System.Windows.Forms.Button button11;
        private System.Windows.Forms.Button button10;
        private System.Windows.Forms.ListBox listBox2;
        private System.Windows.Forms.TabPage tabPage8;
        private System.Windows.Forms.GroupBox groupBox10;
        private System.Windows.Forms.ListBox lbBuilderA;
        private System.Windows.Forms.GroupBox groupBox11;
        private System.Windows.Forms.Button button14;
        private System.Windows.Forms.ListBox lbBuilderB;
        private System.Windows.Forms.Button button13;
        private System.Windows.Forms.TabPage tabPage9;
    }
}

⌨️ 快捷键说明

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