Make_BurnInspection.Designer.cs 35 KB

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