Make_PcbClean.Designer.cs 22 KB

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