frmBinUseSituationReport.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. namespace NXWMS.Forms.Report
  2. {
  3. partial class frmBinUseSituationReport
  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(frmBinUseSituationReport));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  31. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  32. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  35. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  37. this.txtSearchWarehouse = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  38. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.txtSearchRegion = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  42. this.numSearchIdleBinQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  43. this.numSearchEmplyBinQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  44. this.numSearchFullBinQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  45. this.numSearchInstockOccupyQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  46. this.numSearchOutstockOccupyQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  47. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.numSearchDisableOccupyQTY = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  51. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  52. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  66. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  68. this.kryptonGroupBox2.Panel.SuspendLayout();
  69. this.kryptonGroupBox2.SuspendLayout();
  70. this.tableLayoutPanel3.SuspendLayout();
  71. this.tableLayoutPanel2.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // kryptonGroupBox2
  76. //
  77. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.kryptonGroupBox2.CaptionOverlap = 0D;
  80. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
  81. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  82. //
  83. // kryptonGroupBox2.Panel
  84. //
  85. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
  86. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  87. this.kryptonGroupBox2.Size = new System.Drawing.Size(1142, 139);
  88. this.kryptonGroupBox2.TabIndex = 77;
  89. this.kryptonGroupBox2.Values.Heading = "查询";
  90. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  91. //
  92. // tableLayoutPanel3
  93. //
  94. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  96. this.tableLayoutPanel3.ColumnCount = 3;
  97. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  98. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  99. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  100. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  101. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  102. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  103. this.tableLayoutPanel3.Location = new System.Drawing.Point(863, 76);
  104. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  105. this.tableLayoutPanel3.RowCount = 1;
  106. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  107. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  108. this.tableLayoutPanel3.TabIndex = 1;
  109. //
  110. // btnSearchImport
  111. //
  112. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  113. | System.Windows.Forms.AnchorStyles.Left)
  114. | System.Windows.Forms.AnchorStyles.Right)));
  115. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  116. this.btnSearchImport.Name = "btnSearchImport";
  117. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  118. this.btnSearchImport.TabIndex = 2;
  119. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  120. this.btnSearchImport.Values.Text = "导入";
  121. //
  122. // btnSearchExport
  123. //
  124. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125. | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  128. this.btnSearchExport.Name = "btnSearchExport";
  129. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  130. this.btnSearchExport.TabIndex = 1;
  131. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  132. this.btnSearchExport.Values.Text = "导出";
  133. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  134. //
  135. // btnSearch
  136. //
  137. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  138. | System.Windows.Forms.AnchorStyles.Left)
  139. | System.Windows.Forms.AnchorStyles.Right)));
  140. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  141. this.btnSearch.Name = "btnSearch";
  142. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  143. this.btnSearch.TabIndex = 0;
  144. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  145. this.btnSearch.Values.Text = "查询";
  146. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  147. //
  148. // tableLayoutPanel2
  149. //
  150. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  151. this.tableLayoutPanel2.ColumnCount = 8;
  152. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  153. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  154. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  155. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  156. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  157. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  158. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  159. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  160. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  161. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  162. this.tableLayoutPanel2.Controls.Add(this.txtSearchWarehouse, 1, 0);
  163. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  164. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  165. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1);
  166. this.tableLayoutPanel2.Controls.Add(this.txtSearchRegion, 3, 0);
  167. this.tableLayoutPanel2.Controls.Add(this.numSearchIdleBinQTY, 5, 0);
  168. this.tableLayoutPanel2.Controls.Add(this.numSearchEmplyBinQTY, 7, 0);
  169. this.tableLayoutPanel2.Controls.Add(this.numSearchFullBinQTY, 1, 1);
  170. this.tableLayoutPanel2.Controls.Add(this.numSearchInstockOccupyQTY, 3, 1);
  171. this.tableLayoutPanel2.Controls.Add(this.numSearchOutstockOccupyQTY, 5, 1);
  172. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  173. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 4, 1);
  174. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 6, 1);
  175. this.tableLayoutPanel2.Controls.Add(this.numSearchDisableOccupyQTY, 7, 1);
  176. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  177. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  178. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  179. this.tableLayoutPanel2.RowCount = 2;
  180. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  181. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  182. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  183. this.tableLayoutPanel2.Size = new System.Drawing.Size(1138, 61);
  184. this.tableLayoutPanel2.TabIndex = 0;
  185. //
  186. // kryptonLabel9
  187. //
  188. this.kryptonLabel9.AutoSize = false;
  189. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.kryptonLabel9.Location = new System.Drawing.Point(287, 3);
  191. this.kryptonLabel9.Name = "kryptonLabel9";
  192. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  193. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  194. this.kryptonLabel9.TabIndex = 2;
  195. this.kryptonLabel9.Values.Text = "库区信息";
  196. //
  197. // kryptonLabel10
  198. //
  199. this.kryptonLabel10.AutoSize = false;
  200. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  201. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  202. this.kryptonLabel10.Name = "kryptonLabel10";
  203. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  204. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  205. this.kryptonLabel10.TabIndex = 0;
  206. this.kryptonLabel10.Values.Text = "仓库信息";
  207. //
  208. // txtSearchWarehouse
  209. //
  210. this.txtSearchWarehouse.Dock = System.Windows.Forms.DockStyle.Fill;
  211. this.txtSearchWarehouse.Location = new System.Drawing.Point(103, 3);
  212. this.txtSearchWarehouse.Name = "txtSearchWarehouse";
  213. this.txtSearchWarehouse.Size = new System.Drawing.Size(178, 23);
  214. this.txtSearchWarehouse.TabIndex = 1;
  215. //
  216. // kryptonLabel3
  217. //
  218. this.kryptonLabel3.AutoSize = false;
  219. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.kryptonLabel3.Location = new System.Drawing.Point(571, 3);
  221. this.kryptonLabel3.Name = "kryptonLabel3";
  222. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  223. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  224. this.kryptonLabel3.TabIndex = 11;
  225. this.kryptonLabel3.Values.Text = "空闲库位数";
  226. //
  227. // kryptonLabel4
  228. //
  229. this.kryptonLabel4.AutoSize = false;
  230. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.kryptonLabel4.Location = new System.Drawing.Point(855, 3);
  232. this.kryptonLabel4.Name = "kryptonLabel4";
  233. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  234. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  235. this.kryptonLabel4.TabIndex = 13;
  236. this.kryptonLabel4.Values.Text = "空托库位数";
  237. //
  238. // kryptonLabel6
  239. //
  240. this.kryptonLabel6.AutoSize = false;
  241. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  242. this.kryptonLabel6.Location = new System.Drawing.Point(3, 33);
  243. this.kryptonLabel6.Name = "kryptonLabel6";
  244. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  245. this.kryptonLabel6.Size = new System.Drawing.Size(94, 25);
  246. this.kryptonLabel6.TabIndex = 15;
  247. this.kryptonLabel6.Values.Text = "满托在库数";
  248. //
  249. // txtSearchRegion
  250. //
  251. this.txtSearchRegion.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.txtSearchRegion.Location = new System.Drawing.Point(387, 3);
  253. this.txtSearchRegion.Name = "txtSearchRegion";
  254. this.txtSearchRegion.Size = new System.Drawing.Size(178, 23);
  255. this.txtSearchRegion.TabIndex = 28;
  256. //
  257. // numSearchIdleBinQTY
  258. //
  259. this.numSearchIdleBinQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  260. this.numSearchIdleBinQTY.Location = new System.Drawing.Point(671, 3);
  261. this.numSearchIdleBinQTY.Name = "numSearchIdleBinQTY";
  262. this.numSearchIdleBinQTY.Size = new System.Drawing.Size(178, 24);
  263. this.numSearchIdleBinQTY.TabIndex = 114;
  264. //
  265. // numSearchEmplyBinQTY
  266. //
  267. this.numSearchEmplyBinQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.numSearchEmplyBinQTY.Location = new System.Drawing.Point(955, 3);
  269. this.numSearchEmplyBinQTY.Name = "numSearchEmplyBinQTY";
  270. this.numSearchEmplyBinQTY.Size = new System.Drawing.Size(180, 24);
  271. this.numSearchEmplyBinQTY.TabIndex = 115;
  272. //
  273. // numSearchFullBinQTY
  274. //
  275. this.numSearchFullBinQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  276. this.numSearchFullBinQTY.Location = new System.Drawing.Point(103, 33);
  277. this.numSearchFullBinQTY.Name = "numSearchFullBinQTY";
  278. this.numSearchFullBinQTY.Size = new System.Drawing.Size(178, 25);
  279. this.numSearchFullBinQTY.TabIndex = 116;
  280. //
  281. // numSearchInstockOccupyQTY
  282. //
  283. this.numSearchInstockOccupyQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  284. this.numSearchInstockOccupyQTY.Location = new System.Drawing.Point(387, 33);
  285. this.numSearchInstockOccupyQTY.Name = "numSearchInstockOccupyQTY";
  286. this.numSearchInstockOccupyQTY.Size = new System.Drawing.Size(178, 25);
  287. this.numSearchInstockOccupyQTY.TabIndex = 117;
  288. //
  289. // numSearchOutstockOccupyQTY
  290. //
  291. this.numSearchOutstockOccupyQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.numSearchOutstockOccupyQTY.Location = new System.Drawing.Point(671, 33);
  293. this.numSearchOutstockOccupyQTY.Name = "numSearchOutstockOccupyQTY";
  294. this.numSearchOutstockOccupyQTY.Size = new System.Drawing.Size(178, 25);
  295. this.numSearchOutstockOccupyQTY.TabIndex = 118;
  296. //
  297. // kryptonLabel1
  298. //
  299. this.kryptonLabel1.AutoSize = false;
  300. this.kryptonLabel1.Location = new System.Drawing.Point(287, 33);
  301. this.kryptonLabel1.Name = "kryptonLabel1";
  302. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  303. this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
  304. this.kryptonLabel1.TabIndex = 119;
  305. this.kryptonLabel1.Values.Text = "入库占用数";
  306. //
  307. // kryptonLabel2
  308. //
  309. this.kryptonLabel2.AutoSize = false;
  310. this.kryptonLabel2.Location = new System.Drawing.Point(571, 33);
  311. this.kryptonLabel2.Name = "kryptonLabel2";
  312. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  313. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  314. this.kryptonLabel2.TabIndex = 120;
  315. this.kryptonLabel2.Values.Text = "出库占用数";
  316. //
  317. // kryptonLabel5
  318. //
  319. this.kryptonLabel5.AutoSize = false;
  320. this.kryptonLabel5.Location = new System.Drawing.Point(855, 33);
  321. this.kryptonLabel5.Name = "kryptonLabel5";
  322. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  323. this.kryptonLabel5.Size = new System.Drawing.Size(94, 24);
  324. this.kryptonLabel5.TabIndex = 121;
  325. this.kryptonLabel5.Values.Text = "禁用数量";
  326. //
  327. // numSearchDisableOccupyQTY
  328. //
  329. this.numSearchDisableOccupyQTY.Dock = System.Windows.Forms.DockStyle.Fill;
  330. this.numSearchDisableOccupyQTY.Location = new System.Drawing.Point(955, 33);
  331. this.numSearchDisableOccupyQTY.Name = "numSearchDisableOccupyQTY";
  332. this.numSearchDisableOccupyQTY.Size = new System.Drawing.Size(180, 25);
  333. this.numSearchDisableOccupyQTY.TabIndex = 122;
  334. //
  335. // dataGridView
  336. //
  337. this.dataGridView.AllowUserToAddRows = false;
  338. this.dataGridView.AllowUserToDeleteRows = false;
  339. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  340. | System.Windows.Forms.AnchorStyles.Left)
  341. | System.Windows.Forms.AnchorStyles.Right)));
  342. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  343. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  344. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  345. this.Column15,
  346. this.Column16,
  347. this.Column17,
  348. this.Column18,
  349. this.Column19,
  350. this.Column20,
  351. this.Column21,
  352. this.Column22,
  353. this.Column23,
  354. this.Column24,
  355. this.Column27,
  356. this.Column25,
  357. this.Column26});
  358. this.dataGridView.Location = new System.Drawing.Point(2, 144);
  359. this.dataGridView.Name = "dataGridView";
  360. this.dataGridView.ReadOnly = true;
  361. this.dataGridView.RowTemplate.Height = 23;
  362. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  363. this.dataGridView.Size = new System.Drawing.Size(1142, 579);
  364. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  365. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  366. this.dataGridView.TabIndex = 78;
  367. //
  368. // Column15
  369. //
  370. this.Column15.HeaderText = "用户编码";
  371. this.Column15.Name = "Column15";
  372. this.Column15.ReadOnly = true;
  373. //
  374. // Column16
  375. //
  376. this.Column16.HeaderText = "用户名称";
  377. this.Column16.Name = "Column16";
  378. this.Column16.ReadOnly = true;
  379. //
  380. // Column17
  381. //
  382. this.Column17.HeaderText = "用户昵称";
  383. this.Column17.Name = "Column17";
  384. this.Column17.ReadOnly = true;
  385. //
  386. // Column18
  387. //
  388. this.Column18.HeaderText = "职位名称";
  389. this.Column18.Name = "Column18";
  390. this.Column18.ReadOnly = true;
  391. //
  392. // Column19
  393. //
  394. this.Column19.HeaderText = "性别";
  395. this.Column19.Name = "Column19";
  396. this.Column19.ReadOnly = true;
  397. //
  398. // Column20
  399. //
  400. this.Column20.HeaderText = "所属角色";
  401. this.Column20.Name = "Column20";
  402. this.Column20.ReadOnly = true;
  403. //
  404. // Column21
  405. //
  406. this.Column21.HeaderText = "手机号码";
  407. this.Column21.Name = "Column21";
  408. this.Column21.ReadOnly = true;
  409. //
  410. // Column22
  411. //
  412. this.Column22.HeaderText = "邮箱";
  413. this.Column22.Name = "Column22";
  414. this.Column22.ReadOnly = true;
  415. //
  416. // Column23
  417. //
  418. this.Column23.HeaderText = "地址";
  419. this.Column23.Name = "Column23";
  420. this.Column23.ReadOnly = true;
  421. //
  422. // Column24
  423. //
  424. this.Column24.HeaderText = "是否启用";
  425. this.Column24.Name = "Column24";
  426. this.Column24.ReadOnly = true;
  427. //
  428. // Column27
  429. //
  430. this.Column27.HeaderText = "创建人";
  431. this.Column27.Name = "Column27";
  432. this.Column27.ReadOnly = true;
  433. //
  434. // Column25
  435. //
  436. this.Column25.HeaderText = "创建时间";
  437. this.Column25.Name = "Column25";
  438. this.Column25.ReadOnly = true;
  439. //
  440. // Column26
  441. //
  442. this.Column26.HeaderText = "更新人";
  443. this.Column26.Name = "Column26";
  444. this.Column26.ReadOnly = true;
  445. //
  446. // pageTool
  447. //
  448. this.pageTool._execActionMessgae = null;
  449. this.pageTool._execActionOperation = null;
  450. this.pageTool._LastOperation = null;
  451. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  452. | System.Windows.Forms.AnchorStyles.Right)));
  453. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  454. this.pageTool.DataCount = 0;
  455. this.pageTool.LoadMessage = null;
  456. this.pageTool.Location = new System.Drawing.Point(4, 729);
  457. this.pageTool.Name = "pageTool";
  458. this.pageTool.PageDefault = "{0}/{1}";
  459. this.pageTool.PageIndexSelectDefault = 1;
  460. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  461. this.pageTool.PageSize = 30;
  462. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  463. this.pageTool.Size = new System.Drawing.Size(1137, 27);
  464. this.pageTool.TabIndex = 79;
  465. //
  466. // frmBinUseSituationReport
  467. //
  468. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.ClientSize = new System.Drawing.Size(1146, 759);
  471. this.Controls.Add(this.pageTool);
  472. this.Controls.Add(this.dataGridView);
  473. this.Controls.Add(this.kryptonGroupBox2);
  474. this.Name = "frmBinUseSituationReport";
  475. this.Text = "库存使用情况表";
  476. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  477. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  478. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  479. this.kryptonGroupBox2.ResumeLayout(false);
  480. this.tableLayoutPanel3.ResumeLayout(false);
  481. this.tableLayoutPanel2.ResumeLayout(false);
  482. this.tableLayoutPanel2.PerformLayout();
  483. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  484. this.ResumeLayout(false);
  485. }
  486. #endregion
  487. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  488. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  489. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  490. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  491. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  492. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  493. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  494. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  495. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchWarehouse;
  496. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  497. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  498. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  499. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchRegion;
  500. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  514. private Client.FrmCustom.PageToolbar pageTool;
  515. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchIdleBinQTY;
  516. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchEmplyBinQTY;
  517. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchFullBinQTY;
  518. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchInstockOccupyQTY;
  519. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchOutstockOccupyQTY;
  520. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  521. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  522. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  523. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown numSearchDisableOccupyQTY;
  524. }
  525. }