Make_BurnInspection.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BurnInspection
  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(Make_BurnInspection));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.DateTimeCheck = new System.Windows.Forms.CheckBox();
  31. this.DateTime = new System.Windows.Forms.Label();
  32. this.EndDateTime = new System.Windows.Forms.DateTimePicker();
  33. this.StartDateTime = new System.Windows.Forms.DateTimePicker();
  34. this.CurrQtyVal = new System.Windows.Forms.TextBox();
  35. this.ma_qty = new System.Windows.Forms.TextBox();
  36. this.CurrQtyLab = new System.Windows.Forms.Label();
  37. this.TargetQtyLab = new System.Windows.Forms.Label();
  38. this.pr_spec = new System.Windows.Forms.TextBox();
  39. this.EmployeeVal = new System.Windows.Forms.TextBox();
  40. this.EmployeeLab = new System.Windows.Forms.Label();
  41. this.PrdetailLab = new System.Windows.Forms.Label();
  42. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  43. this.ms_makecode_label = new System.Windows.Forms.Label();
  44. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  45. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  46. this.panel2 = new System.Windows.Forms.Panel();
  47. this.ClearMsg = new System.Windows.Forms.Button();
  48. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.panel3 = new System.Windows.Forms.Panel();
  50. this.DataBox = new System.Windows.Forms.DataGridView();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.InspectNumVal = new System.Windows.Forms.TextBox();
  53. this.InspectNumLab = new System.Windows.Forms.Label();
  54. this.OkBox = new System.Windows.Forms.CheckBox();
  55. this.TestLab = new System.Windows.Forms.Label();
  56. this.NgBox = new System.Windows.Forms.CheckBox();
  57. this.BurnLotnoVal = new System.Windows.Forms.TextBox();
  58. this.BurnLotnoLab = new System.Windows.Forms.Label();
  59. this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  60. this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  61. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.BURN_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.burn_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.inspect_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.ic_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.inspect_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.inspect_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.panel1.SuspendLayout();
  86. this.tableLayoutPanel1.SuspendLayout();
  87. this.panel2.SuspendLayout();
  88. this.panel3.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  90. this.panel4.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // panel1
  94. //
  95. this.panel1.Controls.Add(this.DateTimeCheck);
  96. this.panel1.Controls.Add(this.DateTime);
  97. this.panel1.Controls.Add(this.EndDateTime);
  98. this.panel1.Controls.Add(this.StartDateTime);
  99. this.panel1.Controls.Add(this.CurrQtyVal);
  100. this.panel1.Controls.Add(this.ma_qty);
  101. this.panel1.Controls.Add(this.CurrQtyLab);
  102. this.panel1.Controls.Add(this.TargetQtyLab);
  103. this.panel1.Controls.Add(this.pr_spec);
  104. this.panel1.Controls.Add(this.EmployeeVal);
  105. this.panel1.Controls.Add(this.EmployeeLab);
  106. this.panel1.Controls.Add(this.PrdetailLab);
  107. this.panel1.Controls.Add(this.LockMakeCode);
  108. this.panel1.Controls.Add(this.ms_makecode_label);
  109. this.panel1.Controls.Add(this.ma_code);
  110. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  111. this.panel1.Location = new System.Drawing.Point(0, 0);
  112. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  113. this.panel1.Name = "panel1";
  114. this.panel1.Size = new System.Drawing.Size(1280, 112);
  115. this.panel1.TabIndex = 132;
  116. //
  117. // DateTimeCheck
  118. //
  119. this.DateTimeCheck.AutoSize = true;
  120. this.DateTimeCheck.Cursor = System.Windows.Forms.Cursors.Hand;
  121. this.DateTimeCheck.Location = new System.Drawing.Point(831, 25);
  122. this.DateTimeCheck.Name = "DateTimeCheck";
  123. this.DateTimeCheck.Size = new System.Drawing.Size(22, 21);
  124. this.DateTimeCheck.TabIndex = 188;
  125. this.DateTimeCheck.UseVisualStyleBackColor = true;
  126. this.DateTimeCheck.Click += new System.EventHandler(this.DateTimeCheck_Click);
  127. //
  128. // DateTime
  129. //
  130. this.DateTime.AutoSize = true;
  131. this.DateTime.Location = new System.Drawing.Point(597, 24);
  132. this.DateTime.Name = "DateTime";
  133. this.DateTime.Size = new System.Drawing.Size(18, 24);
  134. this.DateTime.TabIndex = 187;
  135. this.DateTime.Text = "-";
  136. //
  137. // EndDateTime
  138. //
  139. this.EndDateTime.Cursor = System.Windows.Forms.Cursors.Hand;
  140. this.EndDateTime.Location = new System.Drawing.Point(618, 21);
  141. this.EndDateTime.Name = "EndDateTime";
  142. this.EndDateTime.Size = new System.Drawing.Size(200, 31);
  143. this.EndDateTime.TabIndex = 186;
  144. this.EndDateTime.ValueChanged += new System.EventHandler(this.EndDateTime_ValueChanged);
  145. //
  146. // StartDateTime
  147. //
  148. this.StartDateTime.Cursor = System.Windows.Forms.Cursors.Hand;
  149. this.StartDateTime.Location = new System.Drawing.Point(391, 21);
  150. this.StartDateTime.Name = "StartDateTime";
  151. this.StartDateTime.Size = new System.Drawing.Size(200, 31);
  152. this.StartDateTime.TabIndex = 185;
  153. this.StartDateTime.ValueChanged += new System.EventHandler(this.StartDateTime_ValueChanged);
  154. //
  155. // CurrQtyVal
  156. //
  157. this.CurrQtyVal.Enabled = false;
  158. this.CurrQtyVal.Location = new System.Drawing.Point(1017, 65);
  159. this.CurrQtyVal.Name = "CurrQtyVal";
  160. this.CurrQtyVal.Size = new System.Drawing.Size(61, 31);
  161. this.CurrQtyVal.TabIndex = 184;
  162. //
  163. // ma_qty
  164. //
  165. this.ma_qty.Enabled = false;
  166. this.ma_qty.Location = new System.Drawing.Point(317, 65);
  167. this.ma_qty.Name = "ma_qty";
  168. this.ma_qty.Size = new System.Drawing.Size(61, 31);
  169. this.ma_qty.TabIndex = 164;
  170. //
  171. // CurrQtyLab
  172. //
  173. this.CurrQtyLab.AutoSize = true;
  174. this.CurrQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.CurrQtyLab.Location = new System.Drawing.Point(947, 66);
  176. this.CurrQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.CurrQtyLab.Name = "CurrQtyLab";
  178. this.CurrQtyLab.Size = new System.Drawing.Size(96, 28);
  179. this.CurrQtyLab.TabIndex = 183;
  180. this.CurrQtyLab.Text = "累计数量";
  181. //
  182. // TargetQtyLab
  183. //
  184. this.TargetQtyLab.AutoSize = true;
  185. this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.TargetQtyLab.Location = new System.Drawing.Point(238, 66);
  187. this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.TargetQtyLab.Name = "TargetQtyLab";
  189. this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
  190. this.TargetQtyLab.TabIndex = 163;
  191. this.TargetQtyLab.Text = "工单数量";
  192. //
  193. // pr_spec
  194. //
  195. this.pr_spec.Enabled = false;
  196. this.pr_spec.Location = new System.Drawing.Point(465, 65);
  197. this.pr_spec.Name = "pr_spec";
  198. this.pr_spec.Size = new System.Drawing.Size(475, 31);
  199. this.pr_spec.TabIndex = 162;
  200. //
  201. // EmployeeVal
  202. //
  203. this.EmployeeVal.Location = new System.Drawing.Point(87, 65);
  204. this.EmployeeVal.Name = "EmployeeVal";
  205. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  206. this.EmployeeVal.TabIndex = 182;
  207. //
  208. // EmployeeLab
  209. //
  210. this.EmployeeLab.AutoSize = true;
  211. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.EmployeeLab.Location = new System.Drawing.Point(36, 66);
  213. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  214. this.EmployeeLab.Name = "EmployeeLab";
  215. this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
  216. this.EmployeeLab.TabIndex = 181;
  217. this.EmployeeLab.Text = "抽检员";
  218. //
  219. // PrdetailLab
  220. //
  221. this.PrdetailLab.AutoSize = true;
  222. this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.PrdetailLab.Location = new System.Drawing.Point(397, 66);
  224. this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  225. this.PrdetailLab.Name = "PrdetailLab";
  226. this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
  227. this.PrdetailLab.TabIndex = 161;
  228. this.PrdetailLab.Text = "机型信息 ";
  229. //
  230. // LockMakeCode
  231. //
  232. this.LockMakeCode.AutoSize = true;
  233. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.LockMakeCode.LeaveEvent = false;
  235. this.LockMakeCode.Location = new System.Drawing.Point(298, 23);
  236. this.LockMakeCode.Name = "LockMakeCode";
  237. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  238. this.LockMakeCode.TabIndex = 160;
  239. this.LockMakeCode.Text = "锁定";
  240. this.LockMakeCode.UseVisualStyleBackColor = true;
  241. //
  242. // ms_makecode_label
  243. //
  244. this.ms_makecode_label.AutoSize = true;
  245. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.ms_makecode_label.Location = new System.Drawing.Point(21, 21);
  247. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  248. this.ms_makecode_label.Name = "ms_makecode_label";
  249. this.ms_makecode_label.Size = new System.Drawing.Size(96, 28);
  250. this.ms_makecode_label.TabIndex = 156;
  251. this.ms_makecode_label.Text = "归属工单";
  252. //
  253. // ma_code
  254. //
  255. this.ma_code.AllPower = null;
  256. this.ma_code.Caller = null;
  257. this.ma_code.Condition = null;
  258. this.ma_code.DBTitle = null;
  259. this.ma_code.FormName = null;
  260. this.ma_code.Location = new System.Drawing.Point(87, 21);
  261. this.ma_code.Name = "ma_code";
  262. this.ma_code.Power = null;
  263. this.ma_code.ReturnData = null;
  264. this.ma_code.SelectField = null;
  265. this.ma_code.SetValueField = null;
  266. this.ma_code.Size = new System.Drawing.Size(205, 32);
  267. this.ma_code.TabIndex = 157;
  268. this.ma_code.TableName = null;
  269. this.ma_code.Tag = "ma_code";
  270. this.ma_code.TextBoxEnable = true;
  271. //
  272. // tableLayoutPanel1
  273. //
  274. this.tableLayoutPanel1.ColumnCount = 2;
  275. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  276. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  277. this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
  278. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
  279. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 112);
  281. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  282. this.tableLayoutPanel1.RowCount = 1;
  283. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  284. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 608);
  285. this.tableLayoutPanel1.TabIndex = 133;
  286. //
  287. // panel2
  288. //
  289. this.panel2.Controls.Add(this.ClearMsg);
  290. this.panel2.Controls.Add(this.OperatResult);
  291. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  292. this.panel2.Location = new System.Drawing.Point(899, 3);
  293. this.panel2.Name = "panel2";
  294. this.panel2.Size = new System.Drawing.Size(378, 602);
  295. this.panel2.TabIndex = 0;
  296. //
  297. // ClearMsg
  298. //
  299. this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  300. | System.Windows.Forms.AnchorStyles.Right)));
  301. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  302. this.ClearMsg.Location = new System.Drawing.Point(156, 500);
  303. this.ClearMsg.Name = "ClearMsg";
  304. this.ClearMsg.Size = new System.Drawing.Size(81, 28);
  305. this.ClearMsg.TabIndex = 157;
  306. this.ClearMsg.Text = "清理";
  307. this.ClearMsg.UseVisualStyleBackColor = true;
  308. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  309. //
  310. // OperatResult
  311. //
  312. this.OperatResult.AcceptsTab = true;
  313. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  314. | System.Windows.Forms.AnchorStyles.Right)));
  315. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.OperatResult.Location = new System.Drawing.Point(0, 0);
  317. this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  318. this.OperatResult.Name = "OperatResult";
  319. this.OperatResult.Size = new System.Drawing.Size(378, 492);
  320. this.OperatResult.TabIndex = 133;
  321. this.OperatResult.Text = "";
  322. //
  323. // panel3
  324. //
  325. this.panel3.Controls.Add(this.DataBox);
  326. this.panel3.Controls.Add(this.panel4);
  327. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  328. this.panel3.Location = new System.Drawing.Point(3, 3);
  329. this.panel3.Name = "panel3";
  330. this.panel3.Size = new System.Drawing.Size(890, 602);
  331. this.panel3.TabIndex = 1;
  332. //
  333. // DataBox
  334. //
  335. this.DataBox.AllowUserToAddRows = false;
  336. this.DataBox.AllowUserToDeleteRows = false;
  337. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  338. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  339. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  340. this.BURN_ID,
  341. this.work_order,
  342. this.burn_lotno,
  343. this.burn_qty,
  344. this.line,
  345. this.burn_software,
  346. this.inspect_res,
  347. this.check_code,
  348. this.dot_detail,
  349. this.ic_detail,
  350. this.update_time,
  351. this.inspect_time,
  352. this.inspect_name});
  353. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  354. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  355. this.DataBox.Location = new System.Drawing.Point(0, 0);
  356. this.DataBox.Name = "DataBox";
  357. this.DataBox.ReadOnly = true;
  358. this.DataBox.RowHeadersWidth = 62;
  359. this.DataBox.RowTemplate.Height = 30;
  360. this.DataBox.Size = new System.Drawing.Size(890, 462);
  361. this.DataBox.TabIndex = 155;
  362. //
  363. // panel4
  364. //
  365. this.panel4.Controls.Add(this.InspectNumVal);
  366. this.panel4.Controls.Add(this.InspectNumLab);
  367. this.panel4.Controls.Add(this.OkBox);
  368. this.panel4.Controls.Add(this.TestLab);
  369. this.panel4.Controls.Add(this.NgBox);
  370. this.panel4.Controls.Add(this.BurnLotnoVal);
  371. this.panel4.Controls.Add(this.BurnLotnoLab);
  372. this.panel4.Controls.Add(this.OK);
  373. this.panel4.Controls.Add(this.NG);
  374. this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  375. this.panel4.Location = new System.Drawing.Point(0, 462);
  376. this.panel4.Name = "panel4";
  377. this.panel4.Size = new System.Drawing.Size(890, 140);
  378. this.panel4.TabIndex = 156;
  379. //
  380. // InspectNumVal
  381. //
  382. this.InspectNumVal.Location = new System.Drawing.Point(402, 64);
  383. this.InspectNumVal.Name = "InspectNumVal";
  384. this.InspectNumVal.Size = new System.Drawing.Size(113, 31);
  385. this.InspectNumVal.TabIndex = 187;
  386. //
  387. // InspectNumLab
  388. //
  389. this.InspectNumLab.AutoSize = true;
  390. this.InspectNumLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.InspectNumLab.Location = new System.Drawing.Point(351, 65);
  392. this.InspectNumLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  393. this.InspectNumLab.Name = "InspectNumLab";
  394. this.InspectNumLab.Size = new System.Drawing.Size(75, 28);
  395. this.InspectNumLab.TabIndex = 186;
  396. this.InspectNumLab.Text = "抽检数";
  397. //
  398. // OkBox
  399. //
  400. this.OkBox.AutoSize = true;
  401. this.OkBox.Cursor = System.Windows.Forms.Cursors.Hand;
  402. this.OkBox.Location = new System.Drawing.Point(120, 31);
  403. this.OkBox.Name = "OkBox";
  404. this.OkBox.Size = new System.Drawing.Size(62, 28);
  405. this.OkBox.TabIndex = 183;
  406. this.OkBox.Text = "OK";
  407. this.OkBox.UseVisualStyleBackColor = true;
  408. this.OkBox.Click += new System.EventHandler(this.OkBox_Click);
  409. //
  410. // TestLab
  411. //
  412. this.TestLab.AutoSize = true;
  413. this.TestLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.TestLab.Location = new System.Drawing.Point(7, 29);
  415. this.TestLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  416. this.TestLab.Name = "TestLab";
  417. this.TestLab.Size = new System.Drawing.Size(96, 28);
  418. this.TestLab.TabIndex = 185;
  419. this.TestLab.Text = "判定结果";
  420. //
  421. // NgBox
  422. //
  423. this.NgBox.AutoSize = true;
  424. this.NgBox.Cursor = System.Windows.Forms.Cursors.Hand;
  425. this.NgBox.Location = new System.Drawing.Point(225, 31);
  426. this.NgBox.Name = "NgBox";
  427. this.NgBox.Size = new System.Drawing.Size(64, 28);
  428. this.NgBox.TabIndex = 184;
  429. this.NgBox.Text = "NG";
  430. this.NgBox.UseVisualStyleBackColor = true;
  431. this.NgBox.Click += new System.EventHandler(this.NgBox_Click);
  432. //
  433. // BurnLotnoVal
  434. //
  435. this.BurnLotnoVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  436. this.BurnLotnoVal.Location = new System.Drawing.Point(84, 65);
  437. this.BurnLotnoVal.Name = "BurnLotnoVal";
  438. this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
  439. this.BurnLotnoVal.TabIndex = 162;
  440. this.BurnLotnoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnLotnoVal_KeyDown);
  441. //
  442. // BurnLotnoLab
  443. //
  444. this.BurnLotnoLab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  445. this.BurnLotnoLab.AutoSize = true;
  446. this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.BurnLotnoLab.Location = new System.Drawing.Point(7, 65);
  448. this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  449. this.BurnLotnoLab.Name = "BurnLotnoLab";
  450. this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
  451. this.BurnLotnoLab.TabIndex = 161;
  452. this.BurnLotnoLab.Text = "烧录批次";
  453. //
  454. // OK
  455. //
  456. this.OK.AllPower = null;
  457. this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  458. this.OK.BackColor = System.Drawing.Color.Transparent;
  459. this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
  460. this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
  461. this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.OK.ForeColor = System.Drawing.Color.Green;
  463. this.OK.Image = null;
  464. this.OK.IsShowBorder = true;
  465. this.OK.Location = new System.Drawing.Point(524, 52);
  466. this.OK.Margin = new System.Windows.Forms.Padding(5);
  467. this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
  468. this.OK.Name = "OK";
  469. this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
  470. this.OK.Power = null;
  471. this.OK.Size = new System.Drawing.Size(147, 54);
  472. this.OK.TabIndex = 134;
  473. this.OK.Tag = "IfRead";
  474. this.OK.Text = "OK";
  475. this.OK.UseVisualStyleBackColor = false;
  476. this.OK.Visible = false;
  477. this.OK.Click += new System.EventHandler(this.OK_Click);
  478. //
  479. // NG
  480. //
  481. this.NG.AllPower = null;
  482. this.NG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  483. this.NG.BackColor = System.Drawing.Color.Transparent;
  484. this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
  485. this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
  486. this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.NG.ForeColor = System.Drawing.Color.Red;
  488. this.NG.Image = null;
  489. this.NG.IsShowBorder = true;
  490. this.NG.Location = new System.Drawing.Point(681, 52);
  491. this.NG.Margin = new System.Windows.Forms.Padding(5);
  492. this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
  493. this.NG.Name = "NG";
  494. this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
  495. this.NG.Power = null;
  496. this.NG.Size = new System.Drawing.Size(147, 54);
  497. this.NG.TabIndex = 136;
  498. this.NG.Tag = "IfRead";
  499. this.NG.Text = "NG";
  500. this.NG.UseVisualStyleBackColor = true;
  501. this.NG.Visible = false;
  502. this.NG.Click += new System.EventHandler(this.NG_Click);
  503. //
  504. // dataGridViewTextBoxColumn1
  505. //
  506. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  507. this.dataGridViewTextBoxColumn1.DataPropertyName = "BURN_ID";
  508. this.dataGridViewTextBoxColumn1.HeaderText = "MAC";
  509. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  510. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  511. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  512. this.dataGridViewTextBoxColumn1.Visible = false;
  513. this.dataGridViewTextBoxColumn1.Width = 150;
  514. //
  515. // dataGridViewTextBoxColumn2
  516. //
  517. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  518. this.dataGridViewTextBoxColumn2.DataPropertyName = "work_order";
  519. this.dataGridViewTextBoxColumn2.HeaderText = "测试项目";
  520. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  521. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  522. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  523. this.dataGridViewTextBoxColumn2.Width = 150;
  524. //
  525. // dataGridViewTextBoxColumn3
  526. //
  527. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  528. this.dataGridViewTextBoxColumn3.DataPropertyName = "burn_lotno";
  529. this.dataGridViewTextBoxColumn3.HeaderText = "测试结果";
  530. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  531. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  532. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  533. this.dataGridViewTextBoxColumn3.Width = 150;
  534. //
  535. // dataGridViewTextBoxColumn4
  536. //
  537. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  538. this.dataGridViewTextBoxColumn4.DataPropertyName = "line";
  539. this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
  540. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  541. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  542. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  543. this.dataGridViewTextBoxColumn4.Width = 150;
  544. //
  545. // dataGridViewTextBoxColumn5
  546. //
  547. this.dataGridViewTextBoxColumn5.DataPropertyName = "burn_software";
  548. this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
  549. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  550. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  551. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  552. this.dataGridViewTextBoxColumn5.Width = 150;
  553. //
  554. // dataGridViewTextBoxColumn6
  555. //
  556. this.dataGridViewTextBoxColumn6.DataPropertyName = "inspect_res";
  557. this.dataGridViewTextBoxColumn6.HeaderText = "抽检结果";
  558. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  559. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  560. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  561. this.dataGridViewTextBoxColumn6.Width = 80;
  562. //
  563. // dataGridViewTextBoxColumn7
  564. //
  565. this.dataGridViewTextBoxColumn7.DataPropertyName = "check_code";
  566. this.dataGridViewTextBoxColumn7.HeaderText = "校验码";
  567. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  568. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  569. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  570. this.dataGridViewTextBoxColumn7.Width = 150;
  571. //
  572. // dataGridViewTextBoxColumn8
  573. //
  574. this.dataGridViewTextBoxColumn8.DataPropertyName = "dot_detail";
  575. this.dataGridViewTextBoxColumn8.HeaderText = "打点信息";
  576. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  577. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  578. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  579. this.dataGridViewTextBoxColumn8.Width = 150;
  580. //
  581. // dataGridViewTextBoxColumn9
  582. //
  583. this.dataGridViewTextBoxColumn9.DataPropertyName = "inspect_time";
  584. this.dataGridViewTextBoxColumn9.HeaderText = "抽检时间";
  585. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  586. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  587. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  588. this.dataGridViewTextBoxColumn9.Width = 150;
  589. //
  590. // dataGridViewTextBoxColumn10
  591. //
  592. this.dataGridViewTextBoxColumn10.DataPropertyName = "inspect_name";
  593. this.dataGridViewTextBoxColumn10.HeaderText = "抽检人员";
  594. this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
  595. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  596. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  597. this.dataGridViewTextBoxColumn10.Width = 80;
  598. //
  599. // dataGridViewTextBoxColumn11
  600. //
  601. this.dataGridViewTextBoxColumn11.DataPropertyName = "inspect_name";
  602. this.dataGridViewTextBoxColumn11.HeaderText = "抽检人员";
  603. this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
  604. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  605. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  606. this.dataGridViewTextBoxColumn11.Width = 80;
  607. //
  608. // BURN_ID
  609. //
  610. this.BURN_ID.DataPropertyName = "BURN_ID";
  611. this.BURN_ID.HeaderText = "BURN_ID";
  612. this.BURN_ID.MinimumWidth = 8;
  613. this.BURN_ID.Name = "BURN_ID";
  614. this.BURN_ID.ReadOnly = true;
  615. this.BURN_ID.Visible = false;
  616. this.BURN_ID.Width = 150;
  617. //
  618. // work_order
  619. //
  620. this.work_order.DataPropertyName = "work_order";
  621. this.work_order.HeaderText = "工单号";
  622. this.work_order.MinimumWidth = 8;
  623. this.work_order.Name = "work_order";
  624. this.work_order.ReadOnly = true;
  625. this.work_order.Width = 120;
  626. //
  627. // burn_lotno
  628. //
  629. this.burn_lotno.DataPropertyName = "burn_lotno";
  630. this.burn_lotno.HeaderText = "烧录批号";
  631. this.burn_lotno.MinimumWidth = 8;
  632. this.burn_lotno.Name = "burn_lotno";
  633. this.burn_lotno.ReadOnly = true;
  634. this.burn_lotno.Width = 150;
  635. //
  636. // burn_qty
  637. //
  638. this.burn_qty.DataPropertyName = "burn_qty";
  639. this.burn_qty.HeaderText = "烧录数量";
  640. this.burn_qty.MinimumWidth = 8;
  641. this.burn_qty.Name = "burn_qty";
  642. this.burn_qty.ReadOnly = true;
  643. this.burn_qty.Width = 80;
  644. //
  645. // line
  646. //
  647. this.line.DataPropertyName = "line";
  648. this.line.HeaderText = "线体";
  649. this.line.MinimumWidth = 8;
  650. this.line.Name = "line";
  651. this.line.ReadOnly = true;
  652. this.line.Visible = false;
  653. this.line.Width = 70;
  654. //
  655. // burn_software
  656. //
  657. this.burn_software.DataPropertyName = "burn_software";
  658. this.burn_software.HeaderText = "烧录软件";
  659. this.burn_software.MinimumWidth = 8;
  660. this.burn_software.Name = "burn_software";
  661. this.burn_software.ReadOnly = true;
  662. this.burn_software.Width = 150;
  663. //
  664. // inspect_res
  665. //
  666. this.inspect_res.DataPropertyName = "inspect_res";
  667. this.inspect_res.HeaderText = "抽检结果";
  668. this.inspect_res.MinimumWidth = 8;
  669. this.inspect_res.Name = "inspect_res";
  670. this.inspect_res.ReadOnly = true;
  671. this.inspect_res.Width = 80;
  672. //
  673. // check_code
  674. //
  675. this.check_code.DataPropertyName = "check_code";
  676. this.check_code.HeaderText = "校验码";
  677. this.check_code.MinimumWidth = 8;
  678. this.check_code.Name = "check_code";
  679. this.check_code.ReadOnly = true;
  680. this.check_code.Width = 150;
  681. //
  682. // dot_detail
  683. //
  684. this.dot_detail.DataPropertyName = "dot_detail";
  685. this.dot_detail.HeaderText = "打点信息";
  686. this.dot_detail.MinimumWidth = 8;
  687. this.dot_detail.Name = "dot_detail";
  688. this.dot_detail.ReadOnly = true;
  689. this.dot_detail.Width = 150;
  690. //
  691. // ic_detail
  692. //
  693. this.ic_detail.DataPropertyName = "ic_detail";
  694. this.ic_detail.HeaderText = "芯片信息";
  695. this.ic_detail.MinimumWidth = 8;
  696. this.ic_detail.Name = "ic_detail";
  697. this.ic_detail.ReadOnly = true;
  698. this.ic_detail.Width = 150;
  699. //
  700. // update_time
  701. //
  702. this.update_time.DataPropertyName = "update_time";
  703. this.update_time.HeaderText = "烧录时间";
  704. this.update_time.MinimumWidth = 8;
  705. this.update_time.Name = "update_time";
  706. this.update_time.ReadOnly = true;
  707. this.update_time.Width = 150;
  708. //
  709. // inspect_time
  710. //
  711. this.inspect_time.DataPropertyName = "inspect_time";
  712. this.inspect_time.HeaderText = "抽检时间";
  713. this.inspect_time.MinimumWidth = 8;
  714. this.inspect_time.Name = "inspect_time";
  715. this.inspect_time.ReadOnly = true;
  716. this.inspect_time.Visible = false;
  717. this.inspect_time.Width = 150;
  718. //
  719. // inspect_name
  720. //
  721. this.inspect_name.DataPropertyName = "inspect_name";
  722. this.inspect_name.HeaderText = "抽检人员";
  723. this.inspect_name.MinimumWidth = 8;
  724. this.inspect_name.Name = "inspect_name";
  725. this.inspect_name.ReadOnly = true;
  726. this.inspect_name.Width = 80;
  727. //
  728. // Make_BurnInspection
  729. //
  730. this.AllowDrop = true;
  731. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  732. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  733. this.ClientSize = new System.Drawing.Size(1280, 720);
  734. this.Controls.Add(this.tableLayoutPanel1);
  735. this.Controls.Add(this.panel1);
  736. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  737. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  738. this.Margin = new System.Windows.Forms.Padding(4);
  739. this.Name = "Make_BurnInspection";
  740. this.Text = "Make_WirelessTest";
  741. this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
  742. this.panel1.ResumeLayout(false);
  743. this.panel1.PerformLayout();
  744. this.tableLayoutPanel1.ResumeLayout(false);
  745. this.panel2.ResumeLayout(false);
  746. this.panel3.ResumeLayout(false);
  747. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  748. this.panel4.ResumeLayout(false);
  749. this.panel4.PerformLayout();
  750. this.ResumeLayout(false);
  751. }
  752. #endregion
  753. private System.Windows.Forms.Panel panel1;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  757. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  758. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  759. private CustomControl.ButtonUtil.NormalButton OK;
  760. private CustomControl.ButtonUtil.NormalButton NG;
  761. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  762. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  763. private System.Windows.Forms.Panel panel2;
  764. private System.Windows.Forms.Panel panel3;
  765. private System.Windows.Forms.Button ClearMsg;
  766. private System.Windows.Forms.TextBox BurnLotnoVal;
  767. private System.Windows.Forms.Label BurnLotnoLab;
  768. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  769. private System.Windows.Forms.Label ms_makecode_label;
  770. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  771. private System.Windows.Forms.DataGridView DataBox;
  772. private System.Windows.Forms.Panel panel4;
  773. private System.Windows.Forms.TextBox ma_qty;
  774. private System.Windows.Forms.Label TargetQtyLab;
  775. private System.Windows.Forms.TextBox pr_spec;
  776. private System.Windows.Forms.Label PrdetailLab;
  777. private System.Windows.Forms.TextBox EmployeeVal;
  778. private System.Windows.Forms.Label EmployeeLab;
  779. private System.Windows.Forms.CheckBox OkBox;
  780. private System.Windows.Forms.Label TestLab;
  781. private System.Windows.Forms.CheckBox NgBox;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  787. private System.Windows.Forms.TextBox CurrQtyVal;
  788. private System.Windows.Forms.Label CurrQtyLab;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  790. private System.Windows.Forms.DateTimePicker EndDateTime;
  791. private System.Windows.Forms.Label DateTime;
  792. private System.Windows.Forms.CheckBox DateTimeCheck;
  793. private System.Windows.Forms.DateTimePicker StartDateTime;
  794. private System.Windows.Forms.TextBox InspectNumVal;
  795. private System.Windows.Forms.Label InspectNumLab;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn BURN_ID;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn burn_qty;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn line;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn ic_detail;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
  807. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_time;
  808. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_name;
  809. }
  810. }