namespace NXWMS.Forms.Instock.frmInstockChild
{
partial class frmChildEditWmsInReceipt
{
///
/// 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.components = new System.ComponentModel.Container();
this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
this.btnConfirm = 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.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.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
this.kdgv_ReceiptDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重新加载ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
((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.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).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.kdgv_ReceiptDtlData)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// 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.button1);
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 = 4;
this.kgb_MainTableMsg.Values.Heading = "收货单主表:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(386, 91);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(138, 23);
this.button1.TabIndex = 6;
this.button1.Text = "测试收货单标签打印";
this.button1.UseVisualStyleBackColor = true;
this.button1.Visible = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 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(155, 37);
this.tableLayoutPanel1.TabIndex = 5;
//
// btnCancel
//
this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(80, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(72, 31);
this.btnCancel.TabIndex = 2;
this.btnCancel.Tag = "";
this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
this.btnCancel.Values.Text = "取消";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnConfirm
//
this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(3, 3);
this.btnConfirm.Name = "btnConfirm";
this.btnConfirm.Size = new System.Drawing.Size(71, 31);
this.btnConfirm.TabIndex = 1;
this.btnConfirm.Tag = "";
this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
this.btnConfirm.Values.Text = "确认";
this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_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 = "描述:";
//
// 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(26, 10);
this.kryptonLabel1.Name = "kryptonLabel1";
this.kryptonLabel1.Size = new System.Drawing.Size(101, 20);
this.kryptonLabel1.TabIndex = 0;
this.kryptonLabel1.Values.Text = "到货通知单号:";
//
// kryptonContextMenuItem1
//
this.kryptonContextMenuItem1.Text = "Menu Item";
//
// 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 = 5;
this.kgb_DetailTableMsg.Values.Heading = "收货单明细表:";
//
// kdgv_ReceiptDtlData
//
this.kdgv_ReceiptDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
this.kdgv_ReceiptDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.kdgv_ReceiptDtlData.ContextMenuStrip = this.contextMenuStrip1;
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.RowTemplate.Height = 23;
this.kdgv_ReceiptDtlData.Size = new System.Drawing.Size(1375, 539);
this.kdgv_ReceiptDtlData.TabIndex = 0;
this.kdgv_ReceiptDtlData.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.kdgv_ReceiptDtlData_CellBeginEdit);
this.kdgv_ReceiptDtlData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_ReceiptDtlData_CellEndEdit);
this.kdgv_ReceiptDtlData.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_ReceiptDtlData_DataError);
this.kdgv_ReceiptDtlData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.kdgv_ReceiptDtlData_EditingControlShowing);
this.kdgv_ReceiptDtlData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.kdgv_ReceiptDtlData_RowsAdded);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.删除选中行ToolStripMenuItem,
this.全部删除ToolStripMenuItem,
this.重新加载ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(140, 70);
//
// 删除选中行ToolStripMenuItem
//
this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
this.删除选中行ToolStripMenuItem.Text = "删除选中行";
this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
//
// 全部删除ToolStripMenuItem
//
this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
this.全部删除ToolStripMenuItem.Text = "全部删除";
this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
//
// 重新加载ToolStripMenuItem
//
this.重新加载ToolStripMenuItem.Name = "重新加载ToolStripMenuItem";
this.重新加载ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
this.重新加载ToolStripMenuItem.Text = "重新加载";
this.重新加载ToolStripMenuItem.Click += new System.EventHandler(this.重新加载ToolStripMenuItem_Click);
//
// kryptonContextMenuHeading1
//
this.kryptonContextMenuHeading1.ExtraText = "";
//
// frmChildEditWmsInReceipt
//
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.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmChildEditWmsInReceipt";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "编辑收货单";
this.Load += new System.EventHandler(this.frmChildEditWmsInReceipt_Load);
((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.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).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.kdgv_ReceiptDtlData)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_ReceiptType;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
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.KryptonContextMenuItem kryptonContextMenuItem1;
private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptDtlData;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 重新加载ToolStripMenuItem;
private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_ReceiptTime;
private System.Windows.Forms.Button button1;
}
}