frmOperateBalanceInventory.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816
  1. namespace NXWMS.Forms.Balance.frmBalanceChild
  2. {
  3. partial class frmOperateBalanceInventory
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.columnControl = new NXWMS.Client.FrmCustom.ColumnControl();
  31. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  37. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  38. this.dtpBeginTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  39. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.txtInventoryNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  45. this.numPercentage = new System.Windows.Forms.NumericUpDown();
  46. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.cmbInventoryMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  48. this.cmbType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  49. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.dtpEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  51. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  52. this.ColumnBinCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ColumnTrayCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ColumnPalletCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.ColumnMaterielCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.ColumnMaterielName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ColumnMaterielTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.ColumnMaterielTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.ColumnUnitName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ColumnSupplierName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ColumnBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ColumnQTY = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  63. this.ColumnActualInventoryQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  64. this.ColumnDifferenceQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  65. this.ColumnInventoryResultQty = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn();
  66. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  67. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  68. this.删除选中行ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  69. this.全部删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  70. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  84. this.kryptonGroupBox1.Panel.SuspendLayout();
  85. this.kryptonGroupBox1.SuspendLayout();
  86. this.tableLayoutPanel1.SuspendLayout();
  87. this.tableLayoutPanel2.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).BeginInit();
  89. ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  94. this.kryptonGroupBox2.Panel.SuspendLayout();
  95. this.kryptonGroupBox2.SuspendLayout();
  96. this.contextMenuStrip1.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // kryptonGroupBox1
  100. //
  101. this.kryptonGroupBox1.CaptionOverlap = 0D;
  102. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  103. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
  104. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  105. //
  106. // kryptonGroupBox1.Panel
  107. //
  108. this.kryptonGroupBox1.Panel.Controls.Add(this.columnControl);
  109. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
  110. this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
  111. this.kryptonGroupBox1.Panel.Controls.Add(this.richDescibe);
  112. this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel2);
  113. this.kryptonGroupBox1.Size = new System.Drawing.Size(1218, 183);
  114. this.kryptonGroupBox1.TabIndex = 1;
  115. this.kryptonGroupBox1.Values.Heading = "盘点单主表:";
  116. //
  117. // columnControl
  118. //
  119. this.columnControl.ButtonSelect = null;
  120. this.columnControl.CellRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
  121. this.columnControl.ConditionColumnCode = null;
  122. this.columnControl.ConditionColumnList = null;
  123. this.columnControl.InputDecimalLength = 0;
  124. this.columnControl.InputDecimalMax = 999999;
  125. this.columnControl.InputDecimalMin = 0;
  126. this.columnControl.IsAllowInput = false;
  127. this.columnControl.ItemColumn = null;
  128. this.columnControl.ItemColumnDic = null;
  129. this.columnControl.ItemControl = null;
  130. this.columnControl.ItemControlData = null;
  131. this.columnControl.ItemControlType = NXWMS.Client.FrmCustom.ColumnControl.ControlType.ComboBox;
  132. this.columnControl.Location = new System.Drawing.Point(838, 84);
  133. this.columnControl.Name = "columnControl";
  134. this.columnControl.ResultColumn = null;
  135. this.columnControl.ScreenRectangle = new System.Drawing.Rectangle(0, 0, 0, 0);
  136. this.columnControl.SetLocationType = NXWMS.Client.FrmCustom.ColumnControl.LocationType.Cell;
  137. this.columnControl.ShowColumns = null;
  138. this.columnControl.ShowForm = null;
  139. this.columnControl.ShowFormProportion = 0.5D;
  140. this.columnControl.Size = new System.Drawing.Size(34, 23);
  141. this.columnControl.TabIndex = 49;
  142. this.columnControl.Title = "";
  143. this.columnControl.ToDataGridView = null;
  144. this.columnControl.Visible = false;
  145. //
  146. // tableLayoutPanel1
  147. //
  148. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  149. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  150. this.tableLayoutPanel1.ColumnCount = 3;
  151. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33112F));
  152. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33444F));
  153. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33445F));
  154. this.tableLayoutPanel1.Controls.Add(this.btnAdd, 0, 0);
  155. this.tableLayoutPanel1.Controls.Add(this.btnCancel, 1, 0);
  156. this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 1, 0);
  157. this.tableLayoutPanel1.Location = new System.Drawing.Point(838, 110);
  158. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  159. this.tableLayoutPanel1.RowCount = 1;
  160. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  161. this.tableLayoutPanel1.Size = new System.Drawing.Size(365, 40);
  162. this.tableLayoutPanel1.TabIndex = 48;
  163. //
  164. // btnAdd
  165. //
  166. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  167. | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  170. this.btnAdd.Name = "btnAdd";
  171. this.btnAdd.Size = new System.Drawing.Size(115, 34);
  172. this.btnAdd.TabIndex = 3;
  173. this.btnAdd.Tag = "";
  174. this.btnAdd.Values.Image = global::NXWMS.Properties.Resources.add;
  175. this.btnAdd.Values.Text = "新增盘点明细";
  176. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  177. //
  178. // btnCancel
  179. //
  180. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  181. | System.Windows.Forms.AnchorStyles.Left)
  182. | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnCancel.Location = new System.Drawing.Point(245, 3);
  184. this.btnCancel.Name = "btnCancel";
  185. this.btnCancel.Size = new System.Drawing.Size(117, 34);
  186. this.btnCancel.TabIndex = 2;
  187. this.btnCancel.Tag = "";
  188. this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.exit;
  189. this.btnCancel.Values.Text = "取消";
  190. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  191. //
  192. // btnConfirm
  193. //
  194. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.btnConfirm.Location = new System.Drawing.Point(124, 3);
  198. this.btnConfirm.Name = "btnConfirm";
  199. this.btnConfirm.Size = new System.Drawing.Size(115, 34);
  200. this.btnConfirm.TabIndex = 1;
  201. this.btnConfirm.Tag = "";
  202. this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
  203. this.btnConfirm.Values.Text = "保存";
  204. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  205. //
  206. // kryptonLabel6
  207. //
  208. this.kryptonLabel6.AutoSize = false;
  209. this.kryptonLabel6.Location = new System.Drawing.Point(10, 63);
  210. this.kryptonLabel6.Name = "kryptonLabel6";
  211. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  212. this.kryptonLabel6.Size = new System.Drawing.Size(87, 28);
  213. this.kryptonLabel6.TabIndex = 47;
  214. this.kryptonLabel6.Values.Text = "备注";
  215. //
  216. // richDescibe
  217. //
  218. this.richDescibe.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  219. | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.richDescibe.Location = new System.Drawing.Point(103, 69);
  222. this.richDescibe.Name = "richDescibe";
  223. this.richDescibe.Size = new System.Drawing.Size(720, 81);
  224. this.richDescibe.TabIndex = 46;
  225. this.richDescibe.Tag = "DESCRIBE";
  226. this.richDescibe.Text = "";
  227. //
  228. // tableLayoutPanel2
  229. //
  230. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  231. this.tableLayoutPanel2.ColumnCount = 11;
  232. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  233. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  234. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  235. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  236. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  237. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  238. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  239. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  240. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  241. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  242. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  243. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  244. this.tableLayoutPanel2.Controls.Add(this.dtpBeginTime, 0, 1);
  245. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 0, 1);
  246. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 3, 0);
  247. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  248. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 6, 0);
  249. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 9, 0);
  250. this.tableLayoutPanel2.Controls.Add(this.txtInventoryNo, 1, 0);
  251. this.tableLayoutPanel2.Controls.Add(this.numPercentage, 7, 0);
  252. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel13, 8, 0);
  253. this.tableLayoutPanel2.Controls.Add(this.cmbInventoryMode, 10, 0);
  254. this.tableLayoutPanel2.Controls.Add(this.cmbType, 4, 0);
  255. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 3, 1);
  256. this.tableLayoutPanel2.Controls.Add(this.dtpEndTime, 4, 1);
  257. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  258. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  259. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  260. this.tableLayoutPanel2.RowCount = 2;
  261. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  262. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  263. this.tableLayoutPanel2.Size = new System.Drawing.Size(1214, 59);
  264. this.tableLayoutPanel2.TabIndex = 1;
  265. //
  266. // dtpBeginTime
  267. //
  268. this.dtpBeginTime.AlwaysActive = false;
  269. this.dtpBeginTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  270. this.dtpBeginTime.Checked = false;
  271. this.dtpBeginTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  272. this.dtpBeginTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  273. this.dtpBeginTime.Location = new System.Drawing.Point(103, 33);
  274. this.dtpBeginTime.Name = "dtpBeginTime";
  275. this.dtpBeginTime.ShowCheckBox = true;
  276. this.dtpBeginTime.Size = new System.Drawing.Size(172, 21);
  277. this.dtpBeginTime.TabIndex = 129;
  278. //
  279. // kryptonLabel1
  280. //
  281. this.kryptonLabel1.AutoSize = false;
  282. this.kryptonLabel1.Location = new System.Drawing.Point(3, 33);
  283. this.kryptonLabel1.Name = "kryptonLabel1";
  284. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  285. this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
  286. this.kryptonLabel1.TabIndex = 126;
  287. this.kryptonLabel1.Values.ExtraText = "\r\n";
  288. this.kryptonLabel1.Values.Text = "盘点开始时间";
  289. //
  290. // kryptonLabel9
  291. //
  292. this.kryptonLabel9.AutoSize = false;
  293. this.kryptonLabel9.Location = new System.Drawing.Point(314, 3);
  294. this.kryptonLabel9.Name = "kryptonLabel9";
  295. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  296. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  297. this.kryptonLabel9.TabIndex = 2;
  298. this.kryptonLabel9.Values.Text = "单据类型";
  299. //
  300. // kryptonLabel10
  301. //
  302. this.kryptonLabel10.AutoSize = false;
  303. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  304. this.kryptonLabel10.Name = "kryptonLabel10";
  305. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  306. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  307. this.kryptonLabel10.TabIndex = 0;
  308. this.kryptonLabel10.Values.ExtraText = "\r\n";
  309. this.kryptonLabel10.Values.Text = "盘点单号";
  310. //
  311. // kryptonLabel3
  312. //
  313. this.kryptonLabel3.AutoSize = false;
  314. this.kryptonLabel3.Location = new System.Drawing.Point(625, 3);
  315. this.kryptonLabel3.Name = "kryptonLabel3";
  316. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  317. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  318. this.kryptonLabel3.TabIndex = 11;
  319. this.kryptonLabel3.Values.Text = "随机盘点比例";
  320. //
  321. // kryptonLabel4
  322. //
  323. this.kryptonLabel4.AutoSize = false;
  324. this.kryptonLabel4.Location = new System.Drawing.Point(936, 3);
  325. this.kryptonLabel4.Name = "kryptonLabel4";
  326. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  327. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  328. this.kryptonLabel4.TabIndex = 13;
  329. this.kryptonLabel4.Values.Text = "盘点方式";
  330. //
  331. // txtInventoryNo
  332. //
  333. this.txtInventoryNo.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.txtInventoryNo.Location = new System.Drawing.Point(103, 3);
  335. this.txtInventoryNo.Name = "txtInventoryNo";
  336. this.txtInventoryNo.Size = new System.Drawing.Size(175, 23);
  337. this.txtInventoryNo.TabIndex = 1;
  338. //
  339. // numPercentage
  340. //
  341. this.numPercentage.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.numPercentage.Location = new System.Drawing.Point(725, 3);
  343. this.numPercentage.Name = "numPercentage";
  344. this.numPercentage.Size = new System.Drawing.Size(175, 21);
  345. this.numPercentage.TabIndex = 122;
  346. //
  347. // kryptonLabel13
  348. //
  349. this.kryptonLabel13.Location = new System.Drawing.Point(906, 3);
  350. this.kryptonLabel13.Name = "kryptonLabel13";
  351. this.kryptonLabel13.Size = new System.Drawing.Size(21, 20);
  352. this.kryptonLabel13.TabIndex = 123;
  353. this.kryptonLabel13.Values.Text = "%";
  354. //
  355. // cmbInventoryMode
  356. //
  357. this.cmbInventoryMode.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.cmbInventoryMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  359. this.cmbInventoryMode.DropDownWidth = 175;
  360. this.cmbInventoryMode.Enabled = false;
  361. this.cmbInventoryMode.Location = new System.Drawing.Point(1036, 3);
  362. this.cmbInventoryMode.Name = "cmbInventoryMode";
  363. this.cmbInventoryMode.Size = new System.Drawing.Size(175, 21);
  364. this.cmbInventoryMode.TabIndex = 124;
  365. //
  366. // cmbType
  367. //
  368. this.cmbType.Dock = System.Windows.Forms.DockStyle.Fill;
  369. this.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  370. this.cmbType.DropDownWidth = 175;
  371. this.cmbType.Enabled = false;
  372. this.cmbType.Location = new System.Drawing.Point(414, 3);
  373. this.cmbType.Name = "cmbType";
  374. this.cmbType.Size = new System.Drawing.Size(175, 21);
  375. this.cmbType.TabIndex = 125;
  376. //
  377. // kryptonLabel2
  378. //
  379. this.kryptonLabel2.AutoSize = false;
  380. this.kryptonLabel2.Location = new System.Drawing.Point(314, 33);
  381. this.kryptonLabel2.Name = "kryptonLabel2";
  382. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  383. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  384. this.kryptonLabel2.TabIndex = 128;
  385. this.kryptonLabel2.Values.ExtraText = "\r\n";
  386. this.kryptonLabel2.Values.Text = "盘点结束时间";
  387. //
  388. // dtpEndTime
  389. //
  390. this.dtpEndTime.AlwaysActive = false;
  391. this.dtpEndTime.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  392. this.dtpEndTime.Checked = false;
  393. this.dtpEndTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  394. this.dtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  395. this.dtpEndTime.Location = new System.Drawing.Point(414, 33);
  396. this.dtpEndTime.Name = "dtpEndTime";
  397. this.dtpEndTime.ShowCheckBox = true;
  398. this.dtpEndTime.Size = new System.Drawing.Size(172, 21);
  399. this.dtpEndTime.TabIndex = 127;
  400. //
  401. // dataGridView
  402. //
  403. this.dataGridView.AllowUserToAddRows = false;
  404. this.dataGridView.AllowUserToDeleteRows = false;
  405. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  406. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  407. this.ColumnBinCode,
  408. this.ColumnTrayCode,
  409. this.ColumnPalletCode,
  410. this.ColumnMaterielCode,
  411. this.ColumnMaterielName,
  412. this.ColumnMaterielTypeCode,
  413. this.ColumnMaterielTypeName,
  414. this.ColumnUnitName,
  415. this.ColumnSupplierName,
  416. this.ColumnBatchNo,
  417. this.ColumnQTY,
  418. this.ColumnActualInventoryQty,
  419. this.ColumnDifferenceQty,
  420. this.ColumnInventoryResultQty});
  421. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  422. this.dataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  423. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  424. this.dataGridView.Name = "dataGridView";
  425. this.dataGridView.RowTemplate.Height = 23;
  426. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  427. this.dataGridView.Size = new System.Drawing.Size(1214, 480);
  428. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  429. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  430. this.dataGridView.TabIndex = 58;
  431. this.dataGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellEndEdit);
  432. this.dataGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseDown);
  433. this.dataGridView.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView_RowPrePaint);
  434. //
  435. // ColumnBinCode
  436. //
  437. this.ColumnBinCode.DataPropertyName = "BinCode";
  438. this.ColumnBinCode.FillWeight = 40.40557F;
  439. this.ColumnBinCode.HeaderText = "库位编码";
  440. this.ColumnBinCode.Name = "ColumnBinCode";
  441. this.ColumnBinCode.ReadOnly = true;
  442. this.ColumnBinCode.Width = 80;
  443. //
  444. // ColumnTrayCode
  445. //
  446. this.ColumnTrayCode.DataPropertyName = "TrayCode";
  447. this.ColumnTrayCode.FillWeight = 40.40557F;
  448. this.ColumnTrayCode.HeaderText = "组盘码";
  449. this.ColumnTrayCode.Name = "ColumnTrayCode";
  450. this.ColumnTrayCode.ReadOnly = true;
  451. this.ColumnTrayCode.Width = 50;
  452. //
  453. // ColumnPalletCode
  454. //
  455. this.ColumnPalletCode.DataPropertyName = "PalletCode";
  456. this.ColumnPalletCode.FillWeight = 40.40557F;
  457. this.ColumnPalletCode.HeaderText = "托盘";
  458. this.ColumnPalletCode.Name = "ColumnPalletCode";
  459. this.ColumnPalletCode.ReadOnly = true;
  460. this.ColumnPalletCode.Width = 50;
  461. //
  462. // ColumnMaterielCode
  463. //
  464. this.ColumnMaterielCode.DataPropertyName = "MaterielCode";
  465. this.ColumnMaterielCode.FillWeight = 40.40557F;
  466. this.ColumnMaterielCode.HeaderText = "物料编码";
  467. this.ColumnMaterielCode.Name = "ColumnMaterielCode";
  468. this.ColumnMaterielCode.ReadOnly = true;
  469. //
  470. // ColumnMaterielName
  471. //
  472. this.ColumnMaterielName.DataPropertyName = "MaterielName";
  473. this.ColumnMaterielName.FillWeight = 40.40557F;
  474. this.ColumnMaterielName.HeaderText = "物料名称";
  475. this.ColumnMaterielName.Name = "ColumnMaterielName";
  476. this.ColumnMaterielName.ReadOnly = true;
  477. this.ColumnMaterielName.Width = 150;
  478. //
  479. // ColumnMaterielTypeCode
  480. //
  481. this.ColumnMaterielTypeCode.DataPropertyName = "MaterielTypeCode";
  482. this.ColumnMaterielTypeCode.FillWeight = 40.40557F;
  483. this.ColumnMaterielTypeCode.HeaderText = "类型编码";
  484. this.ColumnMaterielTypeCode.Name = "ColumnMaterielTypeCode";
  485. this.ColumnMaterielTypeCode.ReadOnly = true;
  486. this.ColumnMaterielTypeCode.Width = 80;
  487. //
  488. // ColumnMaterielTypeName
  489. //
  490. this.ColumnMaterielTypeName.DataPropertyName = "MaterielTypeName";
  491. this.ColumnMaterielTypeName.FillWeight = 40.40557F;
  492. this.ColumnMaterielTypeName.HeaderText = "类型名称";
  493. this.ColumnMaterielTypeName.Name = "ColumnMaterielTypeName";
  494. this.ColumnMaterielTypeName.ReadOnly = true;
  495. this.ColumnMaterielTypeName.Width = 80;
  496. //
  497. // ColumnUnitName
  498. //
  499. this.ColumnUnitName.DataPropertyName = "UnitName";
  500. this.ColumnUnitName.FillWeight = 40.40557F;
  501. this.ColumnUnitName.HeaderText = "单位";
  502. this.ColumnUnitName.Name = "ColumnUnitName";
  503. this.ColumnUnitName.ReadOnly = true;
  504. this.ColumnUnitName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  505. this.ColumnUnitName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  506. //
  507. // ColumnSupplierName
  508. //
  509. this.ColumnSupplierName.DataPropertyName = "SupplierName";
  510. this.ColumnSupplierName.FillWeight = 40.40557F;
  511. this.ColumnSupplierName.HeaderText = "供应商";
  512. this.ColumnSupplierName.Name = "ColumnSupplierName";
  513. this.ColumnSupplierName.ReadOnly = true;
  514. this.ColumnSupplierName.Width = 200;
  515. //
  516. // ColumnBatchNo
  517. //
  518. this.ColumnBatchNo.DataPropertyName = "BatchNo";
  519. this.ColumnBatchNo.FillWeight = 40.40557F;
  520. this.ColumnBatchNo.HeaderText = "批次号";
  521. this.ColumnBatchNo.Name = "ColumnBatchNo";
  522. this.ColumnBatchNo.ReadOnly = true;
  523. this.ColumnBatchNo.Width = 60;
  524. //
  525. // ColumnQTY
  526. //
  527. //this.ColumnQTY.AllowDecimals = false;
  528. this.ColumnQTY.DataPropertyName = "QTY";
  529. this.ColumnQTY.DecimalPlaces = 2;
  530. this.ColumnQTY.FillWeight = 212.3504F;
  531. this.ColumnQTY.HeaderText = "账面数";
  532. this.ColumnQTY.Name = "ColumnQTY";
  533. this.ColumnQTY.ReadOnly = true;
  534. this.ColumnQTY.ThousandsSeparator = true;
  535. this.ColumnQTY.Width = 80;
  536. //
  537. // ColumnActualInventoryQty
  538. //
  539. //this.ColumnActualInventoryQty.AllowDecimals = false;
  540. this.ColumnActualInventoryQty.DataPropertyName = "ActualInventoryQty";
  541. this.ColumnActualInventoryQty.FillWeight = 287.6548F;
  542. this.ColumnActualInventoryQty.HeaderText = "盘点数";
  543. this.ColumnActualInventoryQty.Maximum = new decimal(new int[] {
  544. 99999,
  545. 0,
  546. 0,
  547. 0});
  548. this.ColumnActualInventoryQty.Name = "ColumnActualInventoryQty";
  549. this.ColumnActualInventoryQty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  550. this.ColumnActualInventoryQty.Width = 80;
  551. //
  552. // ColumnDifferenceQty
  553. //
  554. //this.ColumnDifferenceQty.AllowDecimals = false;
  555. this.ColumnDifferenceQty.DataPropertyName = "DifferenceQty";
  556. this.ColumnDifferenceQty.DecimalPlaces = 2;
  557. this.ColumnDifferenceQty.HeaderText = "差异数";
  558. this.ColumnDifferenceQty.Maximum = new decimal(new int[] {
  559. 999999,
  560. 0,
  561. 0,
  562. 0});
  563. this.ColumnDifferenceQty.Name = "ColumnDifferenceQty";
  564. this.ColumnDifferenceQty.Width = 100;
  565. //
  566. // ColumnInventoryResultQty
  567. //
  568. //this.ColumnInventoryResultQty.AllowDecimals = false;
  569. this.ColumnInventoryResultQty.DataPropertyName = "InventoryResultQty";
  570. this.ColumnInventoryResultQty.DecimalPlaces = 2;
  571. this.ColumnInventoryResultQty.FillWeight = 395.9391F;
  572. this.ColumnInventoryResultQty.HeaderText = "确认数";
  573. this.ColumnInventoryResultQty.Maximum = new decimal(new int[] {
  574. 1410065407,
  575. 2,
  576. 0,
  577. 0});
  578. this.ColumnInventoryResultQty.Name = "ColumnInventoryResultQty";
  579. this.ColumnInventoryResultQty.Width = 80;
  580. //
  581. // kryptonGroupBox2
  582. //
  583. this.kryptonGroupBox2.CaptionOverlap = 0D;
  584. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  585. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 183);
  586. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  587. //
  588. // kryptonGroupBox2.Panel
  589. //
  590. this.kryptonGroupBox2.Panel.Controls.Add(this.dataGridView);
  591. this.kryptonGroupBox2.Size = new System.Drawing.Size(1218, 504);
  592. this.kryptonGroupBox2.TabIndex = 2;
  593. this.kryptonGroupBox2.Values.Heading = "盘点单明细表:";
  594. //
  595. // contextMenuStrip1
  596. //
  597. this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
  598. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  599. this.删除选中行ToolStripMenuItem,
  600. this.全部删除ToolStripMenuItem});
  601. this.contextMenuStrip1.Name = "contextMenuStrip1";
  602. this.contextMenuStrip1.Size = new System.Drawing.Size(140, 48);
  603. //
  604. // 删除选中行ToolStripMenuItem
  605. //
  606. this.删除选中行ToolStripMenuItem.Name = "删除选中行ToolStripMenuItem";
  607. this.删除选中行ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  608. this.删除选中行ToolStripMenuItem.Text = "删除选中行";
  609. this.删除选中行ToolStripMenuItem.Click += new System.EventHandler(this.删除选中行ToolStripMenuItem_Click);
  610. //
  611. // 全部删除ToolStripMenuItem
  612. //
  613. this.全部删除ToolStripMenuItem.Name = "全部删除ToolStripMenuItem";
  614. this.全部删除ToolStripMenuItem.Size = new System.Drawing.Size(139, 22);
  615. this.全部删除ToolStripMenuItem.Text = "全部删除";
  616. this.全部删除ToolStripMenuItem.Click += new System.EventHandler(this.全部删除ToolStripMenuItem_Click);
  617. //
  618. // dataGridViewTextBoxColumn1
  619. //
  620. this.dataGridViewTextBoxColumn1.DataPropertyName = "BinCode";
  621. this.dataGridViewTextBoxColumn1.FillWeight = 40.40557F;
  622. this.dataGridViewTextBoxColumn1.HeaderText = "物料编码";
  623. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  624. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  625. this.dataGridViewTextBoxColumn1.Width = 98;
  626. //
  627. // dataGridViewTextBoxColumn2
  628. //
  629. this.dataGridViewTextBoxColumn2.DataPropertyName = "TrayCode";
  630. this.dataGridViewTextBoxColumn2.FillWeight = 40.40557F;
  631. this.dataGridViewTextBoxColumn2.HeaderText = "物料名称";
  632. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  633. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  634. this.dataGridViewTextBoxColumn2.Width = 98;
  635. //
  636. // dataGridViewTextBoxColumn3
  637. //
  638. this.dataGridViewTextBoxColumn3.DataPropertyName = "PalletCode";
  639. this.dataGridViewTextBoxColumn3.FillWeight = 40.40557F;
  640. this.dataGridViewTextBoxColumn3.HeaderText = "物料类型编码";
  641. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  642. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  643. this.dataGridViewTextBoxColumn3.Width = 97;
  644. //
  645. // dataGridViewTextBoxColumn4
  646. //
  647. this.dataGridViewTextBoxColumn4.DataPropertyName = "MaterielCode";
  648. this.dataGridViewTextBoxColumn4.FillWeight = 40.40557F;
  649. this.dataGridViewTextBoxColumn4.HeaderText = "物料类型名称";
  650. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  651. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  652. this.dataGridViewTextBoxColumn4.Width = 98;
  653. //
  654. // dataGridViewTextBoxColumn5
  655. //
  656. this.dataGridViewTextBoxColumn5.DataPropertyName = "MaterielName";
  657. this.dataGridViewTextBoxColumn5.FillWeight = 40.40557F;
  658. this.dataGridViewTextBoxColumn5.HeaderText = "供应商";
  659. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  660. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  661. this.dataGridViewTextBoxColumn5.Width = 98;
  662. //
  663. // dataGridViewTextBoxColumn6
  664. //
  665. this.dataGridViewTextBoxColumn6.DataPropertyName = "MaterielTypeCode";
  666. this.dataGridViewTextBoxColumn6.FillWeight = 40.40557F;
  667. this.dataGridViewTextBoxColumn6.HeaderText = "批次号";
  668. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  669. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  670. this.dataGridViewTextBoxColumn6.Width = 98;
  671. //
  672. // dataGridViewTextBoxColumn7
  673. //
  674. this.dataGridViewTextBoxColumn7.DataPropertyName = "MaterielTypeName";
  675. this.dataGridViewTextBoxColumn7.FillWeight = 40.40557F;
  676. this.dataGridViewTextBoxColumn7.HeaderText = "账面数量";
  677. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  678. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  679. this.dataGridViewTextBoxColumn7.Width = 97;
  680. //
  681. // dataGridViewTextBoxColumn8
  682. //
  683. this.dataGridViewTextBoxColumn8.DataPropertyName = "UnitName";
  684. this.dataGridViewTextBoxColumn8.FillWeight = 40.40557F;
  685. this.dataGridViewTextBoxColumn8.HeaderText = "单位编码";
  686. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  687. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  688. this.dataGridViewTextBoxColumn8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  689. this.dataGridViewTextBoxColumn8.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  690. this.dataGridViewTextBoxColumn8.Width = 98;
  691. //
  692. // dataGridViewTextBoxColumn9
  693. //
  694. this.dataGridViewTextBoxColumn9.DataPropertyName = "SupplierName";
  695. this.dataGridViewTextBoxColumn9.FillWeight = 40.40557F;
  696. this.dataGridViewTextBoxColumn9.HeaderText = "单位名称";
  697. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  698. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  699. this.dataGridViewTextBoxColumn9.Width = 98;
  700. //
  701. // dataGridViewTextBoxColumn10
  702. //
  703. this.dataGridViewTextBoxColumn10.DataPropertyName = "BatchNo";
  704. this.dataGridViewTextBoxColumn10.FillWeight = 40.40557F;
  705. this.dataGridViewTextBoxColumn10.HeaderText = "库位";
  706. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  707. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  708. this.dataGridViewTextBoxColumn10.Width = 98;
  709. //
  710. // dataGridViewTextBoxColumn11
  711. //
  712. this.dataGridViewTextBoxColumn11.HeaderText = "组盘码";
  713. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  714. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  715. this.dataGridViewTextBoxColumn11.Width = 97;
  716. //
  717. // dataGridViewTextBoxColumn12
  718. //
  719. this.dataGridViewTextBoxColumn12.HeaderText = "托盘号";
  720. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  721. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  722. this.dataGridViewTextBoxColumn12.Width = 98;
  723. //
  724. // frmOperateBalanceInventory
  725. //
  726. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  727. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  728. this.ClientSize = new System.Drawing.Size(1218, 687);
  729. this.Controls.Add(this.kryptonGroupBox2);
  730. this.Controls.Add(this.kryptonGroupBox1);
  731. this.MaximizeBox = false;
  732. this.MinimizeBox = false;
  733. this.Name = "frmOperateBalanceInventory";
  734. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  735. this.Text = "盘点单-新增";
  736. this.Load += new System.EventHandler(this.frmOperateBalanceInventory_Load);
  737. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  738. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  739. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  740. this.kryptonGroupBox1.ResumeLayout(false);
  741. this.tableLayoutPanel1.ResumeLayout(false);
  742. this.tableLayoutPanel2.ResumeLayout(false);
  743. this.tableLayoutPanel2.PerformLayout();
  744. ((System.ComponentModel.ISupportInitialize)(this.numPercentage)).EndInit();
  745. ((System.ComponentModel.ISupportInitialize)(this.cmbInventoryMode)).EndInit();
  746. ((System.ComponentModel.ISupportInitialize)(this.cmbType)).EndInit();
  747. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  748. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  749. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  750. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  751. this.kryptonGroupBox2.ResumeLayout(false);
  752. this.contextMenuStrip1.ResumeLayout(false);
  753. this.ResumeLayout(false);
  754. }
  755. #endregion
  756. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  757. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  758. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  759. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  760. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  761. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  762. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  763. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtInventoryNo;
  764. private System.Windows.Forms.NumericUpDown numPercentage;
  765. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  766. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbInventoryMode;
  767. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  768. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  769. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  770. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
  771. private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
  772. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbType;
  773. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  774. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  775. private System.Windows.Forms.ToolStripMenuItem 删除选中行ToolStripMenuItem;
  776. private System.Windows.Forms.ToolStripMenuItem 全部删除ToolStripMenuItem;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  779. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  780. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  781. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  789. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  790. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  791. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpBeginTime;
  792. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  793. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpEndTime;
  794. private Client.FrmCustom.ColumnControl columnControl;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBinCode;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnTrayCode;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPalletCode;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielCode;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielName;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielTypeCode;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnMaterielTypeName;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnUnitName;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnSupplierName;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBatchNo;
  805. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnQTY;
  806. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnActualInventoryQty;
  807. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnDifferenceQty;
  808. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewNumericUpDownColumn ColumnInventoryResultQty;
  809. }
  810. }