frmChildPrintMaterialLabelCode.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. 
  2. namespace NXWMS.Forms.Instock.frmInstockChild
  3. {
  4. partial class frmChildPrintMaterialLabelCode
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.kbtn_PrintPartialLabel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.kbtn_PrintAllLabel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  35. this.kcmb_ReceiptType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  36. this.kdtp_ReceiptTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  37. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kdgv_ReceiptDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  41. this.kgb_DetailTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  42. this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
  43. this.ktb_Receipter = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  44. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.ktb_ArrivalNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  46. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.kgb_MainTableMsg = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  48. this.Column1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
  49. this.Column2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  50. this.Column3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  51. this.Column4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  52. this.Column5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  53. this.Column6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  54. this.Column7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  55. this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  56. this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  57. this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  58. this.Column11 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  59. this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).BeginInit();
  65. this.kgb_DetailTableMsg.Panel.SuspendLayout();
  66. this.kgb_DetailTableMsg.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).BeginInit();
  69. this.kgb_MainTableMsg.Panel.SuspendLayout();
  70. this.kgb_MainTableMsg.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // kryptonContextMenuHeading1
  74. //
  75. this.kryptonContextMenuHeading1.ExtraText = "";
  76. //
  77. // tableLayoutPanel1
  78. //
  79. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  80. this.tableLayoutPanel1.ColumnCount = 3;
  81. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  82. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  83. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  84. this.tableLayoutPanel1.Controls.Add(this.kbtn_PrintPartialLabel, 0, 0);
  85. this.tableLayoutPanel1.Controls.Add(this.kbtn_PrintAllLabel, 0, 0);
  86. this.tableLayoutPanel1.Controls.Add(this.kryptonButton1, 2, 0);
  87. this.tableLayoutPanel1.Location = new System.Drawing.Point(51, 88);
  88. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  89. this.tableLayoutPanel1.RowCount = 1;
  90. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  91. this.tableLayoutPanel1.Size = new System.Drawing.Size(278, 37);
  92. this.tableLayoutPanel1.TabIndex = 5;
  93. //
  94. // kbtn_PrintPartialLabel
  95. //
  96. this.kbtn_PrintPartialLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.kbtn_PrintPartialLabel.Location = new System.Drawing.Point(95, 3);
  100. this.kbtn_PrintPartialLabel.Name = "kbtn_PrintPartialLabel";
  101. this.kbtn_PrintPartialLabel.Size = new System.Drawing.Size(86, 31);
  102. this.kbtn_PrintPartialLabel.TabIndex = 2;
  103. this.kbtn_PrintPartialLabel.Tag = "";
  104. this.kbtn_PrintPartialLabel.Values.Image = global::NXWMS.Properties.Resources.print1;
  105. this.kbtn_PrintPartialLabel.Values.Text = "部分打印";
  106. this.kbtn_PrintPartialLabel.Click += new System.EventHandler(this.kbtn_PrintPartialLabel_Click);
  107. //
  108. // kbtn_PrintAllLabel
  109. //
  110. this.kbtn_PrintAllLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  111. | System.Windows.Forms.AnchorStyles.Left)
  112. | System.Windows.Forms.AnchorStyles.Right)));
  113. this.kbtn_PrintAllLabel.Location = new System.Drawing.Point(3, 3);
  114. this.kbtn_PrintAllLabel.Name = "kbtn_PrintAllLabel";
  115. this.kbtn_PrintAllLabel.Size = new System.Drawing.Size(86, 31);
  116. this.kbtn_PrintAllLabel.TabIndex = 1;
  117. this.kbtn_PrintAllLabel.Tag = "";
  118. this.kbtn_PrintAllLabel.Values.Image = global::NXWMS.Properties.Resources.print;
  119. this.kbtn_PrintAllLabel.Values.Text = "全部打印";
  120. this.kbtn_PrintAllLabel.Click += new System.EventHandler(this.kbtn_PrintAllLabel_Click);
  121. //
  122. // ktb_Describe
  123. //
  124. this.ktb_Describe.Location = new System.Drawing.Point(1145, 41);
  125. this.ktb_Describe.Name = "ktb_Describe";
  126. this.ktb_Describe.Size = new System.Drawing.Size(160, 96);
  127. this.ktb_Describe.TabIndex = 4;
  128. this.ktb_Describe.Text = "";
  129. //
  130. // kcmb_ReceiptType
  131. //
  132. this.kcmb_ReceiptType.DropDownWidth = 154;
  133. this.kcmb_ReceiptType.Location = new System.Drawing.Point(448, 10);
  134. this.kcmb_ReceiptType.Name = "kcmb_ReceiptType";
  135. this.kcmb_ReceiptType.Size = new System.Drawing.Size(160, 21);
  136. this.kcmb_ReceiptType.TabIndex = 3;
  137. //
  138. // kdtp_ReceiptTime
  139. //
  140. this.kdtp_ReceiptTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  141. this.kdtp_ReceiptTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  142. this.kdtp_ReceiptTime.Location = new System.Drawing.Point(1145, 10);
  143. this.kdtp_ReceiptTime.Name = "kdtp_ReceiptTime";
  144. this.kdtp_ReceiptTime.ShowCheckBox = true;
  145. this.kdtp_ReceiptTime.Size = new System.Drawing.Size(160, 21);
  146. this.kdtp_ReceiptTime.TabIndex = 2;
  147. //
  148. // kryptonLabel7
  149. //
  150. this.kryptonLabel7.Location = new System.Drawing.Point(1066, 12);
  151. this.kryptonLabel7.Name = "kryptonLabel7";
  152. this.kryptonLabel7.Size = new System.Drawing.Size(75, 20);
  153. this.kryptonLabel7.TabIndex = 0;
  154. this.kryptonLabel7.Values.Text = "收货时间:";
  155. //
  156. // kryptonLabel4
  157. //
  158. this.kryptonLabel4.Location = new System.Drawing.Point(737, 10);
  159. this.kryptonLabel4.Name = "kryptonLabel4";
  160. this.kryptonLabel4.Size = new System.Drawing.Size(62, 20);
  161. this.kryptonLabel4.TabIndex = 0;
  162. this.kryptonLabel4.Values.Text = "收货人:";
  163. //
  164. // kryptonLabel8
  165. //
  166. this.kryptonLabel8.Location = new System.Drawing.Point(1091, 44);
  167. this.kryptonLabel8.Name = "kryptonLabel8";
  168. this.kryptonLabel8.Size = new System.Drawing.Size(49, 20);
  169. this.kryptonLabel8.TabIndex = 0;
  170. this.kryptonLabel8.Values.Text = "描述:";
  171. //
  172. // kdgv_ReceiptDtlData
  173. //
  174. this.kdgv_ReceiptDtlData.AllowUserToAddRows = false;
  175. this.kdgv_ReceiptDtlData.AllowUserToDeleteRows = false;
  176. this.kdgv_ReceiptDtlData.AllowUserToResizeColumns = false;
  177. this.kdgv_ReceiptDtlData.AllowUserToResizeRows = false;
  178. this.kdgv_ReceiptDtlData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  179. this.kdgv_ReceiptDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  180. this.kdgv_ReceiptDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  181. this.kdgv_ReceiptDtlData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  182. this.Column1,
  183. this.Column2,
  184. this.Column3,
  185. this.Column4,
  186. this.Column5,
  187. this.Column6,
  188. this.Column7,
  189. this.Column8,
  190. this.Column9,
  191. this.Column10,
  192. this.Column11});
  193. this.kdgv_ReceiptDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.kdgv_ReceiptDtlData.Location = new System.Drawing.Point(0, 0);
  195. this.kdgv_ReceiptDtlData.Name = "kdgv_ReceiptDtlData";
  196. this.kdgv_ReceiptDtlData.RowHeadersVisible = false;
  197. this.kdgv_ReceiptDtlData.RowTemplate.Height = 23;
  198. this.kdgv_ReceiptDtlData.Size = new System.Drawing.Size(1375, 539);
  199. this.kdgv_ReceiptDtlData.TabIndex = 0;
  200. //
  201. // kgb_DetailTableMsg
  202. //
  203. this.kgb_DetailTableMsg.CaptionOverlap = 0D;
  204. this.kgb_DetailTableMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.kgb_DetailTableMsg.Location = new System.Drawing.Point(0, 167);
  206. this.kgb_DetailTableMsg.Name = "kgb_DetailTableMsg";
  207. //
  208. // kgb_DetailTableMsg.Panel
  209. //
  210. this.kgb_DetailTableMsg.Panel.Controls.Add(this.kdgv_ReceiptDtlData);
  211. this.kgb_DetailTableMsg.Size = new System.Drawing.Size(1379, 563);
  212. this.kgb_DetailTableMsg.TabIndex = 7;
  213. this.kgb_DetailTableMsg.Values.Heading = "收货单明细表:";
  214. //
  215. // kryptonContextMenuItem1
  216. //
  217. this.kryptonContextMenuItem1.Text = "Menu Item";
  218. //
  219. // ktb_Receipter
  220. //
  221. this.ktb_Receipter.Location = new System.Drawing.Point(804, 10);
  222. this.ktb_Receipter.Name = "ktb_Receipter";
  223. this.ktb_Receipter.Size = new System.Drawing.Size(160, 23);
  224. this.ktb_Receipter.TabIndex = 1;
  225. //
  226. // kryptonLabel5
  227. //
  228. this.kryptonLabel5.Location = new System.Drawing.Point(368, 11);
  229. this.kryptonLabel5.Name = "kryptonLabel5";
  230. this.kryptonLabel5.Size = new System.Drawing.Size(75, 20);
  231. this.kryptonLabel5.TabIndex = 0;
  232. this.kryptonLabel5.Values.Text = "单据类型:";
  233. //
  234. // ktb_ArrivalNo
  235. //
  236. this.ktb_ArrivalNo.Location = new System.Drawing.Point(130, 10);
  237. this.ktb_ArrivalNo.Name = "ktb_ArrivalNo";
  238. this.ktb_ArrivalNo.Size = new System.Drawing.Size(160, 23);
  239. this.ktb_ArrivalNo.TabIndex = 1;
  240. //
  241. // kryptonLabel1
  242. //
  243. this.kryptonLabel1.Location = new System.Drawing.Point(49, 11);
  244. this.kryptonLabel1.Name = "kryptonLabel1";
  245. this.kryptonLabel1.Size = new System.Drawing.Size(75, 20);
  246. this.kryptonLabel1.TabIndex = 0;
  247. this.kryptonLabel1.Values.Text = "收货单号:";
  248. //
  249. // kgb_MainTableMsg
  250. //
  251. this.kgb_MainTableMsg.CaptionOverlap = 0D;
  252. this.kgb_MainTableMsg.Dock = System.Windows.Forms.DockStyle.Top;
  253. this.kgb_MainTableMsg.Location = new System.Drawing.Point(0, 0);
  254. this.kgb_MainTableMsg.Name = "kgb_MainTableMsg";
  255. //
  256. // kgb_MainTableMsg.Panel
  257. //
  258. this.kgb_MainTableMsg.Panel.Controls.Add(this.tableLayoutPanel1);
  259. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_Describe);
  260. this.kgb_MainTableMsg.Panel.Controls.Add(this.kcmb_ReceiptType);
  261. this.kgb_MainTableMsg.Panel.Controls.Add(this.kdtp_ReceiptTime);
  262. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel7);
  263. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel4);
  264. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel8);
  265. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_Receipter);
  266. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel5);
  267. this.kgb_MainTableMsg.Panel.Controls.Add(this.ktb_ArrivalNo);
  268. this.kgb_MainTableMsg.Panel.Controls.Add(this.kryptonLabel1);
  269. this.kgb_MainTableMsg.Size = new System.Drawing.Size(1379, 167);
  270. this.kgb_MainTableMsg.TabIndex = 6;
  271. this.kgb_MainTableMsg.Values.Heading = "收货单主表:";
  272. //
  273. // Column1
  274. //
  275. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  276. dataGridViewCellStyle5.NullValue = false;
  277. this.Column1.DefaultCellStyle = dataGridViewCellStyle5;
  278. this.Column1.FalseValue = null;
  279. this.Column1.HeaderText = "选择";
  280. this.Column1.IndeterminateValue = null;
  281. this.Column1.Name = "Column1";
  282. this.Column1.TrueValue = null;
  283. this.Column1.Width = 43;
  284. //
  285. // Column2
  286. //
  287. this.Column2.HeaderText = "收货单明细ID";
  288. this.Column2.Name = "Column2";
  289. this.Column2.Width = 112;
  290. //
  291. // Column3
  292. //
  293. this.Column3.HeaderText = "物料编码";
  294. this.Column3.Name = "Column3";
  295. this.Column3.Width = 88;
  296. //
  297. // Column4
  298. //
  299. this.Column4.HeaderText = "物料名称";
  300. this.Column4.Name = "Column4";
  301. this.Column4.Width = 88;
  302. //
  303. // Column5
  304. //
  305. this.Column5.HeaderText = "规格型号";
  306. this.Column5.Name = "Column5";
  307. this.Column5.Width = 88;
  308. //
  309. // Column6
  310. //
  311. this.Column6.HeaderText = "批次号";
  312. this.Column6.Name = "Column6";
  313. this.Column6.Width = 75;
  314. //
  315. // Column7
  316. //
  317. this.Column7.HeaderText = "收货数量";
  318. this.Column7.Name = "Column7";
  319. this.Column7.Width = 88;
  320. //
  321. // Column8
  322. //
  323. this.Column8.HeaderText = "单位";
  324. this.Column8.Name = "Column8";
  325. this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  326. this.Column8.Width = 62;
  327. //
  328. // Column9
  329. //
  330. this.Column9.HeaderText = "供应商";
  331. this.Column9.Name = "Column9";
  332. this.Column9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  333. this.Column9.Width = 75;
  334. //
  335. // Column10
  336. //
  337. this.Column10.Checked = false;
  338. this.Column10.HeaderText = "生产日期";
  339. this.Column10.Name = "Column10";
  340. this.Column10.Width = 69;
  341. //
  342. // Column11
  343. //
  344. this.Column11.Checked = false;
  345. this.Column11.HeaderText = "失效日期";
  346. this.Column11.Name = "Column11";
  347. this.Column11.Width = 69;
  348. //
  349. // kryptonButton1
  350. //
  351. this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  352. | System.Windows.Forms.AnchorStyles.Left)
  353. | System.Windows.Forms.AnchorStyles.Right)));
  354. this.kryptonButton1.Location = new System.Drawing.Point(187, 3);
  355. this.kryptonButton1.Name = "kryptonButton1";
  356. this.kryptonButton1.Size = new System.Drawing.Size(88, 31);
  357. this.kryptonButton1.TabIndex = 2;
  358. this.kryptonButton1.Tag = "";
  359. this.kryptonButton1.Values.Image = global::NXWMS.Properties.Resources.取消;
  360. this.kryptonButton1.Values.Text = "取消";
  361. this.kryptonButton1.Click += new System.EventHandler(this.kryptonButton1_Click);
  362. //
  363. // frmChildPrintMaterialLabelCode
  364. //
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(1379, 730);
  368. this.Controls.Add(this.kgb_DetailTableMsg);
  369. this.Controls.Add(this.kgb_MainTableMsg);
  370. this.Name = "frmChildPrintMaterialLabelCode";
  371. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  372. this.Text = "收货单标签打印";
  373. this.Load += new System.EventHandler(this.frmChildPrintMaterialLabelCode_Load);
  374. this.tableLayoutPanel1.ResumeLayout(false);
  375. ((System.ComponentModel.ISupportInitialize)(this.kcmb_ReceiptType)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.kdgv_ReceiptDtlData)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg.Panel)).EndInit();
  378. this.kgb_DetailTableMsg.Panel.ResumeLayout(false);
  379. ((System.ComponentModel.ISupportInitialize)(this.kgb_DetailTableMsg)).EndInit();
  380. this.kgb_DetailTableMsg.ResumeLayout(false);
  381. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg.Panel)).EndInit();
  382. this.kgb_MainTableMsg.Panel.ResumeLayout(false);
  383. this.kgb_MainTableMsg.Panel.PerformLayout();
  384. ((System.ComponentModel.ISupportInitialize)(this.kgb_MainTableMsg)).EndInit();
  385. this.kgb_MainTableMsg.ResumeLayout(false);
  386. this.ResumeLayout(false);
  387. }
  388. #endregion
  389. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
  390. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  391. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PrintPartialLabel;
  392. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PrintAllLabel;
  393. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
  394. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_ReceiptType;
  395. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_ReceiptTime;
  396. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  397. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  398. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  399. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_ReceiptDtlData;
  400. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_DetailTableMsg;
  401. private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
  402. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_Receipter;
  403. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  404. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_ArrivalNo;
  405. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  406. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kgb_MainTableMsg;
  407. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn Column1;
  408. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column2;
  409. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column3;
  410. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column4;
  411. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column5;
  412. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column6;
  413. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column7;
  414. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8;
  415. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9;
  416. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column10;
  417. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column11;
  418. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
  419. }
  420. }