Make_PcbCleanCheck.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_PcbCleanCheck
  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. this.ms_makecode_label = new System.Windows.Forms.Label();
  29. this.LineLab = new System.Windows.Forms.Label();
  30. this.LineVal = new System.Windows.Forms.ComboBox();
  31. this.TopBox = new System.Windows.Forms.Panel();
  32. this.CheckEmployeeVal = new System.Windows.Forms.TextBox();
  33. this.CheckEmployeeLab = new System.Windows.Forms.Label();
  34. this.ms_makecode_Val = new System.Windows.Forms.TextBox();
  35. this.EmployeeVal = new System.Windows.Forms.TextBox();
  36. this.EmployeeLab = new System.Windows.Forms.Label();
  37. this.SideLab = new System.Windows.Forms.Label();
  38. this.SideVal = new System.Windows.Forms.ComboBox();
  39. this.SnVal = new System.Windows.Forms.TextBox();
  40. this.SnLab = new System.Windows.Forms.Label();
  41. this.DataBox = new System.Windows.Forms.DataGridView();
  42. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  43. this.RightBox = new System.Windows.Forms.Panel();
  44. this.ClearMsg = new System.Windows.Forms.Button();
  45. this.SpecVal = new System.Windows.Forms.TextBox();
  46. this.SpecLab = new System.Windows.Forms.Label();
  47. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.SN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Side = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.update_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.check_type = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  61. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  62. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.TopBox.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  66. this.tableLayoutPanel1.SuspendLayout();
  67. this.RightBox.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // ms_makecode_label
  71. //
  72. this.ms_makecode_label.AutoSize = true;
  73. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.ms_makecode_label.Location = new System.Drawing.Point(31, 31);
  75. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  76. this.ms_makecode_label.Name = "ms_makecode_label";
  77. this.ms_makecode_label.Size = new System.Drawing.Size(75, 28);
  78. this.ms_makecode_label.TabIndex = 142;
  79. this.ms_makecode_label.Text = "工单号";
  80. //
  81. // LineLab
  82. //
  83. this.LineLab.AutoSize = true;
  84. this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.LineLab.Location = new System.Drawing.Point(309, 32);
  86. this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  87. this.LineLab.Name = "LineLab";
  88. this.LineLab.Size = new System.Drawing.Size(54, 28);
  89. this.LineLab.TabIndex = 144;
  90. this.LineLab.Text = "线体";
  91. //
  92. // LineVal
  93. //
  94. this.LineVal.Cursor = System.Windows.Forms.Cursors.Hand;
  95. this.LineVal.FormattingEnabled = true;
  96. this.LineVal.Location = new System.Drawing.Point(360, 31);
  97. this.LineVal.Name = "LineVal";
  98. this.LineVal.Size = new System.Drawing.Size(160, 32);
  99. this.LineVal.TabIndex = 145;
  100. //
  101. // TopBox
  102. //
  103. this.TopBox.Controls.Add(this.SpecVal);
  104. this.TopBox.Controls.Add(this.SpecLab);
  105. this.TopBox.Controls.Add(this.CheckEmployeeVal);
  106. this.TopBox.Controls.Add(this.CheckEmployeeLab);
  107. this.TopBox.Controls.Add(this.ms_makecode_Val);
  108. this.TopBox.Controls.Add(this.EmployeeVal);
  109. this.TopBox.Controls.Add(this.EmployeeLab);
  110. this.TopBox.Controls.Add(this.SideLab);
  111. this.TopBox.Controls.Add(this.SideVal);
  112. this.TopBox.Controls.Add(this.SnVal);
  113. this.TopBox.Controls.Add(this.SnLab);
  114. this.TopBox.Controls.Add(this.LineLab);
  115. this.TopBox.Controls.Add(this.LineVal);
  116. this.TopBox.Controls.Add(this.ms_makecode_label);
  117. this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
  118. this.TopBox.Location = new System.Drawing.Point(0, 0);
  119. this.TopBox.Name = "TopBox";
  120. this.TopBox.Size = new System.Drawing.Size(1280, 201);
  121. this.TopBox.TabIndex = 153;
  122. //
  123. // CheckEmployeeVal
  124. //
  125. this.CheckEmployeeVal.Location = new System.Drawing.Point(89, 79);
  126. this.CheckEmployeeVal.Name = "CheckEmployeeVal";
  127. this.CheckEmployeeVal.Size = new System.Drawing.Size(113, 31);
  128. this.CheckEmployeeVal.TabIndex = 185;
  129. //
  130. // CheckEmployeeLab
  131. //
  132. this.CheckEmployeeLab.AutoSize = true;
  133. this.CheckEmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.CheckEmployeeLab.Location = new System.Drawing.Point(12, 80);
  135. this.CheckEmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.CheckEmployeeLab.Name = "CheckEmployeeLab";
  137. this.CheckEmployeeLab.Size = new System.Drawing.Size(96, 28);
  138. this.CheckEmployeeLab.TabIndex = 184;
  139. this.CheckEmployeeLab.Text = "核对人员";
  140. //
  141. // ms_makecode_Val
  142. //
  143. this.ms_makecode_Val.Location = new System.Drawing.Point(89, 30);
  144. this.ms_makecode_Val.Name = "ms_makecode_Val";
  145. this.ms_makecode_Val.Size = new System.Drawing.Size(207, 31);
  146. this.ms_makecode_Val.TabIndex = 183;
  147. //
  148. // EmployeeVal
  149. //
  150. this.EmployeeVal.Location = new System.Drawing.Point(774, 30);
  151. this.EmployeeVal.Name = "EmployeeVal";
  152. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  153. this.EmployeeVal.TabIndex = 182;
  154. //
  155. // EmployeeLab
  156. //
  157. this.EmployeeLab.AutoSize = true;
  158. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.EmployeeLab.Location = new System.Drawing.Point(698, 31);
  160. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  161. this.EmployeeLab.Name = "EmployeeLab";
  162. this.EmployeeLab.Size = new System.Drawing.Size(96, 28);
  163. this.EmployeeLab.TabIndex = 181;
  164. this.EmployeeLab.Text = "清洗人员";
  165. //
  166. // SideLab
  167. //
  168. this.SideLab.AutoSize = true;
  169. this.SideLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.SideLab.Location = new System.Drawing.Point(547, 30);
  171. this.SideLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.SideLab.Name = "SideLab";
  173. this.SideLab.Size = new System.Drawing.Size(54, 28);
  174. this.SideLab.TabIndex = 156;
  175. this.SideLab.Text = "面别";
  176. //
  177. // SideVal
  178. //
  179. this.SideVal.Cursor = System.Windows.Forms.Cursors.Hand;
  180. this.SideVal.FormattingEnabled = true;
  181. this.SideVal.Location = new System.Drawing.Point(587, 31);
  182. this.SideVal.Name = "SideVal";
  183. this.SideVal.Size = new System.Drawing.Size(89, 32);
  184. this.SideVal.TabIndex = 157;
  185. //
  186. // SnVal
  187. //
  188. this.SnVal.Location = new System.Drawing.Point(89, 133);
  189. this.SnVal.Name = "SnVal";
  190. this.SnVal.Size = new System.Drawing.Size(243, 31);
  191. this.SnVal.TabIndex = 155;
  192. this.SnVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnVal_KeyDown);
  193. //
  194. // SnLab
  195. //
  196. this.SnLab.AutoSize = true;
  197. this.SnLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.SnLab.Location = new System.Drawing.Point(29, 133);
  199. this.SnLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  200. this.SnLab.Name = "SnLab";
  201. this.SnLab.Size = new System.Drawing.Size(75, 28);
  202. this.SnLab.TabIndex = 154;
  203. this.SnLab.Text = "序列号";
  204. //
  205. // DataBox
  206. //
  207. this.DataBox.AllowUserToAddRows = false;
  208. this.DataBox.AllowUserToDeleteRows = false;
  209. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  210. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  211. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  212. this.work_order,
  213. this.SN,
  214. this.line,
  215. this.Side,
  216. this.update_time,
  217. this.update_name,
  218. this.check_type});
  219. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  221. this.DataBox.Location = new System.Drawing.Point(3, 3);
  222. this.DataBox.Name = "DataBox";
  223. this.DataBox.ReadOnly = true;
  224. this.DataBox.RowHeadersWidth = 62;
  225. this.DataBox.RowTemplate.Height = 30;
  226. this.DataBox.Size = new System.Drawing.Size(890, 513);
  227. this.DataBox.TabIndex = 154;
  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.DataBox, 0, 0);
  235. this.tableLayoutPanel1.Controls.Add(this.RightBox, 1, 0);
  236. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  237. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 201);
  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.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 519F));
  242. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 519);
  243. this.tableLayoutPanel1.TabIndex = 156;
  244. //
  245. // RightBox
  246. //
  247. this.RightBox.Controls.Add(this.ClearMsg);
  248. this.RightBox.Controls.Add(this.OperateResult);
  249. this.RightBox.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.RightBox.Location = new System.Drawing.Point(899, 3);
  251. this.RightBox.Name = "RightBox";
  252. this.RightBox.Size = new System.Drawing.Size(378, 513);
  253. this.RightBox.TabIndex = 156;
  254. //
  255. // ClearMsg
  256. //
  257. this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  260. this.ClearMsg.Location = new System.Drawing.Point(155, 471);
  261. this.ClearMsg.Name = "ClearMsg";
  262. this.ClearMsg.Size = new System.Drawing.Size(81, 28);
  263. this.ClearMsg.TabIndex = 156;
  264. this.ClearMsg.Text = "清理";
  265. this.ClearMsg.UseVisualStyleBackColor = true;
  266. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  267. //
  268. // SpecVal
  269. //
  270. this.SpecVal.Location = new System.Drawing.Point(972, 17);
  271. this.SpecVal.Multiline = true;
  272. this.SpecVal.Name = "SpecVal";
  273. this.SpecVal.Size = new System.Drawing.Size(420, 61);
  274. this.SpecVal.TabIndex = 187;
  275. //
  276. // SpecLab
  277. //
  278. this.SpecLab.AutoSize = true;
  279. this.SpecLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.SpecLab.Location = new System.Drawing.Point(897, 32);
  281. this.SpecLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  282. this.SpecLab.Name = "SpecLab";
  283. this.SpecLab.Size = new System.Drawing.Size(96, 28);
  284. this.SpecLab.TabIndex = 186;
  285. this.SpecLab.Text = "机型信息";
  286. //
  287. // dataGridViewTextBoxColumn1
  288. //
  289. this.dataGridViewTextBoxColumn1.DataPropertyName = "work_order";
  290. this.dataGridViewTextBoxColumn1.HeaderText = "工单号";
  291. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  292. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  293. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  294. this.dataGridViewTextBoxColumn1.Width = 150;
  295. //
  296. // dataGridViewTextBoxColumn2
  297. //
  298. this.dataGridViewTextBoxColumn2.DataPropertyName = "burn_lotno";
  299. this.dataGridViewTextBoxColumn2.HeaderText = "烧录批号";
  300. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  301. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  302. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  303. this.dataGridViewTextBoxColumn2.Width = 150;
  304. //
  305. // dataGridViewTextBoxColumn3
  306. //
  307. this.dataGridViewTextBoxColumn3.DataPropertyName = "line";
  308. this.dataGridViewTextBoxColumn3.HeaderText = "线体";
  309. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  310. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  311. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  312. this.dataGridViewTextBoxColumn3.Visible = false;
  313. this.dataGridViewTextBoxColumn3.Width = 150;
  314. //
  315. // dataGridViewTextBoxColumn4
  316. //
  317. this.dataGridViewTextBoxColumn4.DataPropertyName = "burn_software";
  318. this.dataGridViewTextBoxColumn4.HeaderText = "烧录软件";
  319. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  320. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  321. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  322. this.dataGridViewTextBoxColumn4.Width = 150;
  323. //
  324. // dataGridViewTextBoxColumn5
  325. //
  326. this.dataGridViewTextBoxColumn5.DataPropertyName = "check_code";
  327. this.dataGridViewTextBoxColumn5.HeaderText = "校验码";
  328. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  329. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  330. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  331. this.dataGridViewTextBoxColumn5.Width = 150;
  332. //
  333. // dataGridViewTextBoxColumn6
  334. //
  335. this.dataGridViewTextBoxColumn6.DataPropertyName = "dot_detail";
  336. this.dataGridViewTextBoxColumn6.HeaderText = "打点信息";
  337. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  338. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  339. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  340. this.dataGridViewTextBoxColumn6.Width = 150;
  341. //
  342. // dataGridViewCheckBoxColumn1
  343. //
  344. this.dataGridViewCheckBoxColumn1.DataPropertyName = "check_type";
  345. this.dataGridViewCheckBoxColumn1.HeaderText = "是否核对";
  346. this.dataGridViewCheckBoxColumn1.MinimumWidth = 8;
  347. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  348. this.dataGridViewCheckBoxColumn1.Width = 150;
  349. //
  350. // work_order
  351. //
  352. this.work_order.DataPropertyName = "work_order";
  353. this.work_order.HeaderText = "工单号";
  354. this.work_order.MinimumWidth = 8;
  355. this.work_order.Name = "work_order";
  356. this.work_order.ReadOnly = true;
  357. this.work_order.Width = 150;
  358. //
  359. // SN
  360. //
  361. this.SN.DataPropertyName = "SN";
  362. this.SN.HeaderText = "序列号";
  363. this.SN.MinimumWidth = 8;
  364. this.SN.Name = "SN";
  365. this.SN.ReadOnly = true;
  366. this.SN.Width = 180;
  367. //
  368. // line
  369. //
  370. this.line.DataPropertyName = "line";
  371. this.line.HeaderText = "线体";
  372. this.line.MinimumWidth = 8;
  373. this.line.Name = "line";
  374. this.line.ReadOnly = true;
  375. this.line.Width = 120;
  376. //
  377. // Side
  378. //
  379. this.Side.DataPropertyName = "Side";
  380. this.Side.HeaderText = "面别";
  381. this.Side.MinimumWidth = 8;
  382. this.Side.Name = "Side";
  383. this.Side.ReadOnly = true;
  384. this.Side.Width = 80;
  385. //
  386. // update_time
  387. //
  388. this.update_time.DataPropertyName = "update_time";
  389. this.update_time.HeaderText = "清洗时间";
  390. this.update_time.MinimumWidth = 8;
  391. this.update_time.Name = "update_time";
  392. this.update_time.ReadOnly = true;
  393. this.update_time.Width = 150;
  394. //
  395. // update_name
  396. //
  397. this.update_name.DataPropertyName = "update_name";
  398. this.update_name.HeaderText = "清洗人员";
  399. this.update_name.MinimumWidth = 8;
  400. this.update_name.Name = "update_name";
  401. this.update_name.ReadOnly = true;
  402. this.update_name.Width = 150;
  403. //
  404. // check_type
  405. //
  406. this.check_type.DataPropertyName = "check_type";
  407. this.check_type.HeaderText = "是否核对";
  408. this.check_type.MinimumWidth = 8;
  409. this.check_type.Name = "check_type";
  410. this.check_type.ReadOnly = true;
  411. this.check_type.Width = 150;
  412. //
  413. // OperateResult
  414. //
  415. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  416. | System.Windows.Forms.AnchorStyles.Right)));
  417. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.OperateResult.Location = new System.Drawing.Point(0, 0);
  419. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  420. this.OperateResult.Name = "OperateResult";
  421. this.OperateResult.Size = new System.Drawing.Size(378, 463);
  422. this.OperateResult.TabIndex = 155;
  423. this.OperateResult.Text = "";
  424. //
  425. // dataGridViewTextBoxColumn7
  426. //
  427. this.dataGridViewTextBoxColumn7.DataPropertyName = "update_time";
  428. this.dataGridViewTextBoxColumn7.HeaderText = "操作时间";
  429. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  430. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  431. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  432. this.dataGridViewTextBoxColumn7.Width = 150;
  433. //
  434. // dataGridViewTextBoxColumn8
  435. //
  436. this.dataGridViewTextBoxColumn8.DataPropertyName = "update_name";
  437. this.dataGridViewTextBoxColumn8.HeaderText = "操作人";
  438. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  439. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  440. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  441. this.dataGridViewTextBoxColumn8.Width = 150;
  442. //
  443. // Make_PcbCleanCheck
  444. //
  445. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  446. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  447. this.ClientSize = new System.Drawing.Size(1280, 720);
  448. this.Controls.Add(this.tableLayoutPanel1);
  449. this.Controls.Add(this.TopBox);
  450. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  451. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  452. this.Margin = new System.Windows.Forms.Padding(4);
  453. this.Name = "Make_PcbCleanCheck";
  454. this.Text = "Make_BurnInfo";
  455. this.Load += new System.EventHandler(this.Make_BurnInfo_Load);
  456. this.TopBox.ResumeLayout(false);
  457. this.TopBox.PerformLayout();
  458. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  459. this.tableLayoutPanel1.ResumeLayout(false);
  460. this.RightBox.ResumeLayout(false);
  461. this.ResumeLayout(false);
  462. }
  463. #endregion
  464. private System.Windows.Forms.Label ms_makecode_label;
  465. private System.Windows.Forms.Label LineLab;
  466. private System.Windows.Forms.ComboBox LineVal;
  467. private System.Windows.Forms.Panel TopBox;
  468. private System.Windows.Forms.Label SnLab;
  469. private System.Windows.Forms.DataGridView DataBox;
  470. private System.Windows.Forms.TextBox SnVal;
  471. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  472. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  473. private System.Windows.Forms.Panel RightBox;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  482. private System.Windows.Forms.Button ClearMsg;
  483. private System.Windows.Forms.Label SideLab;
  484. private System.Windows.Forms.ComboBox SideVal;
  485. private System.Windows.Forms.TextBox EmployeeVal;
  486. private System.Windows.Forms.Label EmployeeLab;
  487. private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
  488. private System.Windows.Forms.DataGridViewTextBoxColumn SN;
  489. private System.Windows.Forms.DataGridViewTextBoxColumn line;
  490. private System.Windows.Forms.DataGridViewTextBoxColumn Side;
  491. private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
  492. private System.Windows.Forms.DataGridViewTextBoxColumn update_name;
  493. private System.Windows.Forms.DataGridViewCheckBoxColumn check_type;
  494. private System.Windows.Forms.TextBox ms_makecode_Val;
  495. private System.Windows.Forms.TextBox CheckEmployeeVal;
  496. private System.Windows.Forms.Label CheckEmployeeLab;
  497. private System.Windows.Forms.TextBox SpecVal;
  498. private System.Windows.Forms.Label SpecLab;
  499. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  500. }
  501. }