frmChildInvoiceCheck.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713
  1. namespace NXWMS.Forms.OutStock.frmOutstockChild
  2. {
  3. partial class frmChildInvoiceCheck
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kdgv_InvoiceDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  32. this.Column2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  33. this.Column3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  34. this.Column4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  35. this.Column5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  36. this.Column6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  37. this.Column8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  38. this.Column9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  39. this.Column10 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  40. this.Column7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  41. this.Column11 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  42. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  43. this.kcmb_RegionMsg = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  44. this.kcmb_AllocateType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  45. this.ktb_PalletNoMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  46. this.ktb_BinMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.ktb_BatchNoMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.ktb_MaterielMsg = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  49. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  50. this.kbtn_Cancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. this.kbtn_Confirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  52. this.kbtn_Reset = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  53. this.kbtn_Search = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  54. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  61. this.kdgv_AllowBalanceData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  62. this.Column19 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn();
  63. this.kryptonDataGridViewTextBoxColumn1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  64. this.Column13 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  65. this.Column14 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  66. this.Column15 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  67. this.Column12 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  68. this.Column16 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  69. this.kryptonDataGridViewTextBoxColumn2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  70. this.kryptonDataGridViewTextBoxColumn3 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  71. this.kryptonDataGridViewTextBoxColumn4 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  72. this.kryptonDataGridViewTextBoxColumn5 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  73. this.kryptonDataGridViewTextBoxColumn6 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  74. this.kryptonDataGridViewTextBoxColumn7 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  75. this.kryptonDataGridViewTextBoxColumn8 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  76. this.kryptonDataGridViewTextBoxColumn9 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  77. this.Column17 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  78. this.Column18 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  79. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  81. this.kryptonGroupBox2.Panel.SuspendLayout();
  82. this.kryptonGroupBox2.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InvoiceDtlData)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  86. this.kryptonGroupBox1.Panel.SuspendLayout();
  87. this.kryptonGroupBox1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.kcmb_RegionMsg)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.kcmb_AllocateType)).BeginInit();
  90. this.tableLayoutPanel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
  93. this.kryptonGroupBox3.Panel.SuspendLayout();
  94. this.kryptonGroupBox3.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.kdgv_AllowBalanceData)).BeginInit();
  96. this.SuspendLayout();
  97. //
  98. // kryptonGroupBox2
  99. //
  100. this.kryptonGroupBox2.CaptionOverlap = 0D;
  101. this.kryptonGroupBox2.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
  102. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.kryptonGroupBox2.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
  104. this.kryptonGroupBox2.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
  105. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  106. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  107. //
  108. // kryptonGroupBox2.Panel
  109. //
  110. this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_InvoiceDtlData);
  111. this.kryptonGroupBox2.Size = new System.Drawing.Size(1379, 201);
  112. this.kryptonGroupBox2.TabIndex = 12;
  113. this.kryptonGroupBox2.Values.Heading = "发货单明细表:";
  114. //
  115. // kdgv_InvoiceDtlData
  116. //
  117. this.kdgv_InvoiceDtlData.AllowUserToAddRows = false;
  118. this.kdgv_InvoiceDtlData.AllowUserToDeleteRows = false;
  119. this.kdgv_InvoiceDtlData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  120. this.kdgv_InvoiceDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  121. this.kdgv_InvoiceDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  122. this.kdgv_InvoiceDtlData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  123. this.Column1,
  124. this.Column2,
  125. this.Column3,
  126. this.Column4,
  127. this.Column5,
  128. this.Column6,
  129. this.Column8,
  130. this.Column9,
  131. this.Column10,
  132. this.Column7,
  133. this.Column11});
  134. this.kdgv_InvoiceDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.kdgv_InvoiceDtlData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  136. this.kdgv_InvoiceDtlData.Location = new System.Drawing.Point(0, 0);
  137. this.kdgv_InvoiceDtlData.Name = "kdgv_InvoiceDtlData";
  138. this.kdgv_InvoiceDtlData.RowTemplate.Height = 23;
  139. this.kdgv_InvoiceDtlData.Size = new System.Drawing.Size(1375, 177);
  140. this.kdgv_InvoiceDtlData.TabIndex = 0;
  141. //
  142. // Column1
  143. //
  144. this.Column1.HeaderText = "序号";
  145. this.Column1.Name = "Column1";
  146. this.Column1.ReadOnly = true;
  147. this.Column1.Width = 60;
  148. //
  149. // Column2
  150. //
  151. this.Column2.HeaderText = "物料编码";
  152. this.Column2.Name = "Column2";
  153. this.Column2.ReadOnly = true;
  154. this.Column2.Width = 84;
  155. //
  156. // Column3
  157. //
  158. this.Column3.HeaderText = "物料名称";
  159. this.Column3.Name = "Column3";
  160. this.Column3.ReadOnly = true;
  161. this.Column3.Width = 84;
  162. //
  163. // Column4
  164. //
  165. this.Column4.HeaderText = "物料条码";
  166. this.Column4.Name = "Column4";
  167. this.Column4.ReadOnly = true;
  168. this.Column4.Width = 84;
  169. //
  170. // Column5
  171. //
  172. this.Column5.HeaderText = "物料规格";
  173. this.Column5.Name = "Column5";
  174. this.Column5.ReadOnly = true;
  175. this.Column5.Width = 84;
  176. //
  177. // Column6
  178. //
  179. this.Column6.HeaderText = "批次号";
  180. this.Column6.Name = "Column6";
  181. this.Column6.ReadOnly = true;
  182. this.Column6.Width = 72;
  183. //
  184. // Column8
  185. //
  186. this.Column8.HeaderText = "未发货数量";
  187. this.Column8.Name = "Column8";
  188. this.Column8.Width = 96;
  189. //
  190. // Column9
  191. //
  192. this.Column9.HeaderText = "单位";
  193. this.Column9.Name = "Column9";
  194. this.Column9.ReadOnly = true;
  195. this.Column9.Width = 60;
  196. //
  197. // Column10
  198. //
  199. this.Column10.HeaderText = "包装";
  200. this.Column10.Name = "Column10";
  201. this.Column10.ReadOnly = true;
  202. this.Column10.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  203. this.Column10.Width = 60;
  204. //
  205. // Column7
  206. //
  207. this.Column7.HeaderText = "分配数量";
  208. this.Column7.Name = "Column7";
  209. this.Column7.ReadOnly = true;
  210. this.Column7.Width = 84;
  211. //
  212. // Column11
  213. //
  214. this.Column11.HeaderText = "分配结果(%)";
  215. this.Column11.Name = "Column11";
  216. this.Column11.ReadOnly = true;
  217. this.Column11.Width = 102;
  218. //
  219. // kryptonGroupBox1
  220. //
  221. this.kryptonGroupBox1.CaptionOverlap = 0D;
  222. this.kryptonGroupBox1.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
  223. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  224. this.kryptonGroupBox1.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
  225. this.kryptonGroupBox1.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
  226. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 201);
  227. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  228. //
  229. // kryptonGroupBox1.Panel
  230. //
  231. this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_RegionMsg);
  232. this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_AllocateType);
  233. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_PalletNoMsg);
  234. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_BinMsg);
  235. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_BatchNoMsg);
  236. this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_MaterielMsg);
  237. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
  238. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5);
  239. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4);
  240. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
  241. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
  242. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel2);
  243. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
  244. this.kryptonGroupBox1.Size = new System.Drawing.Size(1379, 111);
  245. this.kryptonGroupBox1.TabIndex = 13;
  246. this.kryptonGroupBox1.Values.Heading = "库存查询条件:";
  247. //
  248. // kcmb_RegionMsg
  249. //
  250. this.kcmb_RegionMsg.DropDownWidth = 160;
  251. this.kcmb_RegionMsg.Items.AddRange(new object[] {
  252. "自动分配",
  253. "手动分配"});
  254. this.kcmb_RegionMsg.Location = new System.Drawing.Point(105, 50);
  255. this.kcmb_RegionMsg.Name = "kcmb_RegionMsg";
  256. this.kcmb_RegionMsg.Size = new System.Drawing.Size(160, 21);
  257. this.kcmb_RegionMsg.TabIndex = 12;
  258. //
  259. // kcmb_AllocateType
  260. //
  261. this.kcmb_AllocateType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  262. this.kcmb_AllocateType.DropDownWidth = 160;
  263. this.kcmb_AllocateType.Items.AddRange(new object[] {
  264. "自动分配",
  265. "手动分配"});
  266. this.kcmb_AllocateType.Location = new System.Drawing.Point(105, 12);
  267. this.kcmb_AllocateType.Name = "kcmb_AllocateType";
  268. this.kcmb_AllocateType.Size = new System.Drawing.Size(160, 21);
  269. this.kcmb_AllocateType.TabIndex = 12;
  270. this.kcmb_AllocateType.SelectionChangeCommitted += new System.EventHandler(this.kcmb_AllocateType_SelectionChangeCommitted);
  271. //
  272. // ktb_PalletNoMsg
  273. //
  274. this.ktb_PalletNoMsg.Location = new System.Drawing.Point(735, 50);
  275. this.ktb_PalletNoMsg.Name = "ktb_PalletNoMsg";
  276. this.ktb_PalletNoMsg.Size = new System.Drawing.Size(160, 20);
  277. this.ktb_PalletNoMsg.TabIndex = 11;
  278. //
  279. // ktb_BinMsg
  280. //
  281. this.ktb_BinMsg.Location = new System.Drawing.Point(419, 51);
  282. this.ktb_BinMsg.Name = "ktb_BinMsg";
  283. this.ktb_BinMsg.Size = new System.Drawing.Size(160, 20);
  284. this.ktb_BinMsg.TabIndex = 11;
  285. //
  286. // ktb_BatchNoMsg
  287. //
  288. this.ktb_BatchNoMsg.Location = new System.Drawing.Point(735, 13);
  289. this.ktb_BatchNoMsg.Name = "ktb_BatchNoMsg";
  290. this.ktb_BatchNoMsg.Size = new System.Drawing.Size(160, 20);
  291. this.ktb_BatchNoMsg.TabIndex = 11;
  292. //
  293. // ktb_MaterielMsg
  294. //
  295. this.ktb_MaterielMsg.Location = new System.Drawing.Point(419, 13);
  296. this.ktb_MaterielMsg.Name = "ktb_MaterielMsg";
  297. this.ktb_MaterielMsg.Size = new System.Drawing.Size(160, 20);
  298. this.ktb_MaterielMsg.TabIndex = 11;
  299. //
  300. // tableLayoutPanel1
  301. //
  302. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  303. this.tableLayoutPanel1.ColumnCount = 4;
  304. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  305. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  306. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  307. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  308. this.tableLayoutPanel1.Controls.Add(this.kbtn_Cancel, 3, 0);
  309. this.tableLayoutPanel1.Controls.Add(this.kbtn_Confirm, 2, 0);
  310. this.tableLayoutPanel1.Controls.Add(this.kbtn_Reset, 1, 0);
  311. this.tableLayoutPanel1.Controls.Add(this.kbtn_Search, 0, 0);
  312. this.tableLayoutPanel1.Location = new System.Drawing.Point(1006, 22);
  313. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  314. this.tableLayoutPanel1.RowCount = 1;
  315. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  316. this.tableLayoutPanel1.Size = new System.Drawing.Size(341, 37);
  317. this.tableLayoutPanel1.TabIndex = 5;
  318. //
  319. // kbtn_Cancel
  320. //
  321. this.kbtn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  322. | System.Windows.Forms.AnchorStyles.Left)
  323. | System.Windows.Forms.AnchorStyles.Right)));
  324. this.kbtn_Cancel.Location = new System.Drawing.Point(258, 3);
  325. this.kbtn_Cancel.Name = "kbtn_Cancel";
  326. this.kbtn_Cancel.Size = new System.Drawing.Size(80, 31);
  327. this.kbtn_Cancel.TabIndex = 2;
  328. this.kbtn_Cancel.Tag = "";
  329. this.kbtn_Cancel.Values.Image = global::NXWMS.Properties.Resources.取消;
  330. this.kbtn_Cancel.Values.Text = "取消";
  331. this.kbtn_Cancel.Click += new System.EventHandler(this.kbtn_Cancel_Click);
  332. //
  333. // kbtn_Confirm
  334. //
  335. this.kbtn_Confirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  336. | System.Windows.Forms.AnchorStyles.Left)
  337. | System.Windows.Forms.AnchorStyles.Right)));
  338. this.kbtn_Confirm.Location = new System.Drawing.Point(173, 3);
  339. this.kbtn_Confirm.Name = "kbtn_Confirm";
  340. this.kbtn_Confirm.Size = new System.Drawing.Size(79, 31);
  341. this.kbtn_Confirm.TabIndex = 1;
  342. this.kbtn_Confirm.Tag = "";
  343. this.kbtn_Confirm.Values.Image = global::NXWMS.Properties.Resources.确认;
  344. this.kbtn_Confirm.Values.Text = "确认";
  345. this.kbtn_Confirm.Click += new System.EventHandler(this.kbtn_Confirm_Click);
  346. //
  347. // kbtn_Reset
  348. //
  349. this.kbtn_Reset.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  350. | System.Windows.Forms.AnchorStyles.Left)
  351. | System.Windows.Forms.AnchorStyles.Right)));
  352. this.kbtn_Reset.Location = new System.Drawing.Point(88, 3);
  353. this.kbtn_Reset.Name = "kbtn_Reset";
  354. this.kbtn_Reset.Size = new System.Drawing.Size(79, 31);
  355. this.kbtn_Reset.TabIndex = 1;
  356. this.kbtn_Reset.Tag = "";
  357. this.kbtn_Reset.Values.Image = global::NXWMS.Properties.Resources.reset;
  358. this.kbtn_Reset.Values.Text = "重置条件";
  359. this.kbtn_Reset.Click += new System.EventHandler(this.kbtn_Reset_Click);
  360. //
  361. // kbtn_Search
  362. //
  363. this.kbtn_Search.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  364. | System.Windows.Forms.AnchorStyles.Left)
  365. | System.Windows.Forms.AnchorStyles.Right)));
  366. this.kbtn_Search.Location = new System.Drawing.Point(3, 3);
  367. this.kbtn_Search.Name = "kbtn_Search";
  368. this.kbtn_Search.Size = new System.Drawing.Size(79, 31);
  369. this.kbtn_Search.TabIndex = 1;
  370. this.kbtn_Search.Tag = "";
  371. this.kbtn_Search.Values.Image = global::NXWMS.Properties.Resources.search2;
  372. this.kbtn_Search.Values.Text = "查询";
  373. this.kbtn_Search.Click += new System.EventHandler(this.kbtn_Search_Click);
  374. //
  375. // kryptonLabel5
  376. //
  377. this.kryptonLabel5.Location = new System.Drawing.Point(669, 50);
  378. this.kryptonLabel5.Name = "kryptonLabel5";
  379. this.kryptonLabel5.Size = new System.Drawing.Size(60, 20);
  380. this.kryptonLabel5.TabIndex = 0;
  381. this.kryptonLabel5.Values.Text = "托盘号:";
  382. //
  383. // kryptonLabel4
  384. //
  385. this.kryptonLabel4.Location = new System.Drawing.Point(365, 51);
  386. this.kryptonLabel4.Name = "kryptonLabel4";
  387. this.kryptonLabel4.Size = new System.Drawing.Size(48, 20);
  388. this.kryptonLabel4.TabIndex = 0;
  389. this.kryptonLabel4.Values.Text = "库位:";
  390. //
  391. // kryptonLabel3
  392. //
  393. this.kryptonLabel3.Location = new System.Drawing.Point(669, 13);
  394. this.kryptonLabel3.Name = "kryptonLabel3";
  395. this.kryptonLabel3.Size = new System.Drawing.Size(60, 20);
  396. this.kryptonLabel3.TabIndex = 0;
  397. this.kryptonLabel3.Values.Text = "批次号:";
  398. //
  399. // kryptonLabel6
  400. //
  401. this.kryptonLabel6.Location = new System.Drawing.Point(51, 51);
  402. this.kryptonLabel6.Name = "kryptonLabel6";
  403. this.kryptonLabel6.Size = new System.Drawing.Size(48, 20);
  404. this.kryptonLabel6.TabIndex = 0;
  405. this.kryptonLabel6.Values.Text = "库区:";
  406. //
  407. // kryptonLabel2
  408. //
  409. this.kryptonLabel2.Location = new System.Drawing.Point(342, 13);
  410. this.kryptonLabel2.Name = "kryptonLabel2";
  411. this.kryptonLabel2.Size = new System.Drawing.Size(73, 20);
  412. this.kryptonLabel2.TabIndex = 0;
  413. this.kryptonLabel2.Values.Text = "物料信息:";
  414. //
  415. // kryptonLabel1
  416. //
  417. this.kryptonLabel1.Location = new System.Drawing.Point(28, 13);
  418. this.kryptonLabel1.Name = "kryptonLabel1";
  419. this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
  420. this.kryptonLabel1.TabIndex = 0;
  421. this.kryptonLabel1.Values.Text = "分配方式:";
  422. //
  423. // kryptonGroupBox3
  424. //
  425. this.kryptonGroupBox3.CaptionOverlap = 0D;
  426. this.kryptonGroupBox3.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.GroupBoxCaption;
  427. this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  428. this.kryptonGroupBox3.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlGroupBox;
  429. this.kryptonGroupBox3.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ControlGroupBox;
  430. this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 312);
  431. this.kryptonGroupBox3.Name = "kryptonGroupBox3";
  432. //
  433. // kryptonGroupBox3.Panel
  434. //
  435. this.kryptonGroupBox3.Panel.Controls.Add(this.kdgv_AllowBalanceData);
  436. this.kryptonGroupBox3.Size = new System.Drawing.Size(1379, 418);
  437. this.kryptonGroupBox3.TabIndex = 14;
  438. this.kryptonGroupBox3.Values.Heading = "库存明细表:";
  439. //
  440. // kdgv_AllowBalanceData
  441. //
  442. this.kdgv_AllowBalanceData.AllowUserToAddRows = false;
  443. this.kdgv_AllowBalanceData.AllowUserToDeleteRows = false;
  444. this.kdgv_AllowBalanceData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  445. this.kdgv_AllowBalanceData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  446. this.kdgv_AllowBalanceData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  447. this.kdgv_AllowBalanceData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  448. this.Column19,
  449. this.kryptonDataGridViewTextBoxColumn1,
  450. this.Column13,
  451. this.Column14,
  452. this.Column15,
  453. this.Column12,
  454. this.Column16,
  455. this.kryptonDataGridViewTextBoxColumn2,
  456. this.kryptonDataGridViewTextBoxColumn3,
  457. this.kryptonDataGridViewTextBoxColumn4,
  458. this.kryptonDataGridViewTextBoxColumn5,
  459. this.kryptonDataGridViewTextBoxColumn6,
  460. this.kryptonDataGridViewTextBoxColumn7,
  461. this.kryptonDataGridViewTextBoxColumn8,
  462. this.kryptonDataGridViewTextBoxColumn9,
  463. this.Column17,
  464. this.Column18});
  465. this.kdgv_AllowBalanceData.Dock = System.Windows.Forms.DockStyle.Fill;
  466. this.kdgv_AllowBalanceData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  467. this.kdgv_AllowBalanceData.Location = new System.Drawing.Point(0, 0);
  468. this.kdgv_AllowBalanceData.Name = "kdgv_AllowBalanceData";
  469. this.kdgv_AllowBalanceData.RowTemplate.Height = 23;
  470. this.kdgv_AllowBalanceData.Size = new System.Drawing.Size(1375, 394);
  471. this.kdgv_AllowBalanceData.TabIndex = 0;
  472. this.kdgv_AllowBalanceData.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_AllowBalanceData_CellContentClick);
  473. //
  474. // Column19
  475. //
  476. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  477. dataGridViewCellStyle2.NullValue = false;
  478. this.Column19.DefaultCellStyle = dataGridViewCellStyle2;
  479. this.Column19.FalseValue = null;
  480. this.Column19.FillWeight = 213.198F;
  481. this.Column19.HeaderText = "选择";
  482. this.Column19.IndeterminateValue = null;
  483. this.Column19.Name = "Column19";
  484. this.Column19.ReadOnly = true;
  485. this.Column19.TrueValue = null;
  486. this.Column19.Width = 41;
  487. //
  488. // kryptonDataGridViewTextBoxColumn1
  489. //
  490. this.kryptonDataGridViewTextBoxColumn1.FillWeight = 91.29247F;
  491. this.kryptonDataGridViewTextBoxColumn1.HeaderText = "序号";
  492. this.kryptonDataGridViewTextBoxColumn1.Name = "kryptonDataGridViewTextBoxColumn1";
  493. this.kryptonDataGridViewTextBoxColumn1.ReadOnly = true;
  494. this.kryptonDataGridViewTextBoxColumn1.Width = 60;
  495. //
  496. // Column13
  497. //
  498. this.Column13.HeaderText = "库存ID";
  499. this.Column13.Name = "Column13";
  500. this.Column13.ReadOnly = true;
  501. this.Column13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  502. this.Column13.Visible = false;
  503. this.Column13.Width = 71;
  504. //
  505. // Column14
  506. //
  507. this.Column14.HeaderText = "组盘ID";
  508. this.Column14.Name = "Column14";
  509. this.Column14.ReadOnly = true;
  510. this.Column14.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  511. this.Column14.Visible = false;
  512. this.Column14.Width = 71;
  513. //
  514. // Column15
  515. //
  516. this.Column15.FillWeight = 91.29247F;
  517. this.Column15.HeaderText = "组盘码";
  518. this.Column15.Name = "Column15";
  519. this.Column15.ReadOnly = true;
  520. this.Column15.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  521. this.Column15.Width = 72;
  522. //
  523. // Column12
  524. //
  525. this.Column12.FillWeight = 91.29247F;
  526. this.Column12.HeaderText = "托盘号";
  527. this.Column12.Name = "Column12";
  528. this.Column12.ReadOnly = true;
  529. this.Column12.Width = 72;
  530. //
  531. // Column16
  532. //
  533. this.Column16.HeaderText = "组盘明细ID";
  534. this.Column16.Name = "Column16";
  535. this.Column16.ReadOnly = true;
  536. this.Column16.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  537. this.Column16.Visible = false;
  538. this.Column16.Width = 95;
  539. //
  540. // kryptonDataGridViewTextBoxColumn2
  541. //
  542. this.kryptonDataGridViewTextBoxColumn2.FillWeight = 91.29247F;
  543. this.kryptonDataGridViewTextBoxColumn2.HeaderText = "物料编码";
  544. this.kryptonDataGridViewTextBoxColumn2.Name = "kryptonDataGridViewTextBoxColumn2";
  545. this.kryptonDataGridViewTextBoxColumn2.ReadOnly = true;
  546. this.kryptonDataGridViewTextBoxColumn2.Width = 84;
  547. //
  548. // kryptonDataGridViewTextBoxColumn3
  549. //
  550. this.kryptonDataGridViewTextBoxColumn3.FillWeight = 91.29247F;
  551. this.kryptonDataGridViewTextBoxColumn3.HeaderText = "物料名称";
  552. this.kryptonDataGridViewTextBoxColumn3.Name = "kryptonDataGridViewTextBoxColumn3";
  553. this.kryptonDataGridViewTextBoxColumn3.ReadOnly = true;
  554. this.kryptonDataGridViewTextBoxColumn3.Width = 84;
  555. //
  556. // kryptonDataGridViewTextBoxColumn4
  557. //
  558. this.kryptonDataGridViewTextBoxColumn4.FillWeight = 91.29247F;
  559. this.kryptonDataGridViewTextBoxColumn4.HeaderText = "物料条码";
  560. this.kryptonDataGridViewTextBoxColumn4.Name = "kryptonDataGridViewTextBoxColumn4";
  561. this.kryptonDataGridViewTextBoxColumn4.ReadOnly = true;
  562. this.kryptonDataGridViewTextBoxColumn4.Width = 84;
  563. //
  564. // kryptonDataGridViewTextBoxColumn5
  565. //
  566. this.kryptonDataGridViewTextBoxColumn5.FillWeight = 91.29247F;
  567. this.kryptonDataGridViewTextBoxColumn5.HeaderText = "物料规格";
  568. this.kryptonDataGridViewTextBoxColumn5.Name = "kryptonDataGridViewTextBoxColumn5";
  569. this.kryptonDataGridViewTextBoxColumn5.ReadOnly = true;
  570. this.kryptonDataGridViewTextBoxColumn5.Width = 84;
  571. //
  572. // kryptonDataGridViewTextBoxColumn6
  573. //
  574. this.kryptonDataGridViewTextBoxColumn6.FillWeight = 91.29247F;
  575. this.kryptonDataGridViewTextBoxColumn6.HeaderText = "批次号";
  576. this.kryptonDataGridViewTextBoxColumn6.Name = "kryptonDataGridViewTextBoxColumn6";
  577. this.kryptonDataGridViewTextBoxColumn6.ReadOnly = true;
  578. this.kryptonDataGridViewTextBoxColumn6.Width = 72;
  579. //
  580. // kryptonDataGridViewTextBoxColumn7
  581. //
  582. this.kryptonDataGridViewTextBoxColumn7.FillWeight = 91.29247F;
  583. this.kryptonDataGridViewTextBoxColumn7.HeaderText = "库存数量";
  584. this.kryptonDataGridViewTextBoxColumn7.Name = "kryptonDataGridViewTextBoxColumn7";
  585. this.kryptonDataGridViewTextBoxColumn7.ReadOnly = true;
  586. this.kryptonDataGridViewTextBoxColumn7.Width = 84;
  587. //
  588. // kryptonDataGridViewTextBoxColumn8
  589. //
  590. this.kryptonDataGridViewTextBoxColumn8.FillWeight = 91.29247F;
  591. this.kryptonDataGridViewTextBoxColumn8.HeaderText = "单位";
  592. this.kryptonDataGridViewTextBoxColumn8.Name = "kryptonDataGridViewTextBoxColumn8";
  593. this.kryptonDataGridViewTextBoxColumn8.ReadOnly = true;
  594. this.kryptonDataGridViewTextBoxColumn8.Width = 60;
  595. //
  596. // kryptonDataGridViewTextBoxColumn9
  597. //
  598. this.kryptonDataGridViewTextBoxColumn9.FillWeight = 91.29247F;
  599. this.kryptonDataGridViewTextBoxColumn9.HeaderText = "包装";
  600. this.kryptonDataGridViewTextBoxColumn9.Name = "kryptonDataGridViewTextBoxColumn9";
  601. this.kryptonDataGridViewTextBoxColumn9.ReadOnly = true;
  602. this.kryptonDataGridViewTextBoxColumn9.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  603. this.kryptonDataGridViewTextBoxColumn9.Width = 60;
  604. //
  605. // Column17
  606. //
  607. this.Column17.Checked = false;
  608. this.Column17.FillWeight = 91.29247F;
  609. this.Column17.HeaderText = "生产日期";
  610. this.Column17.Name = "Column17";
  611. this.Column17.ReadOnly = true;
  612. this.Column17.Width = 65;
  613. //
  614. // Column18
  615. //
  616. this.Column18.Checked = false;
  617. this.Column18.FillWeight = 91.29247F;
  618. this.Column18.HeaderText = "失效日期";
  619. this.Column18.Name = "Column18";
  620. this.Column18.ReadOnly = true;
  621. this.Column18.Width = 65;
  622. //
  623. // frmChildInvoiceCheck
  624. //
  625. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  626. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  627. this.ClientSize = new System.Drawing.Size(1379, 730);
  628. this.Controls.Add(this.kryptonGroupBox3);
  629. this.Controls.Add(this.kryptonGroupBox1);
  630. this.Controls.Add(this.kryptonGroupBox2);
  631. this.Name = "frmChildInvoiceCheck";
  632. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  633. this.Text = "发货审核";
  634. this.Load += new System.EventHandler(this.frmChildInvoiceCheck_Load);
  635. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  636. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  637. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  638. this.kryptonGroupBox2.ResumeLayout(false);
  639. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InvoiceDtlData)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  641. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  642. this.kryptonGroupBox1.Panel.PerformLayout();
  643. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  644. this.kryptonGroupBox1.ResumeLayout(false);
  645. ((System.ComponentModel.ISupportInitialize)(this.kcmb_RegionMsg)).EndInit();
  646. ((System.ComponentModel.ISupportInitialize)(this.kcmb_AllocateType)).EndInit();
  647. this.tableLayoutPanel1.ResumeLayout(false);
  648. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit();
  649. this.kryptonGroupBox3.Panel.ResumeLayout(false);
  650. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
  651. this.kryptonGroupBox3.ResumeLayout(false);
  652. ((System.ComponentModel.ISupportInitialize)(this.kdgv_AllowBalanceData)).EndInit();
  653. this.ResumeLayout(false);
  654. }
  655. #endregion
  656. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  657. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InvoiceDtlData;
  658. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  659. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_AllocateType;
  660. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_BatchNoMsg;
  661. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_MaterielMsg;
  662. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  663. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Cancel;
  664. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Confirm;
  665. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  666. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  667. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  668. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3;
  669. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_AllowBalanceData;
  670. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_RegionMsg;
  671. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_PalletNoMsg;
  672. private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_BinMsg;
  673. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  674. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  675. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  676. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Reset;
  677. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Search;
  678. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewCheckBoxColumn Column19;
  679. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn1;
  680. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column13;
  681. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column14;
  682. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column15;
  683. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column12;
  684. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column16;
  685. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn2;
  686. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn3;
  687. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn4;
  688. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn5;
  689. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn6;
  690. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn7;
  691. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn8;
  692. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn kryptonDataGridViewTextBoxColumn9;
  693. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column17;
  694. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn Column18;
  695. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column1;
  696. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column2;
  697. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column3;
  698. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column4;
  699. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column5;
  700. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column6;
  701. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column8;
  702. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column9;
  703. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column10;
  704. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column7;
  705. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column11;
  706. }
  707. }