Make_PcbClean.Designer.cs 25 KB

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