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.

321 lines
14 KiB

3 years ago
namespace Stone.WinModule.BasicData
{
partial class frmLocationDetail
{
/// <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.txtAddress2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtAddress1 = new System.Windows.Forms.TextBox();
this.txtCode = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.txtAddress3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cbState = new System.Windows.Forms.CheckBox();
this.txtLocCode1 = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtLocCode2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtLocCode3 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtLocCode4 = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
3 years ago
this.SuspendLayout();
//
// btnAddNewLine
//
this.btnAddNewLine.Location = new System.Drawing.Point(47, 323);
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(6);
3 years ago
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(366, 323);
this.btnClose.Margin = new System.Windows.Forms.Padding(6);
3 years ago
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(235, 323);
this.btnOK.Margin = new System.Windows.Forms.Padding(6);
3 years ago
//
// txtAddress2
//
this.txtAddress2.Location = new System.Drawing.Point(170, 153);
this.txtAddress2.Margin = new System.Windows.Forms.Padding(4);
3 years ago
this.txtAddress2.MaxLength = 200;
this.txtAddress2.Name = "txtAddress2";
this.txtAddress2.Size = new System.Drawing.Size(331, 28);
3 years ago
this.txtAddress2.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(86, 156);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
3 years ago
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 18);
3 years ago
this.label3.TabIndex = 111;
this.label3.Text = "地址2:";
//
// txtAddress1
//
this.txtAddress1.Location = new System.Drawing.Point(170, 105);
this.txtAddress1.Margin = new System.Windows.Forms.Padding(4);
3 years ago
this.txtAddress1.MaxLength = 100;
this.txtAddress1.Name = "txtAddress1";
this.txtAddress1.Size = new System.Drawing.Size(331, 28);
3 years ago
this.txtAddress1.TabIndex = 1;
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(170, 60);
this.txtCode.Margin = new System.Windows.Forms.Padding(4);
3 years ago
this.txtCode.MaxLength = 10;
this.txtCode.Name = "txtCode";
this.txtCode.Size = new System.Drawing.Size(331, 28);
3 years ago
this.txtCode.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(86, 110);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
3 years ago
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 18);
3 years ago
this.label2.TabIndex = 109;
this.label2.Text = "地址1:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(94, 66);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
3 years ago
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 18);
3 years ago
this.label1.TabIndex = 108;
this.label1.Text = "代码:";
//
// txtAddress3
//
this.txtAddress3.Location = new System.Drawing.Point(170, 200);
this.txtAddress3.Margin = new System.Windows.Forms.Padding(4);
3 years ago
this.txtAddress3.MaxLength = 200;
this.txtAddress3.Name = "txtAddress3";
this.txtAddress3.Size = new System.Drawing.Size(331, 28);
3 years ago
this.txtAddress3.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(86, 201);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
3 years ago
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(71, 18);
3 years ago
this.label4.TabIndex = 113;
this.label4.Text = "地址3:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(73, 291);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(62, 18);
this.label5.TabIndex = 115;
this.label5.Text = "状态:";
//
// cbState
//
this.cbState.AutoSize = true;
this.cbState.Checked = true;
this.cbState.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbState.Location = new System.Drawing.Point(155, 290);
this.cbState.Name = "cbState";
this.cbState.Size = new System.Drawing.Size(70, 22);
this.cbState.TabIndex = 116;
this.cbState.Text = "启用";
this.cbState.UseVisualStyleBackColor = true;
//
// txtLocCode1
//
this.txtLocCode1.Location = new System.Drawing.Point(172, 246);
this.txtLocCode1.Margin = new System.Windows.Forms.Padding(4);
this.txtLocCode1.MaxLength = 200;
this.txtLocCode1.Name = "txtLocCode1";
this.txtLocCode1.Size = new System.Drawing.Size(331, 28);
this.txtLocCode1.TabIndex = 117;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(32, 247);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(125, 18);
this.label6.TabIndex = 118;
this.label6.Text = "卸货点代码1:";
//
// txtLocCode2
//
this.txtLocCode2.Location = new System.Drawing.Point(250, 13);
this.txtLocCode2.Margin = new System.Windows.Forms.Padding(4);
this.txtLocCode2.MaxLength = 200;
this.txtLocCode2.Name = "txtLocCode2";
this.txtLocCode2.Size = new System.Drawing.Size(331, 28);
this.txtLocCode2.TabIndex = 119;
this.txtLocCode2.Visible = false;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(112, 14);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(125, 18);
this.label7.TabIndex = 120;
this.label7.Text = "卸货点代码2:";
this.label7.Visible = false;
//
// txtLocCode3
//
this.txtLocCode3.Location = new System.Drawing.Point(252, 55);
this.txtLocCode3.Margin = new System.Windows.Forms.Padding(4);
this.txtLocCode3.MaxLength = 200;
this.txtLocCode3.Name = "txtLocCode3";
this.txtLocCode3.Size = new System.Drawing.Size(331, 28);
this.txtLocCode3.TabIndex = 121;
this.txtLocCode3.Visible = false;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(112, 58);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(125, 18);
this.label8.TabIndex = 122;
this.label8.Text = "卸货点代码3:";
this.label8.Visible = false;
//
// txtLocCode4
//
this.txtLocCode4.Location = new System.Drawing.Point(252, 96);
this.txtLocCode4.Margin = new System.Windows.Forms.Padding(4);
this.txtLocCode4.MaxLength = 200;
this.txtLocCode4.Name = "txtLocCode4";
this.txtLocCode4.Size = new System.Drawing.Size(331, 28);
this.txtLocCode4.TabIndex = 123;
this.txtLocCode4.Visible = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(112, 106);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(125, 18);
this.label9.TabIndex = 124;
this.label9.Text = "卸货点代码4:";
this.label9.Visible = false;
//
3 years ago
// frmLocationDetail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.ClientSize = new System.Drawing.Size(572, 400);
this.Controls.Add(this.txtLocCode4);
this.Controls.Add(this.label9);
this.Controls.Add(this.txtLocCode3);
this.Controls.Add(this.label8);
this.Controls.Add(this.txtLocCode2);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtLocCode1);
this.Controls.Add(this.label6);
this.Controls.Add(this.cbState);
this.Controls.Add(this.label5);
3 years ago
this.Controls.Add(this.txtAddress3);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtAddress2);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtAddress1);
this.Controls.Add(this.txtCode);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Margin = new System.Windows.Forms.Padding(6);
3 years ago
this.Name = "frmLocationDetail";
this.Load += new System.EventHandler(this.frmColorDetail_Load);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnAddNewLine, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.txtCode, 0);
this.Controls.SetChildIndex(this.txtAddress1, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.txtAddress2, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.txtAddress3, 0);
this.Controls.SetChildIndex(this.label5, 0);
this.Controls.SetChildIndex(this.cbState, 0);
this.Controls.SetChildIndex(this.label6, 0);
this.Controls.SetChildIndex(this.txtLocCode1, 0);
this.Controls.SetChildIndex(this.label7, 0);
this.Controls.SetChildIndex(this.txtLocCode2, 0);
this.Controls.SetChildIndex(this.label8, 0);
this.Controls.SetChildIndex(this.txtLocCode3, 0);
this.Controls.SetChildIndex(this.label9, 0);
this.Controls.SetChildIndex(this.txtLocCode4, 0);
3 years ago
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtAddress2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtAddress1;
private System.Windows.Forms.TextBox txtCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.TextBox txtAddress3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox cbState;
private System.Windows.Forms.TextBox txtLocCode1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtLocCode2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtLocCode3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtLocCode4;
private System.Windows.Forms.Label label9;
3 years ago
}
}