namespace UAS_MES.Make
{
partial class Make_PackageCollection
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PackageCollection));
this.pr_code_label = new System.Windows.Forms.Label();
this.pr_detail_label = new System.Windows.Forms.Label();
this.ma_code_label = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pa_packageqty_label = new System.Windows.Forms.Label();
this.pa_totalqty_label = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.pa_code_label = new System.Windows.Forms.Label();
this.PrintList_label = new System.Windows.Forms.Label();
this.PrintNum_label = new System.Windows.Forms.Label();
this.pa_restqty_label = new System.Windows.Forms.Label();
this.AutoPrint = new System.Windows.Forms.CheckBox();
this.Cancel = new System.Windows.Forms.CheckBox();
this.pa_id = new System.Windows.Forms.Label();
this.PrintLabel = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.pr_id = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.PrintNum = new System.Windows.Forms.NumericUpDown();
this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
this.PrintList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
this.Printing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.pr_outboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.barcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
this.PackageDetail = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
this.SuspendLayout();
//
// pr_code_label
//
this.pr_code_label.AutoSize = true;
this.pr_code_label.Enabled = false;
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_code_label.Location = new System.Drawing.Point(525, 53);
this.pr_code_label.Name = "pr_code_label";
this.pr_code_label.Size = new System.Drawing.Size(74, 21);
this.pr_code_label.TabIndex = 81;
this.pr_code_label.Text = "产品编号";
//
// pr_detail_label
//
this.pr_detail_label.AutoSize = true;
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_detail_label.Location = new System.Drawing.Point(12, 101);
this.pr_detail_label.Name = "pr_detail_label";
this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
this.pr_detail_label.TabIndex = 80;
this.pr_detail_label.Text = "产品名称";
//
// ma_code_label
//
this.ma_code_label.AutoSize = true;
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ma_code_label.Location = new System.Drawing.Point(271, 53);
this.ma_code_label.Name = "ma_code_label";
this.ma_code_label.Size = new System.Drawing.Size(58, 21);
this.ma_code_label.TabIndex = 76;
this.ma_code_label.Text = "工单号";
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.panel2.Controls.Add(this.label1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1019, 29);
this.panel2.TabIndex = 88;
this.panel2.Tag = "NoAuto";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label1.Location = new System.Drawing.Point(12, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(74, 21);
this.label1.TabIndex = 0;
this.label1.Text = "工单信息";
//
// pa_packageqty_label
//
this.pa_packageqty_label.AutoSize = true;
this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_packageqty_label.Location = new System.Drawing.Point(270, 102);
this.pa_packageqty_label.Name = "pa_packageqty_label";
this.pa_packageqty_label.Size = new System.Drawing.Size(74, 21);
this.pa_packageqty_label.TabIndex = 95;
this.pa_packageqty_label.Text = "已装数量";
//
// pa_totalqty_label
//
this.pa_totalqty_label.AutoSize = true;
this.pa_totalqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_totalqty_label.Location = new System.Drawing.Point(271, 149);
this.pa_totalqty_label.Name = "pa_totalqty_label";
this.pa_totalqty_label.Size = new System.Drawing.Size(74, 21);
this.pa_totalqty_label.TabIndex = 97;
this.pa_totalqty_label.Text = "箱内容量";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.Black;
this.label13.Location = new System.Drawing.Point(20, 572);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(58, 21);
this.label13.TabIndex = 105;
this.label13.Text = "序列号";
//
// pa_code_label
//
this.pa_code_label.AutoSize = true;
this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_code_label.Location = new System.Drawing.Point(12, 54);
this.pa_code_label.Name = "pa_code_label";
this.pa_code_label.Size = new System.Drawing.Size(42, 21);
this.pa_code_label.TabIndex = 113;
this.pa_code_label.Text = "箱号";
//
// PrintList_label
//
this.PrintList_label.AutoSize = true;
this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PrintList_label.Location = new System.Drawing.Point(12, 148);
this.PrintList_label.Name = "PrintList_label";
this.PrintList_label.Size = new System.Drawing.Size(90, 21);
this.PrintList_label.TabIndex = 116;
this.PrintList_label.Text = "打印机列表";
//
// PrintNum_label
//
this.PrintNum_label.AutoSize = true;
this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PrintNum_label.Location = new System.Drawing.Point(782, 149);
this.PrintNum_label.Name = "PrintNum_label";
this.PrintNum_label.Size = new System.Drawing.Size(42, 21);
this.PrintNum_label.TabIndex = 124;
this.PrintNum_label.Text = "份数";
//
// pa_restqty_label
//
this.pa_restqty_label.AutoSize = true;
this.pa_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_restqty_label.Location = new System.Drawing.Point(525, 102);
this.pa_restqty_label.Name = "pa_restqty_label";
this.pa_restqty_label.Size = new System.Drawing.Size(74, 21);
this.pa_restqty_label.TabIndex = 126;
this.pa_restqty_label.Text = "剩余容量";
//
// AutoPrint
//
this.AutoPrint.AutoSize = true;
this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.AutoPrint.Location = new System.Drawing.Point(786, 102);
this.AutoPrint.Name = "AutoPrint";
this.AutoPrint.Size = new System.Drawing.Size(125, 25);
this.AutoPrint.TabIndex = 128;
this.AutoPrint.Text = "满箱自动打印";
this.AutoPrint.UseVisualStyleBackColor = true;
//
// Cancel
//
this.Cancel.AutoSize = true;
this.Cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Cancel.Location = new System.Drawing.Point(322, 572);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(93, 25);
this.Cancel.TabIndex = 129;
this.Cancel.Text = "取消采集";
this.Cancel.UseVisualStyleBackColor = true;
//
// pa_id
//
this.pa_id.AutoSize = true;
this.pa_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pa_id.Location = new System.Drawing.Point(964, 53);
this.pa_id.Name = "pa_id";
this.pa_id.Size = new System.Drawing.Size(50, 21);
this.pa_id.TabIndex = 153;
this.pa_id.Text = "pa_id";
this.pa_id.Visible = false;
//
// PrintLabel
//
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.PrintLabel.FormattingEnabled = true;
this.PrintLabel.Location = new System.Drawing.Point(611, 149);
this.PrintLabel.Margin = new System.Windows.Forms.Padding(2);
this.PrintLabel.Name = "PrintLabel";
this.PrintLabel.Size = new System.Drawing.Size(150, 20);
this.PrintLabel.TabIndex = 159;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(525, 149);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 21);
this.label3.TabIndex = 160;
this.label3.Text = "打印标签";
//
// pr_id
//
this.pr_id.AutoSize = true;
this.pr_id.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_id.Location = new System.Drawing.Point(964, 79);
this.pr_id.Name = "pr_id";
this.pr_id.Size = new System.Drawing.Size(47, 21);
this.pr_id.TabIndex = 161;
this.pr_id.Tag = "pr_id";
this.pr_id.Text = "pr_id";
this.pr_id.Visible = false;
this.pr_id.TextChanged += new System.EventHandler(this.pr_id_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Black;
this.label2.Location = new System.Drawing.Point(12, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(74, 22);
this.label2.TabIndex = 162;
this.label2.Text = "采集信息";
//
// PrintNum
//
this.PrintNum.Location = new System.Drawing.Point(828, 151);
this.PrintNum.Name = "PrintNum";
this.PrintNum.Size = new System.Drawing.Size(50, 21);
this.PrintNum.TabIndex = 164;
this.PrintNum.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// pa_outboxcode
//
this.pa_outboxcode.ErrorMsg = null;
this.pa_outboxcode.Location = new System.Drawing.Point(109, 54);
this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
this.pa_outboxcode.Name = "pa_outboxcode";
this.pa_outboxcode.Pr_id = null;
this.pa_outboxcode.Size = new System.Drawing.Size(148, 21);
this.pa_outboxcode.TabIndex = 163;
this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_code_KeyDown);
//
// PrintList
//
this.PrintList.Location = new System.Drawing.Point(109, 149);
this.PrintList.Margin = new System.Windows.Forms.Padding(4);
this.PrintList.Name = "PrintList";
this.PrintList.Size = new System.Drawing.Size(148, 25);
this.PrintList.TabIndex = 158;
//
// OperateResult
//
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperateResult.Location = new System.Drawing.Point(777, 214);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(219, 344);
this.OperateResult.TabIndex = 155;
this.OperateResult.Text = "";
//
// ma_code
//
this.ma_code.AllPower = null;
this.ma_code.AutoSize = true;
this.ma_code.Caller = null;
this.ma_code.Condition = null;
this.ma_code.DBTitle = "工单查询";
this.ma_code.FormName = null;
this.ma_code.Location = new System.Drawing.Point(355, 54);
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(150, 21);
this.ma_code.TabIndex = 152;
this.ma_code.TableName = null;
this.ma_code.Tag = "ma_code";
this.ma_code.TextBoxEnable = true;
this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
//
// Printing
//
this.Printing.AllPower = "ifall";
this.Printing.BackColor = System.Drawing.Color.Transparent;
this.Printing.DownImage = ((System.Drawing.Image)(resources.GetObject("Printing.DownImage")));
this.Printing.Image = ((System.Drawing.Image)(resources.GetObject("Printing.Image")));
this.Printing.IsShowBorder = true;
this.Printing.Location = new System.Drawing.Point(887, 149);
this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
this.Printing.Name = "Printing";
this.Printing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Printing.NormalImage")));
this.Printing.Power = null;
this.Printing.Size = new System.Drawing.Size(60, 24);
this.Printing.TabIndex = 150;
this.Printing.Tag = "ifread";
this.Printing.Text = "打印";
this.Printing.UseVisualStyleBackColor = true;
this.Printing.Click += new System.EventHandler(this.Print_Click);
//
// Clean
//
this.Clean.AllPower = null;
this.Clean.BackColor = System.Drawing.Color.Transparent;
this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
this.Clean.IsShowBorder = true;
this.Clean.Location = new System.Drawing.Point(856, 571);
this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
this.Clean.Name = "Clean";
this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
this.Clean.Power = null;
this.Clean.Size = new System.Drawing.Size(60, 24);
this.Clean.TabIndex = 148;
this.Clean.Text = "清除";
this.Clean.UseVisualStyleBackColor = true;
this.Clean.Click += new System.EventHandler(this.Clean_Click);
//
// pa_packageqty
//
this.pa_packageqty.AllPower = null;
this.pa_packageqty.BackColor = System.Drawing.Color.White;
this.pa_packageqty.Enabled = false;
this.pa_packageqty.ID = null;
this.pa_packageqty.Location = new System.Drawing.Point(354, 102);
this.pa_packageqty.Name = "pa_packageqty";
this.pa_packageqty.Power = null;
this.pa_packageqty.Size = new System.Drawing.Size(150, 21);
this.pa_packageqty.Str = null;
this.pa_packageqty.Str1 = null;
this.pa_packageqty.Str2 = null;
this.pa_packageqty.TabIndex = 143;
this.pa_packageqty.Tag = "NoAuto";
this.pa_packageqty.TextChanged += new System.EventHandler(this.pa_packageqty_TextChanged);
//
// pr_code
//
this.pr_code.AllPower = null;
this.pr_code.BackColor = System.Drawing.Color.White;
this.pr_code.Enabled = false;
this.pr_code.ID = null;
this.pr_code.Location = new System.Drawing.Point(611, 55);
this.pr_code.Name = "pr_code";
this.pr_code.Power = null;
this.pr_code.Size = new System.Drawing.Size(150, 21);
this.pr_code.Str = null;
this.pr_code.Str1 = null;
this.pr_code.Str2 = null;
this.pr_code.TabIndex = 142;
this.pr_code.Tag = "ma_prodcode";
this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
//
// pr_outboxinnerqty
//
this.pr_outboxinnerqty.AllPower = null;
this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
this.pr_outboxinnerqty.ID = null;
this.pr_outboxinnerqty.Location = new System.Drawing.Point(355, 149);
this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
this.pr_outboxinnerqty.Power = null;
this.pr_outboxinnerqty.Size = new System.Drawing.Size(150, 21);
this.pr_outboxinnerqty.Str = null;
this.pr_outboxinnerqty.Str1 = null;
this.pr_outboxinnerqty.Str2 = null;
this.pr_outboxinnerqty.TabIndex = 141;
this.pr_outboxinnerqty.Tag = "NoAuto";
//
// pr_detail
//
this.pr_detail.AllPower = null;
this.pr_detail.BackColor = System.Drawing.Color.White;
this.pr_detail.Enabled = false;
this.pr_detail.ID = null;
this.pr_detail.Location = new System.Drawing.Point(109, 102);
this.pr_detail.Name = "pr_detail";
this.pr_detail.Power = null;
this.pr_detail.Size = new System.Drawing.Size(149, 21);
this.pr_detail.Str = null;
this.pr_detail.Str1 = null;
this.pr_detail.Str2 = null;
this.pr_detail.TabIndex = 139;
this.pr_detail.Tag = "ma_prodname";
//
// pa_restqty
//
this.pa_restqty.AllPower = null;
this.pa_restqty.BackColor = System.Drawing.Color.White;
this.pa_restqty.Enabled = false;
this.pa_restqty.ID = null;
this.pa_restqty.Location = new System.Drawing.Point(611, 102);
this.pa_restqty.Name = "pa_restqty";
this.pa_restqty.Power = null;
this.pa_restqty.Size = new System.Drawing.Size(150, 21);
this.pa_restqty.Str = null;
this.pa_restqty.Str1 = null;
this.pa_restqty.Str2 = null;
this.pa_restqty.TabIndex = 137;
this.pa_restqty.Tag = "NoAuto";
//
// barcode
//
this.barcode.AllPower = "ifall";
this.barcode.BackColor = System.Drawing.Color.White;
this.barcode.ID = null;
this.barcode.Location = new System.Drawing.Point(88, 572);
this.barcode.Name = "barcode";
this.barcode.Power = "ifwrite";
this.barcode.Size = new System.Drawing.Size(196, 21);
this.barcode.Str = null;
this.barcode.Str1 = null;
this.barcode.Str2 = null;
this.barcode.TabIndex = 135;
this.barcode.Tag = "IfWrite";
this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
//
// PackageDetail
//
this.PackageDetail.AllowUserToAddRows = false;
this.PackageDetail.AllowUserToDeleteRows = false;
this.PackageDetail.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
this.PackageDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.PackageDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.pd_barcode,
this.pa_outboxcode1,
this.pd_innerqty,
this.pa_indate,
this.pd_id});
this.PackageDetail.Location = new System.Drawing.Point(16, 214);
this.PackageDetail.Name = "PackageDetail";
this.PackageDetail.ReadOnly = true;
this.PackageDetail.RowTemplate.Height = 23;
this.PackageDetail.Size = new System.Drawing.Size(746, 344);
this.PackageDetail.TabIndex = 134;
//
// pd_barcode
//
this.pd_barcode.DataPropertyName = "pd_barcode";
this.pd_barcode.HeaderText = "序号";
this.pd_barcode.Name = "pd_barcode";
this.pd_barcode.ReadOnly = true;
this.pd_barcode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.pd_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
this.pd_barcode.Width = 202;
//
// pa_outboxcode1
//
this.pa_outboxcode1.DataPropertyName = "pa_outboxcode";
this.pa_outboxcode1.HeaderText = "箱号";
this.pa_outboxcode1.Name = "pa_outboxcode1";
this.pa_outboxcode1.ReadOnly = true;
this.pa_outboxcode1.Width = 201;
//
// pd_innerqty
//
this.pd_innerqty.DataPropertyName = "pd_innerqty";
this.pd_innerqty.HeaderText = "箱内数量";
this.pd_innerqty.Name = "pd_innerqty";
this.pd_innerqty.ReadOnly = true;
this.pd_innerqty.Visible = false;
this.pd_innerqty.Width = 80;
//
// pa_indate
//
this.pa_indate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
this.pa_indate.DataPropertyName = "pa_indate";
this.pa_indate.HeaderText = "装箱日期";
this.pa_indate.MinimumWidth = 300;
this.pa_indate.Name = "pa_indate";
this.pa_indate.ReadOnly = true;
this.pa_indate.Width = 300;
//
// pd_id
//
this.pd_id.DataPropertyName = "pd_id";
this.pd_id.HeaderText = "ID";
this.pd_id.Name = "pd_id";
this.pd_id.ReadOnly = true;
this.pd_id.Visible = false;
//
// Make_PackageCollection
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1019, 608);
this.Controls.Add(this.PrintNum);
this.Controls.Add(this.pa_outboxcode);
this.Controls.Add(this.label2);
this.Controls.Add(this.pr_id);
this.Controls.Add(this.label3);
this.Controls.Add(this.PrintLabel);
this.Controls.Add(this.PrintList);
this.Controls.Add(this.OperateResult);
this.Controls.Add(this.pa_id);
this.Controls.Add(this.ma_code);
this.Controls.Add(this.Printing);
this.Controls.Add(this.Clean);
this.Controls.Add(this.pa_packageqty);
this.Controls.Add(this.pr_code);
this.Controls.Add(this.pr_outboxinnerqty);
this.Controls.Add(this.pr_detail);
this.Controls.Add(this.pa_restqty);
this.Controls.Add(this.barcode);
this.Controls.Add(this.PackageDetail);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.AutoPrint);
this.Controls.Add(this.pa_restqty_label);
this.Controls.Add(this.PrintNum_label);
this.Controls.Add(this.PrintList_label);
this.Controls.Add(this.pa_code_label);
this.Controls.Add(this.label13);
this.Controls.Add(this.pa_totalqty_label);
this.Controls.Add(this.pa_packageqty_label);
this.Controls.Add(this.panel2);
this.Controls.Add(this.pr_code_label);
this.Controls.Add(this.pr_detail_label);
this.Controls.Add(this.ma_code_label);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Make_PackageCollection";
this.Tag = "Make!PackageCollection";
this.Text = "包装采集";
this.Activated += new System.EventHandler(this.包装采集_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.包装采集_FormClosing);
this.Load += new System.EventHandler(this.包装采集_Load);
this.SizeChanged += new System.EventHandler(this.包装采集_SizeChanged);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label pr_code_label;
private System.Windows.Forms.Label pr_detail_label;
private System.Windows.Forms.Label ma_code_label;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label pa_packageqty_label;
private System.Windows.Forms.Label pa_totalqty_label;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label pa_code_label;
private System.Windows.Forms.Label PrintList_label;
private System.Windows.Forms.Label PrintNum_label;
private System.Windows.Forms.Label pa_restqty_label;
private System.Windows.Forms.CheckBox AutoPrint;
private System.Windows.Forms.CheckBox Cancel;
private CustomControl.DataGrid_View.DataGridViewWithSerialNum PackageDetail;
private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
private CustomControl.TextBoxWithIcon.EnterTextBox pa_restqty;
private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
private CustomControl.TextBoxWithIcon.EnterTextBox pa_packageqty;
private CustomControl.ButtonUtil.NormalButton Clean;
private CustomControl.ButtonUtil.NormalButton Printing;
private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
private System.Windows.Forms.Label pa_id;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
private System.Windows.Forms.ComboBox PrintLabel;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label pr_id;
private System.Windows.Forms.Label label2;
private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
private System.Windows.Forms.NumericUpDown PrintNum;
private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pa_outboxcode1;
private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
}
}