📄 serveform.designer.cs
字号:
namespace Elysian
{
partial class serveForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(serveForm));
this.serverGroupBox = new System.Windows.Forms.GroupBox();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.增加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.导出保存ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.打印ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.返回ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.供应商编号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.供应商名称DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.供应商地址DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.联系人DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.联系电话DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.邮政编码DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.所属地区DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.备注DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.供应商基本信息BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.elysianDBDataSet1 = new Elysian.ElysianDBDataSet1();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button5 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.textBox7 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.button3 = new System.Windows.Forms.Button();
this.textBox9 = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.textBox8 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.button4 = new System.Windows.Forms.Button();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.button1 = new System.Windows.Forms.Button();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.textBox16 = new System.Windows.Forms.TextBox();
this.textBox15 = new System.Windows.Forms.TextBox();
this.textBox14 = new System.Windows.Forms.TextBox();
this.textBox13 = new System.Windows.Forms.TextBox();
this.textBox12 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.elysianDBDataSet = new Elysian.ElysianDBDataSet();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.商品基本信息TableAdapter = new Elysian.ElysianDBDataSetTableAdapters.商品基本信息TableAdapter();
this.供应商基本信息TableAdapter = new Elysian.ElysianDBDataSet1TableAdapters.供应商基本信息TableAdapter();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.serverGroupBox.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.供应商基本信息BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.elysianDBDataSet1)).BeginInit();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.elysianDBDataSet)).BeginInit();
this.SuspendLayout();
//
// serverGroupBox
//
this.serverGroupBox.Controls.Add(this.menuStrip1);
this.serverGroupBox.Location = new System.Drawing.Point(2, 1);
this.serverGroupBox.Name = "serverGroupBox";
this.serverGroupBox.Size = new System.Drawing.Size(716, 41);
this.serverGroupBox.TabIndex = 0;
this.serverGroupBox.TabStop = false;
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.增加ToolStripMenuItem,
this.删除ToolStripMenuItem,
this.修改ToolStripMenuItem,
this.导出保存ToolStripMenuItem,
this.打印ToolStripMenuItem,
this.返回ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(3, 17);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(710, 25);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 增加ToolStripMenuItem
//
this.增加ToolStripMenuItem.Name = "增加ToolStripMenuItem";
this.增加ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.增加ToolStripMenuItem.Text = "增加";
this.增加ToolStripMenuItem.Click += new System.EventHandler(this.增加ToolStripMenuItem_Click);
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.删除ToolStripMenuItem.Text = "删除";
//
// 修改ToolStripMenuItem
//
this.修改ToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
this.修改ToolStripMenuItem.Name = "修改ToolStripMenuItem";
this.修改ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.修改ToolStripMenuItem.Text = "修改";
this.修改ToolStripMenuItem.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
//
// 导出保存ToolStripMenuItem
//
this.导出保存ToolStripMenuItem.Name = "导出保存ToolStripMenuItem";
this.导出保存ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
this.导出保存ToolStripMenuItem.Text = "导出保存";
this.导出保存ToolStripMenuItem.Click += new System.EventHandler(this.导出保存ToolStripMenuItem_Click);
//
// 打印ToolStripMenuItem
//
this.打印ToolStripMenuItem.Name = "打印ToolStripMenuItem";
this.打印ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.打印ToolStripMenuItem.Text = "打印";
this.打印ToolStripMenuItem.Click += new System.EventHandler(this.打印ToolStripMenuItem_Click);
//
// 返回ToolStripMenuItem
//
this.返回ToolStripMenuItem.Name = "返回ToolStripMenuItem";
this.返回ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.返回ToolStripMenuItem.Text = "返回";
this.返回ToolStripMenuItem.Click += new System.EventHandler(this.返回ToolStripMenuItem_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(2, 48);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(716, 422);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dataGridView1);
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(708, 397);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "供应商列表";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.供应商编号DataGridViewTextBoxColumn,
this.供应商名称DataGridViewTextBoxColumn,
this.供应商地址DataGridViewTextBoxColumn,
this.联系人DataGridViewTextBoxColumn,
this.联系电话DataGridViewTextBoxColumn,
this.邮政编码DataGridViewTextBoxColumn,
this.所属地区DataGridViewTextBoxColumn,
this.备注DataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.供应商基本信息BindingSource;
this.dataGridView1.GridColor = System.Drawing.SystemColors.Control;
this.dataGridView1.Location = new System.Drawing.Point(-1, 0);
this.dataGridView1.Name = "dataGridView1";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -