五丰称屠宰重客户端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

171 lines
6.2 KiB

namespace B3ButcherWeightClient {
partial class Parameters {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
this.label6 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtBAcc = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtBoxDept = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtBoxStore = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtBTouru = new System.Windows.Forms.TextBox();
this.txtShengchan = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(204, 70);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 28;
this.label6.Text = "生产单位ID";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 20;
this.label1.Text = "会计单位ID";
//
// txtBAcc
//
this.txtBAcc.Location = new System.Drawing.Point(86, 29);
this.txtBAcc.MaxLength = 100;
this.txtBAcc.Name = "txtBAcc";
this.txtBAcc.Size = new System.Drawing.Size(100, 21);
this.txtBAcc.TabIndex = 25;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(204, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 24;
this.label4.Text = "投入类型ID";
//
// txtBoxDept
//
this.txtBoxDept.Location = new System.Drawing.Point(86, 67);
this.txtBoxDept.MaxLength = 30;
this.txtBoxDept.Name = "txtBoxDept";
this.txtBoxDept.Size = new System.Drawing.Size(100, 21);
this.txtBoxDept.TabIndex = 26;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 19;
this.label2.Text = "部门ID";
//
// txtBoxStore
//
this.txtBoxStore.Location = new System.Drawing.Point(86, 105);
this.txtBoxStore.MaxLength = 20;
this.txtBoxStore.Name = "txtBoxStore";
this.txtBoxStore.Size = new System.Drawing.Size(100, 21);
this.txtBoxStore.TabIndex = 27;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 18;
this.label3.Text = "仓库ID";
//
// txtBTouru
//
this.txtBTouru.Location = new System.Drawing.Point(275, 29);
this.txtBTouru.MaxLength = 10;
this.txtBTouru.Name = "txtBTouru";
this.txtBTouru.Size = new System.Drawing.Size(100, 21);
this.txtBTouru.TabIndex = 21;
//
// txtShengchan
//
this.txtShengchan.Location = new System.Drawing.Point(275, 67);
this.txtShengchan.MaxLength = 10;
this.txtShengchan.Name = "txtShengchan";
this.txtShengchan.Size = new System.Drawing.Size(100, 21);
this.txtShengchan.TabIndex = 22;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(159, 154);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(62, 23);
this.btnSave.TabIndex = 29;
this.btnSave.Text = "保 存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// Parameters
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(388, 267);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.label6);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtBAcc);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtBoxDept);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtBoxStore);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtBTouru);
this.Controls.Add(this.txtShengchan);
this.Name = "Parameters";
this.Text = "创建单据默认值";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtBAcc;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtBoxDept;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtBoxStore;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtBTouru;
private System.Windows.Forms.TextBox txtShengchan;
private System.Windows.Forms.Button btnSave;
}
}