Query_DateRate.Designer.cs 26 KB

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