📄 factorymanage.designer.cs
字号:
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.dataGrid1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(704, 536);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "厂商管理";
this.tabPage1.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.textBox8);
this.groupBox1.Controls.Add(this.textBox7);
this.groupBox1.Controls.Add(this.textBox6);
this.groupBox1.Controls.Add(this.textBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(3, 207);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(698, 323);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "厂商信息管理";
//
// button2
//
this.button2.Location = new System.Drawing.Point(244, 264);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(63, 33);
this.button2.TabIndex = 16;
this.button2.Text = "删除";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(141, 264);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(63, 33);
this.button1.TabIndex = 16;
this.button1.Text = "更改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox8
//
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.备注", true));
this.textBox8.Location = new System.Drawing.Point(419, 203);
this.textBox8.Multiline = true;
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(273, 94);
this.textBox8.TabIndex = 15;
//
// dataSet11
//
this.dataSet11.DataSetName = "DataSet1";
this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// textBox7
//
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.银行帐号", true));
this.textBox7.Location = new System.Drawing.Point(115, 206);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(160, 26);
this.textBox7.TabIndex = 14;
//
// textBox6
//
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.开户银行", true));
this.textBox6.Location = new System.Drawing.Point(419, 145);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(160, 26);
this.textBox6.TabIndex = 13;
//
// textBox5
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.联系地址", true));
this.textBox5.Location = new System.Drawing.Point(115, 145);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(160, 26);
this.textBox5.TabIndex = 12;
//
// textBox4
//
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.联系电话", true));
this.textBox4.Location = new System.Drawing.Point(419, 80);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(160, 26);
this.textBox4.TabIndex = 11;
//
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.厂商联系人", true));
this.textBox3.Location = new System.Drawing.Point(115, 80);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(160, 26);
this.textBox3.TabIndex = 10;
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.厂商名称", true));
this.textBox2.Location = new System.Drawing.Point(419, 25);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(160, 26);
this.textBox2.TabIndex = 9;
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dataSet11, "factoryInformation.厂商编号", true));
this.textBox1.Location = new System.Drawing.Point(115, 25);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(160, 26);
this.textBox1.TabIndex = 8;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(313, 206);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(40, 16);
this.label8.TabIndex = 7;
this.label8.Text = "备注";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 206);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 16);
this.label7.TabIndex = 6;
this.label7.Text = "银行帐号";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(313, 148);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 16);
this.label6.TabIndex = 5;
this.label6.Text = "开户银行";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 148);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 4;
this.label5.Text = "联系地址";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(313, 90);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 16);
this.label4.TabIndex = 3;
this.label4.Text = "联系电话";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 90);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(88, 16);
this.label3.TabIndex = 2;
this.label3.Text = "厂商联系人";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(313, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(72, 16);
this.label2.TabIndex = 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -