Make_BurnInspection.Designer.cs 31 KB

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