|
|
@ -34,77 +34,105 @@ |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.colorDialog1 = new System.Windows.Forms.ColorDialog(); |
|
|
|
this.txtIsCheck = new System.Windows.Forms.CheckBox(); |
|
|
|
this.tbPartType = new System.Windows.Forms.TextBox(); |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
this.SuspendLayout(); |
|
|
|
//
|
|
|
|
// btnAddNewLine
|
|
|
|
//
|
|
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(41, 123); |
|
|
|
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnAddNewLine.Location = new System.Drawing.Point(62, 255); |
|
|
|
this.btnAddNewLine.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
//
|
|
|
|
// btnClose
|
|
|
|
//
|
|
|
|
this.btnClose.Location = new System.Drawing.Point(254, 123); |
|
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnClose.Location = new System.Drawing.Point(381, 255); |
|
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
//
|
|
|
|
// btnOK
|
|
|
|
//
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(166, 123); |
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.btnOK.Location = new System.Drawing.Point(249, 255); |
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
//
|
|
|
|
// tbPONumber
|
|
|
|
//
|
|
|
|
this.tbPONumber.Location = new System.Drawing.Point(113, 71); |
|
|
|
this.tbPONumber.Location = new System.Drawing.Point(170, 106); |
|
|
|
this.tbPONumber.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.tbPONumber.MaxLength = 100; |
|
|
|
this.tbPONumber.Name = "tbPONumber"; |
|
|
|
this.tbPONumber.Size = new System.Drawing.Size(222, 21); |
|
|
|
this.tbPONumber.Size = new System.Drawing.Size(331, 28); |
|
|
|
this.tbPONumber.TabIndex = 1; |
|
|
|
//
|
|
|
|
// txtCode
|
|
|
|
//
|
|
|
|
this.txtCode.Location = new System.Drawing.Point(113, 40); |
|
|
|
this.txtCode.Location = new System.Drawing.Point(170, 60); |
|
|
|
this.txtCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.txtCode.MaxLength = 10; |
|
|
|
this.txtCode.Name = "txtCode"; |
|
|
|
this.txtCode.Size = new System.Drawing.Size(222, 21); |
|
|
|
this.txtCode.Size = new System.Drawing.Size(331, 28); |
|
|
|
this.txtCode.TabIndex = 0; |
|
|
|
//
|
|
|
|
// label2
|
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Location = new System.Drawing.Point(23, 74); |
|
|
|
this.label2.Location = new System.Drawing.Point(34, 111); |
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(53, 12); |
|
|
|
this.label2.Size = new System.Drawing.Size(80, 18); |
|
|
|
this.label2.TabIndex = 109; |
|
|
|
this.label2.Text = "订单号:"; |
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.Location = new System.Drawing.Point(23, 44); |
|
|
|
this.label1.Location = new System.Drawing.Point(34, 66); |
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(53, 12); |
|
|
|
this.label1.Size = new System.Drawing.Size(80, 18); |
|
|
|
this.label1.TabIndex = 108; |
|
|
|
this.label1.Text = "物料号:"; |
|
|
|
//
|
|
|
|
// txtIsCheck
|
|
|
|
//
|
|
|
|
this.txtIsCheck.AutoSize = true; |
|
|
|
this.txtIsCheck.Location = new System.Drawing.Point(254, 100); |
|
|
|
this.txtIsCheck.Location = new System.Drawing.Point(381, 221); |
|
|
|
this.txtIsCheck.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
|
|
|
this.txtIsCheck.Name = "txtIsCheck"; |
|
|
|
this.txtIsCheck.Size = new System.Drawing.Size(96, 16); |
|
|
|
this.txtIsCheck.Size = new System.Drawing.Size(142, 22); |
|
|
|
this.txtIsCheck.TabIndex = 110; |
|
|
|
this.txtIsCheck.Text = "是否发运校验"; |
|
|
|
this.txtIsCheck.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// tbPartType
|
|
|
|
//
|
|
|
|
this.tbPartType.Location = new System.Drawing.Point(170, 156); |
|
|
|
this.tbPartType.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.tbPartType.MaxLength = 100; |
|
|
|
this.tbPartType.Name = "tbPartType"; |
|
|
|
this.tbPartType.Size = new System.Drawing.Size(331, 28); |
|
|
|
this.tbPartType.TabIndex = 111; |
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true; |
|
|
|
this.label3.Location = new System.Drawing.Point(34, 161); |
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
|
|
|
this.label3.Name = "label3"; |
|
|
|
this.label3.Size = new System.Drawing.Size(98, 18); |
|
|
|
this.label3.TabIndex = 112; |
|
|
|
this.label3.Text = "零件类型:"; |
|
|
|
//
|
|
|
|
// frmPartPODetail
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.ClientSize = new System.Drawing.Size(381, 170); |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
|
|
|
this.ClientSize = new System.Drawing.Size(572, 323); |
|
|
|
this.Controls.Add(this.tbPartType); |
|
|
|
this.Controls.Add(this.label3); |
|
|
|
this.Controls.Add(this.txtIsCheck); |
|
|
|
this.Controls.Add(this.tbPONumber); |
|
|
|
this.Controls.Add(this.txtCode); |
|
|
|
this.Controls.Add(this.label2); |
|
|
|
this.Controls.Add(this.label1); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); |
|
|
|
this.Name = "frmPartPODetail"; |
|
|
|
this.Load += new System.EventHandler(this.frmColorDetail_Load); |
|
|
|
this.Controls.SetChildIndex(this.btnOK, 0); |
|
|
@ -115,6 +143,8 @@ |
|
|
|
this.Controls.SetChildIndex(this.txtCode, 0); |
|
|
|
this.Controls.SetChildIndex(this.tbPONumber, 0); |
|
|
|
this.Controls.SetChildIndex(this.txtIsCheck, 0); |
|
|
|
this.Controls.SetChildIndex(this.label3, 0); |
|
|
|
this.Controls.SetChildIndex(this.tbPartType, 0); |
|
|
|
this.ResumeLayout(false); |
|
|
|
this.PerformLayout(); |
|
|
|
|
|
|
@ -127,5 +157,7 @@ |
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
private System.Windows.Forms.ColorDialog colorDialog1; |
|
|
|
private System.Windows.Forms.CheckBox txtIsCheck; |
|
|
|
private System.Windows.Forms.TextBox tbPartType; |
|
|
|
private System.Windows.Forms.Label label3; |
|
|
|
} |
|
|
|
} |
|
|
|