namespace NXWMS.Forms.Instock.frmInstockChild
{
partial class frmChildPrintMaterialLabelCode
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.kbtn_PrintPartialLabel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.kbtn_PrintAllLabel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
this.kcmb_ReceiptType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
this.kdtp_ReceiptTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kdgv_ReceiptDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
this.ktb_Receipter = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.ktb_ArrivalNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.Column1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
this.Column2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
this.Column11 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).BeginInit();
this.kgb_DetailTableMsg.Panel.SuspendLayout();
this.kgb_DetailTableMsg.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).BeginInit();
this.kgb_MainTableMsg.Panel.SuspendLayout();
this.kgb_MainTableMsg.SuspendLayout();
this.SuspendLayout();
//
// kryptonContextMenuHeading1
//
this.kryptonContextMenuHeading1.ExtraText = "";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 3;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanel1.Controls.Add(this.kbtn_PrintPartialLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.kbtn_PrintAllLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.kryptonButton1, 2, 0);
this.tableLayoutPanel1.Location = new System.Drawing.Point(51, 88);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(278, 37);
this.tableLayoutPanel1.TabIndex = 5;
//
// kbtn_PrintPartialLabel
//
this.kbtn_PrintPartialLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.kbtn_PrintPartialLabel.Location = new System.Drawing.Point(95, 3);
this.kbtn_PrintPartialLabel.Name = "kbtn_PrintPartialLabel";
this.kbtn_PrintPartialLabel.Size = new System.Drawing.Size(86, 31);
this.kbtn_PrintPartialLabel.TabIndex = 2;
this.kbtn_PrintPartialLabel.Tag = "";
this.kbtn_PrintPartialLabel.Values.Image = global::NXWMS.Properties.Resources.print1;
this.kbtn_PrintPartialLabel.Values.Text = "部分打印";
this.kbtn_PrintPartialLabel.Click += new System.EventHandler(this.kbtn_PrintPartialLabel_Click);
//
// kbtn_PrintAllLabel
//
this.kbtn_PrintAllLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.kbtn_PrintAllLabel.Location = new System.Drawing.Point(3, 3);
this.kbtn_PrintAllLabel.Name = "kbtn_PrintAllLabel";
this.kbtn_PrintAllLabel.Size = new System.Drawing.Size(86, 31);
this.kbtn_PrintAllLabel.TabIndex = 1;
this.kbtn_PrintAllLabel.Tag = "";
this.kbtn_PrintAllLabel.Values.Image = global::NXWMS.Properties.Resources.print;
this.kbtn_PrintAllLabel.Values.Text = "全部打印";
this.kbtn_PrintAllLabel.Click += new System.EventHandler(this.kbtn_PrintAllLabel_Click);
//
// ktb_Describe
//
this.ktb_Describe.Location = new System.Drawing.Point(1145, 41);
this.ktb_Describe.Name = "ktb_Describe";
this.ktb_Describe.Size = new System.Drawing.Size(160, 96);
this.ktb_Describe.TabIndex = 4;
this.ktb_Describe.Text = "";
//
// kcmb_ReceiptType
//
this.kcmb_ReceiptType.DropDownWidth = 154;
this.kcmb_ReceiptType.Location = new System.Drawing.Point(448, 10);
this.kcmb_ReceiptType.Name = "kcmb_ReceiptType";
this.kcmb_ReceiptType.Size = new System.Drawing.Size(160, 21);
this.kcmb_ReceiptType.TabIndex = 3;
//
// kdtp_ReceiptTime
//
this.kdtp_ReceiptTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.kdtp_ReceiptTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.kdtp_ReceiptTime.Location = new System.Drawing.Point(1145, 10);
this.kdtp_ReceiptTime.Name = "kdtp_ReceiptTime";
this.kdtp_ReceiptTime.ShowCheckBox = true;
this.kdtp_ReceiptTime.Size = new System.Drawing.Size(160, 21);
this.kdtp_ReceiptTime.TabIndex = 2;
//
// kryptonLabel7
//
this.kryptonLabel7.Location = new System.Drawing.Point(1066, 12);
this.kryptonLabel7.Name = "kryptonLabel7";
this.kryptonLabel7.Size = new System.Drawing.Size(75, 20);
this.kryptonLabel7.TabIndex = 0;
this.kryptonLabel7.Values.Text = "收货时间:";
//
// kryptonLabel4
//
this.kryptonLabel4.Location = new System.Drawing.Point(737, 10);
this.kryptonLabel4.Name = "kryptonLabel4";
this.kryptonLabel4.Size = new System.Drawing.Size(62, 20);
this.kryptonLabel4.TabIndex = 0;
this.kryptonLabel4.Values.Text = "收货人:";
//
// kryptonLabel8
//
this.kryptonLabel8.Location = new System.Drawing.Point(1091, 44);
this.kryptonLabel8.Name = "kryptonLabel8";
this.kryptonLabel8.Size = new System.Drawing.Size(49, 20);
this.kryptonLabel8.TabIndex = 0;
this.kryptonLabel8.Values.Text = "描述:";
//
// kdgv_ReceiptDtlData
//
this.kdgv_ReceiptDtlData.AllowUserToAddRows = false;
this.kdgv_ReceiptDtlData.AllowUserToDeleteRows = false;
this.kdgv_ReceiptDtlData.AllowUserToResizeColumns = false;
this.kdgv_ReceiptDtlData.AllowUserToResizeRows = false;
this.kdgv_ReceiptDtlData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.kdgv_ReceiptDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
this.kdgv_ReceiptDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.kdgv_ReceiptDtlData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.Column11});
this.kdgv_ReceiptDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
this.kdgv_ReceiptDtlData.Location = new System.Drawing.Point(0, 0);
this.kdgv_ReceiptDtlData.Name = "kdgv_ReceiptDtlData";
this.kdgv_ReceiptDtlData.RowHeadersVisible = false;
this.kdgv_ReceiptDtlData.RowTemplate.Height = 23;
this.kdgv_ReceiptDtlData.Size = new System.Drawing.Size(1375, 539);
this.kdgv_ReceiptDtlData.TabIndex = 0;
//
// kgb_DetailTableMsg
//
this.kgb_DetailTableMsg.CaptionOverlap = 0D;
this.kgb_DetailTableMsg.Dock = System.Windows.Forms.DockStyle.Fill;
this.kgb_DetailTableMsg.Location = new System.Drawing.Point(0, 167);
this.kgb_DetailTableMsg.Name = "kgb_DetailTableMsg";
//
// kgb_DetailTableMsg.Panel
//
this.kgb_DetailTableMsg.Panel.Controls.Add(this.kdgv_ReceiptDtlData);
this.kgb_DetailTableMsg.Size = new System.Drawing.Size(1379, 563);
this.kgb_DetailTableMsg.TabIndex = 7;
this.kgb_DetailTableMsg.Values.Heading = "收货单明细表:";
//
// kryptonContextMenuItem1
//
this.kryptonContextMenuItem1.Text = "Menu Item";
//
// ktb_Receipter
//
this.ktb_Receipter.Location = new System.Drawing.Point(804, 10);
this.ktb_Receipter.Name = "ktb_Receipter";
this.ktb_Receipter.Size = new System.Drawing.Size(160, 23);
this.ktb_Receipter.TabIndex = 1;
//
// kryptonLabel5
//
this.kryptonLabel5.Location = new System.Drawing.Point(368, 11);
this.kryptonLabel5.Name = "kryptonLabel5";
this.kryptonLabel5.Size = new System.Drawing.Size(75, 20);
this.kryptonLabel5.TabIndex = 0;
this.kryptonLabel5.Values.Text = "单据类型:";
//
// ktb_ArrivalNo
//
this.ktb_ArrivalNo.Location = new System.Drawing.Point(130, 10);
this.ktb_ArrivalNo.Name = "ktb_ArrivalNo";
this.ktb_ArrivalNo.Size = new System.Drawing.Size(160, 23);
this.ktb_ArrivalNo.TabIndex = 1;
//
// kryptonLabel1
//
this.kryptonLabel1.Location = new System.Drawing.Point(49, 11);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(75, 20);
this.kryptonLabel1.TabIndex = 0;
this.kryptonLabel1.Values.Text = "收货单号:";
//
// kgb_MainTableMsg
//
this.kgb_MainTableMsg.CaptionOverlap = 0D;
this.kgb_MainTableMsg.Dock = System.Windows.Forms.DockStyle.Top;
this.kgb_MainTableMsg.Location = new System.Drawing.Point(0, 0);
this.kgb_MainTableMsg.Name = "kgb_MainTableMsg";
//
// kgb_MainTableMsg.Panel
//
this.kgb_MainTableMsg.Panel.Controls.Add(this.tableLayoutPanel1);
this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_Describe);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kcmb_ReceiptType);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kdtp_ReceiptTime);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel7);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel4);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel8);
this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_Receipter);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel5);
this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_ArrivalNo);
this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel1);
this.kgb_MainTableMsg.Size = new System.Drawing.Size(1379, 167);
this.kgb_MainTableMsg.TabIndex = 6;
this.kgb_MainTableMsg.Values.Heading = "收货单主表:";
//
// Column1
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.NullValue = false;
this.Column1.DefaultCellStyle = dataGridViewCellStyle5;
this.Column1.FalseValue = null;
this.Column1.HeaderText = "选择";
this.Column1.IndeterminateValue = null;
this.Column1.Name = "Column1";
this.Column1.TrueValue = null;
this.Column1.Width = 43;
//
// Column2
//
this.Column2.HeaderText = "收货单明细ID";
this.Column2.Name = "Column2";
this.Column2.Width = 112;
//
// Column3
//
this.Column3.HeaderText = "物料编码";
this.Column3.Name = "Column3";
this.Column3.Width = 88;
//
// Column4
//
this.Column4.HeaderText = "物料名称";
this.Column4.Name = "Column4";
this.Column4.Width = 88;
//
// Column5
//
this.Column5.HeaderText = "规格型号";
this.Column5.Name = "Column5";
this.Column5.Width = 88;
//
// Column6
//
this.Column6.HeaderText = "批次号";
this.Column6.Name = "Column6";
this.Column6.Width = 75;
//
// Column7
//
this.Column7.HeaderText = "收货数量";
this.Column7.Name = "Column7";
this.Column7.Width = 88;
//
// Column8
//
this.Column8.HeaderText = "单位";
this.Column8.Name = "Column8";
this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column8.Width = 62;
//
// Column9
//
this.Column9.HeaderText = "供应商";
this.Column9.Name = "Column9";
this.Column9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column9.Width = 75;
//
// Column10
//
this.Column10.Checked = false;
this.Column10.HeaderText = "生产日期";
this.Column10.Name = "Column10";
this.Column10.Width = 69;
//
// Column11
//
this.Column11.Checked = false;
this.Column11.HeaderText = "失效日期";
this.Column11.Name = "Column11";
this.Column11.Width = 69;
//
// kryptonButton1
//
this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.kryptonButton1.Location = new System.Drawing.Point(187, 3);
this.kryptonButton1.Name = "kryptonButton1";
this.kryptonButton1.Size = new System.Drawing.Size(88, 31);
this.kryptonButton1.TabIndex = 2;
this.kryptonButton1.Tag = "";
this.kryptonButton1.Values.Image = global::NXWMS.Properties.Resources.取消;
this.kryptonButton1.Values.Text = "取消";
this.kryptonButton1.Click += new System.EventHandler(this.kryptonButton1_Click);
//
// frmChildPrintMaterialLabelCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1379, 730);
this.Controls.Add(this.kgb_DetailTableMsg);
this.Controls.Add(this.kgb_MainTableMsg);
this.Name = "frmChildPrintMaterialLabelCode";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "收货单标签打印";
this.Load += new System.EventHandler(this.frmChildPrintMaterialLabelCode_Load);
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).EndInit();
this.kgb_DetailTableMsg.Panel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).EndInit();
this.kgb_DetailTableMsg.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).EndInit();
this.kgb_MainTableMsg.Panel.ResumeLayout(false);
this.kgb_MainTableMsg.Panel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).EndInit();
this.kgb_MainTableMsg.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PrintPartialLabel;
private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PrintAllLabel;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_ReceiptType;
private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_ReceiptTime;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptDtlData;
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_Receipter;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_ArrivalNo;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn Column1;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column2;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column3;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column4;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column5;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column6;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column7;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column10;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column11;
private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
}
}