📄 serveform.designer.cs
字号:
this.label3.Location = new System.Drawing.Point(26, 126);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "供应商地址";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(26, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "供应商名称";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(26, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "供应商编号";
//
// tabPage3
//
this.tabPage3.Controls.Add(this.comboBox3);
this.tabPage3.Controls.Add(this.label20);
this.tabPage3.Controls.Add(this.label19);
this.tabPage3.Controls.Add(this.button3);
this.tabPage3.Controls.Add(this.textBox9);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.dataGridView2);
this.tabPage3.Controls.Add(this.textBox8);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.button4);
this.tabPage3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(708, 397);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "查询信息";
this.tabPage3.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
this.button3.Location = new System.Drawing.Point(134, 341);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 7;
this.button3.Text = "查询";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(408, 241);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(100, 21);
this.textBox9.TabIndex = 6;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(131, 242);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(119, 14);
this.label10.TabIndex = 5;
this.label10.Text = "按供应商名称查询";
//
// dataGridView2
//
this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Window;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(1, 0);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(704, 170);
this.dataGridView2.TabIndex = 4;
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(408, 188);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(100, 21);
this.textBox8.TabIndex = 3;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(131, 189);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(119, 14);
this.label9.TabIndex = 2;
this.label9.Text = "按供应商编号查询";
//
// button4
//
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Location = new System.Drawing.Point(545, 341);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 1;
this.button4.Text = "上一步";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.button1);
this.tabPage4.Controls.Add(this.comboBox2);
this.tabPage4.Controls.Add(this.textBox16);
this.tabPage4.Controls.Add(this.textBox15);
this.tabPage4.Controls.Add(this.textBox14);
this.tabPage4.Controls.Add(this.textBox13);
this.tabPage4.Controls.Add(this.textBox12);
this.tabPage4.Controls.Add(this.textBox11);
this.tabPage4.Controls.Add(this.textBox10);
this.tabPage4.Controls.Add(this.label18);
this.tabPage4.Controls.Add(this.label17);
this.tabPage4.Controls.Add(this.label16);
this.tabPage4.Controls.Add(this.label15);
this.tabPage4.Controls.Add(this.label14);
this.tabPage4.Controls.Add(this.label13);
this.tabPage4.Controls.Add(this.label12);
this.tabPage4.Controls.Add(this.label11);
this.tabPage4.Location = new System.Drawing.Point(4, 21);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(708, 397);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "修改信息";
this.tabPage4.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Location = new System.Drawing.Point(615, 335);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 17;
this.button1.Text = "上一步";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox2
//
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"=所属地区=",
"华南",
"华中",
"华东",
"华北",
"东北",
"西北",
"西南",
"沿海"});
this.comboBox2.Location = new System.Drawing.Point(410, 138);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(130, 20);
this.comboBox2.TabIndex = 16;
this.comboBox2.Text = "=所属地区=";
//
// textBox16
//
this.textBox16.Location = new System.Drawing.Point(143, 241);
this.textBox16.Multiline = true;
this.textBox16.Name = "textBox16";
this.textBox16.Size = new System.Drawing.Size(397, 84);
this.textBox16.TabIndex = 15;
//
// textBox15
//
this.textBox15.Location = new System.Drawing.Point(410, 86);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(130, 21);
this.textBox15.TabIndex = 14;
//
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(410, 30);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(130, 21);
this.textBox14.TabIndex = 13;
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(143, 191);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(130, 21);
this.textBox13.TabIndex = 12;
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(143, 138);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(130, 21);
this.textBox12.TabIndex = 11;
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(143, 86);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(130, 21);
this.textBox11.TabIndex = 10;
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(143, 30);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(130, 21);
this.textBox10.TabIndex = 9;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(33, 244);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(29, 12);
this.label18.TabIndex = 8;
this.label18.Text = "备注";
//
// label17
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -