📄 serveform.designer.cs
字号:
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(310, 141);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 7;
this.label17.Text = "所属地区";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(310, 89);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 6;
this.label16.Text = "邮政编码";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(310, 33);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 5;
this.label15.Text = "联系电话";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(33, 194);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 4;
this.label14.Text = "联系人";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(33, 141);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 3;
this.label13.Text = "供应商地址";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(33, 89);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 2;
this.label12.Text = "供应商名称";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(33, 33);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 1;
this.label11.Text = "供应商编号";
//
// elysianDBDataSet
//
this.elysianDBDataSet.DataSetName = "ElysianDBDataSet";
this.elysianDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// printDialog1
//
this.printDialog1.UseEXDialog = true;
//
// 商品基本信息TableAdapter
//
this.商品基本信息TableAdapter.ClearBeforeFill = true;
//
// 供应商基本信息TableAdapter
//
this.供应商基本信息TableAdapter.ClearBeforeFill = true;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(328, 347);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(17, 12);
this.label19.TabIndex = 8;
this.label19.Text = "按";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(426, 346);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(29, 12);
this.label20.TabIndex = 9;
this.label20.Text = "查询";
//
// comboBox3
//
this.comboBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Items.AddRange(new object[] {
"=",
"like"});
this.comboBox3.Location = new System.Drawing.Point(350, 343);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(70, 20);
this.comboBox3.TabIndex = 10;
this.comboBox3.Text = "=请选择=";
//
// serveForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(719, 456);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.serverGroupBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "serveForm";
this.ShowInTaskbar = false;
this.Text = "供应商信息";
this.Load += new System.EventHandler(this.serveForm_Load);
this.serverGroupBox.ResumeLayout(false);
this.serverGroupBox.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.供应商基本信息BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.elysianDBDataSet1)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.elysianDBDataSet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox serverGroupBox;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 增加ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 导出保存ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 打印ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 返回ToolStripMenuItem;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
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.Button button2;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private ElysianDBDataSet elysianDBDataSet;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.PrintDialog printDialog1;
private System.Drawing.Printing.PrintDocument printDocument1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TabPage tabPage4;
private Elysian.ElysianDBDataSetTableAdapters.商品基本信息TableAdapter 商品基本信息TableAdapter;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.TextBox textBox16;
private System.Windows.Forms.TextBox textBox15;
private System.Windows.Forms.TextBox textBox14;
private System.Windows.Forms.TextBox textBox13;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private ElysianDBDataSet1 elysianDBDataSet1;
private System.Windows.Forms.BindingSource 供应商基本信息BindingSource;
private Elysian.ElysianDBDataSet1TableAdapters.供应商基本信息TableAdapter 供应商基本信息TableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn 供应商编号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 供应商名称DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 供应商地址DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 联系人DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 联系电话DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 邮政编码DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 所属地区DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 备注DataGridViewTextBoxColumn;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label19;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -