frmBalanceInventory.Designer.cs 78 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260
  1. namespace NXWMS.Forms.Balance
  2. {
  3. partial class frmBalanceInventory
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceInventory));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanelOperate = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnBeginInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.btnComplete = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  36. this.btnDifferenceInventory = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.btnInventoryConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  40. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  41. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  42. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  43. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  44. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  47. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.txtSearchBatch = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  49. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.dtpSearchInventoryBeginStartDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  53. this.dtpSearchInventoryBeginFinishDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  54. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.cmbSearchInventoryMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  56. this.cmbSearchInventoryStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  57. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.dtpSearchInventoryEndStartDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  60. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  61. this.dtpSearchInventoryEndFinishDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  62. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  63. this.cmbSearchSupplier = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  64. this.txtSearchInventoryNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  65. this.txtSearchPallet = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  66. this.txtSearchMateriel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  67. this.cmbSearchType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  68. this.kryptonGroupBox3 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  69. this.dataGridViewDTL = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  70. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  89. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  90. this.ColumInventoryId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.InventoryNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.InventoryTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.InventoryPercentage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.InventoryModeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.InventoryBeginTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  96. this.InventoryEndTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  97. this.InventoryStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.InventoryStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.ResultFlagName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.CreateTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  102. this.UpdateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.UpdateTime = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn();
  104. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  105. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  108. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  120. this.kryptonGroupBox2.Panel.SuspendLayout();
  121. this.kryptonGroupBox2.SuspendLayout();
  122. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  123. this.kryptonPanelSearch.SuspendLayout();
  124. this.tableLayoutPanelOperate.SuspendLayout();
  125. this.tableLayoutPanel3.SuspendLayout();
  126. this.tableLayoutPanel2.SuspendLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryMode)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryStatus)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchType)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
  133. this.kryptonGroupBox3.Panel.SuspendLayout();
  134. this.kryptonGroupBox3.SuspendLayout();
  135. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).BeginInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  138. this.kryptonGroupBox1.Panel.SuspendLayout();
  139. this.kryptonGroupBox1.SuspendLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  141. this.SuspendLayout();
  142. //
  143. // kryptonGroupBox2
  144. //
  145. this.kryptonGroupBox2.CaptionOverlap = 0D;
  146. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  148. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  149. //
  150. // kryptonGroupBox2.Panel
  151. //
  152. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  153. this.kryptonGroupBox2.Size = new System.Drawing.Size(1195, 172);
  154. this.kryptonGroupBox2.TabIndex = 56;
  155. this.kryptonGroupBox2.Values.Heading = "查询";
  156. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  157. //
  158. // kryptonPanelSearch
  159. //
  160. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanelOperate);
  161. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  162. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel2);
  163. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  164. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  165. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  166. this.kryptonPanelSearch.Size = new System.Drawing.Size(1191, 147);
  167. this.kryptonPanelSearch.TabIndex = 46;
  168. //
  169. // tableLayoutPanelOperate
  170. //
  171. this.tableLayoutPanelOperate.BackColor = System.Drawing.Color.Transparent;
  172. this.tableLayoutPanelOperate.ColumnCount = 12;
  173. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  174. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  175. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  176. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  177. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  178. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  179. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  180. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  181. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  182. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  183. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  184. this.tableLayoutPanelOperate.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  185. this.tableLayoutPanelOperate.Controls.Add(this.btnEdit, 2, 0);
  186. this.tableLayoutPanelOperate.Controls.Add(this.btnBeginInventory, 0, 0);
  187. this.tableLayoutPanelOperate.Controls.Add(this.btnRemove, 2, 0);
  188. this.tableLayoutPanelOperate.Controls.Add(this.btnComplete, 4, 0);
  189. this.tableLayoutPanelOperate.Controls.Add(this.btnDifferenceInventory, 1, 0);
  190. this.tableLayoutPanelOperate.Controls.Add(this.btnInventoryConfirm, 1, 0);
  191. this.tableLayoutPanelOperate.Controls.Add(this.btnAdd, 2, 0);
  192. this.tableLayoutPanelOperate.Location = new System.Drawing.Point(3, 105);
  193. this.tableLayoutPanelOperate.Name = "tableLayoutPanelOperate";
  194. this.tableLayoutPanelOperate.RowCount = 1;
  195. this.tableLayoutPanelOperate.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  196. this.tableLayoutPanelOperate.Size = new System.Drawing.Size(787, 37);
  197. this.tableLayoutPanelOperate.TabIndex = 3;
  198. //
  199. // btnEdit
  200. //
  201. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  202. | System.Windows.Forms.AnchorStyles.Left)
  203. | System.Windows.Forms.AnchorStyles.Right)));
  204. this.btnEdit.Location = new System.Drawing.Point(403, 3);
  205. this.btnEdit.Name = "btnEdit";
  206. this.btnEdit.Size = new System.Drawing.Size(94, 31);
  207. this.btnEdit.TabIndex = 2;
  208. this.btnEdit.Values.Text = "编辑";
  209. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  210. //
  211. // btnBeginInventory
  212. //
  213. this.btnBeginInventory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)
  215. | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnBeginInventory.Location = new System.Drawing.Point(3, 3);
  217. this.btnBeginInventory.Name = "btnBeginInventory";
  218. this.btnBeginInventory.Size = new System.Drawing.Size(94, 31);
  219. this.btnBeginInventory.TabIndex = 0;
  220. this.btnBeginInventory.Values.Text = "正常盘点";
  221. this.btnBeginInventory.Click += new System.EventHandler(this.btnBeginInventory_Click);
  222. //
  223. // btnRemove
  224. //
  225. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  226. | System.Windows.Forms.AnchorStyles.Left)
  227. | System.Windows.Forms.AnchorStyles.Right)));
  228. this.btnRemove.Location = new System.Drawing.Point(503, 3);
  229. this.btnRemove.Name = "btnRemove";
  230. this.btnRemove.Size = new System.Drawing.Size(94, 31);
  231. this.btnRemove.TabIndex = 3;
  232. this.btnRemove.Values.Text = "删除";
  233. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  234. //
  235. // btnComplete
  236. //
  237. this.btnComplete.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  238. | System.Windows.Forms.AnchorStyles.Left)
  239. | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnComplete.Location = new System.Drawing.Point(603, 3);
  241. this.btnComplete.Name = "btnComplete";
  242. this.btnComplete.Size = new System.Drawing.Size(94, 31);
  243. this.btnComplete.TabIndex = 6;
  244. this.btnComplete.Values.Text = "强制完成";
  245. this.btnComplete.Click += new System.EventHandler(this.btnComplete_Click);
  246. //
  247. // btnDifferenceInventory
  248. //
  249. this.btnDifferenceInventory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  250. | System.Windows.Forms.AnchorStyles.Left)
  251. | System.Windows.Forms.AnchorStyles.Right)));
  252. this.btnDifferenceInventory.Location = new System.Drawing.Point(103, 3);
  253. this.btnDifferenceInventory.Name = "btnDifferenceInventory";
  254. this.btnDifferenceInventory.Size = new System.Drawing.Size(94, 31);
  255. this.btnDifferenceInventory.TabIndex = 1;
  256. this.btnDifferenceInventory.Values.Text = "差异盘点";
  257. this.btnDifferenceInventory.Click += new System.EventHandler(this.btnDifferenceInventory_Click);
  258. //
  259. // btnInventoryConfirm
  260. //
  261. this.btnInventoryConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  262. | System.Windows.Forms.AnchorStyles.Left)
  263. | System.Windows.Forms.AnchorStyles.Right)));
  264. this.btnInventoryConfirm.Location = new System.Drawing.Point(203, 3);
  265. this.btnInventoryConfirm.Name = "btnInventoryConfirm";
  266. this.btnInventoryConfirm.Size = new System.Drawing.Size(94, 31);
  267. this.btnInventoryConfirm.TabIndex = 4;
  268. this.btnInventoryConfirm.Values.Text = "盘点结果确认";
  269. this.btnInventoryConfirm.Click += new System.EventHandler(this.btnInventoryConfirm_Click);
  270. //
  271. // btnAdd
  272. //
  273. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  274. | System.Windows.Forms.AnchorStyles.Left)
  275. | System.Windows.Forms.AnchorStyles.Right)));
  276. this.btnAdd.Location = new System.Drawing.Point(303, 3);
  277. this.btnAdd.Name = "btnAdd";
  278. this.btnAdd.Size = new System.Drawing.Size(94, 31);
  279. this.btnAdd.TabIndex = 5;
  280. this.btnAdd.Values.Text = "新增";
  281. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  282. //
  283. // tableLayoutPanel3
  284. //
  285. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  286. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  287. this.tableLayoutPanel3.ColumnCount = 3;
  288. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  289. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  290. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  291. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  292. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  293. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  294. this.tableLayoutPanel3.Location = new System.Drawing.Point(916, 105);
  295. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  296. this.tableLayoutPanel3.RowCount = 1;
  297. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  298. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  299. this.tableLayoutPanel3.TabIndex = 1;
  300. //
  301. // btnSearchImport
  302. //
  303. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  304. | System.Windows.Forms.AnchorStyles.Left)
  305. | System.Windows.Forms.AnchorStyles.Right)));
  306. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  307. this.btnSearchImport.Name = "btnSearchImport";
  308. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  309. this.btnSearchImport.TabIndex = 2;
  310. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  311. this.btnSearchImport.Values.Text = "导入";
  312. //
  313. // btnSearchExport
  314. //
  315. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  316. | System.Windows.Forms.AnchorStyles.Left)
  317. | System.Windows.Forms.AnchorStyles.Right)));
  318. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  319. this.btnSearchExport.Name = "btnSearchExport";
  320. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  321. this.btnSearchExport.TabIndex = 1;
  322. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  323. this.btnSearchExport.Values.Text = "导出";
  324. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  325. //
  326. // btnSearch
  327. //
  328. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  329. | System.Windows.Forms.AnchorStyles.Left)
  330. | System.Windows.Forms.AnchorStyles.Right)));
  331. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  332. this.btnSearch.Name = "btnSearch";
  333. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  334. this.btnSearch.TabIndex = 0;
  335. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  336. this.btnSearch.Values.Text = "查询";
  337. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  338. //
  339. // tableLayoutPanel2
  340. //
  341. this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  342. | System.Windows.Forms.AnchorStyles.Right)));
  343. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  344. this.tableLayoutPanel2.ColumnCount = 8;
  345. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  346. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  347. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  348. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  349. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  350. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  351. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  352. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  353. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  354. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  355. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  356. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  357. this.tableLayoutPanel2.Controls.Add(this.txtSearchBatch, 7, 0);
  358. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1);
  359. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  360. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 4, 1);
  361. this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryBeginStartDate, 3, 1);
  362. this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryBeginFinishDate, 5, 1);
  363. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 6, 1);
  364. this.tableLayoutPanel2.Controls.Add(this.cmbSearchInventoryMode, 7, 1);
  365. this.tableLayoutPanel2.Controls.Add(this.cmbSearchInventoryStatus, 1, 2);
  366. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel7, 0, 2);
  367. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel8, 2, 2);
  368. this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryEndStartDate, 3, 2);
  369. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel11, 4, 2);
  370. this.tableLayoutPanel2.Controls.Add(this.dtpSearchInventoryEndFinishDate, 5, 2);
  371. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel12, 6, 2);
  372. this.tableLayoutPanel2.Controls.Add(this.cmbSearchSupplier, 7, 2);
  373. this.tableLayoutPanel2.Controls.Add(this.txtSearchInventoryNo, 1, 0);
  374. this.tableLayoutPanel2.Controls.Add(this.txtSearchPallet, 3, 0);
  375. this.tableLayoutPanel2.Controls.Add(this.txtSearchMateriel, 5, 0);
  376. this.tableLayoutPanel2.Controls.Add(this.cmbSearchType, 1, 1);
  377. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 8);
  378. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  379. this.tableLayoutPanel2.RowCount = 3;
  380. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  381. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  382. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  383. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  384. this.tableLayoutPanel2.Size = new System.Drawing.Size(1191, 91);
  385. this.tableLayoutPanel2.TabIndex = 0;
  386. //
  387. // kryptonLabel9
  388. //
  389. this.kryptonLabel9.AutoSize = false;
  390. this.kryptonLabel9.Location = new System.Drawing.Point(300, 3);
  391. this.kryptonLabel9.Name = "kryptonLabel9";
  392. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  393. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  394. this.kryptonLabel9.TabIndex = 2;
  395. this.kryptonLabel9.Values.Text = "托盘信息";
  396. //
  397. // kryptonLabel10
  398. //
  399. this.kryptonLabel10.AutoSize = false;
  400. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  401. this.kryptonLabel10.Name = "kryptonLabel10";
  402. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  403. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  404. this.kryptonLabel10.TabIndex = 0;
  405. this.kryptonLabel10.Values.ExtraText = "\r\n";
  406. this.kryptonLabel10.Values.Text = "盘点单号";
  407. //
  408. // kryptonLabel3
  409. //
  410. this.kryptonLabel3.AutoSize = false;
  411. this.kryptonLabel3.Location = new System.Drawing.Point(597, 3);
  412. this.kryptonLabel3.Name = "kryptonLabel3";
  413. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  414. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  415. this.kryptonLabel3.TabIndex = 11;
  416. this.kryptonLabel3.Values.Text = "物料信息";
  417. //
  418. // kryptonLabel4
  419. //
  420. this.kryptonLabel4.AutoSize = false;
  421. this.kryptonLabel4.Location = new System.Drawing.Point(894, 3);
  422. this.kryptonLabel4.Name = "kryptonLabel4";
  423. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  424. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  425. this.kryptonLabel4.TabIndex = 13;
  426. this.kryptonLabel4.Values.Text = "批次信息";
  427. //
  428. // txtSearchBatch
  429. //
  430. this.txtSearchBatch.Dock = System.Windows.Forms.DockStyle.Fill;
  431. this.txtSearchBatch.Location = new System.Drawing.Point(994, 3);
  432. this.txtSearchBatch.Name = "txtSearchBatch";
  433. this.txtSearchBatch.Size = new System.Drawing.Size(194, 23);
  434. this.txtSearchBatch.TabIndex = 23;
  435. //
  436. // kryptonLabel6
  437. //
  438. this.kryptonLabel6.AutoSize = false;
  439. this.kryptonLabel6.Location = new System.Drawing.Point(3, 33);
  440. this.kryptonLabel6.Name = "kryptonLabel6";
  441. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  442. this.kryptonLabel6.Size = new System.Drawing.Size(94, 24);
  443. this.kryptonLabel6.TabIndex = 15;
  444. this.kryptonLabel6.Values.Text = "单据类型";
  445. //
  446. // kryptonLabel1
  447. //
  448. this.kryptonLabel1.AutoSize = false;
  449. this.kryptonLabel1.Location = new System.Drawing.Point(300, 33);
  450. this.kryptonLabel1.Name = "kryptonLabel1";
  451. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  452. this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
  453. this.kryptonLabel1.StateCommon.LongText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
  454. this.kryptonLabel1.StateCommon.LongText.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  455. this.kryptonLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon;
  456. this.kryptonLabel1.TabIndex = 26;
  457. this.kryptonLabel1.Values.Text = "盘点开始时间";
  458. //
  459. // kryptonLabel2
  460. //
  461. this.kryptonLabel2.AutoSize = false;
  462. this.kryptonLabel2.Location = new System.Drawing.Point(597, 33);
  463. this.kryptonLabel2.Name = "kryptonLabel2";
  464. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  465. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  466. this.kryptonLabel2.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon;
  467. this.kryptonLabel2.StateCommon.ShortText.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  468. this.kryptonLabel2.TabIndex = 28;
  469. this.kryptonLabel2.Values.Text = "至";
  470. //
  471. // dtpSearchInventoryBeginStartDate
  472. //
  473. this.dtpSearchInventoryBeginStartDate.AlwaysActive = false;
  474. this.dtpSearchInventoryBeginStartDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  475. this.dtpSearchInventoryBeginStartDate.Checked = false;
  476. this.dtpSearchInventoryBeginStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  477. this.dtpSearchInventoryBeginStartDate.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.dtpSearchInventoryBeginStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  479. this.dtpSearchInventoryBeginStartDate.Location = new System.Drawing.Point(400, 33);
  480. this.dtpSearchInventoryBeginStartDate.Name = "dtpSearchInventoryBeginStartDate";
  481. this.dtpSearchInventoryBeginStartDate.ShowCheckBox = true;
  482. this.dtpSearchInventoryBeginStartDate.Size = new System.Drawing.Size(191, 24);
  483. this.dtpSearchInventoryBeginStartDate.TabIndex = 106;
  484. //
  485. // dtpSearchInventoryBeginFinishDate
  486. //
  487. this.dtpSearchInventoryBeginFinishDate.AlwaysActive = false;
  488. this.dtpSearchInventoryBeginFinishDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  489. this.dtpSearchInventoryBeginFinishDate.Checked = false;
  490. this.dtpSearchInventoryBeginFinishDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  491. this.dtpSearchInventoryBeginFinishDate.Dock = System.Windows.Forms.DockStyle.Fill;
  492. this.dtpSearchInventoryBeginFinishDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  493. this.dtpSearchInventoryBeginFinishDate.Location = new System.Drawing.Point(697, 33);
  494. this.dtpSearchInventoryBeginFinishDate.Name = "dtpSearchInventoryBeginFinishDate";
  495. this.dtpSearchInventoryBeginFinishDate.ShowCheckBox = true;
  496. this.dtpSearchInventoryBeginFinishDate.Size = new System.Drawing.Size(191, 24);
  497. this.dtpSearchInventoryBeginFinishDate.TabIndex = 107;
  498. //
  499. // kryptonLabel5
  500. //
  501. this.kryptonLabel5.AutoSize = false;
  502. this.kryptonLabel5.Location = new System.Drawing.Point(894, 33);
  503. this.kryptonLabel5.Name = "kryptonLabel5";
  504. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  505. this.kryptonLabel5.Size = new System.Drawing.Size(94, 24);
  506. this.kryptonLabel5.TabIndex = 108;
  507. this.kryptonLabel5.Values.Text = "盘点方式";
  508. //
  509. // cmbSearchInventoryMode
  510. //
  511. this.cmbSearchInventoryMode.Dock = System.Windows.Forms.DockStyle.Fill;
  512. this.cmbSearchInventoryMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  513. this.cmbSearchInventoryMode.DropDownWidth = 183;
  514. this.cmbSearchInventoryMode.Location = new System.Drawing.Point(994, 33);
  515. this.cmbSearchInventoryMode.Name = "cmbSearchInventoryMode";
  516. this.cmbSearchInventoryMode.Size = new System.Drawing.Size(194, 21);
  517. this.cmbSearchInventoryMode.TabIndex = 109;
  518. //
  519. // cmbSearchInventoryStatus
  520. //
  521. this.cmbSearchInventoryStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.cmbSearchInventoryStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  523. this.cmbSearchInventoryStatus.DropDownWidth = 183;
  524. this.cmbSearchInventoryStatus.Location = new System.Drawing.Point(103, 63);
  525. this.cmbSearchInventoryStatus.Name = "cmbSearchInventoryStatus";
  526. this.cmbSearchInventoryStatus.Size = new System.Drawing.Size(191, 21);
  527. this.cmbSearchInventoryStatus.TabIndex = 111;
  528. //
  529. // kryptonLabel7
  530. //
  531. this.kryptonLabel7.AutoSize = false;
  532. this.kryptonLabel7.Location = new System.Drawing.Point(3, 63);
  533. this.kryptonLabel7.Name = "kryptonLabel7";
  534. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  535. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  536. this.kryptonLabel7.TabIndex = 110;
  537. this.kryptonLabel7.Values.Text = "单据状态";
  538. //
  539. // kryptonLabel8
  540. //
  541. this.kryptonLabel8.AutoSize = false;
  542. this.kryptonLabel8.Location = new System.Drawing.Point(300, 63);
  543. this.kryptonLabel8.Name = "kryptonLabel8";
  544. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  545. this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
  546. this.kryptonLabel8.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon;
  547. this.kryptonLabel8.TabIndex = 112;
  548. this.kryptonLabel8.Values.Text = "盘点结束时间";
  549. //
  550. // dtpSearchInventoryEndStartDate
  551. //
  552. this.dtpSearchInventoryEndStartDate.AlwaysActive = false;
  553. this.dtpSearchInventoryEndStartDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  554. this.dtpSearchInventoryEndStartDate.Checked = false;
  555. this.dtpSearchInventoryEndStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  556. this.dtpSearchInventoryEndStartDate.Dock = System.Windows.Forms.DockStyle.Fill;
  557. this.dtpSearchInventoryEndStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  558. this.dtpSearchInventoryEndStartDate.Location = new System.Drawing.Point(400, 63);
  559. this.dtpSearchInventoryEndStartDate.Name = "dtpSearchInventoryEndStartDate";
  560. this.dtpSearchInventoryEndStartDate.ShowCheckBox = true;
  561. this.dtpSearchInventoryEndStartDate.Size = new System.Drawing.Size(191, 25);
  562. this.dtpSearchInventoryEndStartDate.TabIndex = 113;
  563. //
  564. // kryptonLabel11
  565. //
  566. this.kryptonLabel11.AutoSize = false;
  567. this.kryptonLabel11.Location = new System.Drawing.Point(597, 63);
  568. this.kryptonLabel11.Name = "kryptonLabel11";
  569. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  570. this.kryptonLabel11.Size = new System.Drawing.Size(94, 22);
  571. this.kryptonLabel11.StateCommon.ShortText.Color1 = System.Drawing.Color.Maroon;
  572. this.kryptonLabel11.TabIndex = 114;
  573. this.kryptonLabel11.Values.Text = "至";
  574. //
  575. // dtpSearchInventoryEndFinishDate
  576. //
  577. this.dtpSearchInventoryEndFinishDate.AlwaysActive = false;
  578. this.dtpSearchInventoryEndFinishDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  579. this.dtpSearchInventoryEndFinishDate.Checked = false;
  580. this.dtpSearchInventoryEndFinishDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  581. this.dtpSearchInventoryEndFinishDate.Dock = System.Windows.Forms.DockStyle.Fill;
  582. this.dtpSearchInventoryEndFinishDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  583. this.dtpSearchInventoryEndFinishDate.Location = new System.Drawing.Point(697, 63);
  584. this.dtpSearchInventoryEndFinishDate.Name = "dtpSearchInventoryEndFinishDate";
  585. this.dtpSearchInventoryEndFinishDate.ShowCheckBox = true;
  586. this.dtpSearchInventoryEndFinishDate.Size = new System.Drawing.Size(191, 25);
  587. this.dtpSearchInventoryEndFinishDate.TabIndex = 115;
  588. //
  589. // kryptonLabel12
  590. //
  591. this.kryptonLabel12.AutoSize = false;
  592. this.kryptonLabel12.Location = new System.Drawing.Point(894, 63);
  593. this.kryptonLabel12.Name = "kryptonLabel12";
  594. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  595. this.kryptonLabel12.Size = new System.Drawing.Size(94, 24);
  596. this.kryptonLabel12.TabIndex = 116;
  597. this.kryptonLabel12.Values.Text = "供应商";
  598. //
  599. // cmbSearchSupplier
  600. //
  601. this.cmbSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
  602. this.cmbSearchSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  603. this.cmbSearchSupplier.DropDownWidth = 183;
  604. this.cmbSearchSupplier.Location = new System.Drawing.Point(994, 63);
  605. this.cmbSearchSupplier.Name = "cmbSearchSupplier";
  606. this.cmbSearchSupplier.Size = new System.Drawing.Size(194, 21);
  607. this.cmbSearchSupplier.TabIndex = 117;
  608. //
  609. // txtSearchInventoryNo
  610. //
  611. this.txtSearchInventoryNo.Dock = System.Windows.Forms.DockStyle.Fill;
  612. this.txtSearchInventoryNo.Location = new System.Drawing.Point(103, 3);
  613. this.txtSearchInventoryNo.Name = "txtSearchInventoryNo";
  614. this.txtSearchInventoryNo.Size = new System.Drawing.Size(191, 23);
  615. this.txtSearchInventoryNo.TabIndex = 1;
  616. //
  617. // txtSearchPallet
  618. //
  619. this.txtSearchPallet.Dock = System.Windows.Forms.DockStyle.Fill;
  620. this.txtSearchPallet.Location = new System.Drawing.Point(400, 3);
  621. this.txtSearchPallet.Name = "txtSearchPallet";
  622. this.txtSearchPallet.Size = new System.Drawing.Size(191, 23);
  623. this.txtSearchPallet.TabIndex = 118;
  624. //
  625. // txtSearchMateriel
  626. //
  627. this.txtSearchMateriel.Dock = System.Windows.Forms.DockStyle.Fill;
  628. this.txtSearchMateriel.Location = new System.Drawing.Point(697, 3);
  629. this.txtSearchMateriel.Name = "txtSearchMateriel";
  630. this.txtSearchMateriel.Size = new System.Drawing.Size(191, 23);
  631. this.txtSearchMateriel.TabIndex = 119;
  632. //
  633. // cmbSearchType
  634. //
  635. this.cmbSearchType.Dock = System.Windows.Forms.DockStyle.Fill;
  636. this.cmbSearchType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  637. this.cmbSearchType.DropDownWidth = 183;
  638. this.cmbSearchType.Location = new System.Drawing.Point(103, 33);
  639. this.cmbSearchType.Name = "cmbSearchType";
  640. this.cmbSearchType.Size = new System.Drawing.Size(191, 21);
  641. this.cmbSearchType.TabIndex = 120;
  642. //
  643. // kryptonGroupBox3
  644. //
  645. this.kryptonGroupBox3.CaptionOverlap = 0D;
  646. this.kryptonGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
  647. this.kryptonGroupBox3.Location = new System.Drawing.Point(0, 472);
  648. this.kryptonGroupBox3.Name = "kryptonGroupBox3";
  649. //
  650. // kryptonGroupBox3.Panel
  651. //
  652. this.kryptonGroupBox3.Panel.AutoScroll = true;
  653. this.kryptonGroupBox3.Panel.Controls.Add(this.dataGridViewDTL);
  654. this.kryptonGroupBox3.Size = new System.Drawing.Size(1195, 289);
  655. this.kryptonGroupBox3.TabIndex = 74;
  656. this.kryptonGroupBox3.Values.Heading = "盘点单明细:";
  657. //
  658. // dataGridViewDTL
  659. //
  660. this.dataGridViewDTL.AllowUserToAddRows = false;
  661. this.dataGridViewDTL.AllowUserToDeleteRows = false;
  662. this.dataGridViewDTL.AllowUserToResizeRows = false;
  663. this.dataGridViewDTL.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  664. this.dataGridViewDTL.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableAlwaysIncludeHeaderText;
  665. this.dataGridViewDTL.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  666. this.dataGridViewTextBoxColumn14,
  667. this.dataGridViewTextBoxColumn15,
  668. this.dataGridViewTextBoxColumn16,
  669. this.dataGridViewTextBoxColumn17,
  670. this.dataGridViewTextBoxColumn18,
  671. this.Column2,
  672. this.dataGridViewTextBoxColumn19,
  673. this.dataGridViewTextBoxColumn20,
  674. this.dataGridViewTextBoxColumn21,
  675. this.dataGridViewTextBoxColumn22,
  676. this.dataGridViewTextBoxColumn23,
  677. this.dataGridViewTextBoxColumn24,
  678. this.dataGridViewTextBoxColumn25,
  679. this.Column1,
  680. this.dataGridViewTextBoxColumn26,
  681. this.dataGridViewTextBoxColumn27,
  682. this.dataGridViewTextBoxColumn28,
  683. this.dataGridViewTextBoxColumn29});
  684. this.dataGridViewDTL.Dock = System.Windows.Forms.DockStyle.Fill;
  685. this.dataGridViewDTL.Location = new System.Drawing.Point(0, 0);
  686. this.dataGridViewDTL.MultiSelect = false;
  687. this.dataGridViewDTL.Name = "dataGridViewDTL";
  688. this.dataGridViewDTL.RowTemplate.Height = 23;
  689. this.dataGridViewDTL.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  690. this.dataGridViewDTL.Size = new System.Drawing.Size(1191, 265);
  691. this.dataGridViewDTL.TabIndex = 1;
  692. //
  693. // dataGridViewTextBoxColumn14
  694. //
  695. this.dataGridViewTextBoxColumn14.HeaderText = "序号";
  696. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  697. this.dataGridViewTextBoxColumn14.Width = 62;
  698. //
  699. // dataGridViewTextBoxColumn15
  700. //
  701. this.dataGridViewTextBoxColumn15.DataPropertyName = "CreateName";
  702. this.dataGridViewTextBoxColumn15.HeaderText = "物料编码";
  703. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  704. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  705. this.dataGridViewTextBoxColumn15.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  706. this.dataGridViewTextBoxColumn15.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  707. this.dataGridViewTextBoxColumn15.Width = 69;
  708. //
  709. // dataGridViewTextBoxColumn16
  710. //
  711. this.dataGridViewTextBoxColumn16.DataPropertyName = "UpdateName";
  712. this.dataGridViewTextBoxColumn16.HeaderText = "物料名称";
  713. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  714. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  715. this.dataGridViewTextBoxColumn16.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  716. this.dataGridViewTextBoxColumn16.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  717. this.dataGridViewTextBoxColumn16.Width = 69;
  718. //
  719. // dataGridViewTextBoxColumn17
  720. //
  721. this.dataGridViewTextBoxColumn17.HeaderText = "物料条码";
  722. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  723. this.dataGridViewTextBoxColumn17.Width = 88;
  724. //
  725. // dataGridViewTextBoxColumn18
  726. //
  727. this.dataGridViewTextBoxColumn18.HeaderText = "规格";
  728. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  729. this.dataGridViewTextBoxColumn18.Width = 62;
  730. //
  731. // Column2
  732. //
  733. this.Column2.HeaderText = "单位";
  734. this.Column2.Name = "Column2";
  735. this.Column2.Width = 62;
  736. //
  737. // dataGridViewTextBoxColumn19
  738. //
  739. this.dataGridViewTextBoxColumn19.DataPropertyName = "InventoryId";
  740. this.dataGridViewTextBoxColumn19.HeaderText = "批次号";
  741. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  742. this.dataGridViewTextBoxColumn19.Width = 75;
  743. //
  744. // dataGridViewTextBoxColumn20
  745. //
  746. this.dataGridViewTextBoxColumn20.DataPropertyName = "InventoryNo";
  747. this.dataGridViewTextBoxColumn20.HeaderText = "到货数量";
  748. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  749. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  750. this.dataGridViewTextBoxColumn20.Width = 88;
  751. //
  752. // dataGridViewTextBoxColumn21
  753. //
  754. this.dataGridViewTextBoxColumn21.DataPropertyName = "InventoryTypeName";
  755. this.dataGridViewTextBoxColumn21.HeaderText = "已收货数量";
  756. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  757. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  758. this.dataGridViewTextBoxColumn21.Width = 101;
  759. //
  760. // dataGridViewTextBoxColumn22
  761. //
  762. this.dataGridViewTextBoxColumn22.DataPropertyName = "InventoryPercentage";
  763. this.dataGridViewTextBoxColumn22.HeaderText = "供应商编码";
  764. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  765. this.dataGridViewTextBoxColumn22.ReadOnly = true;
  766. this.dataGridViewTextBoxColumn22.Width = 101;
  767. //
  768. // dataGridViewTextBoxColumn23
  769. //
  770. this.dataGridViewTextBoxColumn23.DataPropertyName = "InventoryModeName";
  771. this.dataGridViewTextBoxColumn23.HeaderText = "供应商名称";
  772. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  773. this.dataGridViewTextBoxColumn23.ReadOnly = true;
  774. this.dataGridViewTextBoxColumn23.Width = 101;
  775. //
  776. // dataGridViewTextBoxColumn24
  777. //
  778. this.dataGridViewTextBoxColumn24.DataPropertyName = "InventoryStatusName";
  779. this.dataGridViewTextBoxColumn24.HeaderText = "生产日期";
  780. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  781. this.dataGridViewTextBoxColumn24.ReadOnly = true;
  782. this.dataGridViewTextBoxColumn24.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  783. this.dataGridViewTextBoxColumn24.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  784. this.dataGridViewTextBoxColumn24.Width = 69;
  785. //
  786. // dataGridViewTextBoxColumn25
  787. //
  788. this.dataGridViewTextBoxColumn25.DataPropertyName = "ResultFlagName";
  789. this.dataGridViewTextBoxColumn25.HeaderText = "失效日期";
  790. this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
  791. this.dataGridViewTextBoxColumn25.ReadOnly = true;
  792. this.dataGridViewTextBoxColumn25.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  793. this.dataGridViewTextBoxColumn25.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  794. this.dataGridViewTextBoxColumn25.Visible = false;
  795. this.dataGridViewTextBoxColumn25.Width = 69;
  796. //
  797. // Column1
  798. //
  799. this.Column1.HeaderText = "明细状态";
  800. this.Column1.Name = "Column1";
  801. this.Column1.Width = 88;
  802. //
  803. // dataGridViewTextBoxColumn26
  804. //
  805. this.dataGridViewTextBoxColumn26.DataPropertyName = "CreateName";
  806. this.dataGridViewTextBoxColumn26.HeaderText = "创建人";
  807. this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
  808. this.dataGridViewTextBoxColumn26.ReadOnly = true;
  809. this.dataGridViewTextBoxColumn26.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  810. this.dataGridViewTextBoxColumn26.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  811. this.dataGridViewTextBoxColumn26.Width = 56;
  812. //
  813. // dataGridViewTextBoxColumn27
  814. //
  815. this.dataGridViewTextBoxColumn27.DataPropertyName = "UpdateName";
  816. this.dataGridViewTextBoxColumn27.HeaderText = "创建时间";
  817. this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
  818. this.dataGridViewTextBoxColumn27.ReadOnly = true;
  819. this.dataGridViewTextBoxColumn27.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  820. this.dataGridViewTextBoxColumn27.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  821. this.dataGridViewTextBoxColumn27.Width = 69;
  822. //
  823. // dataGridViewTextBoxColumn28
  824. //
  825. this.dataGridViewTextBoxColumn28.DataPropertyName = "UpdateName";
  826. this.dataGridViewTextBoxColumn28.HeaderText = "最后更新人";
  827. this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
  828. this.dataGridViewTextBoxColumn28.ReadOnly = true;
  829. this.dataGridViewTextBoxColumn28.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  830. this.dataGridViewTextBoxColumn28.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  831. this.dataGridViewTextBoxColumn28.Width = 82;
  832. //
  833. // dataGridViewTextBoxColumn29
  834. //
  835. this.dataGridViewTextBoxColumn29.HeaderText = "最后更新时间";
  836. this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
  837. this.dataGridViewTextBoxColumn29.Width = 114;
  838. //
  839. // kryptonGroupBox1
  840. //
  841. this.kryptonGroupBox1.CaptionOverlap = 0D;
  842. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  843. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 172);
  844. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  845. //
  846. // kryptonGroupBox1.Panel
  847. //
  848. this.kryptonGroupBox1.Panel.AutoScroll = true;
  849. this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView);
  850. this.kryptonGroupBox1.Panel.Controls.Add(this.pageTool);
  851. this.kryptonGroupBox1.Size = new System.Drawing.Size(1195, 300);
  852. this.kryptonGroupBox1.TabIndex = 76;
  853. this.kryptonGroupBox1.Values.Heading = "到货通知单主表:";
  854. //
  855. // dataGridView
  856. //
  857. this.dataGridView.AllowUserToAddRows = false;
  858. this.dataGridView.AllowUserToDeleteRows = false;
  859. this.dataGridView.AllowUserToResizeRows = false;
  860. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  861. this.dataGridView.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
  862. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  863. this.ColumInventoryId,
  864. this.InventoryNo,
  865. this.InventoryTypeName,
  866. this.InventoryPercentage,
  867. this.InventoryModeName,
  868. this.InventoryBeginTime,
  869. this.InventoryEndTime,
  870. this.InventoryStatusName,
  871. this.InventoryStatus,
  872. this.ResultFlagName,
  873. this.CreateName,
  874. this.CreateTime,
  875. this.UpdateName,
  876. this.UpdateTime});
  877. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  878. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  879. this.dataGridView.MultiSelect = false;
  880. this.dataGridView.Name = "dataGridView";
  881. this.dataGridView.RowTemplate.Height = 23;
  882. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  883. this.dataGridView.Size = new System.Drawing.Size(1191, 249);
  884. this.dataGridView.TabIndex = 77;
  885. this.dataGridView.SelectionChanged += new System.EventHandler(this.dataGridView_SelectionChanged);
  886. //
  887. // ColumInventoryId
  888. //
  889. this.ColumInventoryId.DataPropertyName = "InventoryId";
  890. this.ColumInventoryId.HeaderText = "编号";
  891. this.ColumInventoryId.Name = "ColumInventoryId";
  892. //
  893. // InventoryNo
  894. //
  895. this.InventoryNo.DataPropertyName = "InventoryNo";
  896. this.InventoryNo.HeaderText = "盘点单号";
  897. this.InventoryNo.Name = "InventoryNo";
  898. this.InventoryNo.ReadOnly = true;
  899. //
  900. // InventoryTypeName
  901. //
  902. this.InventoryTypeName.DataPropertyName = "InventoryTypeName";
  903. this.InventoryTypeName.HeaderText = "单据类型";
  904. this.InventoryTypeName.Name = "InventoryTypeName";
  905. this.InventoryTypeName.ReadOnly = true;
  906. //
  907. // InventoryPercentage
  908. //
  909. this.InventoryPercentage.DataPropertyName = "InventoryPercentage";
  910. this.InventoryPercentage.HeaderText = "随机盘点比例";
  911. this.InventoryPercentage.Name = "InventoryPercentage";
  912. this.InventoryPercentage.ReadOnly = true;
  913. //
  914. // InventoryModeName
  915. //
  916. this.InventoryModeName.DataPropertyName = "InventoryModeName";
  917. this.InventoryModeName.HeaderText = "盘点方式";
  918. this.InventoryModeName.Name = "InventoryModeName";
  919. this.InventoryModeName.ReadOnly = true;
  920. //
  921. // InventoryBeginTime
  922. //
  923. this.InventoryBeginTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0);
  924. this.InventoryBeginTime.Checked = false;
  925. this.InventoryBeginTime.DataPropertyName = "InventoryBeginTime";
  926. this.InventoryBeginTime.HeaderText = "盘点开始时间";
  927. this.InventoryBeginTime.Name = "InventoryBeginTime";
  928. this.InventoryBeginTime.ReadOnly = true;
  929. this.InventoryBeginTime.Width = 89;
  930. //
  931. // InventoryEndTime
  932. //
  933. this.InventoryEndTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0);
  934. this.InventoryEndTime.Checked = false;
  935. this.InventoryEndTime.DataPropertyName = "InventoryEndTime";
  936. this.InventoryEndTime.HeaderText = "盘点结束时间";
  937. this.InventoryEndTime.Name = "InventoryEndTime";
  938. this.InventoryEndTime.ReadOnly = true;
  939. this.InventoryEndTime.Width = 88;
  940. //
  941. // InventoryStatusName
  942. //
  943. this.InventoryStatusName.DataPropertyName = "InventoryStatusName";
  944. this.InventoryStatusName.HeaderText = "盘点单状态";
  945. this.InventoryStatusName.Name = "InventoryStatusName";
  946. this.InventoryStatusName.ReadOnly = true;
  947. this.InventoryStatusName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  948. this.InventoryStatusName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  949. //
  950. // InventoryStatus
  951. //
  952. this.InventoryStatus.DataPropertyName = "InventoryStatus";
  953. this.InventoryStatus.HeaderText = "Column3";
  954. this.InventoryStatus.Name = "InventoryStatus";
  955. this.InventoryStatus.Visible = false;
  956. //
  957. // ResultFlagName
  958. //
  959. this.ResultFlagName.DataPropertyName = "ResultFlagName";
  960. this.ResultFlagName.HeaderText = "盘点结果确认标识";
  961. this.ResultFlagName.Name = "ResultFlagName";
  962. this.ResultFlagName.ReadOnly = true;
  963. this.ResultFlagName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  964. this.ResultFlagName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  965. //
  966. // CreateName
  967. //
  968. this.CreateName.DataPropertyName = "CreateName";
  969. this.CreateName.HeaderText = "创建人";
  970. this.CreateName.Name = "CreateName";
  971. this.CreateName.ReadOnly = true;
  972. this.CreateName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  973. this.CreateName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  974. //
  975. // CreateTime
  976. //
  977. this.CreateTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0);
  978. this.CreateTime.Checked = false;
  979. this.CreateTime.DataPropertyName = "CreateTime";
  980. this.CreateTime.HeaderText = "创建时间";
  981. this.CreateTime.Name = "CreateTime";
  982. this.CreateTime.ReadOnly = true;
  983. this.CreateTime.Width = 88;
  984. //
  985. // UpdateName
  986. //
  987. this.UpdateName.DataPropertyName = "UpdateName";
  988. this.UpdateName.HeaderText = "更新人";
  989. this.UpdateName.Name = "UpdateName";
  990. this.UpdateName.ReadOnly = true;
  991. this.UpdateName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  992. this.UpdateName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  993. //
  994. // UpdateTime
  995. //
  996. this.UpdateTime.CalendarTodayDate = new System.DateTime(2021, 5, 7, 0, 0, 0, 0);
  997. this.UpdateTime.Checked = false;
  998. this.UpdateTime.DataPropertyName = "UpdateTime";
  999. this.UpdateTime.HeaderText = "更新时间";
  1000. this.UpdateTime.Name = "UpdateTime";
  1001. this.UpdateTime.ReadOnly = true;
  1002. this.UpdateTime.Width = 88;
  1003. //
  1004. // pageTool
  1005. //
  1006. this.pageTool._execActionMessgae = null;
  1007. this.pageTool._execActionOperation = null;
  1008. this.pageTool._LastOperation = null;
  1009. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  1010. this.pageTool.DataCount = 0;
  1011. this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom;
  1012. this.pageTool.LoadMessage = null;
  1013. this.pageTool.Location = new System.Drawing.Point(0, 249);
  1014. this.pageTool.Name = "pageTool";
  1015. this.pageTool.PageDefault = "{0}/{1}";
  1016. this.pageTool.PageIndexSelectDefault = 1;
  1017. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  1018. this.pageTool.PageSize = 30;
  1019. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  1020. this.pageTool.Size = new System.Drawing.Size(1191, 27);
  1021. this.pageTool.TabIndex = 76;
  1022. //
  1023. // dataGridViewTextBoxColumn1
  1024. //
  1025. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  1026. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1027. this.dataGridViewTextBoxColumn1.Width = 86;
  1028. //
  1029. // dataGridViewTextBoxColumn2
  1030. //
  1031. this.dataGridViewTextBoxColumn2.DataPropertyName = "CreateName";
  1032. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  1033. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1034. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  1035. this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1036. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1037. this.dataGridViewTextBoxColumn2.Width = 87;
  1038. //
  1039. // dataGridViewTextBoxColumn3
  1040. //
  1041. this.dataGridViewTextBoxColumn3.DataPropertyName = "UpdateName";
  1042. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  1043. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1044. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  1045. this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1046. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1047. this.dataGridViewTextBoxColumn3.Width = 86;
  1048. //
  1049. // dataGridViewTextBoxColumn4
  1050. //
  1051. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  1052. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1053. this.dataGridViewTextBoxColumn4.Width = 86;
  1054. //
  1055. // dataGridViewTextBoxColumn5
  1056. //
  1057. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  1058. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1059. this.dataGridViewTextBoxColumn5.Width = 87;
  1060. //
  1061. // dataGridViewTextBoxColumn6
  1062. //
  1063. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  1064. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  1065. this.dataGridViewTextBoxColumn6.Width = 86;
  1066. //
  1067. // dataGridViewTextBoxColumn7
  1068. //
  1069. this.dataGridViewTextBoxColumn7.DataPropertyName = "InventoryId";
  1070. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  1071. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  1072. this.dataGridViewTextBoxColumn7.Width = 86;
  1073. //
  1074. // dataGridViewTextBoxColumn8
  1075. //
  1076. this.dataGridViewTextBoxColumn8.DataPropertyName = "InventoryNo";
  1077. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  1078. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  1079. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  1080. this.dataGridViewTextBoxColumn8.Width = 86;
  1081. //
  1082. // dataGridViewTextBoxColumn9
  1083. //
  1084. this.dataGridViewTextBoxColumn9.DataPropertyName = "InventoryTypeName";
  1085. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  1086. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  1087. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  1088. this.dataGridViewTextBoxColumn9.Width = 87;
  1089. //
  1090. // dataGridViewTextBoxColumn10
  1091. //
  1092. this.dataGridViewTextBoxColumn10.DataPropertyName = "InventoryPercentage";
  1093. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  1094. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  1095. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  1096. this.dataGridViewTextBoxColumn10.Width = 86;
  1097. //
  1098. // dataGridViewTextBoxColumn11
  1099. //
  1100. this.dataGridViewTextBoxColumn11.DataPropertyName = "InventoryModeName";
  1101. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  1102. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  1103. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  1104. this.dataGridViewTextBoxColumn11.Width = 86;
  1105. //
  1106. // dataGridViewTextBoxColumn12
  1107. //
  1108. this.dataGridViewTextBoxColumn12.DataPropertyName = "InventoryStatusName";
  1109. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  1110. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  1111. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  1112. this.dataGridViewTextBoxColumn12.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1113. this.dataGridViewTextBoxColumn12.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1114. this.dataGridViewTextBoxColumn12.Width = 87;
  1115. //
  1116. // dataGridViewTextBoxColumn13
  1117. //
  1118. this.dataGridViewTextBoxColumn13.DataPropertyName = "ResultFlagName";
  1119. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  1120. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  1121. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  1122. this.dataGridViewTextBoxColumn13.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1123. this.dataGridViewTextBoxColumn13.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1124. this.dataGridViewTextBoxColumn13.Width = 86;
  1125. //
  1126. // frmBalanceInventory
  1127. //
  1128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1130. this.ClientSize = new System.Drawing.Size(1195, 761);
  1131. this.Controls.Add(this.kryptonGroupBox1);
  1132. this.Controls.Add(this.kryptonGroupBox3);
  1133. this.Controls.Add(this.kryptonGroupBox2);
  1134. this.Name = "frmBalanceInventory";
  1135. this.Text = "库存盘点";
  1136. this.Load += new System.EventHandler(this.frmBalanceInventory_Load);
  1137. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  1138. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  1139. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  1140. this.kryptonGroupBox2.ResumeLayout(false);
  1141. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  1142. this.kryptonPanelSearch.ResumeLayout(false);
  1143. this.tableLayoutPanelOperate.ResumeLayout(false);
  1144. this.tableLayoutPanel3.ResumeLayout(false);
  1145. this.tableLayoutPanel2.ResumeLayout(false);
  1146. this.tableLayoutPanel2.PerformLayout();
  1147. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryMode)).EndInit();
  1148. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInventoryStatus)).EndInit();
  1149. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).EndInit();
  1150. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchType)).EndInit();
  1151. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit();
  1152. this.kryptonGroupBox3.Panel.ResumeLayout(false);
  1153. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
  1154. this.kryptonGroupBox3.ResumeLayout(false);
  1155. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewDTL)).EndInit();
  1156. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  1157. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  1158. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  1159. this.kryptonGroupBox1.ResumeLayout(false);
  1160. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  1161. this.ResumeLayout(false);
  1162. }
  1163. #endregion
  1164. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  1165. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  1166. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOperate;
  1167. private ComponentFactory.Krypton.Toolkit.KryptonButton btnDifferenceInventory;
  1168. private ComponentFactory.Krypton.Toolkit.KryptonButton btnBeginInventory;
  1169. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1170. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  1171. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  1172. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  1173. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1174. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  1175. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  1176. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchInventoryNo;
  1177. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  1178. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  1179. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatch;
  1180. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  1181. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  1182. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  1183. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryBeginStartDate;
  1184. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryBeginFinishDate;
  1185. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  1186. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchInventoryMode;
  1187. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchInventoryStatus;
  1188. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  1189. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  1190. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryEndStartDate;
  1191. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  1192. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchInventoryEndFinishDate;
  1193. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  1194. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchSupplier;
  1195. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPallet;
  1196. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMateriel;
  1197. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchType;
  1198. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1199. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1200. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1201. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1202. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1203. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1204. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1205. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1206. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1207. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1208. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1209. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1210. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1211. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox3;
  1212. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewDTL;
  1213. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1214. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1215. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1216. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1217. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1218. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  1219. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1220. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1221. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1222. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1223. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1224. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  1225. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
  1226. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  1227. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
  1228. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
  1229. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
  1230. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
  1231. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  1232. private ComponentFactory.Krypton.Toolkit.KryptonButton btnComplete;
  1233. private ComponentFactory.Krypton.Toolkit.KryptonButton btnInventoryConfirm;
  1234. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  1235. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  1236. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  1237. private Client.FrmCustom.PageToolbar pageTool;
  1238. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  1239. private System.Windows.Forms.DataGridViewTextBoxColumn ColumInventoryId;
  1240. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryNo;
  1241. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryTypeName;
  1242. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryPercentage;
  1243. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryModeName;
  1244. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn InventoryBeginTime;
  1245. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn InventoryEndTime;
  1246. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryStatusName;
  1247. private System.Windows.Forms.DataGridViewTextBoxColumn InventoryStatus;
  1248. private System.Windows.Forms.DataGridViewTextBoxColumn ResultFlagName;
  1249. private System.Windows.Forms.DataGridViewTextBoxColumn CreateName;
  1250. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn CreateTime;
  1251. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateName;
  1252. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewDateTimePickerColumn UpdateTime;
  1253. }
  1254. }