Query_DateRate2.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_DateRate2
  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_DateRate2));
  29. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  30. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  31. this.EndDate = new System.Windows.Forms.DateTimePicker();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.ms_makecode_label = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.Data = new System.Windows.Forms.DataGridView();
  38. this.sp_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.st_ifcalc = 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.DataGridViewTextBoxColumn();
  43. this.合计 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.报废 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.OKRATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  54. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.wc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  56. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  57. this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  58. ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // BeginDate
  62. //
  63. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  64. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  65. this.BeginDate.Location = new System.Drawing.Point(364, 54);
  66. this.BeginDate.Margin = new System.Windows.Forms.Padding(2);
  67. this.BeginDate.Name = "BeginDate";
  68. this.BeginDate.Size = new System.Drawing.Size(237, 25);
  69. this.BeginDate.TabIndex = 13;
  70. this.BeginDate.Value = new System.DateTime(2021, 2, 27, 13, 47, 0, 0);
  71. //
  72. // EndDate
  73. //
  74. this.EndDate.Checked = false;
  75. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  76. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  77. this.EndDate.Location = new System.Drawing.Point(604, 54);
  78. this.EndDate.Margin = new System.Windows.Forms.Padding(2);
  79. this.EndDate.Name = "EndDate";
  80. this.EndDate.Size = new System.Drawing.Size(237, 25);
  81. this.EndDate.TabIndex = 14;
  82. //
  83. // label3
  84. //
  85. this.label3.AutoSize = true;
  86. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.label3.Location = new System.Drawing.Point(295, 53);
  88. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size(52, 27);
  91. this.label3.TabIndex = 15;
  92. this.label3.Text = "日期";
  93. //
  94. // ms_makecode_label
  95. //
  96. this.ms_makecode_label.AutoSize = true;
  97. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.ms_makecode_label.Location = new System.Drawing.Point(295, 8);
  99. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.ms_makecode_label.Name = "ms_makecode_label";
  101. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  102. this.ms_makecode_label.TabIndex = 212;
  103. this.ms_makecode_label.Text = "产品编号";
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label1.Location = new System.Drawing.Point(10, 8);
  110. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(52, 27);
  113. this.label1.TabIndex = 214;
  114. this.label1.Text = "车间";
  115. //
  116. // label2
  117. //
  118. this.label2.AutoSize = true;
  119. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label2.Location = new System.Drawing.Point(624, 9);
  121. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(72, 27);
  124. this.label2.TabIndex = 216;
  125. this.label2.Text = "工单号";
  126. //
  127. // label4
  128. //
  129. this.label4.AutoSize = true;
  130. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.label4.Location = new System.Drawing.Point(11, 50);
  132. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  133. this.label4.Name = "label4";
  134. this.label4.Size = new System.Drawing.Size(52, 27);
  135. this.label4.TabIndex = 218;
  136. this.label4.Text = "线别";
  137. //
  138. // Data
  139. //
  140. this.Data.AllowUserToAddRows = false;
  141. this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  142. this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  143. this.sp_stepname,
  144. this.st_ifcalc,
  145. this.OKQTY,
  146. this.AGOKQTY,
  147. this.SNQTY,
  148. this.合计,
  149. this.报废,
  150. this.OKRATE});
  151. this.Data.Location = new System.Drawing.Point(14, 92);
  152. this.Data.Margin = new System.Windows.Forms.Padding(2);
  153. this.Data.Name = "Data";
  154. this.Data.RowTemplate.Height = 37;
  155. this.Data.Size = new System.Drawing.Size(1163, 573);
  156. this.Data.TabIndex = 220;
  157. this.Data.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentDoubleClick);
  158. //
  159. // sp_stepname
  160. //
  161. this.sp_stepname.DataPropertyName = "st_name";
  162. this.sp_stepname.HeaderText = "工序";
  163. this.sp_stepname.Name = "sp_stepname";
  164. //
  165. // st_ifcalc
  166. //
  167. this.st_ifcalc.DataPropertyName = "st_ifcalc";
  168. this.st_ifcalc.HeaderText = "";
  169. this.st_ifcalc.Name = "st_ifcalc";
  170. this.st_ifcalc.Visible = false;
  171. //
  172. // OKQTY
  173. //
  174. this.OKQTY.DataPropertyName = "OKQTY";
  175. this.OKQTY.HeaderText = "一次通过";
  176. this.OKQTY.Name = "OKQTY";
  177. this.OKQTY.ReadOnly = true;
  178. //
  179. // AGOKQTY
  180. //
  181. this.AGOKQTY.DataPropertyName = "AGOKQTY";
  182. this.AGOKQTY.HeaderText = "再次通过";
  183. this.AGOKQTY.Name = "AGOKQTY";
  184. this.AGOKQTY.ReadOnly = true;
  185. //
  186. // SNQTY
  187. //
  188. this.SNQTY.DataPropertyName = "NGQTY";
  189. this.SNQTY.HeaderText = "不良";
  190. this.SNQTY.Name = "SNQTY";
  191. this.SNQTY.ReadOnly = true;
  192. //
  193. // 合计
  194. //
  195. this.合计.DataPropertyName = "SUMQTY";
  196. this.合计.HeaderText = "合计";
  197. this.合计.Name = "合计";
  198. this.合计.ReadOnly = true;
  199. //
  200. // 报废
  201. //
  202. this.报废.DataPropertyName = "FIQTY";
  203. this.报废.HeaderText = "报废";
  204. this.报废.Name = "报废";
  205. this.报废.ReadOnly = true;
  206. //
  207. // OKRATE
  208. //
  209. this.OKRATE.DataPropertyName = "OKRATE";
  210. this.OKRATE.HeaderText = "良率";
  211. this.OKRATE.Name = "OKRATE";
  212. this.OKRATE.ReadOnly = true;
  213. //
  214. // dataGridViewTextBoxColumn1
  215. //
  216. this.dataGridViewTextBoxColumn1.DataPropertyName = "detno";
  217. this.dataGridViewTextBoxColumn1.HeaderText = "detno";
  218. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  219. //
  220. // dataGridViewTextBoxColumn2
  221. //
  222. this.dataGridViewTextBoxColumn2.DataPropertyName = "sp_stepname";
  223. this.dataGridViewTextBoxColumn2.HeaderText = "工序";
  224. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  225. //
  226. // dataGridViewTextBoxColumn3
  227. //
  228. this.dataGridViewTextBoxColumn3.DataPropertyName = "OKQTY";
  229. this.dataGridViewTextBoxColumn3.HeaderText = "通过";
  230. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  231. //
  232. // dataGridViewTextBoxColumn4
  233. //
  234. this.dataGridViewTextBoxColumn4.DataPropertyName = "NGQTY";
  235. this.dataGridViewTextBoxColumn4.HeaderText = "不良";
  236. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  237. //
  238. // dataGridViewTextBoxColumn5
  239. //
  240. this.dataGridViewTextBoxColumn5.DataPropertyName = "SUMQTY";
  241. this.dataGridViewTextBoxColumn5.HeaderText = "合计";
  242. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  243. //
  244. // dataGridViewTextBoxColumn6
  245. //
  246. this.dataGridViewTextBoxColumn6.DataPropertyName = "报废";
  247. this.dataGridViewTextBoxColumn6.HeaderText = "报废";
  248. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  249. //
  250. // dataGridViewTextBoxColumn7
  251. //
  252. this.dataGridViewTextBoxColumn7.DataPropertyName = "OKRATE";
  253. this.dataGridViewTextBoxColumn7.HeaderText = "直通率";
  254. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  255. //
  256. // li_code
  257. //
  258. this.li_code.AllPower = "IFALL";
  259. this.li_code.Caller = null;
  260. this.li_code.Condition = null;
  261. this.li_code.DBTitle = "";
  262. this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  263. this.li_code.FormName = null;
  264. this.li_code.Location = new System.Drawing.Point(94, 51);
  265. this.li_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  266. this.li_code.Name = "li_code";
  267. this.li_code.Power = "";
  268. this.li_code.ReturnData = null;
  269. this.li_code.SelectField = null;
  270. this.li_code.SetValueField = null;
  271. this.li_code.Size = new System.Drawing.Size(188, 28);
  272. this.li_code.TabIndex = 219;
  273. this.li_code.TableName = null;
  274. this.li_code.Tag = "makecode";
  275. this.li_code.TextBoxEnable = true;
  276. //
  277. // ma_code
  278. //
  279. this.ma_code.AllPower = "IFALL";
  280. this.ma_code.Caller = null;
  281. this.ma_code.Condition = null;
  282. this.ma_code.DBTitle = "";
  283. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  284. this.ma_code.FormName = null;
  285. this.ma_code.Location = new System.Drawing.Point(708, 10);
  286. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  287. this.ma_code.Name = "ma_code";
  288. this.ma_code.Power = "";
  289. this.ma_code.ReturnData = null;
  290. this.ma_code.SelectField = null;
  291. this.ma_code.SetValueField = null;
  292. this.ma_code.Size = new System.Drawing.Size(185, 28);
  293. this.ma_code.TabIndex = 217;
  294. this.ma_code.TableName = null;
  295. this.ma_code.Tag = "makecode";
  296. this.ma_code.TextBoxEnable = true;
  297. //
  298. // wc_code
  299. //
  300. this.wc_code.AllPower = "IFALL";
  301. this.wc_code.Caller = null;
  302. this.wc_code.Condition = null;
  303. this.wc_code.DBTitle = "";
  304. this.wc_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  305. this.wc_code.FormName = null;
  306. this.wc_code.Location = new System.Drawing.Point(94, 8);
  307. this.wc_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  308. this.wc_code.Name = "wc_code";
  309. this.wc_code.Power = "";
  310. this.wc_code.ReturnData = null;
  311. this.wc_code.SelectField = null;
  312. this.wc_code.SetValueField = null;
  313. this.wc_code.Size = new System.Drawing.Size(188, 28);
  314. this.wc_code.TabIndex = 215;
  315. this.wc_code.TableName = null;
  316. this.wc_code.Tag = "makecode";
  317. this.wc_code.TextBoxEnable = true;
  318. //
  319. // pr_code
  320. //
  321. this.pr_code.AllPower = "IFALL";
  322. this.pr_code.Caller = null;
  323. this.pr_code.Condition = null;
  324. this.pr_code.DBTitle = "";
  325. this.pr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  326. this.pr_code.FormName = null;
  327. this.pr_code.Location = new System.Drawing.Point(400, 9);
  328. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  329. this.pr_code.Name = "pr_code";
  330. this.pr_code.Power = "";
  331. this.pr_code.ReturnData = null;
  332. this.pr_code.SelectField = null;
  333. this.pr_code.SetValueField = null;
  334. this.pr_code.Size = new System.Drawing.Size(188, 28);
  335. this.pr_code.TabIndex = 213;
  336. this.pr_code.TableName = null;
  337. this.pr_code.Tag = "makecode";
  338. this.pr_code.TextBoxEnable = true;
  339. //
  340. // Export
  341. //
  342. this.Export.AllPower = null;
  343. this.Export.BackColor = System.Drawing.Color.Transparent;
  344. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  345. this.Export.Image = null;
  346. this.Export.IsShowBorder = true;
  347. this.Export.Location = new System.Drawing.Point(871, 47);
  348. this.Export.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  349. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  350. this.Export.Name = "Export";
  351. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  352. this.Export.Power = null;
  353. this.Export.Size = new System.Drawing.Size(100, 35);
  354. this.Export.TabIndex = 0;
  355. this.Export.Text = "查询";
  356. this.Export.UseVisualStyleBackColor = false;
  357. this.Export.Click += new System.EventHandler(this.Export_Click);
  358. //
  359. // Query_DateRate2
  360. //
  361. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  362. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  363. this.ClientSize = new System.Drawing.Size(1193, 672);
  364. this.Controls.Add(this.Data);
  365. this.Controls.Add(this.li_code);
  366. this.Controls.Add(this.label4);
  367. this.Controls.Add(this.ma_code);
  368. this.Controls.Add(this.label2);
  369. this.Controls.Add(this.wc_code);
  370. this.Controls.Add(this.label1);
  371. this.Controls.Add(this.pr_code);
  372. this.Controls.Add(this.ms_makecode_label);
  373. this.Controls.Add(this.label3);
  374. this.Controls.Add(this.EndDate);
  375. this.Controls.Add(this.BeginDate);
  376. this.Controls.Add(this.Export);
  377. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  378. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  379. this.Name = "Query_DateRate2";
  380. this.Tag = "Query!DateRate";
  381. this.Text = "Query_DateRate";
  382. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  383. this.SizeChanged += new System.EventHandler(this.Query_DateRate_SizeChanged);
  384. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  385. this.ResumeLayout(false);
  386. this.PerformLayout();
  387. }
  388. #endregion
  389. private CustomControl.ButtonUtil.NormalButton Export;
  390. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  391. private System.Windows.Forms.DateTimePicker BeginDate;
  392. private System.Windows.Forms.DateTimePicker EndDate;
  393. private System.Windows.Forms.Label label3;
  394. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  395. private System.Windows.Forms.Label ms_makecode_label;
  396. private CustomControl.TextBoxWithIcon.SearchTextBox wc_code;
  397. private System.Windows.Forms.Label label1;
  398. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  399. private System.Windows.Forms.Label label2;
  400. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  401. private System.Windows.Forms.Label label4;
  402. private System.Windows.Forms.DataGridView Data;
  403. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  404. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  405. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  406. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  407. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepname;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn st_ifcalc;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn AGOKQTY;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn SNQTY;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn 合计;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn 报废;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE;
  418. }
  419. }