123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- namespace NXWMS.Forms.Instock.frmInstockChild
- {
- partial class frmChildReceiptTray
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.kdgv_ReceiptTrayDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
- this.ktb_ReceiptNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.ktb_PalletNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.tableLayoutPanel1.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptTrayDtlData)).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 = 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(1218, 15);
- 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(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);
- //
- // 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(181, 70);
- //
- // kdgv_ReceiptTrayDtlData
- //
- this.kdgv_ReceiptTrayDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
- this.kdgv_ReceiptTrayDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.kdgv_ReceiptTrayDtlData.ContextMenuStrip = this.contextMenuStrip1;
- this.kdgv_ReceiptTrayDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kdgv_ReceiptTrayDtlData.Location = new System.Drawing.Point(0, 0);
- this.kdgv_ReceiptTrayDtlData.Name = "kdgv_ReceiptTrayDtlData";
- this.kdgv_ReceiptTrayDtlData.RowTemplate.Height = 23;
- this.kdgv_ReceiptTrayDtlData.Size = new System.Drawing.Size(1375, 617);
- this.kdgv_ReceiptTrayDtlData.TabIndex = 0;
- this.kdgv_ReceiptTrayDtlData.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_ReceiptTrayDtlData_DataError);
- this.kdgv_ReceiptTrayDtlData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.kdgv_ReceiptTrayDtlData_EditingControlShowing);
- this.kdgv_ReceiptTrayDtlData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.kdgv_ReceiptTrayDtlData_RowsAdded);
- //
- // 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, 89);
- this.kgb_DetailTableMsg.Name = "kgb_DetailTableMsg";
- //
- // kgb_DetailTableMsg.Panel
- //
- this.kgb_DetailTableMsg.Panel.Controls.Add(this.kdgv_ReceiptTrayDtlData);
- this.kgb_DetailTableMsg.Size = new System.Drawing.Size(1379, 641);
- this.kgb_DetailTableMsg.TabIndex = 7;
- this.kgb_DetailTableMsg.Values.Heading = "组盘明细表:";
- //
- // kryptonContextMenuItem1
- //
- this.kryptonContextMenuItem1.Text = "Menu Item";
- //
- // ktb_ReceiptNo
- //
- this.ktb_ReceiptNo.Location = new System.Drawing.Point(99, 23);
- this.ktb_ReceiptNo.Name = "ktb_ReceiptNo";
- this.ktb_ReceiptNo.Size = new System.Drawing.Size(160, 23);
- this.ktb_ReceiptNo.TabIndex = 1;
- this.ktb_ReceiptNo.Visible = false;
- //
- // kryptonLabel1
- //
- this.kryptonLabel1.Location = new System.Drawing.Point(20, 23);
- this.kryptonLabel1.Name = "kryptonLabel1";
- this.kryptonLabel1.Size = new System.Drawing.Size(75, 20);
- this.kryptonLabel1.TabIndex = 0;
- this.kryptonLabel1.Values.Text = "收货单号:";
- this.kryptonLabel1.Visible = false;
- //
- // 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.kryptonLabel4);
- this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_PalletNo);
- this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_ReceiptNo);
- this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel1);
- this.kgb_MainTableMsg.Size = new System.Drawing.Size(1379, 89);
- this.kgb_MainTableMsg.TabIndex = 6;
- this.kgb_MainTableMsg.Values.Heading = "组盘主表:";
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.Location = new System.Drawing.Point(320, 23);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.Size = new System.Drawing.Size(62, 20);
- this.kryptonLabel4.TabIndex = 0;
- this.kryptonLabel4.Values.Text = "托盘号:";
- //
- // ktb_PalletNo
- //
- this.ktb_PalletNo.Location = new System.Drawing.Point(387, 23);
- this.ktb_PalletNo.Name = "ktb_PalletNo";
- this.ktb_PalletNo.Size = new System.Drawing.Size(160, 23);
- this.ktb_PalletNo.TabIndex = 1;
- //
- // frmChildReceiptTray
- //
- 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 = "frmChildReceiptTray";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "收货组盘操作";
- this.Load += new System.EventHandler(this.frmChildReceiptTray_Load);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.contextMenuStrip1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptTrayDtlData)).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 btnCancel;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
- private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptTrayDtlData;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
- private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_ReceiptNo;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_PalletNo;
- }
- }
|