⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 serveform.designer.cs

📁 主要实现仓库的入库与出库的基本功能
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(707, 380);
            this.dataGridView1.TabIndex = 0;
            // 
            // 供应商编号DataGridViewTextBoxColumn
            // 
            this.供应商编号DataGridViewTextBoxColumn.DataPropertyName = "供应商编号";
            this.供应商编号DataGridViewTextBoxColumn.HeaderText = "供应商编号";
            this.供应商编号DataGridViewTextBoxColumn.Name = "供应商编号DataGridViewTextBoxColumn";
            // 
            // 供应商名称DataGridViewTextBoxColumn
            // 
            this.供应商名称DataGridViewTextBoxColumn.DataPropertyName = "供应商名称";
            this.供应商名称DataGridViewTextBoxColumn.HeaderText = "供应商名称";
            this.供应商名称DataGridViewTextBoxColumn.Name = "供应商名称DataGridViewTextBoxColumn";
            // 
            // 供应商地址DataGridViewTextBoxColumn
            // 
            this.供应商地址DataGridViewTextBoxColumn.DataPropertyName = "供应商地址";
            this.供应商地址DataGridViewTextBoxColumn.HeaderText = "供应商地址";
            this.供应商地址DataGridViewTextBoxColumn.Name = "供应商地址DataGridViewTextBoxColumn";
            // 
            // 联系人DataGridViewTextBoxColumn
            // 
            this.联系人DataGridViewTextBoxColumn.DataPropertyName = "联系人";
            this.联系人DataGridViewTextBoxColumn.HeaderText = "联系人";
            this.联系人DataGridViewTextBoxColumn.Name = "联系人DataGridViewTextBoxColumn";
            // 
            // 联系电话DataGridViewTextBoxColumn
            // 
            this.联系电话DataGridViewTextBoxColumn.DataPropertyName = "联系电话";
            this.联系电话DataGridViewTextBoxColumn.HeaderText = "联系电话";
            this.联系电话DataGridViewTextBoxColumn.Name = "联系电话DataGridViewTextBoxColumn";
            // 
            // 邮政编码DataGridViewTextBoxColumn
            // 
            this.邮政编码DataGridViewTextBoxColumn.DataPropertyName = "邮政编码";
            this.邮政编码DataGridViewTextBoxColumn.HeaderText = "邮政编码";
            this.邮政编码DataGridViewTextBoxColumn.Name = "邮政编码DataGridViewTextBoxColumn";
            // 
            // 所属地区DataGridViewTextBoxColumn
            // 
            this.所属地区DataGridViewTextBoxColumn.DataPropertyName = "所属地区";
            this.所属地区DataGridViewTextBoxColumn.HeaderText = "所属地区";
            this.所属地区DataGridViewTextBoxColumn.Name = "所属地区DataGridViewTextBoxColumn";
            // 
            // 备注DataGridViewTextBoxColumn
            // 
            this.备注DataGridViewTextBoxColumn.DataPropertyName = "备注";
            this.备注DataGridViewTextBoxColumn.HeaderText = "备注";
            this.备注DataGridViewTextBoxColumn.Name = "备注DataGridViewTextBoxColumn";
            // 
            // 供应商基本信息BindingSource
            // 
            this.供应商基本信息BindingSource.DataMember = "供应商基本信息";
            this.供应商基本信息BindingSource.DataSource = this.elysianDBDataSet1;
            // 
            // elysianDBDataSet1
            // 
            this.elysianDBDataSet1.DataSetName = "ElysianDBDataSet1";
            this.elysianDBDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.button5);
            this.tabPage2.Controls.Add(this.button2);
            this.tabPage2.Controls.Add(this.textBox7);
            this.tabPage2.Controls.Add(this.comboBox1);
            this.tabPage2.Controls.Add(this.textBox6);
            this.tabPage2.Controls.Add(this.textBox5);
            this.tabPage2.Controls.Add(this.textBox4);
            this.tabPage2.Controls.Add(this.textBox3);
            this.tabPage2.Controls.Add(this.textBox2);
            this.tabPage2.Controls.Add(this.textBox1);
            this.tabPage2.Controls.Add(this.label8);
            this.tabPage2.Controls.Add(this.label7);
            this.tabPage2.Controls.Add(this.label6);
            this.tabPage2.Controls.Add(this.label5);
            this.tabPage2.Controls.Add(this.label4);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.label1);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(708, 397);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "增加供应商";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button5.Location = new System.Drawing.Point(125, 334);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 18;
            this.button5.Text = "增加";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button2
            // 
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.Location = new System.Drawing.Point(626, 334);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 17;
            this.button2.Text = "上一步";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(125, 232);
            this.textBox7.Multiline = true;
            this.textBox7.Name = "textBox7";
            this.textBox7.Size = new System.Drawing.Size(422, 93);
            this.textBox7.TabIndex = 15;
            // 
            // comboBox1
            // 
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            "华南",
            "华中",
            "华东",
            "华北",
            "东北",
            "西北",
            "西南",
            "沿海"});
            this.comboBox1.Location = new System.Drawing.Point(417, 123);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(130, 20);
            this.comboBox1.TabIndex = 14;
            this.comboBox1.Text = "=所属地区=";
            // 
            // textBox6
            // 
            this.textBox6.Location = new System.Drawing.Point(417, 73);
            this.textBox6.Name = "textBox6";
            this.textBox6.Size = new System.Drawing.Size(130, 21);
            this.textBox6.TabIndex = 13;
            // 
            // textBox5
            // 
            this.textBox5.Location = new System.Drawing.Point(417, 26);
            this.textBox5.Name = "textBox5";
            this.textBox5.Size = new System.Drawing.Size(130, 21);
            this.textBox5.TabIndex = 12;
            // 
            // textBox4
            // 
            this.textBox4.Location = new System.Drawing.Point(125, 177);
            this.textBox4.Name = "textBox4";
            this.textBox4.Size = new System.Drawing.Size(130, 21);
            this.textBox4.TabIndex = 11;
            // 
            // textBox3
            // 
            this.textBox3.Location = new System.Drawing.Point(125, 123);
            this.textBox3.Name = "textBox3";
            this.textBox3.Size = new System.Drawing.Size(130, 21);
            this.textBox3.TabIndex = 10;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(125, 73);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(130, 21);
            this.textBox2.TabIndex = 9;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(125, 26);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(130, 21);
            this.textBox1.TabIndex = 8;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(26, 239);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "备注";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(327, 126);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 6;
            this.label7.Text = "所属地区";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(327, 76);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "邮政编码";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(327, 29);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "联系电话";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(26, 180);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "联系人";
            // 
            // label3
            // 
            this.label3.AutoSize = true;

⌨️ 快捷键说明

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