📄 产品入库.designer.cs
字号:
//
// textBox9
//
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.库存类型BindingSource, "规格", true));
this.textBox9.Location = new System.Drawing.Point(77, 175);
this.textBox9.MaxLength = 50;
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(135, 21);
this.textBox9.TabIndex = 27;
//
// textBox10
//
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.库存类型BindingSource, "等级", true));
this.textBox10.Location = new System.Drawing.Point(77, 224);
this.textBox10.MaxLength = 50;
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(135, 21);
this.textBox10.TabIndex = 28;
//
// comboBox1
//
this.comboBox1.DataSource = this.库存类型BindingSource;
this.comboBox1.DisplayMember = "库存ID";
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(77, 31);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(135, 20);
this.comboBox1.TabIndex = 19;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox5);
this.groupBox2.Controls.Add(this.textBox6);
this.groupBox2.Controls.Add(this.textBox7);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Location = new System.Drawing.Point(12, 285);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(249, 120);
this.groupBox2.TabIndex = 16;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "合计";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(53, 32);
this.textBox5.MaxLength = 50;
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(66, 21);
this.textBox5.TabIndex = 23;
this.textBox5.Text = "0";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(162, 32);
this.textBox6.MaxLength = 50;
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(66, 21);
this.textBox6.TabIndex = 24;
this.textBox6.Text = "0";
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(53, 72);
this.textBox7.MaxLength = 50;
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(100, 21);
this.textBox7.TabIndex = 25;
this.textBox7.Text = "0";
//
// button2
//
this.button2.Location = new System.Drawing.Point(162, 70);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(66, 23);
this.button2.TabIndex = 8;
this.button2.Text = "计算总价";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textBox1);
this.groupBox3.Controls.Add(this.textBox2);
this.groupBox3.Controls.Add(this.textBox3);
this.groupBox3.Controls.Add(this.textBox11);
this.groupBox3.Controls.Add(this.comboBox2);
this.groupBox3.Controls.Add(this.dateTimePicker1);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Location = new System.Drawing.Point(267, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(262, 317);
this.groupBox3.TabIndex = 17;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "入库产品信息";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(96, 31);
this.textBox1.MaxLength = 50;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(146, 21);
this.textBox1.TabIndex = 19;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(96, 122);
this.textBox2.MaxLength = 50;
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(146, 21);
this.textBox2.TabIndex = 20;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(96, 172);
this.textBox3.MaxLength = 50;
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(146, 21);
this.textBox3.TabIndex = 21;
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(96, 224);
this.textBox11.MaxLength = 50;
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(146, 21);
this.textBox11.TabIndex = 29;
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"新购入库",
"校验入库",
"轮换入库",
"返修入库"});
this.comboBox2.Location = new System.Drawing.Point(96, 270);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(146, 20);
this.comboBox2.TabIndex = 20;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(96, 72);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(146, 21);
this.dateTimePicker1.TabIndex = 19;
//
// button1
//
this.button1.Location = new System.Drawing.Point(454, 360);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 18;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// 库存类型TableAdapter
//
this.库存类型TableAdapter.ClearBeforeFill = true;
//
// 出入库明细表BindingSource
//
this.出入库明细表BindingSource.DataMember = "出入库明细表";
this.出入库明细表BindingSource.DataSource = this.sqldatabase_DataDataSet;
//
// 出入库明细表TableAdapter
//
this.出入库明细表TableAdapter.ClearBeforeFill = true;
//
// 产品入库
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ClientSize = new System.Drawing.Size(555, 417);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "产品入库";
this.Text = "产品入库";
this.Load += new System.EventHandler(this.产品入库_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.库存类型BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).EndInit();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.出入库明细表BindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private sqldatabase_DataDataSet sqldatabase_DataDataSet;
private System.Windows.Forms.BindingSource 库存类型BindingSource;
private 计量.sqldatabase_DataDataSetTableAdapters.库存类型TableAdapter 库存类型TableAdapter;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.BindingSource 出入库明细表BindingSource;
private 计量.sqldatabase_DataDataSetTableAdapters.出入库明细表TableAdapter 出入库明细表TableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -