Query_DateRate.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  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.报废 = 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. this.BeginDate = new System.Windows.Forms.DateTimePicker();
  59. ((System.ComponentModel.ISupportInitialize)(this.Data)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // EndDate
  63. //
  64. this.EndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  65. this.EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  66. this.EndDate.Location = new System.Drawing.Point(679, 65);
  67. this.EndDate.Margin = new System.Windows.Forms.Padding(2);
  68. this.EndDate.Name = "EndDate";
  69. this.EndDate.Size = new System.Drawing.Size(266, 28);
  70. this.EndDate.TabIndex = 14;
  71. //
  72. // label3
  73. //
  74. this.label3.AutoSize = true;
  75. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.label3.Location = new System.Drawing.Point(332, 64);
  77. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  78. this.label3.Name = "label3";
  79. this.label3.Size = new System.Drawing.Size(62, 31);
  80. this.label3.TabIndex = 15;
  81. this.label3.Text = "日期";
  82. //
  83. // ms_makecode_label
  84. //
  85. this.ms_makecode_label.AutoSize = true;
  86. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.ms_makecode_label.Location = new System.Drawing.Point(332, 10);
  88. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.ms_makecode_label.Name = "ms_makecode_label";
  90. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  91. this.ms_makecode_label.TabIndex = 212;
  92. this.ms_makecode_label.Text = "产品编号";
  93. //
  94. // label1
  95. //
  96. this.label1.AutoSize = true;
  97. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.label1.Location = new System.Drawing.Point(11, 10);
  99. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(62, 31);
  102. this.label1.TabIndex = 214;
  103. this.label1.Text = "车间";
  104. //
  105. // label2
  106. //
  107. this.label2.AutoSize = true;
  108. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label2.Location = new System.Drawing.Point(702, 11);
  110. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(86, 31);
  113. this.label2.TabIndex = 216;
  114. this.label2.Text = "工单号";
  115. //
  116. // label4
  117. //
  118. this.label4.AutoSize = true;
  119. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label4.Location = new System.Drawing.Point(12, 60);
  121. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  122. this.label4.Name = "label4";
  123. this.label4.Size = new System.Drawing.Size(62, 31);
  124. this.label4.TabIndex = 218;
  125. this.label4.Text = "线别";
  126. //
  127. // Data
  128. //
  129. this.Data.AllowUserToAddRows = false;
  130. this.Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  131. this.Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  132. this.st_name,
  133. this.st_ifcalc,
  134. this.sp_stepcode,
  135. this.OKQTY,
  136. this.AGOKQTY,
  137. this.SNQTY,
  138. this.合计,
  139. this.报废,
  140. this.OKRATE});
  141. this.Data.Location = new System.Drawing.Point(16, 110);
  142. this.Data.Margin = new System.Windows.Forms.Padding(2);
  143. this.Data.Name = "Data";
  144. this.Data.RowTemplate.Height = 37;
  145. this.Data.Size = new System.Drawing.Size(1308, 688);
  146. this.Data.TabIndex = 220;
  147. this.Data.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.Data_CellContentClick);
  148. //
  149. // st_name
  150. //
  151. this.st_name.DataPropertyName = "st_name";
  152. this.st_name.HeaderText = "工序";
  153. this.st_name.Name = "st_name";
  154. this.st_name.ReadOnly = true;
  155. //
  156. // st_ifcalc
  157. //
  158. this.st_ifcalc.DataPropertyName = "st_ifcalc";
  159. this.st_ifcalc.HeaderText = "st_ifcalc";
  160. this.st_ifcalc.Name = "st_ifcalc";
  161. this.st_ifcalc.Visible = false;
  162. //
  163. // sp_stepcode
  164. //
  165. this.sp_stepcode.DataPropertyName = "sp_stepcode";
  166. this.sp_stepcode.HeaderText = "工序编号";
  167. this.sp_stepcode.Name = "sp_stepcode";
  168. this.sp_stepcode.Visible = false;
  169. this.sp_stepcode.Width = 5;
  170. //
  171. // OKQTY
  172. //
  173. this.OKQTY.DataPropertyName = "OKQTY";
  174. this.OKQTY.HeaderText = "一次通过";
  175. this.OKQTY.Name = "OKQTY";
  176. this.OKQTY.ReadOnly = true;
  177. //
  178. // AGOKQTY
  179. //
  180. this.AGOKQTY.DataPropertyName = "AGOKQTY";
  181. this.AGOKQTY.HeaderText = "再次通过";
  182. this.AGOKQTY.Name = "AGOKQTY";
  183. this.AGOKQTY.ReadOnly = true;
  184. //
  185. // SNQTY
  186. //
  187. this.SNQTY.DataPropertyName = "NGQTY";
  188. this.SNQTY.HeaderText = "不良";
  189. this.SNQTY.Name = "SNQTY";
  190. this.SNQTY.ReadOnly = true;
  191. this.SNQTY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  192. this.SNQTY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  193. //
  194. // 合计
  195. //
  196. this.合计.DataPropertyName = "SUMQTY";
  197. this.合计.HeaderText = "合计";
  198. this.合计.Name = "合计";
  199. this.合计.ReadOnly = true;
  200. //
  201. // 报废
  202. //
  203. this.报废.DataPropertyName = "报废";
  204. this.报废.HeaderText = "报废";
  205. this.报废.Name = "报废";
  206. this.报废.ReadOnly = true;
  207. //
  208. // OKRATE
  209. //
  210. this.OKRATE.DataPropertyName = "OKRATE";
  211. this.OKRATE.HeaderText = "良率";
  212. this.OKRATE.Name = "OKRATE";
  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(106, 61);
  265. this.li_code.Margin = new System.Windows.Forms.Padding(4);
  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(212, 34);
  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(796, 12);
  286. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  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(208, 34);
  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(106, 10);
  307. this.wc_code.Margin = new System.Windows.Forms.Padding(4);
  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(212, 34);
  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(450, 11);
  328. this.pr_code.Margin = new System.Windows.Forms.Padding(4);
  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(212, 34);
  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(980, 57);
  348. this.Export.Margin = new System.Windows.Forms.Padding(4);
  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(112, 42);
  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. // BeginDate
  360. //
  361. this.BeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  362. this.BeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  363. this.BeginDate.Location = new System.Drawing.Point(409, 64);
  364. this.BeginDate.Margin = new System.Windows.Forms.Padding(2);
  365. this.BeginDate.Name = "BeginDate";
  366. this.BeginDate.Size = new System.Drawing.Size(266, 28);
  367. this.BeginDate.TabIndex = 221;
  368. //
  369. // Query_DateRate
  370. //
  371. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  372. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  373. this.ClientSize = new System.Drawing.Size(1342, 806);
  374. this.Controls.Add(this.BeginDate);
  375. this.Controls.Add(this.Data);
  376. this.Controls.Add(this.li_code);
  377. this.Controls.Add(this.label4);
  378. this.Controls.Add(this.ma_code);
  379. this.Controls.Add(this.label2);
  380. this.Controls.Add(this.wc_code);
  381. this.Controls.Add(this.label1);
  382. this.Controls.Add(this.pr_code);
  383. this.Controls.Add(this.ms_makecode_label);
  384. this.Controls.Add(this.label3);
  385. this.Controls.Add(this.EndDate);
  386. this.Controls.Add(this.Export);
  387. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  388. this.Margin = new System.Windows.Forms.Padding(4);
  389. this.Name = "Query_DateRate";
  390. this.Tag = "Query!DateRate";
  391. this.Text = "Query_DateRate";
  392. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  393. this.SizeChanged += new System.EventHandler(this.Query_DateRate_SizeChanged);
  394. ((System.ComponentModel.ISupportInitialize)(this.Data)).EndInit();
  395. this.ResumeLayout(false);
  396. this.PerformLayout();
  397. }
  398. #endregion
  399. private CustomControl.ButtonUtil.NormalButton Export;
  400. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  401. private System.Windows.Forms.DateTimePicker EndDate;
  402. private System.Windows.Forms.Label label3;
  403. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  404. private System.Windows.Forms.Label ms_makecode_label;
  405. private CustomControl.TextBoxWithIcon.SearchTextBox wc_code;
  406. private System.Windows.Forms.Label label1;
  407. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  408. private System.Windows.Forms.Label label2;
  409. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  410. private System.Windows.Forms.Label label4;
  411. private System.Windows.Forms.DataGridView Data;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn st_name;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn st_ifcalc;
  421. private System.Windows.Forms.DataGridViewTextBoxColumn sp_stepcode;
  422. private System.Windows.Forms.DataGridViewTextBoxColumn OKQTY;
  423. private System.Windows.Forms.DataGridViewTextBoxColumn AGOKQTY;
  424. private System.Windows.Forms.DataGridViewLinkColumn SNQTY;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn 合计;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn 报废;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn OKRATE;
  428. private System.Windows.Forms.DateTimePicker BeginDate;
  429. }
  430. }