|
@ -39,23 +39,29 @@ |
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
this.cbState = new System.Windows.Forms.CheckBox(); |
|
|
this.cbState = new System.Windows.Forms.CheckBox(); |
|
|
this.txtLocCode = new System.Windows.Forms.TextBox(); |
|
|
this.txtLocCode1 = new System.Windows.Forms.TextBox(); |
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
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(); |
|
|
this.SuspendLayout(); |
|
|
this.SuspendLayout(); |
|
|
//
|
|
|
//
|
|
|
// btnAddNewLine
|
|
|
// btnAddNewLine
|
|
|
//
|
|
|
//
|
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(62, 320); |
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(62, 449); |
|
|
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(6); |
|
|
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(6); |
|
|
//
|
|
|
//
|
|
|
// btnClose
|
|
|
// btnClose
|
|
|
//
|
|
|
//
|
|
|
this.btnClose.Location = new System.Drawing.Point(381, 320); |
|
|
this.btnClose.Location = new System.Drawing.Point(381, 449); |
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(6); |
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(6); |
|
|
//
|
|
|
//
|
|
|
// btnOK
|
|
|
// btnOK
|
|
|
//
|
|
|
//
|
|
|
this.btnOK.Location = new System.Drawing.Point(250, 320); |
|
|
this.btnOK.Location = new System.Drawing.Point(250, 449); |
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6); |
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6); |
|
|
//
|
|
|
//
|
|
|
// txtAddress2
|
|
|
// txtAddress2
|
|
@ -137,7 +143,7 @@ |
|
|
// label5
|
|
|
// label5
|
|
|
//
|
|
|
//
|
|
|
this.label5.AutoSize = true; |
|
|
this.label5.AutoSize = true; |
|
|
this.label5.Location = new System.Drawing.Point(88, 283); |
|
|
this.label5.Location = new System.Drawing.Point(88, 417); |
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
this.label5.Name = "label5"; |
|
|
this.label5.Name = "label5"; |
|
|
this.label5.Size = new System.Drawing.Size(62, 18); |
|
|
this.label5.Size = new System.Drawing.Size(62, 18); |
|
@ -149,37 +155,100 @@ |
|
|
this.cbState.AutoSize = true; |
|
|
this.cbState.AutoSize = true; |
|
|
this.cbState.Checked = true; |
|
|
this.cbState.Checked = true; |
|
|
this.cbState.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
this.cbState.CheckState = System.Windows.Forms.CheckState.Checked; |
|
|
this.cbState.Location = new System.Drawing.Point(170, 282); |
|
|
this.cbState.Location = new System.Drawing.Point(170, 416); |
|
|
this.cbState.Name = "cbState"; |
|
|
this.cbState.Name = "cbState"; |
|
|
this.cbState.Size = new System.Drawing.Size(70, 22); |
|
|
this.cbState.Size = new System.Drawing.Size(70, 22); |
|
|
this.cbState.TabIndex = 116; |
|
|
this.cbState.TabIndex = 116; |
|
|
this.cbState.Text = "启用"; |
|
|
this.cbState.Text = "启用"; |
|
|
this.cbState.UseVisualStyleBackColor = true; |
|
|
this.cbState.UseVisualStyleBackColor = true; |
|
|
//
|
|
|
//
|
|
|
// txtLocCode
|
|
|
// txtLocCode1
|
|
|
//
|
|
|
//
|
|
|
this.txtLocCode.Location = new System.Drawing.Point(172, 246); |
|
|
this.txtLocCode1.Location = new System.Drawing.Point(172, 246); |
|
|
this.txtLocCode.Margin = new System.Windows.Forms.Padding(4); |
|
|
this.txtLocCode1.Margin = new System.Windows.Forms.Padding(4); |
|
|
this.txtLocCode.MaxLength = 200; |
|
|
this.txtLocCode1.MaxLength = 200; |
|
|
this.txtLocCode.Name = "txtLocCode"; |
|
|
this.txtLocCode1.Name = "txtLocCode1"; |
|
|
this.txtLocCode.Size = new System.Drawing.Size(331, 28); |
|
|
this.txtLocCode1.Size = new System.Drawing.Size(331, 28); |
|
|
this.txtLocCode.TabIndex = 117; |
|
|
this.txtLocCode1.TabIndex = 117; |
|
|
//
|
|
|
//
|
|
|
// label6
|
|
|
// label6
|
|
|
//
|
|
|
//
|
|
|
this.label6.AutoSize = true; |
|
|
this.label6.AutoSize = true; |
|
|
this.label6.Location = new System.Drawing.Point(41, 247); |
|
|
this.label6.Location = new System.Drawing.Point(32, 247); |
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
this.label6.Name = "label6"; |
|
|
this.label6.Name = "label6"; |
|
|
this.label6.Size = new System.Drawing.Size(116, 18); |
|
|
this.label6.Size = new System.Drawing.Size(125, 18); |
|
|
this.label6.TabIndex = 118; |
|
|
this.label6.TabIndex = 118; |
|
|
this.label6.Text = "卸货点代码:"; |
|
|
this.label6.Text = "卸货点代码1:"; |
|
|
|
|
|
//
|
|
|
|
|
|
// txtLocCode2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.txtLocCode2.Location = new System.Drawing.Point(170, 289); |
|
|
|
|
|
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; |
|
|
|
|
|
//
|
|
|
|
|
|
// label7
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label7.AutoSize = true; |
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(32, 290); |
|
|
|
|
|
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:"; |
|
|
|
|
|
//
|
|
|
|
|
|
// txtLocCode3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.txtLocCode3.Location = new System.Drawing.Point(172, 331); |
|
|
|
|
|
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; |
|
|
|
|
|
//
|
|
|
|
|
|
// label8
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label8.AutoSize = true; |
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(32, 334); |
|
|
|
|
|
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:"; |
|
|
|
|
|
//
|
|
|
|
|
|
// txtLocCode4
|
|
|
|
|
|
//
|
|
|
|
|
|
this.txtLocCode4.Location = new System.Drawing.Point(172, 372); |
|
|
|
|
|
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; |
|
|
|
|
|
//
|
|
|
|
|
|
// label9
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label9.AutoSize = true; |
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(32, 382); |
|
|
|
|
|
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:"; |
|
|
//
|
|
|
//
|
|
|
// frmLocationDetail
|
|
|
// frmLocationDetail
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
|
|
this.ClientSize = new System.Drawing.Size(572, 416); |
|
|
this.ClientSize = new System.Drawing.Size(572, 531); |
|
|
this.Controls.Add(this.txtLocCode); |
|
|
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.label6); |
|
|
this.Controls.Add(this.cbState); |
|
|
this.Controls.Add(this.cbState); |
|
|
this.Controls.Add(this.label5); |
|
|
this.Controls.Add(this.label5); |
|
@ -208,7 +277,13 @@ |
|
|
this.Controls.SetChildIndex(this.label5, 0); |
|
|
this.Controls.SetChildIndex(this.label5, 0); |
|
|
this.Controls.SetChildIndex(this.cbState, 0); |
|
|
this.Controls.SetChildIndex(this.cbState, 0); |
|
|
this.Controls.SetChildIndex(this.label6, 0); |
|
|
this.Controls.SetChildIndex(this.label6, 0); |
|
|
this.Controls.SetChildIndex(this.txtLocCode, 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); |
|
|
this.ResumeLayout(false); |
|
|
this.ResumeLayout(false); |
|
|
this.PerformLayout(); |
|
|
this.PerformLayout(); |
|
|
|
|
|
|
|
@ -227,7 +302,13 @@ |
|
|
private System.Windows.Forms.Label label4; |
|
|
private System.Windows.Forms.Label label4; |
|
|
private System.Windows.Forms.Label label5; |
|
|
private System.Windows.Forms.Label label5; |
|
|
private System.Windows.Forms.CheckBox cbState; |
|
|
private System.Windows.Forms.CheckBox cbState; |
|
|
private System.Windows.Forms.TextBox txtLocCode; |
|
|
private System.Windows.Forms.TextBox txtLocCode1; |
|
|
private System.Windows.Forms.Label label6; |
|
|
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; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|