frmInstockDayStatisticsReport.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. namespace NXWMS.Forms.Report
  2. {
  3. partial class frmInstockDayStatisticsReport
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  29. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  43. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  44. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  45. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  46. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  48. this.dtpSearchEndDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  49. this.dtpSearchBeginDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  50. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.txtSearchInstockNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  53. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.txtSearchMateriel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  58. this.cmbSearchMaterielType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  59. this.cmbSearchBillType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  60. this.txtSearchSupplierContract = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  61. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  62. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  76. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  79. this.kryptonGroupBox2.Panel.SuspendLayout();
  80. this.kryptonGroupBox2.SuspendLayout();
  81. this.tableLayoutPanel3.SuspendLayout();
  82. this.tableLayoutPanel2.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchMaterielType)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBillType)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // dataGridView
  88. //
  89. this.dataGridView.AllowUserToAddRows = false;
  90. this.dataGridView.AllowUserToDeleteRows = false;
  91. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  92. | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  95. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  96. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  97. this.Column15,
  98. this.Column16,
  99. this.Column17,
  100. this.Column18,
  101. this.Column19,
  102. this.Column20,
  103. this.Column21,
  104. this.Column22,
  105. this.Column23,
  106. this.Column24,
  107. this.Column27,
  108. this.Column25,
  109. this.Column26});
  110. this.dataGridView.Location = new System.Drawing.Point(2, 144);
  111. this.dataGridView.Name = "dataGridView";
  112. this.dataGridView.ReadOnly = true;
  113. this.dataGridView.RowTemplate.Height = 23;
  114. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  115. this.dataGridView.Size = new System.Drawing.Size(1142, 579);
  116. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  117. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  118. this.dataGridView.TabIndex = 77;
  119. //
  120. // Column15
  121. //
  122. this.Column15.HeaderText = "用户编码";
  123. this.Column15.Name = "Column15";
  124. this.Column15.ReadOnly = true;
  125. this.Column15.Width = 84;
  126. //
  127. // Column16
  128. //
  129. this.Column16.HeaderText = "用户名称";
  130. this.Column16.Name = "Column16";
  131. this.Column16.ReadOnly = true;
  132. this.Column16.Width = 84;
  133. //
  134. // Column17
  135. //
  136. this.Column17.HeaderText = "用户昵称";
  137. this.Column17.Name = "Column17";
  138. this.Column17.ReadOnly = true;
  139. this.Column17.Width = 84;
  140. //
  141. // Column18
  142. //
  143. this.Column18.HeaderText = "职位名称";
  144. this.Column18.Name = "Column18";
  145. this.Column18.ReadOnly = true;
  146. this.Column18.Width = 84;
  147. //
  148. // Column19
  149. //
  150. this.Column19.HeaderText = "性别";
  151. this.Column19.Name = "Column19";
  152. this.Column19.ReadOnly = true;
  153. this.Column19.Width = 60;
  154. //
  155. // Column20
  156. //
  157. this.Column20.HeaderText = "所属角色";
  158. this.Column20.Name = "Column20";
  159. this.Column20.ReadOnly = true;
  160. this.Column20.Width = 84;
  161. //
  162. // Column21
  163. //
  164. this.Column21.HeaderText = "手机号码";
  165. this.Column21.Name = "Column21";
  166. this.Column21.ReadOnly = true;
  167. this.Column21.Width = 84;
  168. //
  169. // Column22
  170. //
  171. this.Column22.HeaderText = "邮箱";
  172. this.Column22.Name = "Column22";
  173. this.Column22.ReadOnly = true;
  174. this.Column22.Width = 60;
  175. //
  176. // Column23
  177. //
  178. this.Column23.HeaderText = "地址";
  179. this.Column23.Name = "Column23";
  180. this.Column23.ReadOnly = true;
  181. this.Column23.Width = 60;
  182. //
  183. // Column24
  184. //
  185. this.Column24.HeaderText = "是否启用";
  186. this.Column24.Name = "Column24";
  187. this.Column24.ReadOnly = true;
  188. this.Column24.Width = 84;
  189. //
  190. // Column27
  191. //
  192. this.Column27.HeaderText = "创建人";
  193. this.Column27.Name = "Column27";
  194. this.Column27.ReadOnly = true;
  195. this.Column27.Width = 72;
  196. //
  197. // Column25
  198. //
  199. this.Column25.HeaderText = "创建时间";
  200. this.Column25.Name = "Column25";
  201. this.Column25.ReadOnly = true;
  202. this.Column25.Width = 84;
  203. //
  204. // Column26
  205. //
  206. this.Column26.HeaderText = "更新人";
  207. this.Column26.Name = "Column26";
  208. this.Column26.ReadOnly = true;
  209. this.Column26.Width = 72;
  210. //
  211. // kryptonGroupBox2
  212. //
  213. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.kryptonGroupBox2.CaptionOverlap = 0D;
  216. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
  217. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  218. //
  219. // kryptonGroupBox2.Panel
  220. //
  221. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel3);
  222. this.kryptonGroupBox2.Panel.Controls.Add(this.tableLayoutPanel2);
  223. this.kryptonGroupBox2.Size = new System.Drawing.Size(1142, 139);
  224. this.kryptonGroupBox2.TabIndex = 76;
  225. this.kryptonGroupBox2.Values.Heading = "查询";
  226. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  227. //
  228. // tableLayoutPanel3
  229. //
  230. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  231. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  232. this.tableLayoutPanel3.ColumnCount = 3;
  233. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  234. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  235. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  236. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  237. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  238. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  239. this.tableLayoutPanel3.Location = new System.Drawing.Point(863, 76);
  240. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  241. this.tableLayoutPanel3.RowCount = 1;
  242. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  243. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  244. this.tableLayoutPanel3.TabIndex = 1;
  245. //
  246. // btnSearchImport
  247. //
  248. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  249. | System.Windows.Forms.AnchorStyles.Left)
  250. | System.Windows.Forms.AnchorStyles.Right)));
  251. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  252. this.btnSearchImport.Name = "btnSearchImport";
  253. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  254. this.btnSearchImport.TabIndex = 2;
  255. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  256. this.btnSearchImport.Values.Text = "导入";
  257. //
  258. // btnSearchExport
  259. //
  260. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  261. | System.Windows.Forms.AnchorStyles.Left)
  262. | System.Windows.Forms.AnchorStyles.Right)));
  263. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  264. this.btnSearchExport.Name = "btnSearchExport";
  265. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  266. this.btnSearchExport.TabIndex = 1;
  267. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  268. this.btnSearchExport.Values.Text = "导出";
  269. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  270. //
  271. // btnSearch
  272. //
  273. this.btnSearch.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.btnSearch.Location = new System.Drawing.Point(3, 3);
  277. this.btnSearch.Name = "btnSearch";
  278. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  279. this.btnSearch.TabIndex = 0;
  280. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  281. this.btnSearch.Values.Text = "查询";
  282. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  283. //
  284. // tableLayoutPanel2
  285. //
  286. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  287. this.tableLayoutPanel2.ColumnCount = 8;
  288. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  289. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  290. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  291. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  292. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  293. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  294. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  295. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  296. this.tableLayoutPanel2.Controls.Add(this.dtpSearchEndDate, 5, 1);
  297. this.tableLayoutPanel2.Controls.Add(this.dtpSearchBeginDate, 3, 1);
  298. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  299. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  300. this.tableLayoutPanel2.Controls.Add(this.txtSearchInstockNo, 1, 0);
  301. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  302. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  303. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1);
  304. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  305. this.tableLayoutPanel2.Controls.Add(this.txtSearchMateriel, 3, 0);
  306. this.tableLayoutPanel2.Controls.Add(this.cmbSearchMaterielType, 7, 0);
  307. this.tableLayoutPanel2.Controls.Add(this.cmbSearchBillType, 5, 0);
  308. this.tableLayoutPanel2.Controls.Add(this.txtSearchSupplierContract, 1, 1);
  309. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 4, 1);
  310. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  311. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  312. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  313. this.tableLayoutPanel2.RowCount = 2;
  314. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  315. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  316. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  317. this.tableLayoutPanel2.Size = new System.Drawing.Size(1138, 61);
  318. this.tableLayoutPanel2.TabIndex = 0;
  319. //
  320. // dtpSearchEndDate
  321. //
  322. this.dtpSearchEndDate.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.dtpSearchEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  324. this.dtpSearchEndDate.Location = new System.Drawing.Point(671, 33);
  325. this.dtpSearchEndDate.Name = "dtpSearchEndDate";
  326. this.dtpSearchEndDate.Size = new System.Drawing.Size(178, 25);
  327. this.dtpSearchEndDate.TabIndex = 5;
  328. //
  329. // dtpSearchBeginDate
  330. //
  331. this.dtpSearchBeginDate.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.dtpSearchBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  333. this.dtpSearchBeginDate.Location = new System.Drawing.Point(387, 33);
  334. this.dtpSearchBeginDate.Name = "dtpSearchBeginDate";
  335. this.dtpSearchBeginDate.Size = new System.Drawing.Size(178, 25);
  336. this.dtpSearchBeginDate.TabIndex = 4;
  337. //
  338. // kryptonLabel9
  339. //
  340. this.kryptonLabel9.AutoSize = false;
  341. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  342. this.kryptonLabel9.Location = new System.Drawing.Point(287, 3);
  343. this.kryptonLabel9.Name = "kryptonLabel9";
  344. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  345. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  346. this.kryptonLabel9.TabIndex = 2;
  347. this.kryptonLabel9.Values.Text = "物品编码";
  348. //
  349. // kryptonLabel10
  350. //
  351. this.kryptonLabel10.AutoSize = false;
  352. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  353. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  354. this.kryptonLabel10.Name = "kryptonLabel10";
  355. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  356. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  357. this.kryptonLabel10.TabIndex = 0;
  358. this.kryptonLabel10.Values.Text = "入库单号";
  359. //
  360. // txtSearchInstockNo
  361. //
  362. this.txtSearchInstockNo.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.txtSearchInstockNo.Location = new System.Drawing.Point(103, 3);
  364. this.txtSearchInstockNo.Name = "txtSearchInstockNo";
  365. this.txtSearchInstockNo.Size = new System.Drawing.Size(178, 20);
  366. this.txtSearchInstockNo.TabIndex = 1;
  367. //
  368. // kryptonLabel3
  369. //
  370. this.kryptonLabel3.AutoSize = false;
  371. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  372. this.kryptonLabel3.Location = new System.Drawing.Point(571, 3);
  373. this.kryptonLabel3.Name = "kryptonLabel3";
  374. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  375. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  376. this.kryptonLabel3.TabIndex = 11;
  377. this.kryptonLabel3.Values.Text = "单据类型";
  378. //
  379. // kryptonLabel4
  380. //
  381. this.kryptonLabel4.AutoSize = false;
  382. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  383. this.kryptonLabel4.Location = new System.Drawing.Point(855, 3);
  384. this.kryptonLabel4.Name = "kryptonLabel4";
  385. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  386. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  387. this.kryptonLabel4.TabIndex = 13;
  388. this.kryptonLabel4.Values.Text = "物品类型";
  389. //
  390. // kryptonLabel6
  391. //
  392. this.kryptonLabel6.AutoSize = false;
  393. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.kryptonLabel6.Location = new System.Drawing.Point(3, 33);
  395. this.kryptonLabel6.Name = "kryptonLabel6";
  396. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  397. this.kryptonLabel6.Size = new System.Drawing.Size(94, 25);
  398. this.kryptonLabel6.TabIndex = 15;
  399. this.kryptonLabel6.Values.Text = "供应商联系人";
  400. //
  401. // kryptonLabel1
  402. //
  403. this.kryptonLabel1.AutoSize = false;
  404. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  405. this.kryptonLabel1.Location = new System.Drawing.Point(287, 33);
  406. this.kryptonLabel1.Name = "kryptonLabel1";
  407. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  408. this.kryptonLabel1.Size = new System.Drawing.Size(94, 25);
  409. this.kryptonLabel1.StateCommon.ShortText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  410. this.kryptonLabel1.TabIndex = 26;
  411. this.kryptonLabel1.Values.Text = "创建日期";
  412. //
  413. // txtSearchMateriel
  414. //
  415. this.txtSearchMateriel.Dock = System.Windows.Forms.DockStyle.Fill;
  416. this.txtSearchMateriel.Location = new System.Drawing.Point(387, 3);
  417. this.txtSearchMateriel.Name = "txtSearchMateriel";
  418. this.txtSearchMateriel.Size = new System.Drawing.Size(178, 20);
  419. this.txtSearchMateriel.TabIndex = 28;
  420. //
  421. // cmbSearchMaterielType
  422. //
  423. this.cmbSearchMaterielType.Dock = System.Windows.Forms.DockStyle.Fill;
  424. this.cmbSearchMaterielType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  425. this.cmbSearchMaterielType.DropDownWidth = 183;
  426. this.cmbSearchMaterielType.Location = new System.Drawing.Point(955, 3);
  427. this.cmbSearchMaterielType.Name = "cmbSearchMaterielType";
  428. this.cmbSearchMaterielType.Size = new System.Drawing.Size(180, 21);
  429. this.cmbSearchMaterielType.TabIndex = 29;
  430. //
  431. // cmbSearchBillType
  432. //
  433. this.cmbSearchBillType.Dock = System.Windows.Forms.DockStyle.Fill;
  434. this.cmbSearchBillType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  435. this.cmbSearchBillType.DropDownWidth = 183;
  436. this.cmbSearchBillType.Location = new System.Drawing.Point(671, 3);
  437. this.cmbSearchBillType.Name = "cmbSearchBillType";
  438. this.cmbSearchBillType.Size = new System.Drawing.Size(178, 21);
  439. this.cmbSearchBillType.TabIndex = 37;
  440. //
  441. // txtSearchSupplierContract
  442. //
  443. this.txtSearchSupplierContract.Dock = System.Windows.Forms.DockStyle.Fill;
  444. this.txtSearchSupplierContract.Location = new System.Drawing.Point(103, 33);
  445. this.txtSearchSupplierContract.Name = "txtSearchSupplierContract";
  446. this.txtSearchSupplierContract.Size = new System.Drawing.Size(178, 20);
  447. this.txtSearchSupplierContract.TabIndex = 107;
  448. //
  449. // kryptonLabel2
  450. //
  451. this.kryptonLabel2.AutoSize = false;
  452. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  453. this.kryptonLabel2.Location = new System.Drawing.Point(571, 33);
  454. this.kryptonLabel2.Name = "kryptonLabel2";
  455. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  456. this.kryptonLabel2.Size = new System.Drawing.Size(94, 25);
  457. this.kryptonLabel2.StateCommon.ShortText.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  458. this.kryptonLabel2.TabIndex = 109;
  459. this.kryptonLabel2.Values.Text = "至";
  460. //
  461. // dataGridViewTextBoxColumn1
  462. //
  463. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  464. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  465. this.dataGridViewTextBoxColumn1.Width = 85;
  466. //
  467. // dataGridViewTextBoxColumn2
  468. //
  469. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  470. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  471. this.dataGridViewTextBoxColumn2.Width = 84;
  472. //
  473. // dataGridViewTextBoxColumn3
  474. //
  475. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  476. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  477. this.dataGridViewTextBoxColumn3.Width = 85;
  478. //
  479. // dataGridViewTextBoxColumn4
  480. //
  481. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  482. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  483. this.dataGridViewTextBoxColumn4.Width = 85;
  484. //
  485. // dataGridViewTextBoxColumn5
  486. //
  487. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  488. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  489. this.dataGridViewTextBoxColumn5.Width = 84;
  490. //
  491. // dataGridViewTextBoxColumn6
  492. //
  493. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  494. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  495. this.dataGridViewTextBoxColumn6.Width = 85;
  496. //
  497. // dataGridViewTextBoxColumn7
  498. //
  499. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  500. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  501. this.dataGridViewTextBoxColumn7.Width = 85;
  502. //
  503. // dataGridViewTextBoxColumn8
  504. //
  505. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  506. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  507. this.dataGridViewTextBoxColumn8.Width = 85;
  508. //
  509. // dataGridViewTextBoxColumn9
  510. //
  511. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  512. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  513. this.dataGridViewTextBoxColumn9.Width = 84;
  514. //
  515. // dataGridViewTextBoxColumn10
  516. //
  517. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  518. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  519. this.dataGridViewTextBoxColumn10.Width = 85;
  520. //
  521. // dataGridViewTextBoxColumn11
  522. //
  523. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  524. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  525. this.dataGridViewTextBoxColumn11.Width = 85;
  526. //
  527. // dataGridViewTextBoxColumn12
  528. //
  529. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  530. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  531. this.dataGridViewTextBoxColumn12.Width = 84;
  532. //
  533. // dataGridViewTextBoxColumn13
  534. //
  535. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  536. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  537. this.dataGridViewTextBoxColumn13.Width = 85;
  538. //
  539. // pageTool
  540. //
  541. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  542. | System.Windows.Forms.AnchorStyles.Right)));
  543. this.pageTool.LoadMessage = null;
  544. this.pageTool.Location = new System.Drawing.Point(2, 729);
  545. this.pageTool.Name = "pageTool";
  546. this.pageTool.PageDefault = "{0}/{1}";
  547. this.pageTool.PageIndexSelectDefault = 1;
  548. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  549. this.pageTool.PageSize = 30;
  550. this.pageTool.Size = new System.Drawing.Size(1137, 27);
  551. this.pageTool.TabIndex = 78;
  552. this.pageTool.DataCount = 0;
  553. //
  554. // frmInstockDayStatisticsReport
  555. //
  556. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  557. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  558. this.ClientSize = new System.Drawing.Size(1146, 759);
  559. this.Controls.Add(this.pageTool);
  560. this.Controls.Add(this.dataGridView);
  561. this.Controls.Add(this.kryptonGroupBox2);
  562. this.Name = "frmInstockDayStatisticsReport";
  563. this.Text = "入库日统计报表";
  564. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  565. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  566. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  567. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  568. this.kryptonGroupBox2.ResumeLayout(false);
  569. this.tableLayoutPanel3.ResumeLayout(false);
  570. this.tableLayoutPanel2.ResumeLayout(false);
  571. this.tableLayoutPanel2.PerformLayout();
  572. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchMaterielType)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBillType)).EndInit();
  574. this.ResumeLayout(false);
  575. }
  576. #endregion
  577. private Client.FrmCustom.PageToolbar pageTool;
  578. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  592. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  593. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  594. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  595. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  596. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  597. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  598. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  599. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  600. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchInstockNo;
  601. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  602. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  603. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  604. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  605. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMateriel;
  606. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchMaterielType;
  607. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchBillType;
  608. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSupplierContract;
  609. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  610. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchBeginDate;
  611. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchEndDate;
  612. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  613. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  614. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  615. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  616. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  617. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  618. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  619. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  620. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  621. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  625. }
  626. }