frmOutstockDayStatisticsReport.Designer.cs 30 KB

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