Make_BurnInspection.Designer.cs 27 KB

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