Make_PcbClean.Designer.cs 26 KB

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