FrmInventoryOperate.Designer.cs 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962
  1. 
  2. namespace NXWMS.Forms.Balance.frmBalanceChild
  3. {
  4. partial class FrmInventoryOperate
  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. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kdgv_WaitInventoryPalletLst = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  31. this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  32. this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  33. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  34. this.kbtn_CreateInventoryTask = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.kbtn_Refresh = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  36. this.kbtn_InventoryOperate = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  38. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  39. this.kbtn_StartInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  40. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  41. this.dtpBeginTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  42. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.txtInventoryNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  48. this.numPercentage = new System.Windows.Forms.NumericUpDown();
  49. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.cmbInventoryMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  51. this.cmbType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  52. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.dtpEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  54. this.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  55. this.kdgv_InventoryingPalletDtlLst = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  56. this.kryptonDataGridViewNumericUpDownColumn1 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  57. this.kryptonDataGridViewNumericUpDownColumn2 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  58. this.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  59. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  60. this.kbtn_ConfirmInventoryResult = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  61. this.kbtn_PalletReinventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  62. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ColumnMaterielCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.ColumnTrayCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.ColumnPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.ColumnMaterielName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.ColumnBinCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  93. this.kryptonGroupBox2.Panel.SuspendLayout();
  94. this.kryptonGroupBox2.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WaitInventoryPalletLst)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
  97. this.kryptonPanel2.SuspendLayout();
  98. this.tableLayoutPanel4.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  101. this.kryptonGroupBox1.Panel.SuspendLayout();
  102. this.kryptonGroupBox1.SuspendLayout();
  103. this.tableLayoutPanel1.SuspendLayout();
  104. this.tableLayoutPanel2.SuspendLayout();
  105. ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
  110. this.kryptonGroupBox3.Panel.SuspendLayout();
  111. this.kryptonGroupBox3.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InventoryingPalletDtlLst)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  114. this.kryptonPanel1.SuspendLayout();
  115. this.tableLayoutPanel3.SuspendLayout();
  116. this.SuspendLayout();
  117. //
  118. // kryptonGroupBox2
  119. //
  120. this.kryptonGroupBox2.CaptionOverlap = 0D;
  121. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  122. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 109);
  123. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  124. //
  125. // kryptonGroupBox2.Panel
  126. //
  127. this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_WaitInventoryPalletLst);
  128. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanel2);
  129. this.kryptonGroupBox2.Size = new System.Drawing.Size(1218, 255);
  130. this.kryptonGroupBox2.TabIndex = 4;
  131. this.kryptonGroupBox2.Values.Heading = "待盘点托盘列表:";
  132. //
  133. // kdgv_WaitInventoryPalletLst
  134. //
  135. this.kdgv_WaitInventoryPalletLst.AllowUserToAddRows = false;
  136. this.kdgv_WaitInventoryPalletLst.AllowUserToDeleteRows = false;
  137. this.kdgv_WaitInventoryPalletLst.AllowUserToResizeColumns = false;
  138. this.kdgv_WaitInventoryPalletLst.AllowUserToResizeRows = false;
  139. this.kdgv_WaitInventoryPalletLst.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  140. this.kdgv_WaitInventoryPalletLst.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.kdgv_WaitInventoryPalletLst.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.Column1,
  143. this.ColumnMaterielCode,
  144. this.ColumnTrayCode,
  145. this.ColumnPalletCode,
  146. this.ColumnMaterielName,
  147. this.ColumnBinCode,
  148. this.Column2,
  149. this.Column3});
  150. this.kdgv_WaitInventoryPalletLst.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.kdgv_WaitInventoryPalletLst.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  152. this.kdgv_WaitInventoryPalletLst.Location = new System.Drawing.Point(0, 0);
  153. this.kdgv_WaitInventoryPalletLst.MultiSelect = false;
  154. this.kdgv_WaitInventoryPalletLst.Name = "kdgv_WaitInventoryPalletLst";
  155. this.kdgv_WaitInventoryPalletLst.RowHeadersVisible = false;
  156. this.kdgv_WaitInventoryPalletLst.RowTemplate.Height = 23;
  157. this.kdgv_WaitInventoryPalletLst.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  158. this.kdgv_WaitInventoryPalletLst.Size = new System.Drawing.Size(1214, 195);
  159. this.kdgv_WaitInventoryPalletLst.StateCommon.Background.Color1 = System.Drawing.Color.White;
  160. this.kdgv_WaitInventoryPalletLst.TabIndex = 58;
  161. this.kdgv_WaitInventoryPalletLst.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_WaitInventoryPalletLst_CellContentClick);
  162. //
  163. // Column1
  164. //
  165. this.Column1.FillWeight = 10.81274F;
  166. this.Column1.HeaderText = "";
  167. this.Column1.Name = "Column1";
  168. //
  169. // kryptonPanel2
  170. //
  171. this.kryptonPanel2.Controls.Add(this.tableLayoutPanel4);
  172. this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  173. this.kryptonPanel2.Location = new System.Drawing.Point(0, 195);
  174. this.kryptonPanel2.Name = "kryptonPanel2";
  175. this.kryptonPanel2.Size = new System.Drawing.Size(1214, 36);
  176. this.kryptonPanel2.TabIndex = 60;
  177. //
  178. // tableLayoutPanel4
  179. //
  180. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  181. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  182. this.tableLayoutPanel4.ColumnCount = 3;
  183. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  184. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  185. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  186. this.tableLayoutPanel4.Controls.Add(this.kbtn_CreateInventoryTask, 0, 0);
  187. this.tableLayoutPanel4.Controls.Add(this.kbtn_Refresh, 1, 0);
  188. this.tableLayoutPanel4.Controls.Add(this.kbtn_InventoryOperate, 2, 0);
  189. this.tableLayoutPanel4.Location = new System.Drawing.Point(850, 2);
  190. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  191. this.tableLayoutPanel4.RowCount = 1;
  192. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  193. this.tableLayoutPanel4.Size = new System.Drawing.Size(361, 32);
  194. this.tableLayoutPanel4.TabIndex = 49;
  195. //
  196. // kbtn_CreateInventoryTask
  197. //
  198. this.kbtn_CreateInventoryTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  199. | System.Windows.Forms.AnchorStyles.Left)
  200. | System.Windows.Forms.AnchorStyles.Right)));
  201. this.kbtn_CreateInventoryTask.Location = new System.Drawing.Point(3, 3);
  202. this.kbtn_CreateInventoryTask.Name = "kbtn_CreateInventoryTask";
  203. this.kbtn_CreateInventoryTask.Size = new System.Drawing.Size(114, 26);
  204. this.kbtn_CreateInventoryTask.TabIndex = 2;
  205. this.kbtn_CreateInventoryTask.Tag = "";
  206. this.kbtn_CreateInventoryTask.Values.Image = global::NXWMS.Properties.Resources.download;
  207. this.kbtn_CreateInventoryTask.Values.Text = "生成盘点任务";
  208. this.kbtn_CreateInventoryTask.Click += new System.EventHandler(this.kbtn_CreateInventoryTask_Click);
  209. //
  210. // kbtn_Refresh
  211. //
  212. this.kbtn_Refresh.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  213. | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.kbtn_Refresh.Location = new System.Drawing.Point(123, 3);
  216. this.kbtn_Refresh.Name = "kbtn_Refresh";
  217. this.kbtn_Refresh.Size = new System.Drawing.Size(114, 26);
  218. this.kbtn_Refresh.TabIndex = 2;
  219. this.kbtn_Refresh.Tag = "";
  220. this.kbtn_Refresh.Values.Image = global::NXWMS.Properties.Resources.reset;
  221. this.kbtn_Refresh.Values.Text = "刷新";
  222. this.kbtn_Refresh.Click += new System.EventHandler(this.kbtn_Refresh_Click);
  223. //
  224. // kbtn_InventoryOperate
  225. //
  226. this.kbtn_InventoryOperate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  227. | System.Windows.Forms.AnchorStyles.Left)
  228. | System.Windows.Forms.AnchorStyles.Right)));
  229. this.kbtn_InventoryOperate.Location = new System.Drawing.Point(243, 3);
  230. this.kbtn_InventoryOperate.Name = "kbtn_InventoryOperate";
  231. this.kbtn_InventoryOperate.Size = new System.Drawing.Size(115, 26);
  232. this.kbtn_InventoryOperate.TabIndex = 2;
  233. this.kbtn_InventoryOperate.Tag = "";
  234. this.kbtn_InventoryOperate.Values.Image = global::NXWMS.Properties.Resources.select;
  235. this.kbtn_InventoryOperate.Values.Text = "盘点操作";
  236. this.kbtn_InventoryOperate.Click += new System.EventHandler(this.kbtn_InventoryOperate_Click);
  237. //
  238. // kryptonGroupBox1
  239. //
  240. this.kryptonGroupBox1.CaptionOverlap = 0D;
  241. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  242. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
  243. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  244. //
  245. // kryptonGroupBox1.Panel
  246. //
  247. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
  248. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel2);
  249. this.kryptonGroupBox1.Size = new System.Drawing.Size(1218, 109);
  250. this.kryptonGroupBox1.TabIndex = 3;
  251. this.kryptonGroupBox1.Values.Heading = "盘点单主表:";
  252. //
  253. // tableLayoutPanel1
  254. //
  255. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  256. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  257. this.tableLayoutPanel1.ColumnCount = 1;
  258. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  259. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  260. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  261. this.tableLayoutPanel1.Controls.Add(this.kbtn_StartInventory, 0, 0);
  262. this.tableLayoutPanel1.Location = new System.Drawing.Point(1114, 52);
  263. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  264. this.tableLayoutPanel1.RowCount = 1;
  265. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  266. this.tableLayoutPanel1.Size = new System.Drawing.Size(98, 32);
  267. this.tableLayoutPanel1.TabIndex = 48;
  268. //
  269. // kbtn_StartInventory
  270. //
  271. this.kbtn_StartInventory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  272. | System.Windows.Forms.AnchorStyles.Left)
  273. | System.Windows.Forms.AnchorStyles.Right)));
  274. this.kbtn_StartInventory.Location = new System.Drawing.Point(3, 3);
  275. this.kbtn_StartInventory.Name = "kbtn_StartInventory";
  276. this.kbtn_StartInventory.Size = new System.Drawing.Size(92, 26);
  277. this.kbtn_StartInventory.TabIndex = 2;
  278. this.kbtn_StartInventory.Tag = "";
  279. this.kbtn_StartInventory.Values.Image = global::NXWMS.Properties.Resources.copy;
  280. this.kbtn_StartInventory.Values.Text = "开始盘点";
  281. this.kbtn_StartInventory.Click += new System.EventHandler(this.kbtn_StartInventory_Click);
  282. //
  283. // tableLayoutPanel2
  284. //
  285. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  286. this.tableLayoutPanel2.ColumnCount = 11;
  287. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  288. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  289. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  290. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  291. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  292. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  293. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  294. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  295. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  296. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  297. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  298. this.tableLayoutPanel2.Controls.Add(this.dtpBeginTime, 0, 1);
  299. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 0, 1);
  300. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 3, 0);
  301. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  302. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 6, 0);
  303. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 9, 0);
  304. this.tableLayoutPanel2.Controls.Add(this.txtInventoryNo, 1, 0);
  305. this.tableLayoutPanel2.Controls.Add(this.numPercentage, 7, 0);
  306. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel13, 8, 0);
  307. this.tableLayoutPanel2.Controls.Add(this.cmbInventoryMode, 10, 0);
  308. this.tableLayoutPanel2.Controls.Add(this.cmbType, 4, 0);
  309. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 3, 1);
  310. this.tableLayoutPanel2.Controls.Add(this.dtpEndTime, 4, 1);
  311. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  312. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  313. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  314. this.tableLayoutPanel2.RowCount = 2;
  315. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  316. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  317. this.tableLayoutPanel2.Size = new System.Drawing.Size(1214, 54);
  318. this.tableLayoutPanel2.TabIndex = 1;
  319. //
  320. // dtpBeginTime
  321. //
  322. this.dtpBeginTime.AlwaysActive = false;
  323. this.dtpBeginTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  324. this.dtpBeginTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  325. this.dtpBeginTime.Checked = false;
  326. this.dtpBeginTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  327. this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  328. this.dtpBeginTime.Location = new System.Drawing.Point(104, 30);
  329. this.dtpBeginTime.Name = "dtpBeginTime";
  330. this.dtpBeginTime.ShowCheckBox = true;
  331. this.dtpBeginTime.Size = new System.Drawing.Size(172, 21);
  332. this.dtpBeginTime.TabIndex = 129;
  333. //
  334. // kryptonLabel1
  335. //
  336. this.kryptonLabel1.AutoSize = false;
  337. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  338. this.kryptonLabel1.Location = new System.Drawing.Point(3, 30);
  339. this.kryptonLabel1.Name = "kryptonLabel1";
  340. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  341. this.kryptonLabel1.Size = new System.Drawing.Size(94, 21);
  342. this.kryptonLabel1.TabIndex = 126;
  343. this.kryptonLabel1.Values.ExtraText = "\r\n";
  344. this.kryptonLabel1.Values.Text = "盘点开始时间";
  345. //
  346. // kryptonLabel9
  347. //
  348. this.kryptonLabel9.AutoSize = false;
  349. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  350. this.kryptonLabel9.Location = new System.Drawing.Point(314, 3);
  351. this.kryptonLabel9.Name = "kryptonLabel9";
  352. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  353. this.kryptonLabel9.Size = new System.Drawing.Size(94, 21);
  354. this.kryptonLabel9.TabIndex = 2;
  355. this.kryptonLabel9.Values.Text = "单据类型";
  356. //
  357. // kryptonLabel10
  358. //
  359. this.kryptonLabel10.AutoSize = false;
  360. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  361. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  362. this.kryptonLabel10.Name = "kryptonLabel10";
  363. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  364. this.kryptonLabel10.Size = new System.Drawing.Size(94, 21);
  365. this.kryptonLabel10.TabIndex = 0;
  366. this.kryptonLabel10.Values.ExtraText = "\r\n";
  367. this.kryptonLabel10.Values.Text = "盘点单号";
  368. //
  369. // kryptonLabel3
  370. //
  371. this.kryptonLabel3.AutoSize = false;
  372. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  373. this.kryptonLabel3.Location = new System.Drawing.Point(625, 3);
  374. this.kryptonLabel3.Name = "kryptonLabel3";
  375. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  376. this.kryptonLabel3.Size = new System.Drawing.Size(94, 21);
  377. this.kryptonLabel3.TabIndex = 11;
  378. this.kryptonLabel3.Values.Text = "随机盘点比例";
  379. //
  380. // kryptonLabel4
  381. //
  382. this.kryptonLabel4.AutoSize = false;
  383. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  384. this.kryptonLabel4.Location = new System.Drawing.Point(936, 3);
  385. this.kryptonLabel4.Name = "kryptonLabel4";
  386. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  387. this.kryptonLabel4.Size = new System.Drawing.Size(94, 21);
  388. this.kryptonLabel4.TabIndex = 13;
  389. this.kryptonLabel4.Values.Text = "盘点方式";
  390. //
  391. // txtInventoryNo
  392. //
  393. this.txtInventoryNo.Anchor = System.Windows.Forms.AnchorStyles.None;
  394. this.txtInventoryNo.Location = new System.Drawing.Point(103, 3);
  395. this.txtInventoryNo.Name = "txtInventoryNo";
  396. this.txtInventoryNo.Size = new System.Drawing.Size(175, 23);
  397. this.txtInventoryNo.TabIndex = 1;
  398. this.txtInventoryNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  399. //
  400. // numPercentage
  401. //
  402. this.numPercentage.Anchor = System.Windows.Forms.AnchorStyles.None;
  403. this.numPercentage.Location = new System.Drawing.Point(725, 3);
  404. this.numPercentage.Name = "numPercentage";
  405. this.numPercentage.Size = new System.Drawing.Size(175, 21);
  406. this.numPercentage.TabIndex = 122;
  407. this.numPercentage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  408. //
  409. // kryptonLabel13
  410. //
  411. this.kryptonLabel13.Anchor = System.Windows.Forms.AnchorStyles.None;
  412. this.kryptonLabel13.Location = new System.Drawing.Point(907, 3);
  413. this.kryptonLabel13.Name = "kryptonLabel13";
  414. this.kryptonLabel13.Size = new System.Drawing.Size(21, 20);
  415. this.kryptonLabel13.TabIndex = 123;
  416. this.kryptonLabel13.Values.Text = "%";
  417. //
  418. // cmbInventoryMode
  419. //
  420. this.cmbInventoryMode.Anchor = System.Windows.Forms.AnchorStyles.None;
  421. this.cmbInventoryMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  422. this.cmbInventoryMode.DropDownWidth = 175;
  423. this.cmbInventoryMode.Enabled = false;
  424. this.cmbInventoryMode.Location = new System.Drawing.Point(1036, 3);
  425. this.cmbInventoryMode.Name = "cmbInventoryMode";
  426. this.cmbInventoryMode.Size = new System.Drawing.Size(175, 21);
  427. this.cmbInventoryMode.TabIndex = 124;
  428. //
  429. // cmbType
  430. //
  431. this.cmbType.Anchor = System.Windows.Forms.AnchorStyles.None;
  432. this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  433. this.cmbType.DropDownWidth = 175;
  434. this.cmbType.Enabled = false;
  435. this.cmbType.Location = new System.Drawing.Point(414, 3);
  436. this.cmbType.Name = "cmbType";
  437. this.cmbType.Size = new System.Drawing.Size(175, 21);
  438. this.cmbType.TabIndex = 125;
  439. //
  440. // kryptonLabel2
  441. //
  442. this.kryptonLabel2.AutoSize = false;
  443. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  444. this.kryptonLabel2.Location = new System.Drawing.Point(314, 30);
  445. this.kryptonLabel2.Name = "kryptonLabel2";
  446. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  447. this.kryptonLabel2.Size = new System.Drawing.Size(94, 21);
  448. this.kryptonLabel2.TabIndex = 128;
  449. this.kryptonLabel2.Values.ExtraText = "\r\n";
  450. this.kryptonLabel2.Values.Text = "盘点结束时间";
  451. //
  452. // dtpEndTime
  453. //
  454. this.dtpEndTime.AlwaysActive = false;
  455. this.dtpEndTime.Anchor = System.Windows.Forms.AnchorStyles.None;
  456. this.dtpEndTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  457. this.dtpEndTime.Checked = false;
  458. this.dtpEndTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  459. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  460. this.dtpEndTime.Location = new System.Drawing.Point(415, 30);
  461. this.dtpEndTime.Name = "dtpEndTime";
  462. this.dtpEndTime.ShowCheckBox = true;
  463. this.dtpEndTime.Size = new System.Drawing.Size(172, 21);
  464. this.dtpEndTime.TabIndex = 127;
  465. //
  466. // kryptonGroupBox3
  467. //
  468. this.kryptonGroupBox3.CaptionOverlap = 0D;
  469. this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 364);
  471. this.kryptonGroupBox3.Name = "kryptonGroupBox3";
  472. //
  473. // kryptonGroupBox3.Panel
  474. //
  475. this.kryptonGroupBox3.Panel.Controls.Add(this.kdgv_InventoryingPalletDtlLst);
  476. this.kryptonGroupBox3.Panel.Controls.Add(this.kryptonPanel1);
  477. this.kryptonGroupBox3.Size = new System.Drawing.Size(1218, 323);
  478. this.kryptonGroupBox3.TabIndex = 5;
  479. this.kryptonGroupBox3.Values.Heading = "正在盘点的托盘明细:";
  480. //
  481. // kdgv_InventoryingPalletDtlLst
  482. //
  483. this.kdgv_InventoryingPalletDtlLst.AllowUserToAddRows = false;
  484. this.kdgv_InventoryingPalletDtlLst.AllowUserToDeleteRows = false;
  485. this.kdgv_InventoryingPalletDtlLst.AllowUserToResizeColumns = false;
  486. this.kdgv_InventoryingPalletDtlLst.AllowUserToResizeRows = false;
  487. this.kdgv_InventoryingPalletDtlLst.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  488. this.kdgv_InventoryingPalletDtlLst.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  489. this.kdgv_InventoryingPalletDtlLst.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  490. this.dataGridViewTextBoxColumn13,
  491. this.dataGridViewTextBoxColumn18,
  492. this.dataGridViewTextBoxColumn19,
  493. this.dataGridViewTextBoxColumn16,
  494. this.dataGridViewTextBoxColumn17,
  495. this.kryptonDataGridViewNumericUpDownColumn1,
  496. this.kryptonDataGridViewNumericUpDownColumn2,
  497. this.dataGridViewTextBoxColumn20,
  498. this.dataGridViewTextBoxColumn14,
  499. this.dataGridViewTextBoxColumn15,
  500. this.dataGridViewTextBoxColumn21,
  501. this.dataGridViewTextBoxColumn22});
  502. this.kdgv_InventoryingPalletDtlLst.Dock = System.Windows.Forms.DockStyle.Fill;
  503. this.kdgv_InventoryingPalletDtlLst.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  504. this.kdgv_InventoryingPalletDtlLst.Location = new System.Drawing.Point(0, 0);
  505. this.kdgv_InventoryingPalletDtlLst.Name = "kdgv_InventoryingPalletDtlLst";
  506. this.kdgv_InventoryingPalletDtlLst.RowHeadersVisible = false;
  507. this.kdgv_InventoryingPalletDtlLst.RowTemplate.Height = 23;
  508. this.kdgv_InventoryingPalletDtlLst.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  509. this.kdgv_InventoryingPalletDtlLst.Size = new System.Drawing.Size(1214, 263);
  510. this.kdgv_InventoryingPalletDtlLst.StateCommon.Background.Color1 = System.Drawing.Color.White;
  511. this.kdgv_InventoryingPalletDtlLst.TabIndex = 58;
  512. //
  513. // kryptonDataGridViewNumericUpDownColumn1
  514. //
  515. //this.kryptonDataGridViewNumericUpDownColumn1.AllowDecimals = false;
  516. this.kryptonDataGridViewNumericUpDownColumn1.DataPropertyName = "QTY";
  517. this.kryptonDataGridViewNumericUpDownColumn1.DecimalPlaces = 2;
  518. this.kryptonDataGridViewNumericUpDownColumn1.FillWeight = 60.32013F;
  519. this.kryptonDataGridViewNumericUpDownColumn1.HeaderText = "账面数量";
  520. this.kryptonDataGridViewNumericUpDownColumn1.Name = "kryptonDataGridViewNumericUpDownColumn1";
  521. this.kryptonDataGridViewNumericUpDownColumn1.ReadOnly = true;
  522. this.kryptonDataGridViewNumericUpDownColumn1.ThousandsSeparator = true;
  523. this.kryptonDataGridViewNumericUpDownColumn1.Width = 69;
  524. //
  525. // kryptonDataGridViewNumericUpDownColumn2
  526. //
  527. //this.kryptonDataGridViewNumericUpDownColumn2.AllowDecimals = false;
  528. this.kryptonDataGridViewNumericUpDownColumn2.DataPropertyName = "ActualInventoryQty";
  529. this.kryptonDataGridViewNumericUpDownColumn2.FillWeight = 86.3395F;
  530. this.kryptonDataGridViewNumericUpDownColumn2.HeaderText = "盘点数量";
  531. this.kryptonDataGridViewNumericUpDownColumn2.Maximum = new decimal(new int[] {
  532. 99999,
  533. 0,
  534. 0,
  535. 0});
  536. this.kryptonDataGridViewNumericUpDownColumn2.Name = "kryptonDataGridViewNumericUpDownColumn2";
  537. this.kryptonDataGridViewNumericUpDownColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  538. this.kryptonDataGridViewNumericUpDownColumn2.Width = 69;
  539. //
  540. // kryptonPanel1
  541. //
  542. this.kryptonPanel1.Controls.Add(this.tableLayoutPanel3);
  543. this.kryptonPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  544. this.kryptonPanel1.Location = new System.Drawing.Point(0, 263);
  545. this.kryptonPanel1.Name = "kryptonPanel1";
  546. this.kryptonPanel1.Size = new System.Drawing.Size(1214, 36);
  547. this.kryptonPanel1.TabIndex = 59;
  548. //
  549. // tableLayoutPanel3
  550. //
  551. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  552. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  553. this.tableLayoutPanel3.ColumnCount = 2;
  554. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  555. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  556. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  557. this.tableLayoutPanel3.Controls.Add(this.kbtn_ConfirmInventoryResult, 0, 0);
  558. this.tableLayoutPanel3.Controls.Add(this.kbtn_PalletReinventory, 1, 0);
  559. this.tableLayoutPanel3.Location = new System.Drawing.Point(981, 2);
  560. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  561. this.tableLayoutPanel3.RowCount = 1;
  562. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  563. this.tableLayoutPanel3.Size = new System.Drawing.Size(231, 32);
  564. this.tableLayoutPanel3.TabIndex = 49;
  565. //
  566. // kbtn_ConfirmInventoryResult
  567. //
  568. this.kbtn_ConfirmInventoryResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  569. | System.Windows.Forms.AnchorStyles.Left)
  570. | System.Windows.Forms.AnchorStyles.Right)));
  571. this.kbtn_ConfirmInventoryResult.Location = new System.Drawing.Point(3, 3);
  572. this.kbtn_ConfirmInventoryResult.Name = "kbtn_ConfirmInventoryResult";
  573. this.kbtn_ConfirmInventoryResult.Size = new System.Drawing.Size(109, 26);
  574. this.kbtn_ConfirmInventoryResult.TabIndex = 2;
  575. this.kbtn_ConfirmInventoryResult.Tag = "";
  576. this.kbtn_ConfirmInventoryResult.Values.Image = global::NXWMS.Properties.Resources.check;
  577. this.kbtn_ConfirmInventoryResult.Values.Text = "提交盘点结果";
  578. this.kbtn_ConfirmInventoryResult.Click += new System.EventHandler(this.kbtn_ConfirmInventoryResult_Click);
  579. //
  580. // kbtn_PalletReinventory
  581. //
  582. this.kbtn_PalletReinventory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  583. | System.Windows.Forms.AnchorStyles.Left)
  584. | System.Windows.Forms.AnchorStyles.Right)));
  585. this.kbtn_PalletReinventory.Location = new System.Drawing.Point(118, 3);
  586. this.kbtn_PalletReinventory.Name = "kbtn_PalletReinventory";
  587. this.kbtn_PalletReinventory.Size = new System.Drawing.Size(110, 26);
  588. this.kbtn_PalletReinventory.TabIndex = 2;
  589. this.kbtn_PalletReinventory.Tag = "";
  590. this.kbtn_PalletReinventory.Values.Image = global::NXWMS.Properties.Resources.exit;
  591. this.kbtn_PalletReinventory.Values.Text = "重新盘点托盘";
  592. this.kbtn_PalletReinventory.Click += new System.EventHandler(this.kbtn_PalletReinventory_Click);
  593. //
  594. // dataGridViewTextBoxColumn1
  595. //
  596. this.dataGridViewTextBoxColumn1.DataPropertyName = "BinCode";
  597. this.dataGridViewTextBoxColumn1.FillWeight = 40.40557F;
  598. this.dataGridViewTextBoxColumn1.HeaderText = "物料编码";
  599. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  600. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  601. this.dataGridViewTextBoxColumn1.Width = 98;
  602. //
  603. // dataGridViewTextBoxColumn2
  604. //
  605. this.dataGridViewTextBoxColumn2.DataPropertyName = "TrayCode";
  606. this.dataGridViewTextBoxColumn2.FillWeight = 40.40557F;
  607. this.dataGridViewTextBoxColumn2.HeaderText = "物料名称";
  608. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  609. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  610. this.dataGridViewTextBoxColumn2.Width = 98;
  611. //
  612. // dataGridViewTextBoxColumn3
  613. //
  614. this.dataGridViewTextBoxColumn3.DataPropertyName = "PalletCode";
  615. this.dataGridViewTextBoxColumn3.FillWeight = 40.40557F;
  616. this.dataGridViewTextBoxColumn3.HeaderText = "物料类型编码";
  617. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  618. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  619. this.dataGridViewTextBoxColumn3.Width = 97;
  620. //
  621. // dataGridViewTextBoxColumn4
  622. //
  623. this.dataGridViewTextBoxColumn4.DataPropertyName = "MaterielCode";
  624. this.dataGridViewTextBoxColumn4.FillWeight = 40.40557F;
  625. this.dataGridViewTextBoxColumn4.HeaderText = "物料类型名称";
  626. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  627. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  628. this.dataGridViewTextBoxColumn4.Width = 98;
  629. //
  630. // dataGridViewTextBoxColumn5
  631. //
  632. this.dataGridViewTextBoxColumn5.DataPropertyName = "MaterielName";
  633. this.dataGridViewTextBoxColumn5.FillWeight = 40.40557F;
  634. this.dataGridViewTextBoxColumn5.HeaderText = "供应商";
  635. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  636. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  637. this.dataGridViewTextBoxColumn5.Width = 98;
  638. //
  639. // dataGridViewTextBoxColumn6
  640. //
  641. this.dataGridViewTextBoxColumn6.DataPropertyName = "MaterielTypeCode";
  642. this.dataGridViewTextBoxColumn6.FillWeight = 40.40557F;
  643. this.dataGridViewTextBoxColumn6.HeaderText = "批次号";
  644. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  645. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  646. this.dataGridViewTextBoxColumn6.Width = 98;
  647. //
  648. // dataGridViewTextBoxColumn7
  649. //
  650. this.dataGridViewTextBoxColumn7.DataPropertyName = "MaterielTypeName";
  651. this.dataGridViewTextBoxColumn7.FillWeight = 40.40557F;
  652. this.dataGridViewTextBoxColumn7.HeaderText = "账面数量";
  653. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  654. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  655. this.dataGridViewTextBoxColumn7.Width = 97;
  656. //
  657. // dataGridViewTextBoxColumn8
  658. //
  659. this.dataGridViewTextBoxColumn8.DataPropertyName = "UnitName";
  660. this.dataGridViewTextBoxColumn8.FillWeight = 40.40557F;
  661. this.dataGridViewTextBoxColumn8.HeaderText = "单位编码";
  662. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  663. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  664. this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  665. this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  666. this.dataGridViewTextBoxColumn8.Width = 98;
  667. //
  668. // dataGridViewTextBoxColumn9
  669. //
  670. this.dataGridViewTextBoxColumn9.DataPropertyName = "SupplierName";
  671. this.dataGridViewTextBoxColumn9.FillWeight = 40.40557F;
  672. this.dataGridViewTextBoxColumn9.HeaderText = "单位名称";
  673. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  674. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  675. this.dataGridViewTextBoxColumn9.Width = 98;
  676. //
  677. // dataGridViewTextBoxColumn10
  678. //
  679. this.dataGridViewTextBoxColumn10.DataPropertyName = "BatchNo";
  680. this.dataGridViewTextBoxColumn10.FillWeight = 40.40557F;
  681. this.dataGridViewTextBoxColumn10.HeaderText = "库位";
  682. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  683. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  684. this.dataGridViewTextBoxColumn10.Width = 98;
  685. //
  686. // dataGridViewTextBoxColumn11
  687. //
  688. this.dataGridViewTextBoxColumn11.DataPropertyName = "MaterielName";
  689. this.dataGridViewTextBoxColumn11.FillWeight = 62.05013F;
  690. this.dataGridViewTextBoxColumn11.HeaderText = "组盘码";
  691. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  692. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  693. this.dataGridViewTextBoxColumn11.Width = 97;
  694. //
  695. // dataGridViewTextBoxColumn12
  696. //
  697. this.dataGridViewTextBoxColumn12.DataPropertyName = "UnitName";
  698. this.dataGridViewTextBoxColumn12.FillWeight = 133.5347F;
  699. this.dataGridViewTextBoxColumn12.HeaderText = "托盘号";
  700. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  701. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  702. this.dataGridViewTextBoxColumn12.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  703. this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  704. this.dataGridViewTextBoxColumn12.Width = 98;
  705. //
  706. // dataGridViewTextBoxColumn13
  707. //
  708. this.dataGridViewTextBoxColumn13.DataPropertyName = "BinCode";
  709. this.dataGridViewTextBoxColumn13.FillWeight = 40.24673F;
  710. this.dataGridViewTextBoxColumn13.HeaderText = "序号";
  711. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  712. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  713. this.dataGridViewTextBoxColumn13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  714. this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  715. this.dataGridViewTextBoxColumn13.Width = 43;
  716. //
  717. // dataGridViewTextBoxColumn14
  718. //
  719. this.dataGridViewTextBoxColumn14.DataPropertyName = "TrayCode";
  720. this.dataGridViewTextBoxColumn14.FillWeight = 44.31297F;
  721. this.dataGridViewTextBoxColumn14.HeaderText = "组盘码";
  722. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  723. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  724. this.dataGridViewTextBoxColumn14.Width = 75;
  725. //
  726. // dataGridViewTextBoxColumn15
  727. //
  728. this.dataGridViewTextBoxColumn15.DataPropertyName = "PalletCode";
  729. this.dataGridViewTextBoxColumn15.FillWeight = 49.09076F;
  730. this.dataGridViewTextBoxColumn15.HeaderText = "托盘号";
  731. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  732. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  733. this.dataGridViewTextBoxColumn15.Width = 75;
  734. //
  735. // dataGridViewTextBoxColumn16
  736. //
  737. this.dataGridViewTextBoxColumn16.DataPropertyName = "MaterielCode";
  738. this.dataGridViewTextBoxColumn16.FillWeight = 58.81028F;
  739. this.dataGridViewTextBoxColumn16.HeaderText = "物料编码";
  740. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  741. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  742. this.dataGridViewTextBoxColumn16.Width = 88;
  743. //
  744. // dataGridViewTextBoxColumn17
  745. //
  746. this.dataGridViewTextBoxColumn17.DataPropertyName = "MaterielName";
  747. this.dataGridViewTextBoxColumn17.FillWeight = 62.05013F;
  748. this.dataGridViewTextBoxColumn17.HeaderText = "物料名称";
  749. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  750. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  751. this.dataGridViewTextBoxColumn17.Width = 88;
  752. //
  753. // dataGridViewTextBoxColumn18
  754. //
  755. this.dataGridViewTextBoxColumn18.DataPropertyName = "MaterielTypeCode";
  756. this.dataGridViewTextBoxColumn18.FillWeight = 51.87072F;
  757. this.dataGridViewTextBoxColumn18.HeaderText = "物料类型编码";
  758. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  759. this.dataGridViewTextBoxColumn18.ReadOnly = true;
  760. this.dataGridViewTextBoxColumn18.Width = 114;
  761. //
  762. // dataGridViewTextBoxColumn19
  763. //
  764. this.dataGridViewTextBoxColumn19.DataPropertyName = "MaterielTypeName";
  765. this.dataGridViewTextBoxColumn19.FillWeight = 55.4195F;
  766. this.dataGridViewTextBoxColumn19.HeaderText = "物料类型名称";
  767. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  768. this.dataGridViewTextBoxColumn19.ReadOnly = true;
  769. this.dataGridViewTextBoxColumn19.Width = 114;
  770. //
  771. // dataGridViewTextBoxColumn20
  772. //
  773. this.dataGridViewTextBoxColumn20.DataPropertyName = "UnitName";
  774. this.dataGridViewTextBoxColumn20.FillWeight = 133.5347F;
  775. this.dataGridViewTextBoxColumn20.HeaderText = "单位";
  776. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  777. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  778. this.dataGridViewTextBoxColumn20.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  779. this.dataGridViewTextBoxColumn20.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  780. this.dataGridViewTextBoxColumn20.Width = 43;
  781. //
  782. // dataGridViewTextBoxColumn21
  783. //
  784. this.dataGridViewTextBoxColumn21.DataPropertyName = "SupplierName";
  785. this.dataGridViewTextBoxColumn21.FillWeight = 131.0201F;
  786. this.dataGridViewTextBoxColumn21.HeaderText = "供应商";
  787. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  788. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  789. this.dataGridViewTextBoxColumn21.Width = 75;
  790. //
  791. // dataGridViewTextBoxColumn22
  792. //
  793. this.dataGridViewTextBoxColumn22.DataPropertyName = "BatchNo";
  794. this.dataGridViewTextBoxColumn22.FillWeight = 131.0453F;
  795. this.dataGridViewTextBoxColumn22.HeaderText = "批次号";
  796. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  797. this.dataGridViewTextBoxColumn22.ReadOnly = true;
  798. this.dataGridViewTextBoxColumn22.Width = 75;
  799. //
  800. // ColumnMaterielCode
  801. //
  802. this.ColumnMaterielCode.DataPropertyName = "MaterielCode";
  803. this.ColumnMaterielCode.FillWeight = 31.00085F;
  804. this.ColumnMaterielCode.HeaderText = "序号";
  805. this.ColumnMaterielCode.Name = "ColumnMaterielCode";
  806. this.ColumnMaterielCode.ReadOnly = true;
  807. //
  808. // ColumnTrayCode
  809. //
  810. this.ColumnTrayCode.DataPropertyName = "TrayCode";
  811. this.ColumnTrayCode.FillWeight = 55.48728F;
  812. this.ColumnTrayCode.HeaderText = "组盘码";
  813. this.ColumnTrayCode.Name = "ColumnTrayCode";
  814. this.ColumnTrayCode.ReadOnly = true;
  815. //
  816. // ColumnPalletCode
  817. //
  818. this.ColumnPalletCode.DataPropertyName = "PalletCode";
  819. this.ColumnPalletCode.FillWeight = 60.60551F;
  820. this.ColumnPalletCode.HeaderText = "托盘号";
  821. this.ColumnPalletCode.Name = "ColumnPalletCode";
  822. this.ColumnPalletCode.ReadOnly = true;
  823. //
  824. // ColumnMaterielName
  825. //
  826. this.ColumnMaterielName.DataPropertyName = "MaterielName";
  827. this.ColumnMaterielName.FillWeight = 67.46464F;
  828. this.ColumnMaterielName.HeaderText = "库区";
  829. this.ColumnMaterielName.Name = "ColumnMaterielName";
  830. this.ColumnMaterielName.ReadOnly = true;
  831. //
  832. // ColumnBinCode
  833. //
  834. this.ColumnBinCode.DataPropertyName = "BinCode";
  835. this.ColumnBinCode.FillWeight = 76.65682F;
  836. this.ColumnBinCode.HeaderText = "库位";
  837. this.ColumnBinCode.Name = "ColumnBinCode";
  838. this.ColumnBinCode.ReadOnly = true;
  839. //
  840. // Column2
  841. //
  842. this.Column2.HeaderText = "托盘状态";
  843. this.Column2.Name = "Column2";
  844. this.Column2.ReadOnly = true;
  845. //
  846. // Column3
  847. //
  848. this.Column3.HeaderText = "盘点任务状态";
  849. this.Column3.Name = "Column3";
  850. //
  851. // FrmInventoryOperate
  852. //
  853. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  854. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  855. this.ClientSize = new System.Drawing.Size(1218, 687);
  856. this.Controls.Add(this.kryptonGroupBox3);
  857. this.Controls.Add(this.kryptonGroupBox2);
  858. this.Controls.Add(this.kryptonGroupBox1);
  859. this.Name = "FrmInventoryOperate";
  860. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  861. this.Text = "盘点操作";
  862. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmInventoryOperate_FormClosing);
  863. this.Load += new System.EventHandler(this.FrmInventoryOperate_Load);
  864. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  865. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  866. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  867. this.kryptonGroupBox2.ResumeLayout(false);
  868. ((System.ComponentModel.ISupportInitialize)(this.kdgv_WaitInventoryPalletLst)).EndInit();
  869. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
  870. this.kryptonPanel2.ResumeLayout(false);
  871. this.tableLayoutPanel4.ResumeLayout(false);
  872. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  873. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  874. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  875. this.kryptonGroupBox1.ResumeLayout(false);
  876. this.tableLayoutPanel1.ResumeLayout(false);
  877. this.tableLayoutPanel2.ResumeLayout(false);
  878. this.tableLayoutPanel2.PerformLayout();
  879. ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).EndInit();
  880. ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).EndInit();
  881. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
  882. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit();
  883. this.kryptonGroupBox3.Panel.ResumeLayout(false);
  884. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
  885. this.kryptonGroupBox3.ResumeLayout(false);
  886. ((System.ComponentModel.ISupportInitialize)(this.kdgv_InventoryingPalletDtlLst)).EndInit();
  887. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  888. this.kryptonPanel1.ResumeLayout(false);
  889. this.tableLayoutPanel3.ResumeLayout(false);
  890. this.ResumeLayout(false);
  891. }
  892. #endregion
  893. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  894. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  895. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_WaitInventoryPalletLst;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  897. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  898. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  907. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  908. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  909. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_StartInventory;
  910. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  911. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpBeginTime;
  912. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  913. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  914. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  915. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  916. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  917. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtInventoryNo;
  918. private System.Windows.Forms.NumericUpDown numPercentage;
  919. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  920. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbInventoryMode;
  921. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbType;
  922. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  923. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpEndTime;
  924. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3;
  925. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InventoryingPalletDtlLst;
  926. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  927. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  928. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_ConfirmInventoryResult;
  929. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
  930. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  931. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_CreateInventoryTask;
  932. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_PalletReinventory;
  933. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_Refresh;
  934. private ComponentFactory.Krypton.Toolkit.KryptonButton kbtn_InventoryOperate;
  935. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  936. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  937. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  938. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  939. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  940. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn kryptonDataGridViewNumericUpDownColumn1;
  941. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn kryptonDataGridViewNumericUpDownColumn2;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  947. private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielCode;
  949. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTrayCode;
  950. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPalletCode;
  951. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielName;
  952. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBinCode;
  953. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  954. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  955. }
  956. }