Make_BurnInspection.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  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.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  31. this.ms_makecode_label = new System.Windows.Forms.Label();
  32. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  33. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  39. this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.ClearMsg = new System.Windows.Forms.Button();
  44. this.panel3 = new System.Windows.Forms.Panel();
  45. this.DataBox = new System.Windows.Forms.DataGridView();
  46. this.BURN_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.inspect_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.inspect_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.inspect_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.panel4 = new System.Windows.Forms.Panel();
  57. this.BurnLotnoVal = new System.Windows.Forms.TextBox();
  58. this.BurnLotnoLab = new System.Windows.Forms.Label();
  59. this.ma_qty = new System.Windows.Forms.TextBox();
  60. this.TargetQtyLab = new System.Windows.Forms.Label();
  61. this.pr_spec = new System.Windows.Forms.TextBox();
  62. this.PrdetailLab = new System.Windows.Forms.Label();
  63. this.panel1.SuspendLayout();
  64. this.tableLayoutPanel1.SuspendLayout();
  65. this.panel2.SuspendLayout();
  66. this.panel3.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  68. this.panel4.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // panel1
  72. //
  73. this.panel1.Controls.Add(this.ma_qty);
  74. this.panel1.Controls.Add(this.TargetQtyLab);
  75. this.panel1.Controls.Add(this.pr_spec);
  76. this.panel1.Controls.Add(this.PrdetailLab);
  77. this.panel1.Controls.Add(this.LockMakeCode);
  78. this.panel1.Controls.Add(this.ms_makecode_label);
  79. this.panel1.Controls.Add(this.ma_code);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  83. this.panel1.Name = "panel1";
  84. this.panel1.Size = new System.Drawing.Size(1280, 112);
  85. this.panel1.TabIndex = 132;
  86. //
  87. // LockMakeCode
  88. //
  89. this.LockMakeCode.AutoSize = true;
  90. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.LockMakeCode.LeaveEvent = false;
  92. this.LockMakeCode.Location = new System.Drawing.Point(306, 23);
  93. this.LockMakeCode.Name = "LockMakeCode";
  94. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  95. this.LockMakeCode.TabIndex = 160;
  96. this.LockMakeCode.Text = "锁定";
  97. this.LockMakeCode.UseVisualStyleBackColor = true;
  98. //
  99. // ms_makecode_label
  100. //
  101. this.ms_makecode_label.AutoSize = true;
  102. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.ms_makecode_label.Location = new System.Drawing.Point(21, 21);
  104. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.ms_makecode_label.Name = "ms_makecode_label";
  106. this.ms_makecode_label.Size = new System.Drawing.Size(96, 28);
  107. this.ms_makecode_label.TabIndex = 156;
  108. this.ms_makecode_label.Text = "归属工单";
  109. //
  110. // ma_code
  111. //
  112. this.ma_code.AllPower = null;
  113. this.ma_code.Caller = null;
  114. this.ma_code.Condition = null;
  115. this.ma_code.DBTitle = null;
  116. this.ma_code.FormName = null;
  117. this.ma_code.Location = new System.Drawing.Point(87, 21);
  118. this.ma_code.Name = "ma_code";
  119. this.ma_code.Power = null;
  120. this.ma_code.ReturnData = null;
  121. this.ma_code.SelectField = null;
  122. this.ma_code.SetValueField = null;
  123. this.ma_code.Size = new System.Drawing.Size(205, 32);
  124. this.ma_code.TabIndex = 157;
  125. this.ma_code.TableName = null;
  126. this.ma_code.Tag = "ma_code";
  127. this.ma_code.TextBoxEnable = true;
  128. //
  129. // dataGridViewTextBoxColumn1
  130. //
  131. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  132. this.dataGridViewTextBoxColumn1.HeaderText = "MAC";
  133. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  134. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  135. this.dataGridViewTextBoxColumn1.Width = 150;
  136. //
  137. // dataGridViewTextBoxColumn2
  138. //
  139. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  140. this.dataGridViewTextBoxColumn2.HeaderText = "测试项目";
  141. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  142. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  143. this.dataGridViewTextBoxColumn2.Width = 150;
  144. //
  145. // dataGridViewTextBoxColumn3
  146. //
  147. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  148. this.dataGridViewTextBoxColumn3.HeaderText = "测试结果";
  149. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  150. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  151. this.dataGridViewTextBoxColumn3.Width = 150;
  152. //
  153. // dataGridViewTextBoxColumn4
  154. //
  155. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  156. this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
  157. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  158. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  159. this.dataGridViewTextBoxColumn4.Width = 150;
  160. //
  161. // dataGridViewTextBoxColumn5
  162. //
  163. this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
  164. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  165. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  166. this.dataGridViewTextBoxColumn5.Width = 150;
  167. //
  168. // OperatResult
  169. //
  170. this.OperatResult.AcceptsTab = true;
  171. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  172. | System.Windows.Forms.AnchorStyles.Right)));
  173. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.OperatResult.Location = new System.Drawing.Point(0, 0);
  175. this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  176. this.OperatResult.Name = "OperatResult";
  177. this.OperatResult.Size = new System.Drawing.Size(378, 492);
  178. this.OperatResult.TabIndex = 133;
  179. this.OperatResult.Text = "";
  180. //
  181. // NG
  182. //
  183. this.NG.AllPower = null;
  184. this.NG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  185. this.NG.BackColor = System.Drawing.Color.Transparent;
  186. this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
  187. this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
  188. this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.NG.ForeColor = System.Drawing.Color.Red;
  190. this.NG.Image = null;
  191. this.NG.IsShowBorder = true;
  192. this.NG.Location = new System.Drawing.Point(650, 14);
  193. this.NG.Margin = new System.Windows.Forms.Padding(5);
  194. this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
  195. this.NG.Name = "NG";
  196. this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
  197. this.NG.Power = null;
  198. this.NG.Size = new System.Drawing.Size(147, 54);
  199. this.NG.TabIndex = 136;
  200. this.NG.Tag = "IfRead";
  201. this.NG.Text = "NG";
  202. this.NG.UseVisualStyleBackColor = true;
  203. this.NG.Click += new System.EventHandler(this.NG_Click);
  204. //
  205. // OK
  206. //
  207. this.OK.AllPower = null;
  208. this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  209. this.OK.BackColor = System.Drawing.Color.Transparent;
  210. this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
  211. this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
  212. this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.OK.ForeColor = System.Drawing.Color.Green;
  214. this.OK.Image = null;
  215. this.OK.IsShowBorder = true;
  216. this.OK.Location = new System.Drawing.Point(441, 14);
  217. this.OK.Margin = new System.Windows.Forms.Padding(5);
  218. this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
  219. this.OK.Name = "OK";
  220. this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
  221. this.OK.Power = null;
  222. this.OK.Size = new System.Drawing.Size(147, 54);
  223. this.OK.TabIndex = 134;
  224. this.OK.Tag = "IfRead";
  225. this.OK.Text = "OK";
  226. this.OK.UseVisualStyleBackColor = false;
  227. this.OK.Click += new System.EventHandler(this.OK_Click);
  228. //
  229. // tableLayoutPanel1
  230. //
  231. this.tableLayoutPanel1.ColumnCount = 2;
  232. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  233. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  234. this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
  235. this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
  236. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 112);
  238. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  239. this.tableLayoutPanel1.RowCount = 1;
  240. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  241. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 608);
  242. this.tableLayoutPanel1.TabIndex = 133;
  243. //
  244. // panel2
  245. //
  246. this.panel2.Controls.Add(this.ClearMsg);
  247. this.panel2.Controls.Add(this.OperatResult);
  248. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.panel2.Location = new System.Drawing.Point(899, 3);
  250. this.panel2.Name = "panel2";
  251. this.panel2.Size = new System.Drawing.Size(378, 602);
  252. this.panel2.TabIndex = 0;
  253. //
  254. // ClearMsg
  255. //
  256. this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  257. | System.Windows.Forms.AnchorStyles.Right)));
  258. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  259. this.ClearMsg.Location = new System.Drawing.Point(156, 500);
  260. this.ClearMsg.Name = "ClearMsg";
  261. this.ClearMsg.Size = new System.Drawing.Size(81, 28);
  262. this.ClearMsg.TabIndex = 157;
  263. this.ClearMsg.Text = "清理";
  264. this.ClearMsg.UseVisualStyleBackColor = true;
  265. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  266. //
  267. // panel3
  268. //
  269. this.panel3.Controls.Add(this.DataBox);
  270. this.panel3.Controls.Add(this.panel4);
  271. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  272. this.panel3.Location = new System.Drawing.Point(3, 3);
  273. this.panel3.Name = "panel3";
  274. this.panel3.Size = new System.Drawing.Size(890, 602);
  275. this.panel3.TabIndex = 1;
  276. //
  277. // DataBox
  278. //
  279. this.DataBox.AllowUserToAddRows = false;
  280. this.DataBox.AllowUserToDeleteRows = false;
  281. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  282. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  283. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  284. this.BURN_ID,
  285. this.work_order,
  286. this.burn_lotno,
  287. this.line,
  288. this.burn_software,
  289. this.inspect_res,
  290. this.check_code,
  291. this.dot_detail,
  292. this.inspect_time,
  293. this.inspect_name});
  294. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  295. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  296. this.DataBox.Location = new System.Drawing.Point(0, 0);
  297. this.DataBox.Name = "DataBox";
  298. this.DataBox.ReadOnly = true;
  299. this.DataBox.RowHeadersWidth = 62;
  300. this.DataBox.RowTemplate.Height = 30;
  301. this.DataBox.Size = new System.Drawing.Size(890, 500);
  302. this.DataBox.TabIndex = 155;
  303. //
  304. // BURN_ID
  305. //
  306. this.BURN_ID.DataPropertyName = "BURN_ID";
  307. this.BURN_ID.HeaderText = "BURN_ID";
  308. this.BURN_ID.MinimumWidth = 8;
  309. this.BURN_ID.Name = "BURN_ID";
  310. this.BURN_ID.ReadOnly = true;
  311. this.BURN_ID.Visible = false;
  312. this.BURN_ID.Width = 150;
  313. //
  314. // work_order
  315. //
  316. this.work_order.DataPropertyName = "work_order";
  317. this.work_order.HeaderText = "工单号";
  318. this.work_order.MinimumWidth = 8;
  319. this.work_order.Name = "work_order";
  320. this.work_order.ReadOnly = true;
  321. this.work_order.Width = 120;
  322. //
  323. // burn_lotno
  324. //
  325. this.burn_lotno.DataPropertyName = "burn_lotno";
  326. this.burn_lotno.HeaderText = "烧录批号";
  327. this.burn_lotno.MinimumWidth = 8;
  328. this.burn_lotno.Name = "burn_lotno";
  329. this.burn_lotno.ReadOnly = true;
  330. this.burn_lotno.Width = 150;
  331. //
  332. // line
  333. //
  334. this.line.DataPropertyName = "line";
  335. this.line.HeaderText = "线体";
  336. this.line.MinimumWidth = 8;
  337. this.line.Name = "line";
  338. this.line.ReadOnly = true;
  339. this.line.Width = 70;
  340. //
  341. // burn_software
  342. //
  343. this.burn_software.DataPropertyName = "burn_software";
  344. this.burn_software.HeaderText = "烧录软件";
  345. this.burn_software.MinimumWidth = 8;
  346. this.burn_software.Name = "burn_software";
  347. this.burn_software.ReadOnly = true;
  348. this.burn_software.Width = 150;
  349. //
  350. // inspect_res
  351. //
  352. this.inspect_res.DataPropertyName = "inspect_res";
  353. this.inspect_res.HeaderText = "抽检结果";
  354. this.inspect_res.MinimumWidth = 8;
  355. this.inspect_res.Name = "inspect_res";
  356. this.inspect_res.ReadOnly = true;
  357. this.inspect_res.Width = 80;
  358. //
  359. // check_code
  360. //
  361. this.check_code.DataPropertyName = "check_code";
  362. this.check_code.HeaderText = "校验码";
  363. this.check_code.MinimumWidth = 8;
  364. this.check_code.Name = "check_code";
  365. this.check_code.ReadOnly = true;
  366. this.check_code.Width = 150;
  367. //
  368. // dot_detail
  369. //
  370. this.dot_detail.DataPropertyName = "dot_detail";
  371. this.dot_detail.HeaderText = "打点信息";
  372. this.dot_detail.MinimumWidth = 8;
  373. this.dot_detail.Name = "dot_detail";
  374. this.dot_detail.ReadOnly = true;
  375. this.dot_detail.Width = 150;
  376. //
  377. // inspect_time
  378. //
  379. this.inspect_time.DataPropertyName = "inspect_time";
  380. this.inspect_time.HeaderText = "抽检时间";
  381. this.inspect_time.MinimumWidth = 8;
  382. this.inspect_time.Name = "inspect_time";
  383. this.inspect_time.ReadOnly = true;
  384. this.inspect_time.Width = 150;
  385. //
  386. // inspect_name
  387. //
  388. this.inspect_name.DataPropertyName = "inspect_name";
  389. this.inspect_name.HeaderText = "抽检人员";
  390. this.inspect_name.MinimumWidth = 8;
  391. this.inspect_name.Name = "inspect_name";
  392. this.inspect_name.ReadOnly = true;
  393. this.inspect_name.Width = 80;
  394. //
  395. // panel4
  396. //
  397. this.panel4.Controls.Add(this.BurnLotnoVal);
  398. this.panel4.Controls.Add(this.BurnLotnoLab);
  399. this.panel4.Controls.Add(this.OK);
  400. this.panel4.Controls.Add(this.NG);
  401. this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
  402. this.panel4.Location = new System.Drawing.Point(0, 500);
  403. this.panel4.Name = "panel4";
  404. this.panel4.Size = new System.Drawing.Size(890, 102);
  405. this.panel4.TabIndex = 156;
  406. //
  407. // BurnLotnoVal
  408. //
  409. this.BurnLotnoVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  410. this.BurnLotnoVal.Location = new System.Drawing.Point(132, 27);
  411. this.BurnLotnoVal.Name = "BurnLotnoVal";
  412. this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
  413. this.BurnLotnoVal.TabIndex = 162;
  414. //
  415. // BurnLotnoLab
  416. //
  417. this.BurnLotnoLab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  418. this.BurnLotnoLab.AutoSize = true;
  419. this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.BurnLotnoLab.Location = new System.Drawing.Point(70, 31);
  421. this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  422. this.BurnLotnoLab.Name = "BurnLotnoLab";
  423. this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
  424. this.BurnLotnoLab.TabIndex = 161;
  425. this.BurnLotnoLab.Text = "烧录批次";
  426. //
  427. // ma_qty
  428. //
  429. this.ma_qty.Enabled = false;
  430. this.ma_qty.Location = new System.Drawing.Point(444, 21);
  431. this.ma_qty.Name = "ma_qty";
  432. this.ma_qty.Size = new System.Drawing.Size(61, 31);
  433. this.ma_qty.TabIndex = 164;
  434. //
  435. // TargetQtyLab
  436. //
  437. this.TargetQtyLab.AutoSize = true;
  438. this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  439. this.TargetQtyLab.Location = new System.Drawing.Point(376, 21);
  440. this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  441. this.TargetQtyLab.Name = "TargetQtyLab";
  442. this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
  443. this.TargetQtyLab.TabIndex = 163;
  444. this.TargetQtyLab.Text = "工单数量";
  445. //
  446. // pr_spec
  447. //
  448. this.pr_spec.Enabled = false;
  449. this.pr_spec.Location = new System.Drawing.Point(590, 21);
  450. this.pr_spec.Name = "pr_spec";
  451. this.pr_spec.Size = new System.Drawing.Size(429, 31);
  452. this.pr_spec.TabIndex = 162;
  453. //
  454. // PrdetailLab
  455. //
  456. this.PrdetailLab.AutoSize = true;
  457. this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.PrdetailLab.Location = new System.Drawing.Point(522, 21);
  459. this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  460. this.PrdetailLab.Name = "PrdetailLab";
  461. this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
  462. this.PrdetailLab.TabIndex = 161;
  463. this.PrdetailLab.Text = "机型信息 ";
  464. //
  465. // Make_BurnInspection
  466. //
  467. this.AllowDrop = true;
  468. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  469. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  470. this.ClientSize = new System.Drawing.Size(1280, 720);
  471. this.Controls.Add(this.tableLayoutPanel1);
  472. this.Controls.Add(this.panel1);
  473. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  474. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  475. this.Margin = new System.Windows.Forms.Padding(4);
  476. this.Name = "Make_BurnInspection";
  477. this.Text = "Make_WirelessTest";
  478. this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
  479. this.panel1.ResumeLayout(false);
  480. this.panel1.PerformLayout();
  481. this.tableLayoutPanel1.ResumeLayout(false);
  482. this.panel2.ResumeLayout(false);
  483. this.panel3.ResumeLayout(false);
  484. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  485. this.panel4.ResumeLayout(false);
  486. this.panel4.PerformLayout();
  487. this.ResumeLayout(false);
  488. }
  489. #endregion
  490. private System.Windows.Forms.Panel panel1;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  493. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  494. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  495. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  496. private CustomControl.ButtonUtil.NormalButton OK;
  497. private CustomControl.ButtonUtil.NormalButton NG;
  498. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  499. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  500. private System.Windows.Forms.Panel panel2;
  501. private System.Windows.Forms.Panel panel3;
  502. private System.Windows.Forms.Button ClearMsg;
  503. private System.Windows.Forms.TextBox BurnLotnoVal;
  504. private System.Windows.Forms.Label BurnLotnoLab;
  505. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  506. private System.Windows.Forms.Label ms_makecode_label;
  507. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  508. private System.Windows.Forms.DataGridView DataBox;
  509. private System.Windows.Forms.Panel panel4;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn BURN_ID;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn line;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_time;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_name;
  520. private System.Windows.Forms.TextBox ma_qty;
  521. private System.Windows.Forms.Label TargetQtyLab;
  522. private System.Windows.Forms.TextBox pr_spec;
  523. private System.Windows.Forms.Label PrdetailLab;
  524. }
  525. }