namespace NXWMS.Forms.Instock.frmInstockChild { partial class frmChildAddWmsInReceipt { /// /// 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.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.kdgv_ReceiptDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView(); this.kryptonGroupBox2 = 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.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel(); this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox(); this.cmb_CusArrivalNo = new NXWMS.Client.FrmCustom.DataGridViewOfComoBoxCustom(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit(); this.kryptonGroupBox2.Panel.SuspendLayout(); this.kryptonGroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit(); this.kryptonGroupBox1.Panel.SuspendLayout(); this.kryptonGroupBox1.SuspendLayout(); this.SuspendLayout(); // // kryptonContextMenuHeading1 // this.kryptonContextMenuHeading1.ExtraText = ""; // // 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); // // 全部删除ToolStripMenuItem // this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem"; this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(134, 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(134, 22); this.删除选中行ToolStripMenuItem.Text = "删除选中行"; this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_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.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.Global; 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(73, 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(60, 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(48, 20); this.kryptonLabel8.TabIndex = 0; this.kryptonLabel8.Values.Text = "描述:"; // // 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.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(135, 48); // // 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.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter; 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); // // kryptonGroupBox2 // this.kryptonGroupBox2.CaptionOverlap = 0D; this.kryptonGroupBox2.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption; this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.kryptonGroupBox2.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox; this.kryptonGroupBox2.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox; this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 167); this.kryptonGroupBox2.Name = "kryptonGroupBox2"; // // kryptonGroupBox2.Panel // this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_ReceiptDtlData); this.kryptonGroupBox2.Size = new System.Drawing.Size(1379, 563); this.kryptonGroupBox2.TabIndex = 7; this.kryptonGroupBox2.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, 20); 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(73, 20); this.kryptonLabel5.TabIndex = 0; this.kryptonLabel5.Values.Text = "单据类型:"; // // kryptonLabel1 // this.kryptonLabel1.Location = new System.Drawing.Point(40, 10); this.kryptonLabel1.Name = "kryptonLabel1"; this.kryptonLabel1.Size = new System.Drawing.Size(85, 20); this.kryptonLabel1.TabIndex = 0; this.kryptonLabel1.Values.Text = "到货通知单:"; // // kryptonGroupBox1 // this.kryptonGroupBox1.CaptionOverlap = 0D; this.kryptonGroupBox1.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption; this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.kryptonGroupBox1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox; this.kryptonGroupBox1.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox; this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0); this.kryptonGroupBox1.Name = "kryptonGroupBox1"; // // kryptonGroupBox1.Panel // this.kryptonGroupBox1.Panel.Controls.Add(this.cmb_CusArrivalNo); this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1); this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_Describe); this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_ReceiptType); this.kryptonGroupBox1.Panel.Controls.Add(this.kdtp_ReceiptTime); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel7); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel8); this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_Receipter); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5); this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1); this.kryptonGroupBox1.Size = new System.Drawing.Size(1379, 167); this.kryptonGroupBox1.TabIndex = 6; this.kryptonGroupBox1.Values.Heading = "收货单主表:"; // // cmb_CusArrivalNo // this.cmb_CusArrivalNo.FormattingEnabled = true; this.cmb_CusArrivalNo.Location = new System.Drawing.Point(130, 10); this.cmb_CusArrivalNo.Name = "cmb_CusArrivalNo"; this.cmb_CusArrivalNo.NullValue = ""; this.cmb_CusArrivalNo.PopupGridAutoSize = true; this.cmb_CusArrivalNo.RowFilterVisible = false; this.cmb_CusArrivalNo.sDisplayField = ""; this.cmb_CusArrivalNo.sDisplayMember = ""; this.cmb_CusArrivalNo.SeparatorChar = "|"; this.cmb_CusArrivalNo.Size = new System.Drawing.Size(159, 20); this.cmb_CusArrivalNo.sKeyWords = ""; this.cmb_CusArrivalNo.sValueMember = ""; this.cmb_CusArrivalNo.TabIndex = 6; this.cmb_CusArrivalNo.Value = ""; // // frmChildAddWmsInReceipt // 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.kryptonGroupBox2); this.Controls.Add(this.kryptonGroupBox1); this.Name = "frmChildAddWmsInReceipt"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "添加收货单"; this.Load += new System.EventHandler(this.frmChildAddWmsInReceipt_Load); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit(); this.kryptonGroupBox2.Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit(); this.kryptonGroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit(); this.kryptonGroupBox1.Panel.ResumeLayout(false); this.kryptonGroupBox1.Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit(); this.kryptonGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel; private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm; private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem; 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 System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptDtlData; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2; private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1; private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_Receipter; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5; private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1; private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1; private Client.FrmCustom.DataGridViewOfComoBoxCustom cmb_CusArrivalNo; } }