|
|
@@ -62,6 +62,7 @@
|
|
|
this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ob_source = new System.Windows.Forms.Label();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
@@ -512,11 +513,22 @@
|
|
|
this.obd_makecode.ReadOnly = true;
|
|
|
this.obd_makecode.Width = 215;
|
|
|
//
|
|
|
+ // ob_source
|
|
|
+ //
|
|
|
+ this.ob_source.AutoSize = true;
|
|
|
+ this.ob_source.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_source.Location = new System.Drawing.Point(694, 68);
|
|
|
+ this.ob_source.Name = "ob_source";
|
|
|
+ this.ob_source.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ob_source.TabIndex = 177;
|
|
|
+ this.ob_source.Visible = false;
|
|
|
+ //
|
|
|
// OQC_Inspection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(915, 600);
|
|
|
+ this.Controls.Add(this.ob_source);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -551,10 +563,10 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.OQC_Inspection_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.生成送检批_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.生成送检批_SizeChanged);
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.ResumeLayout(true);
|
|
|
this.panel2.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckBatchDGV)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -594,5 +606,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode_dgv;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn obd_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
|
|
|
+ private System.Windows.Forms.Label ob_source;
|
|
|
}
|
|
|
}
|