📄 产品出库.designer.cs
字号:
namespace 计量
{
partial class 产品出库
{
/// <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(产品出库));
this.button1 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox11 = new System.Windows.Forms.TextBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox7 = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.库存类型BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sqldatabase_DataDataSet = new 计量.sqldatabase_DataDataSet();
this.textBox8 = new System.Windows.Forms.TextBox();
this.textBox9 = new System.Windows.Forms.TextBox();
this.textBox10 = new System.Windows.Forms.TextBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.库存类型TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.库存类型TableAdapter();
this.出入库明细表BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.出入库明细表TableAdapter = new 计量.sqldatabase_DataDataSetTableAdapters.出入库明细表TableAdapter();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.库存类型BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sqldatabase_DataDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.出入库明细表BindingSource)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(458, 391);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 22;
this.button1.Text = "确定";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_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(271, 43);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(262, 317);
this.groupBox3.TabIndex = 21;
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;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(22, 227);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 12;
this.label13.Text = "厂家";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(22, 125);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 10;
this.label11.Text = "领用单位";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(22, 175);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 11;
this.label12.Text = "领用用途";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(22, 76);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(29, 12);
this.label10.TabIndex = 9;
this.label10.Text = "时间";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(22, 34);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 8;
this.label9.Text = "票号";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(22, 273);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 13;
this.label14.Text = "出库类型";
//
// 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(16, 316);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(249, 120);
this.groupBox2.TabIndex = 20;
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";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -