Query_DateRate.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_DateRate
  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(Query_DateRate));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.EndDate = new System.Windows.Forms.DateTimePicker();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.ms_makecode_label = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.Data = new System.Windows.Forms.DataGridView();
  37. this.st_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.st_ifcalc = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.sp_stepcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.OKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.AGOKQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.SNQTY = new System.Windows.Forms.DataGridViewLinkColumn();
  43. this.合计 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.FIQTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.OKRATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  47. this.label5 = new System.Windows.Forms.Label();
  48. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
  54. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ma_kind = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  58. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  59. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  60. this.wc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  61. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  62. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  63. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // EndDate
  68. //
  69. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  70. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  71. this.EndDate.Location = new System.Drawing.Point(679, 65);
  72. this.EndDate.Margin = new System.Windows.Forms.Padding(2);
  73. this.EndDate.Name = "EndDate";
  74. this.EndDate.Size = new System.Drawing.Size(266, 28);
  75. this.EndDate.TabIndex = 14;
  76. //
  77. // label3
  78. //
  79. this.label3.AutoSize = true;
  80. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label3.Location = new System.Drawing.Point(332, 64);
  82. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.label3.Name = "label3";
  84. this.label3.Size = new System.Drawing.Size(62, 31);
  85. this.label3.TabIndex = 15;
  86. this.label3.Text = "日期";
  87. //
  88. // ms_makecode_label
  89. //
  90. this.ms_makecode_label.AutoSize = true;
  91. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.ms_makecode_label.Location = new System.Drawing.Point(332, 10);
  93. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.ms_makecode_label.Name = "ms_makecode_label";
  95. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  96. this.ms_makecode_label.TabIndex = 212;
  97. this.ms_makecode_label.Text = "产品编号";
  98. //
  99. // label1
  100. //
  101. this.label1.AutoSize = true;
  102. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label1.Location = new System.Drawing.Point(11, 10);
  104. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.label1.Name = "label1";
  106. this.label1.Size = new System.Drawing.Size(62, 31);
  107. this.label1.TabIndex = 214;
  108. this.label1.Text = "车间";
  109. //
  110. // label2
  111. //
  112. this.label2.AutoSize = true;
  113. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.label2.Location = new System.Drawing.Point(661, 10);
  115. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.label2.Name = "label2";
  117. this.label2.Size = new System.Drawing.Size(86, 31);
  118. this.label2.TabIndex = 216;
  119. this.label2.Text = "工单号";
  120. //
  121. // label4
  122. //
  123. this.label4.AutoSize = true;
  124. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.label4.Location = new System.Drawing.Point(12, 60);
  126. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label4.Name = "label4";
  128. this.label4.Size = new System.Drawing.Size(62, 31);
  129. this.label4.TabIndex = 218;
  130. this.label4.Text = "线别";
  131. //
  132. // Data
  133. //
  134. this.Data.AllowUserToAddRows = false;
  135. this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  136. this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  137. this.st_name,
  138. this.st_ifcalc,
  139. this.sp_stepcode,
  140. this.OKQTY,
  141. this.AGOKQTY,
  142. this.SNQTY,
  143. this.合计,
  144. this.FIQTY,
  145. this.OKRATE});
  146. this.Data.Location = new System.Drawing.Point(16, 110);
  147. this.Data.Margin = new System.Windows.Forms.Padding(2);
  148. this.Data.Name = "Data";
  149. this.Data.RowTemplate.Height = 37;
  150. this.Data.Size = new System.Drawing.Size(1308, 688);
  151. this.Data.TabIndex = 220;
  152. this.Data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentClick);
  153. //
  154. // st_name
  155. //
  156. this.st_name.DataPropertyName = "st_name";
  157. this.st_name.HeaderText = "工序";
  158. this.st_name.Name = "st_name";
  159. this.st_name.ReadOnly = true;
  160. //
  161. // st_ifcalc
  162. //
  163. this.st_ifcalc.DataPropertyName = "st_ifcalc";
  164. this.st_ifcalc.HeaderText = "st_ifcalc";
  165. this.st_ifcalc.Name = "st_ifcalc";
  166. this.st_ifcalc.Visible = false;
  167. //
  168. // sp_stepcode
  169. //
  170. this.sp_stepcode.DataPropertyName = "sp_stepcode";
  171. this.sp_stepcode.HeaderText = "工序编号";
  172. this.sp_stepcode.Name = "sp_stepcode";
  173. this.sp_stepcode.Visible = false;
  174. this.sp_stepcode.Width = 5;
  175. //
  176. // OKQTY
  177. //
  178. this.OKQTY.DataPropertyName = "OKQTY";
  179. this.OKQTY.HeaderText = "一次通过";
  180. this.OKQTY.Name = "OKQTY";
  181. this.OKQTY.ReadOnly = true;
  182. //
  183. // AGOKQTY
  184. //
  185. this.AGOKQTY.DataPropertyName = "AGOKQTY";
  186. this.AGOKQTY.HeaderText = "再次通过";
  187. this.AGOKQTY.Name = "AGOKQTY";
  188. this.AGOKQTY.ReadOnly = true;
  189. //
  190. // SNQTY
  191. //
  192. this.SNQTY.DataPropertyName = "NGQTY";
  193. this.SNQTY.HeaderText = "不良";
  194. this.SNQTY.Name = "SNQTY";
  195. this.SNQTY.ReadOnly = true;
  196. this.SNQTY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  197. this.SNQTY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  198. //
  199. // 合计
  200. //
  201. this.合计.DataPropertyName = "SUMQTY";
  202. this.合计.HeaderText = "合计";
  203. this.合计.Name = "合计";
  204. this.合计.ReadOnly = true;
  205. //
  206. // FIQTY
  207. //
  208. this.FIQTY.DataPropertyName = "FIQTY";
  209. this.FIQTY.HeaderText = "报废";
  210. this.FIQTY.Name = "FIQTY";
  211. this.FIQTY.ReadOnly = true;
  212. //
  213. // OKRATE
  214. //
  215. this.OKRATE.DataPropertyName = "OKRATE";
  216. this.OKRATE.HeaderText = "良率";
  217. this.OKRATE.Name = "OKRATE";
  218. //
  219. // BeginDate
  220. //
  221. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  222. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  223. this.BeginDate.Location = new System.Drawing.Point(409, 64);
  224. this.BeginDate.Margin = new System.Windows.Forms.Padding(2);
  225. this.BeginDate.Name = "BeginDate";
  226. this.BeginDate.Size = new System.Drawing.Size(266, 28);
  227. this.BeginDate.TabIndex = 221;
  228. //
  229. // label5
  230. //
  231. this.label5.AutoSize = true;
  232. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.label5.Location = new System.Drawing.Point(971, 11);
  234. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  235. this.label5.Name = "label5";
  236. this.label5.Size = new System.Drawing.Size(110, 31);
  237. this.label5.TabIndex = 223;
  238. this.label5.Text = "工单类型";
  239. //
  240. // dataGridViewTextBoxColumn1
  241. //
  242. this.dataGridViewTextBoxColumn1.DataPropertyName = "detno";
  243. this.dataGridViewTextBoxColumn1.HeaderText = "detno";
  244. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  245. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  246. //
  247. // dataGridViewTextBoxColumn2
  248. //
  249. this.dataGridViewTextBoxColumn2.DataPropertyName = "sp_stepname";
  250. this.dataGridViewTextBoxColumn2.HeaderText = "工序";
  251. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  252. this.dataGridViewTextBoxColumn2.Visible = false;
  253. //
  254. // dataGridViewTextBoxColumn3
  255. //
  256. this.dataGridViewTextBoxColumn3.DataPropertyName = "OKQTY";
  257. this.dataGridViewTextBoxColumn3.HeaderText = "通过";
  258. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  259. this.dataGridViewTextBoxColumn3.Visible = false;
  260. this.dataGridViewTextBoxColumn3.Width = 5;
  261. //
  262. // dataGridViewTextBoxColumn4
  263. //
  264. this.dataGridViewTextBoxColumn4.DataPropertyName = "NGQTY";
  265. this.dataGridViewTextBoxColumn4.HeaderText = "不良";
  266. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  267. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  268. //
  269. // dataGridViewTextBoxColumn5
  270. //
  271. this.dataGridViewTextBoxColumn5.DataPropertyName = "SUMQTY";
  272. this.dataGridViewTextBoxColumn5.HeaderText = "合计";
  273. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  274. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  275. //
  276. // dataGridViewLinkColumn1
  277. //
  278. this.dataGridViewLinkColumn1.DataPropertyName = "NGQTY";
  279. this.dataGridViewLinkColumn1.HeaderText = "不良";
  280. this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
  281. this.dataGridViewLinkColumn1.ReadOnly = true;
  282. this.dataGridViewLinkColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  283. this.dataGridViewLinkColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  284. //
  285. // dataGridViewTextBoxColumn6
  286. //
  287. this.dataGridViewTextBoxColumn6.DataPropertyName = "报废";
  288. this.dataGridViewTextBoxColumn6.HeaderText = "报废";
  289. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  290. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  291. //
  292. // dataGridViewTextBoxColumn7
  293. //
  294. this.dataGridViewTextBoxColumn7.DataPropertyName = "OKRATE";
  295. this.dataGridViewTextBoxColumn7.HeaderText = "直通率";
  296. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  297. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  298. //
  299. // dataGridViewTextBoxColumn8
  300. //
  301. this.dataGridViewTextBoxColumn8.DataPropertyName = "OKRATE";
  302. this.dataGridViewTextBoxColumn8.HeaderText = "良率";
  303. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  304. //
  305. // ma_kind
  306. //
  307. this.ma_kind.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.ma_kind.FormattingEnabled = true;
  309. this.ma_kind.Location = new System.Drawing.Point(1078, 11);
  310. this.ma_kind.Margin = new System.Windows.Forms.Padding(4);
  311. this.ma_kind.Name = "ma_kind";
  312. this.ma_kind.Size = new System.Drawing.Size(262, 30);
  313. this.ma_kind.TabIndex = 222;
  314. //
  315. // li_code
  316. //
  317. this.li_code.AllPower = "IFALL";
  318. this.li_code.Caller = null;
  319. this.li_code.Condition = null;
  320. this.li_code.DBTitle = "";
  321. this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  322. this.li_code.FormName = null;
  323. this.li_code.Location = new System.Drawing.Point(106, 61);
  324. this.li_code.Margin = new System.Windows.Forms.Padding(4);
  325. this.li_code.Name = "li_code";
  326. this.li_code.Power = "";
  327. this.li_code.ReturnData = null;
  328. this.li_code.SelectField = null;
  329. this.li_code.SetValueField = null;
  330. this.li_code.Size = new System.Drawing.Size(212, 34);
  331. this.li_code.TabIndex = 219;
  332. this.li_code.TableName = null;
  333. this.li_code.Tag = "makecode";
  334. this.li_code.TextBoxEnable = true;
  335. //
  336. // ma_code
  337. //
  338. this.ma_code.AllPower = "IFALL";
  339. this.ma_code.Caller = null;
  340. this.ma_code.Condition = null;
  341. this.ma_code.DBTitle = "";
  342. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  343. this.ma_code.FormName = null;
  344. this.ma_code.Location = new System.Drawing.Point(755, 11);
  345. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  346. this.ma_code.Name = "ma_code";
  347. this.ma_code.Power = "";
  348. this.ma_code.ReturnData = null;
  349. this.ma_code.SelectField = null;
  350. this.ma_code.SetValueField = null;
  351. this.ma_code.Size = new System.Drawing.Size(208, 34);
  352. this.ma_code.TabIndex = 217;
  353. this.ma_code.TableName = null;
  354. this.ma_code.Tag = "makecode";
  355. this.ma_code.TextBoxEnable = true;
  356. //
  357. // wc_code
  358. //
  359. this.wc_code.AllPower = "IFALL";
  360. this.wc_code.Caller = null;
  361. this.wc_code.Condition = null;
  362. this.wc_code.DBTitle = "";
  363. this.wc_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  364. this.wc_code.FormName = null;
  365. this.wc_code.Location = new System.Drawing.Point(106, 10);
  366. this.wc_code.Margin = new System.Windows.Forms.Padding(4);
  367. this.wc_code.Name = "wc_code";
  368. this.wc_code.Power = "";
  369. this.wc_code.ReturnData = null;
  370. this.wc_code.SelectField = null;
  371. this.wc_code.SetValueField = null;
  372. this.wc_code.Size = new System.Drawing.Size(212, 34);
  373. this.wc_code.TabIndex = 215;
  374. this.wc_code.TableName = null;
  375. this.wc_code.Tag = "makecode";
  376. this.wc_code.TextBoxEnable = true;
  377. //
  378. // pr_code
  379. //
  380. this.pr_code.AllPower = "IFALL";
  381. this.pr_code.Caller = null;
  382. this.pr_code.Condition = null;
  383. this.pr_code.DBTitle = "";
  384. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  385. this.pr_code.FormName = null;
  386. this.pr_code.Location = new System.Drawing.Point(450, 11);
  387. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  388. this.pr_code.Name = "pr_code";
  389. this.pr_code.Power = "";
  390. this.pr_code.ReturnData = null;
  391. this.pr_code.SelectField = null;
  392. this.pr_code.SetValueField = null;
  393. this.pr_code.Size = new System.Drawing.Size(212, 34);
  394. this.pr_code.TabIndex = 213;
  395. this.pr_code.TableName = null;
  396. this.pr_code.Tag = "makecode";
  397. this.pr_code.TextBoxEnable = true;
  398. //
  399. // Export
  400. //
  401. this.Export.AllPower = null;
  402. this.Export.BackColor = System.Drawing.Color.Transparent;
  403. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  404. this.Export.Image = null;
  405. this.Export.IsShowBorder = true;
  406. this.Export.Location = new System.Drawing.Point(980, 57);
  407. this.Export.Margin = new System.Windows.Forms.Padding(4);
  408. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  409. this.Export.Name = "Export";
  410. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  411. this.Export.Power = null;
  412. this.Export.Size = new System.Drawing.Size(112, 42);
  413. this.Export.TabIndex = 0;
  414. this.Export.Text = "查询";
  415. this.Export.UseVisualStyleBackColor = false;
  416. this.Export.Click += new System.EventHandler(this.Export_Click);
  417. //
  418. // normalButton1
  419. //
  420. this.normalButton1.AllPower = null;
  421. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  422. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  423. this.normalButton1.Image = null;
  424. this.normalButton1.IsShowBorder = true;
  425. this.normalButton1.Location = new System.Drawing.Point(1139, 62);
  426. this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
  427. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  428. this.normalButton1.Name = "normalButton1";
  429. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  430. this.normalButton1.Power = null;
  431. this.normalButton1.Size = new System.Drawing.Size(92, 36);
  432. this.normalButton1.TabIndex = 224;
  433. this.normalButton1.Text = "导出";
  434. this.normalButton1.UseVisualStyleBackColor = false;
  435. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  436. //
  437. // Query_DateRate
  438. //
  439. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  441. this.ClientSize = new System.Drawing.Size(1342, 806);
  442. this.Controls.Add(this.normalButton1);
  443. this.Controls.Add(this.label5);
  444. this.Controls.Add(this.ma_kind);
  445. this.Controls.Add(this.BeginDate);
  446. this.Controls.Add(this.Data);
  447. this.Controls.Add(this.li_code);
  448. this.Controls.Add(this.label4);
  449. this.Controls.Add(this.ma_code);
  450. this.Controls.Add(this.label2);
  451. this.Controls.Add(this.wc_code);
  452. this.Controls.Add(this.label1);
  453. this.Controls.Add(this.pr_code);
  454. this.Controls.Add(this.ms_makecode_label);
  455. this.Controls.Add(this.label3);
  456. this.Controls.Add(this.EndDate);
  457. this.Controls.Add(this.Export);
  458. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  459. this.Margin = new System.Windows.Forms.Padding(4);
  460. this.Name = "Query_DateRate";
  461. this.Tag = "Query!DateRate";
  462. this.Text = "Query_DateRate";
  463. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  464. this.SizeChanged += new System.EventHandler(this.Query_DateRate_SizeChanged);
  465. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  466. this.ResumeLayout(false);
  467. this.PerformLayout();
  468. }
  469. #endregion
  470. private CustomControl.ButtonUtil.NormalButton Export;
  471. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  472. private System.Windows.Forms.DateTimePicker EndDate;
  473. private System.Windows.Forms.Label label3;
  474. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  475. private System.Windows.Forms.Label ms_makecode_label;
  476. private CustomControl.TextBoxWithIcon.SearchTextBox wc_code;
  477. private System.Windows.Forms.Label label1;
  478. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  479. private System.Windows.Forms.Label label2;
  480. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  481. private System.Windows.Forms.Label label4;
  482. private System.Windows.Forms.DataGridView Data;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  485. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  486. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  490. private System.Windows.Forms.DateTimePicker BeginDate;
  491. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  493. private CustomControl.ComBoxWithFocus.ComBoxWithFocus ma_kind;
  494. private System.Windows.Forms.Label label5;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
  496. private System.Windows.Forms.DataGridViewTextBoxColumn st_ifcalc;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepcode;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn AGOKQTY;
  500. private System.Windows.Forms.DataGridViewLinkColumn SNQTY;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn 合计;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn FIQTY;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE;
  504. private CustomControl.ButtonUtil.NormalButton normalButton1;
  505. }
  506. }