paraform.cs

来自「初学Csharp」· CS 代码 · 共 897 行 · 第 1/3 页

CS
897
字号
			this.dg_class.DataMember = "";
			this.dg_class.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dg_class.Location = new System.Drawing.Point(8, 16);
			this.dg_class.Name = "dg_class";
			this.dg_class.ReadOnly = true;
			this.dg_class.Size = new System.Drawing.Size(344, 112);
			this.dg_class.TabIndex = 1;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.checkBox_Add_Class);
			this.groupBox3.Controls.Add(this.button4);
			this.groupBox3.Controls.Add(this.textBox3);
			this.groupBox3.Controls.Add(this.textBox4);
			this.groupBox3.Controls.Add(this.label3);
			this.groupBox3.Controls.Add(this.label4);
			this.groupBox3.Location = new System.Drawing.Point(8, 8);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(360, 112);
			this.groupBox3.TabIndex = 2;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "信息添加";
			// 
			// checkBox_Add_Class
			// 
			this.checkBox_Add_Class.Location = new System.Drawing.Point(248, 32);
			this.checkBox_Add_Class.Name = "checkBox_Add_Class";
			this.checkBox_Add_Class.Size = new System.Drawing.Size(88, 24);
			this.checkBox_Add_Class.TabIndex = 5;
			this.checkBox_Add_Class.Text = "添加新领域";
			this.checkBox_Add_Class.CheckedChanged += new System.EventHandler(this.checkBox_Add_Class_CheckedChanged);
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(248, 64);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(80, 24);
			this.button4.TabIndex = 4;
			this.button4.Text = "添加确认";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// textBox3
			// 
			this.textBox3.Enabled = false;
			this.textBox3.Location = new System.Drawing.Point(104, 32);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(88, 21);
			this.textBox3.TabIndex = 3;
			this.textBox3.Text = "";
			// 
			// textBox4
			// 
			this.textBox4.Enabled = false;
			this.textBox4.Location = new System.Drawing.Point(104, 69);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(88, 21);
			this.textBox4.TabIndex = 2;
			this.textBox4.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(16, 72);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(80, 24);
			this.label3.TabIndex = 1;
			this.label3.Text = "领域名称";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(16, 35);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(80, 24);
			this.label4.TabIndex = 0;
			this.label4.Text = "代码领域编号";
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.groupBox2);
			this.tabPage2.Controls.Add(this.groupBox1);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(376, 279);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "代码平台";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.dg_plat);
			this.groupBox2.Location = new System.Drawing.Point(8, 128);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(360, 136);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			// 
			// dg_plat
			// 
			this.dg_plat.CaptionText = "现有代码平台";
			this.dg_plat.DataMember = "";
			this.dg_plat.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dg_plat.Location = new System.Drawing.Point(8, 16);
			this.dg_plat.Name = "dg_plat";
			this.dg_plat.ReadOnly = true;
			this.dg_plat.Size = new System.Drawing.Size(344, 112);
			this.dg_plat.TabIndex = 1;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.checkBox_Add_Plat);
			this.groupBox1.Controls.Add(this.button3);
			this.groupBox1.Controls.Add(this.textBox2);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Location = new System.Drawing.Point(8, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(360, 112);
			this.groupBox1.TabIndex = 1;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "信息添加";
			// 
			// checkBox_Add_Plat
			// 
			this.checkBox_Add_Plat.Location = new System.Drawing.Point(248, 32);
			this.checkBox_Add_Plat.Name = "checkBox_Add_Plat";
			this.checkBox_Add_Plat.Size = new System.Drawing.Size(80, 24);
			this.checkBox_Add_Plat.TabIndex = 5;
			this.checkBox_Add_Plat.Text = "添加平台";
			this.checkBox_Add_Plat.CheckedChanged += new System.EventHandler(this.checkBox_Add_Plat_CheckedChanged);
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(248, 64);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(80, 24);
			this.button3.TabIndex = 4;
			this.button3.Text = "添加确认";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// textBox2
			// 
			this.textBox2.Enabled = false;
			this.textBox2.Location = new System.Drawing.Point(104, 69);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(88, 21);
			this.textBox2.TabIndex = 3;
			this.textBox2.Text = "";
			// 
			// textBox1
			// 
			this.textBox1.Enabled = false;
			this.textBox1.Location = new System.Drawing.Point(104, 32);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(88, 21);
			this.textBox1.TabIndex = 2;
			this.textBox1.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(16, 72);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 24);
			this.label2.TabIndex = 1;
			this.label2.Text = "平台名称";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 35);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 24);
			this.label1.TabIndex = 0;
			this.label1.Text = "代码平台编号";
			// 
			// tabPage4
			// 
			this.tabPage4.Controls.Add(this.groupBox7);
			this.tabPage4.Controls.Add(this.groupBox8);
			this.tabPage4.Location = new System.Drawing.Point(4, 21);
			this.tabPage4.Name = "tabPage4";
			this.tabPage4.Size = new System.Drawing.Size(376, 279);
			this.tabPage4.TabIndex = 3;
			this.tabPage4.Text = "代码种类";
			// 
			// groupBox7
			// 
			this.groupBox7.Controls.Add(this.dg_form);
			this.groupBox7.Location = new System.Drawing.Point(8, 128);
			this.groupBox7.Name = "groupBox7";
			this.groupBox7.Size = new System.Drawing.Size(360, 136);
			this.groupBox7.TabIndex = 4;
			this.groupBox7.TabStop = false;
			// 
			// dg_form
			// 
			this.dg_form.CaptionText = "现有代码分类";
			this.dg_form.DataMember = "";
			this.dg_form.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dg_form.Location = new System.Drawing.Point(8, 16);
			this.dg_form.Name = "dg_form";
			this.dg_form.ReadOnly = true;
			this.dg_form.Size = new System.Drawing.Size(344, 112);
			this.dg_form.TabIndex = 1;
			// 
			// groupBox8
			// 
			this.groupBox8.Controls.Add(this.checkBox_Add_form);
			this.groupBox8.Controls.Add(this.button6);
			this.groupBox8.Controls.Add(this.textBox7);
			this.groupBox8.Controls.Add(this.textBox8);
			this.groupBox8.Controls.Add(this.label7);
			this.groupBox8.Controls.Add(this.label8);
			this.groupBox8.Location = new System.Drawing.Point(8, 8);
			this.groupBox8.Name = "groupBox8";
			this.groupBox8.Size = new System.Drawing.Size(360, 112);
			this.groupBox8.TabIndex = 3;
			this.groupBox8.TabStop = false;
			this.groupBox8.Text = "信息添加";
			// 
			// checkBox_Add_form
			// 
			this.checkBox_Add_form.Location = new System.Drawing.Point(248, 32);
			this.checkBox_Add_form.Name = "checkBox_Add_form";
			this.checkBox_Add_form.Size = new System.Drawing.Size(88, 24);
			this.checkBox_Add_form.TabIndex = 5;
			this.checkBox_Add_form.Text = "添加新分类";
			this.checkBox_Add_form.CheckedChanged += new System.EventHandler(this.checkBox_Add_form_CheckedChanged);
			// 
			// button6
			// 
			this.button6.Location = new System.Drawing.Point(248, 64);
			this.button6.Name = "button6";
			this.button6.Size = new System.Drawing.Size(80, 24);
			this.button6.TabIndex = 4;
			this.button6.Text = "添加确认";
			this.button6.Click += new System.EventHandler(this.button6_Click);
			// 
			// textBox7
			// 
			this.textBox7.Enabled = false;
			this.textBox7.Location = new System.Drawing.Point(104, 32);
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new System.Drawing.Size(88, 21);
			this.textBox7.TabIndex = 3;
			this.textBox7.Text = "";
			// 
			// textBox8
			// 
			this.textBox8.Enabled = false;
			this.textBox8.Location = new System.Drawing.Point(104, 69);
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new System.Drawing.Size(88, 21);
			this.textBox8.TabIndex = 2;
			this.textBox8.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(16, 72);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(80, 24);
			this.label7.TabIndex = 1;
			this.label7.Text = "代码分类名称";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(16, 35);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(80, 24);
			this.label8.TabIndex = 0;
			this.label8.Text = "代码分类编号";
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.button1.Location = new System.Drawing.Point(128, 344);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(72, 24);
			this.button1.TabIndex = 1;
			this.button1.Text = "确定";
			// 
			// button2
			// 
			this.button2.Location = new System.Drawing.Point(200, 344);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(72, 24);
			this.button2.TabIndex = 2;
			this.button2.Text = "取消";
			// 
			// ParamForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.AutoScroll = true;
			this.ClientSize = new System.Drawing.Size(408, 381);
			this.Controls.Add(this.tabControl1);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.button2);
			this.Name = "ParamForm";
			this.Text = "代码属性管理";
			this.Load += new System.EventHandler(this.ParamForm_Load);
			this.tabControl1.ResumeLayout(false);
			this.tabPage1.ResumeLayout(false);

⌨️ 快捷键说明

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