frmChildReceiptTray.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace NXWMS.Forms.Instock.frmInstockChild
  2. {
  3. partial class frmChildReceiptTray
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
  30. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  31. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  32. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  36. this.kdgv_ReceiptTrayDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  37. this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  38. this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  39. this.ktb_ReceiptNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  40. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  42. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.ktb_PalletNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.tableLayoutPanel1.SuspendLayout();
  45. this.contextMenuStrip1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptTrayDtlData)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).BeginInit();
  49. this.kgb_DetailTableMsg.Panel.SuspendLayout();
  50. this.kgb_DetailTableMsg.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).BeginInit();
  53. this.kgb_MainTableMsg.Panel.SuspendLayout();
  54. this.kgb_MainTableMsg.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // kryptonContextMenuHeading1
  58. //
  59. this.kryptonContextMenuHeading1.ExtraText = "";
  60. //
  61. // tableLayoutPanel1
  62. //
  63. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  64. this.tableLayoutPanel1.ColumnCount = 2;
  65. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  66. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  67. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
  68. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
  69. this.tableLayoutPanel1.Location = new System.Drawing.Point(1218, 15);
  70. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  71. this.tableLayoutPanel1.RowCount = 1;
  72. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  73. this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
  74. this.tableLayoutPanel1.TabIndex = 5;
  75. //
  76. // btnCancel
  77. //
  78. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  79. | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.btnCancel.Location = new System.Drawing.Point(80, 3);
  82. this.btnCancel.Name = "btnCancel";
  83. this.btnCancel.Size = new System.Drawing.Size(72, 31);
  84. this.btnCancel.TabIndex = 2;
  85. this.btnCancel.Tag = "";
  86. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
  87. this.btnCancel.Values.Text = "取消";
  88. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  89. //
  90. // btnConfirm
  91. //
  92. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btnConfirm.Location = new System.Drawing.Point(3, 3);
  96. this.btnConfirm.Name = "btnConfirm";
  97. this.btnConfirm.Size = new System.Drawing.Size(71, 31);
  98. this.btnConfirm.TabIndex = 1;
  99. this.btnConfirm.Tag = "";
  100. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
  101. this.btnConfirm.Values.Text = "确认";
  102. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  103. //
  104. // 全部删除ToolStripMenuItem
  105. //
  106. this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
  107. this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  108. this.全部删除ToolStripMenuItem.Text = "全部删除";
  109. this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
  110. //
  111. // 删除选中行ToolStripMenuItem
  112. //
  113. this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
  114. this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  115. this.删除选中行ToolStripMenuItem.Text = "删除选中行";
  116. this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
  117. //
  118. // contextMenuStrip1
  119. //
  120. this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
  121. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  122. this.删除选中行ToolStripMenuItem,
  123. this.全部删除ToolStripMenuItem});
  124. this.contextMenuStrip1.Name = "contextMenuStrip1";
  125. this.contextMenuStrip1.Size = new System.Drawing.Size(181, 70);
  126. //
  127. // kdgv_ReceiptTrayDtlData
  128. //
  129. this.kdgv_ReceiptTrayDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  130. this.kdgv_ReceiptTrayDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  131. this.kdgv_ReceiptTrayDtlData.ContextMenuStrip = this.contextMenuStrip1;
  132. this.kdgv_ReceiptTrayDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.kdgv_ReceiptTrayDtlData.Location = new System.Drawing.Point(0, 0);
  134. this.kdgv_ReceiptTrayDtlData.Name = "kdgv_ReceiptTrayDtlData";
  135. this.kdgv_ReceiptTrayDtlData.RowTemplate.Height = 23;
  136. this.kdgv_ReceiptTrayDtlData.Size = new System.Drawing.Size(1375, 617);
  137. this.kdgv_ReceiptTrayDtlData.TabIndex = 0;
  138. this.kdgv_ReceiptTrayDtlData.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.kdgv_ReceiptTrayDtlData_DataError);
  139. this.kdgv_ReceiptTrayDtlData.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.kdgv_ReceiptTrayDtlData_EditingControlShowing);
  140. this.kdgv_ReceiptTrayDtlData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.kdgv_ReceiptTrayDtlData_RowsAdded);
  141. //
  142. // kgb_DetailTableMsg
  143. //
  144. this.kgb_DetailTableMsg.CaptionOverlap = 0D;
  145. this.kgb_DetailTableMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.kgb_DetailTableMsg.Location = new System.Drawing.Point(0, 89);
  147. this.kgb_DetailTableMsg.Name = "kgb_DetailTableMsg";
  148. //
  149. // kgb_DetailTableMsg.Panel
  150. //
  151. this.kgb_DetailTableMsg.Panel.Controls.Add(this.kdgv_ReceiptTrayDtlData);
  152. this.kgb_DetailTableMsg.Size = new System.Drawing.Size(1379, 641);
  153. this.kgb_DetailTableMsg.TabIndex = 7;
  154. this.kgb_DetailTableMsg.Values.Heading = "组盘明细表:";
  155. //
  156. // kryptonContextMenuItem1
  157. //
  158. this.kryptonContextMenuItem1.Text = "Menu Item";
  159. //
  160. // ktb_ReceiptNo
  161. //
  162. this.ktb_ReceiptNo.Location = new System.Drawing.Point(99, 23);
  163. this.ktb_ReceiptNo.Name = "ktb_ReceiptNo";
  164. this.ktb_ReceiptNo.Size = new System.Drawing.Size(160, 23);
  165. this.ktb_ReceiptNo.TabIndex = 1;
  166. this.ktb_ReceiptNo.Visible = false;
  167. //
  168. // kryptonLabel1
  169. //
  170. this.kryptonLabel1.Location = new System.Drawing.Point(20, 23);
  171. this.kryptonLabel1.Name = "kryptonLabel1";
  172. this.kryptonLabel1.Size = new System.Drawing.Size(75, 20);
  173. this.kryptonLabel1.TabIndex = 0;
  174. this.kryptonLabel1.Values.Text = "收货单号:";
  175. this.kryptonLabel1.Visible = false;
  176. //
  177. // kgb_MainTableMsg
  178. //
  179. this.kgb_MainTableMsg.CaptionOverlap = 0D;
  180. this.kgb_MainTableMsg.Dock = System.Windows.Forms.DockStyle.Top;
  181. this.kgb_MainTableMsg.Location = new System.Drawing.Point(0, 0);
  182. this.kgb_MainTableMsg.Name = "kgb_MainTableMsg";
  183. //
  184. // kgb_MainTableMsg.Panel
  185. //
  186. this.kgb_MainTableMsg.Panel.Controls.Add(this.tableLayoutPanel1);
  187. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel4);
  188. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_PalletNo);
  189. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_ReceiptNo);
  190. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel1);
  191. this.kgb_MainTableMsg.Size = new System.Drawing.Size(1379, 89);
  192. this.kgb_MainTableMsg.TabIndex = 6;
  193. this.kgb_MainTableMsg.Values.Heading = "组盘主表:";
  194. //
  195. // kryptonLabel4
  196. //
  197. this.kryptonLabel4.Location = new System.Drawing.Point(320, 23);
  198. this.kryptonLabel4.Name = "kryptonLabel4";
  199. this.kryptonLabel4.Size = new System.Drawing.Size(62, 20);
  200. this.kryptonLabel4.TabIndex = 0;
  201. this.kryptonLabel4.Values.Text = "托盘号:";
  202. //
  203. // ktb_PalletNo
  204. //
  205. this.ktb_PalletNo.Location = new System.Drawing.Point(387, 23);
  206. this.ktb_PalletNo.Name = "ktb_PalletNo";
  207. this.ktb_PalletNo.Size = new System.Drawing.Size(160, 23);
  208. this.ktb_PalletNo.TabIndex = 1;
  209. //
  210. // frmChildReceiptTray
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.ClientSize = new System.Drawing.Size(1379, 730);
  215. this.Controls.Add(this.kgb_DetailTableMsg);
  216. this.Controls.Add(this.kgb_MainTableMsg);
  217. this.Name = "frmChildReceiptTray";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  219. this.Text = "收货组盘操作";
  220. this.Load += new System.EventHandler(this.frmChildReceiptTray_Load);
  221. this.tableLayoutPanel1.ResumeLayout(false);
  222. this.contextMenuStrip1.ResumeLayout(false);
  223. ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptTrayDtlData)).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).EndInit();
  225. this.kgb_DetailTableMsg.Panel.ResumeLayout(false);
  226. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).EndInit();
  227. this.kgb_DetailTableMsg.ResumeLayout(false);
  228. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).EndInit();
  229. this.kgb_MainTableMsg.Panel.ResumeLayout(false);
  230. this.kgb_MainTableMsg.Panel.PerformLayout();
  231. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).EndInit();
  232. this.kgb_MainTableMsg.ResumeLayout(false);
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
  237. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  238. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  239. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  240. private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
  241. private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
  242. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  243. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptTrayDtlData;
  244. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
  245. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
  246. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_ReceiptNo;
  247. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  248. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
  249. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  250. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_PalletNo;
  251. }
  252. }