namespace UAS_MES_NEW.Make
{
partial class Make_OutBoxSnCheck
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label10 = new System.Windows.Forms.Label();
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.CheckSnDGV = new System.Windows.Forms.DataGridView();
this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pd_checksn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.label1 = new System.Windows.Forms.Label();
this.CancelCollection = new System.Windows.Forms.CheckBox();
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
this.ms_makecode_label = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).BeginInit();
this.SuspendLayout();
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(66, 790);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 35);
this.label10.TabIndex = 12;
this.label10.Text = "SN";
//
// sncode
//
this.sncode.AllPower = null;
this.sncode.BackColor = System.Drawing.Color.White;
this.sncode.ID = null;
this.sncode.Location = new System.Drawing.Point(146, 790);
this.sncode.Margin = new System.Windows.Forms.Padding(4);
this.sncode.Name = "sncode";
this.sncode.Power = null;
this.sncode.Size = new System.Drawing.Size(334, 35);
this.sncode.Str = null;
this.sncode.Str1 = null;
this.sncode.Str2 = null;
this.sncode.TabIndex = 14;
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(1223, 137);
this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(518, 624);
this.OperateResult.TabIndex = 10;
this.OperateResult.Text = "";
//
// CheckSnDGV
//
this.CheckSnDGV.AllowUserToAddRows = false;
this.CheckSnDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.CheckSnDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.pd_barcode,
this.pd_checksn});
this.CheckSnDGV.Location = new System.Drawing.Point(72, 137);
this.CheckSnDGV.Name = "CheckSnDGV";
this.CheckSnDGV.RowHeadersWidth = 82;
this.CheckSnDGV.RowTemplate.Height = 37;
this.CheckSnDGV.Size = new System.Drawing.Size(1117, 624);
this.CheckSnDGV.TabIndex = 18;
//
// pd_barcode
//
this.pd_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.pd_barcode.DataPropertyName = "pd_barcode";
this.pd_barcode.HeaderText = "箱内序列号";
this.pd_barcode.MinimumWidth = 10;
this.pd_barcode.Name = "pd_barcode";
this.pd_barcode.Width = 175;
//
// pd_checksn
//
this.pd_checksn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.pd_checksn.DataPropertyName = "pd_checksn";
this.pd_checksn.HeaderText = "扫描SN号";
this.pd_checksn.MinimumWidth = 10;
this.pd_checksn.Name = "pd_checksn";
this.pd_checksn.Width = 151;
//
// pa_outboxcode
//
this.pa_outboxcode.AllPower = null;
this.pa_outboxcode.BackColor = System.Drawing.Color.White;
this.pa_outboxcode.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_outboxcode.ID = null;
this.pa_outboxcode.Location = new System.Drawing.Point(818, 37);
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
this.pa_outboxcode.Name = "pa_outboxcode";
this.pa_outboxcode.Power = null;
this.pa_outboxcode.Size = new System.Drawing.Size(773, 80);
this.pa_outboxcode.Str = null;
this.pa_outboxcode.Str1 = null;
this.pa_outboxcode.Str2 = null;
this.pa_outboxcode.TabIndex = 20;
this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(613, 40);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(155, 64);
this.label1.TabIndex = 19;
this.label1.Text = "箱号";
//
// CancelCollection
//
this.CancelCollection.AutoSize = true;
this.CancelCollection.Location = new System.Drawing.Point(537, 796);
this.CancelCollection.Name = "CancelCollection";
this.CancelCollection.Size = new System.Drawing.Size(138, 28);
this.CancelCollection.TabIndex = 21;
this.CancelCollection.Text = "取消采集";
this.CancelCollection.UseVisualStyleBackColor = true;
//
// LockMakeCode
//
this.LockMakeCode.AutoSize = true;
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LockMakeCode.LeaveEvent = false;
this.LockMakeCode.Location = new System.Drawing.Point(500, 53);
this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
this.LockMakeCode.Name = "LockMakeCode";
this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
this.LockMakeCode.TabIndex = 188;
this.LockMakeCode.Text = "锁定";
this.LockMakeCode.UseVisualStyleBackColor = true;
//
// ma_code
//
this.ma_code.AllPower = null;
this.ma_code.Caller = null;
this.ma_code.Condition = null;
this.ma_code.DBTitle = null;
this.ma_code.FormName = null;
this.ma_code.Location = new System.Drawing.Point(182, 53);
this.ma_code.Margin = new System.Windows.Forms.Padding(6);
this.ma_code.Name = "ma_code";
this.ma_code.Power = null;
this.ma_code.ReturnData = null;
this.ma_code.SelectField = null;
this.ma_code.SetValueField = null;
this.ma_code.Size = new System.Drawing.Size(298, 42);
this.ma_code.TabIndex = 187;
this.ma_code.TableName = null;
this.ma_code.TextBoxEnable = true;
//
// ms_makecode_label
//
this.ms_makecode_label.AutoSize = true;
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_makecode_label.Location = new System.Drawing.Point(22, 53);
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.ms_makecode_label.Name = "ms_makecode_label";
this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
this.ms_makecode_label.TabIndex = 186;
this.ms_makecode_label.Text = "归属工单";
//
// Make_OutBoxSnCheck
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1772, 866);
this.Controls.Add(this.LockMakeCode);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.ms_makecode_label);
this.Controls.Add(this.CancelCollection);
this.Controls.Add(this.pa_outboxcode);
this.Controls.Add(this.label1);
this.Controls.Add(this.CheckSnDGV);
this.Controls.Add(this.sncode);
this.Controls.Add(this.label10);
this.Controls.Add(this.OperateResult);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Make_OutBoxSnCheck";
this.Tag = "Make!LabelCheck";
this.Text = "标签核对";
this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label10;
private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private System.Windows.Forms.DataGridView CheckSnDGV;
private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pd_checksn;
private System.Windows.Forms.CheckBox CancelCollection;
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
private System.Windows.Forms.Label ms_makecode_label;
}
}