Make_ParseLog.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ParseLog
  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.Device = new System.Windows.Forms.ComboBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.txtPath = new System.Windows.Forms.TextBox();
  32. this.Choose = new System.Windows.Forms.Button();
  33. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.sideVal = new System.Windows.Forms.ComboBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.FileBox = new System.Windows.Forms.GroupBox();
  38. this.Clear = new System.Windows.Forms.Button();
  39. this.Delete = new System.Windows.Forms.Button();
  40. this.Generate = new System.Windows.Forms.Button();
  41. this.SN6 = new System.Windows.Forms.TextBox();
  42. this.SN5 = new System.Windows.Forms.TextBox();
  43. this.SN4 = new System.Windows.Forms.TextBox();
  44. this.SN3 = new System.Windows.Forms.TextBox();
  45. this.SN2 = new System.Windows.Forms.TextBox();
  46. this.SN1 = new System.Windows.Forms.TextBox();
  47. this.onWatch = new System.Windows.Forms.Button();
  48. this.claerBtn = new System.Windows.Forms.Button();
  49. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  50. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  51. this.allParse = new System.Windows.Forms.Button();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.lstOk = new System.Windows.Forms.ListBox();
  54. this.lstFiles = new System.Windows.Forms.ListBox();
  55. this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  56. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  57. this.lineVal = new System.Windows.Forms.ComboBox();
  58. this.label5 = new System.Windows.Forms.Label();
  59. this.panel1.SuspendLayout();
  60. this.FileBox.SuspendLayout();
  61. this.tableLayoutPanel1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // Device
  65. //
  66. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  67. this.Device.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.Device.FormattingEnabled = true;
  69. this.Device.Items.AddRange(new object[] {
  70. "Xray设备"});
  71. this.Device.Location = new System.Drawing.Point(193, 170);
  72. this.Device.Name = "Device";
  73. this.Device.Size = new System.Drawing.Size(387, 39);
  74. this.Device.TabIndex = 2;
  75. this.Device.SelectedIndexChanged += new System.EventHandler(this.Device_SelectedIndexChanged);
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label1.Location = new System.Drawing.Point(61, 174);
  82. this.label1.Name = "label1";
  83. this.label1.Size = new System.Drawing.Size(101, 30);
  84. this.label1.TabIndex = 0;
  85. this.label1.Text = "设备类型";
  86. //
  87. // label2
  88. //
  89. this.label2.AutoSize = true;
  90. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.label2.Location = new System.Drawing.Point(61, 225);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(123, 30);
  94. this.label2.TabIndex = 4;
  95. this.label2.Text = "文件夹路径";
  96. //
  97. // txtPath
  98. //
  99. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.txtPath.Location = new System.Drawing.Point(193, 225);
  101. this.txtPath.Name = "txtPath";
  102. this.txtPath.Size = new System.Drawing.Size(387, 31);
  103. this.txtPath.TabIndex = 3;
  104. //
  105. // Choose
  106. //
  107. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  108. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.Choose.Location = new System.Drawing.Point(601, 226);
  110. this.Choose.Name = "Choose";
  111. this.Choose.Size = new System.Drawing.Size(122, 38);
  112. this.Choose.TabIndex = 4;
  113. this.Choose.Text = "选择";
  114. this.Choose.UseVisualStyleBackColor = true;
  115. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  116. //
  117. // openFileDialog1
  118. //
  119. this.openFileDialog1.FileName = "openFileDialog1";
  120. this.openFileDialog1.RestoreDirectory = true;
  121. //
  122. // panel1
  123. //
  124. this.panel1.BackColor = System.Drawing.SystemColors.Control;
  125. this.panel1.Controls.Add(this.lineVal);
  126. this.panel1.Controls.Add(this.label5);
  127. this.panel1.Controls.Add(this.sideVal);
  128. this.panel1.Controls.Add(this.label4);
  129. this.panel1.Controls.Add(this.FileBox);
  130. this.panel1.Controls.Add(this.onWatch);
  131. this.panel1.Controls.Add(this.claerBtn);
  132. this.panel1.Controls.Add(this.LockMakeCode);
  133. this.panel1.Controls.Add(this.ma_code);
  134. this.panel1.Controls.Add(this.allParse);
  135. this.panel1.Controls.Add(this.label3);
  136. this.panel1.Controls.Add(this.Device);
  137. this.panel1.Controls.Add(this.label1);
  138. this.panel1.Controls.Add(this.Choose);
  139. this.panel1.Controls.Add(this.label2);
  140. this.panel1.Controls.Add(this.txtPath);
  141. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  142. this.panel1.Location = new System.Drawing.Point(0, 0);
  143. this.panel1.Name = "panel1";
  144. this.panel1.Size = new System.Drawing.Size(1600, 366);
  145. this.panel1.TabIndex = 7;
  146. //
  147. // sideVal
  148. //
  149. this.sideVal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  150. this.sideVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.sideVal.FormattingEnabled = true;
  152. this.sideVal.Items.AddRange(new object[] {
  153. "A",
  154. "B"});
  155. this.sideVal.Location = new System.Drawing.Point(193, 121);
  156. this.sideVal.Name = "sideVal";
  157. this.sideVal.Size = new System.Drawing.Size(88, 39);
  158. this.sideVal.TabIndex = 12;
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.label4.Location = new System.Drawing.Point(105, 125);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(57, 30);
  167. this.label4.TabIndex = 11;
  168. this.label4.Text = "面别";
  169. //
  170. // FileBox
  171. //
  172. this.FileBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  173. this.FileBox.Controls.Add(this.Clear);
  174. this.FileBox.Controls.Add(this.Delete);
  175. this.FileBox.Controls.Add(this.Generate);
  176. this.FileBox.Controls.Add(this.SN6);
  177. this.FileBox.Controls.Add(this.SN5);
  178. this.FileBox.Controls.Add(this.SN4);
  179. this.FileBox.Controls.Add(this.SN3);
  180. this.FileBox.Controls.Add(this.SN2);
  181. this.FileBox.Controls.Add(this.SN1);
  182. this.FileBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.FileBox.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.FileBox.Location = new System.Drawing.Point(2201, 25);
  185. this.FileBox.Name = "FileBox";
  186. this.FileBox.Size = new System.Drawing.Size(759, 244);
  187. this.FileBox.TabIndex = 10;
  188. this.FileBox.TabStop = false;
  189. this.FileBox.Text = "Xray序列号文件名生成";
  190. this.FileBox.Visible = false;
  191. //
  192. // Clear
  193. //
  194. this.Clear.Cursor = System.Windows.Forms.Cursors.Hand;
  195. this.Clear.Location = new System.Drawing.Point(329, 193);
  196. this.Clear.Name = "Clear";
  197. this.Clear.Size = new System.Drawing.Size(117, 36);
  198. this.Clear.TabIndex = 8;
  199. this.Clear.Text = "一键清理";
  200. this.Clear.UseVisualStyleBackColor = true;
  201. this.Clear.Click += new System.EventHandler(this.Clear_Click);
  202. //
  203. // Delete
  204. //
  205. this.Delete.Cursor = System.Windows.Forms.Cursors.Hand;
  206. this.Delete.Location = new System.Drawing.Point(489, 193);
  207. this.Delete.Name = "Delete";
  208. this.Delete.Size = new System.Drawing.Size(117, 36);
  209. this.Delete.TabIndex = 7;
  210. this.Delete.Text = "一键删除";
  211. this.Delete.UseVisualStyleBackColor = true;
  212. this.Delete.Click += new System.EventHandler(this.Delete_Click);
  213. //
  214. // Generate
  215. //
  216. this.Generate.Cursor = System.Windows.Forms.Cursors.Hand;
  217. this.Generate.Location = new System.Drawing.Point(174, 193);
  218. this.Generate.Name = "Generate";
  219. this.Generate.Size = new System.Drawing.Size(117, 36);
  220. this.Generate.TabIndex = 6;
  221. this.Generate.Text = "一键生成";
  222. this.Generate.UseVisualStyleBackColor = true;
  223. this.Generate.Click += new System.EventHandler(this.Generate_Click);
  224. //
  225. // SN6
  226. //
  227. this.SN6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.SN6.Location = new System.Drawing.Point(522, 128);
  229. this.SN6.Name = "SN6";
  230. this.SN6.Size = new System.Drawing.Size(222, 31);
  231. this.SN6.TabIndex = 5;
  232. this.SN6.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN6_KeyDown);
  233. //
  234. // SN5
  235. //
  236. this.SN5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.SN5.Location = new System.Drawing.Point(271, 128);
  238. this.SN5.Name = "SN5";
  239. this.SN5.Size = new System.Drawing.Size(222, 31);
  240. this.SN5.TabIndex = 4;
  241. this.SN5.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN5_KeyDown);
  242. //
  243. // SN4
  244. //
  245. this.SN4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.SN4.Location = new System.Drawing.Point(20, 128);
  247. this.SN4.Name = "SN4";
  248. this.SN4.Size = new System.Drawing.Size(222, 31);
  249. this.SN4.TabIndex = 3;
  250. this.SN4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN4_KeyDown);
  251. //
  252. // SN3
  253. //
  254. this.SN3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.SN3.Location = new System.Drawing.Point(522, 55);
  256. this.SN3.Name = "SN3";
  257. this.SN3.Size = new System.Drawing.Size(222, 31);
  258. this.SN3.TabIndex = 2;
  259. this.SN3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN3_KeyDown);
  260. //
  261. // SN2
  262. //
  263. this.SN2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.SN2.Location = new System.Drawing.Point(271, 55);
  265. this.SN2.Name = "SN2";
  266. this.SN2.Size = new System.Drawing.Size(222, 31);
  267. this.SN2.TabIndex = 1;
  268. this.SN2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN2_KeyDown);
  269. //
  270. // SN1
  271. //
  272. this.SN1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.SN1.Location = new System.Drawing.Point(20, 55);
  274. this.SN1.Name = "SN1";
  275. this.SN1.Size = new System.Drawing.Size(222, 31);
  276. this.SN1.TabIndex = 0;
  277. this.SN1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN1_KeyDown);
  278. //
  279. // onWatch
  280. //
  281. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  282. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.onWatch.Location = new System.Drawing.Point(66, 282);
  284. this.onWatch.Name = "onWatch";
  285. this.onWatch.Size = new System.Drawing.Size(122, 38);
  286. this.onWatch.TabIndex = 8;
  287. this.onWatch.Text = "开启解析";
  288. this.onWatch.UseVisualStyleBackColor = true;
  289. this.onWatch.Click += new System.EventHandler(this.onWatch_Click);
  290. //
  291. // claerBtn
  292. //
  293. this.claerBtn.Cursor = System.Windows.Forms.Cursors.Hand;
  294. this.claerBtn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.claerBtn.Location = new System.Drawing.Point(391, 281);
  296. this.claerBtn.Name = "claerBtn";
  297. this.claerBtn.Size = new System.Drawing.Size(122, 38);
  298. this.claerBtn.TabIndex = 7;
  299. this.claerBtn.Text = "清除";
  300. this.claerBtn.UseVisualStyleBackColor = true;
  301. this.claerBtn.Click += new System.EventHandler(this.claerBtn_Click);
  302. //
  303. // LockMakeCode
  304. //
  305. this.LockMakeCode.AutoSize = true;
  306. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.LockMakeCode.LeaveEvent = false;
  308. this.LockMakeCode.Location = new System.Drawing.Point(523, 30);
  309. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  310. this.LockMakeCode.Name = "LockMakeCode";
  311. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  312. this.LockMakeCode.TabIndex = 1;
  313. this.LockMakeCode.Text = "锁定";
  314. this.LockMakeCode.UseVisualStyleBackColor = true;
  315. //
  316. // ma_code
  317. //
  318. this.ma_code.AllPower = null;
  319. this.ma_code.BackColor = System.Drawing.SystemColors.Control;
  320. this.ma_code.Caller = null;
  321. this.ma_code.Condition = null;
  322. this.ma_code.DBTitle = null;
  323. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.ma_code.FormName = null;
  325. this.ma_code.Location = new System.Drawing.Point(193, 25);
  326. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  327. this.ma_code.Name = "ma_code";
  328. this.ma_code.Power = null;
  329. this.ma_code.ReturnData = null;
  330. this.ma_code.SelectField = null;
  331. this.ma_code.SetValueField = null;
  332. this.ma_code.Size = new System.Drawing.Size(320, 42);
  333. this.ma_code.TabIndex = 0;
  334. this.ma_code.TableName = null;
  335. this.ma_code.TextBoxEnable = true;
  336. //
  337. // allParse
  338. //
  339. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  340. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.allParse.Location = new System.Drawing.Point(230, 282);
  342. this.allParse.Name = "allParse";
  343. this.allParse.Size = new System.Drawing.Size(122, 38);
  344. this.allParse.TabIndex = 5;
  345. this.allParse.Text = "批量解析";
  346. this.allParse.UseVisualStyleBackColor = true;
  347. this.allParse.Click += new System.EventHandler(this.allParse_Click);
  348. //
  349. // label3
  350. //
  351. this.label3.AutoSize = true;
  352. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.label3.Location = new System.Drawing.Point(61, 26);
  354. this.label3.Name = "label3";
  355. this.label3.Size = new System.Drawing.Size(101, 30);
  356. this.label3.TabIndex = 6;
  357. this.label3.Text = "归属工单";
  358. //
  359. // lstOk
  360. //
  361. this.lstOk.Dock = System.Windows.Forms.DockStyle.Fill;
  362. this.lstOk.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.lstOk.FormattingEnabled = true;
  364. this.lstOk.ItemHeight = 28;
  365. this.lstOk.Location = new System.Drawing.Point(3, 3);
  366. this.lstOk.Name = "lstOk";
  367. this.lstOk.Size = new System.Drawing.Size(1594, 261);
  368. this.lstOk.TabIndex = 1;
  369. //
  370. // lstFiles
  371. //
  372. this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
  373. this.lstFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  374. this.lstFiles.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.lstFiles.FormattingEnabled = true;
  376. this.lstFiles.ItemHeight = 22;
  377. this.lstFiles.Location = new System.Drawing.Point(3, 270);
  378. this.lstFiles.Name = "lstFiles";
  379. this.lstFiles.Size = new System.Drawing.Size(1594, 261);
  380. this.lstFiles.TabIndex = 0;
  381. this.lstFiles.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstFiles_DrawItem);
  382. //
  383. // openFileDialog2
  384. //
  385. this.openFileDialog2.FileName = "openFileDialog2";
  386. //
  387. // tableLayoutPanel1
  388. //
  389. this.tableLayoutPanel1.ColumnCount = 1;
  390. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  391. this.tableLayoutPanel1.Controls.Add(this.lstOk, 0, 0);
  392. this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 1);
  393. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 366);
  395. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  396. this.tableLayoutPanel1.RowCount = 2;
  397. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  398. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  399. this.tableLayoutPanel1.Size = new System.Drawing.Size(1600, 534);
  400. this.tableLayoutPanel1.TabIndex = 8;
  401. //
  402. // lineVal
  403. //
  404. this.lineVal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  405. this.lineVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.lineVal.FormattingEnabled = true;
  407. this.lineVal.Items.AddRange(new object[] {
  408. "A",
  409. "B"});
  410. this.lineVal.Location = new System.Drawing.Point(193, 72);
  411. this.lineVal.Name = "lineVal";
  412. this.lineVal.Size = new System.Drawing.Size(146, 39);
  413. this.lineVal.TabIndex = 14;
  414. //
  415. // label5
  416. //
  417. this.label5.AutoSize = true;
  418. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.label5.Location = new System.Drawing.Point(105, 76);
  420. this.label5.Name = "label5";
  421. this.label5.Size = new System.Drawing.Size(57, 30);
  422. this.label5.TabIndex = 13;
  423. this.label5.Text = "线体";
  424. //
  425. // Make_ParseLog
  426. //
  427. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  428. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  429. this.BackColor = System.Drawing.SystemColors.Window;
  430. this.ClientSize = new System.Drawing.Size(1600, 900);
  431. this.Controls.Add(this.tableLayoutPanel1);
  432. this.Controls.Add(this.panel1);
  433. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  434. this.Name = "Make_ParseLog";
  435. this.Text = "Make_ParseLog";
  436. this.Load += new System.EventHandler(this.Make_ParseLog_Load);
  437. this.panel1.ResumeLayout(false);
  438. this.panel1.PerformLayout();
  439. this.FileBox.ResumeLayout(false);
  440. this.FileBox.PerformLayout();
  441. this.tableLayoutPanel1.ResumeLayout(false);
  442. this.ResumeLayout(false);
  443. }
  444. #endregion
  445. private System.Windows.Forms.ComboBox Device;
  446. private System.Windows.Forms.Label label1;
  447. private System.Windows.Forms.Label label2;
  448. private System.Windows.Forms.TextBox txtPath;
  449. private System.Windows.Forms.Button Choose;
  450. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  451. private System.Windows.Forms.Panel panel1;
  452. private System.Windows.Forms.Label label3;
  453. private System.Windows.Forms.Button allParse;
  454. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  455. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  456. private System.Windows.Forms.OpenFileDialog openFileDialog2;
  457. private System.Windows.Forms.ListBox lstFiles;
  458. private System.Windows.Forms.Button claerBtn;
  459. private System.Windows.Forms.Button onWatch;
  460. private System.Windows.Forms.ListBox lstOk;
  461. private System.Windows.Forms.GroupBox FileBox;
  462. private System.Windows.Forms.TextBox SN1;
  463. private System.Windows.Forms.TextBox SN6;
  464. private System.Windows.Forms.TextBox SN5;
  465. private System.Windows.Forms.TextBox SN4;
  466. private System.Windows.Forms.TextBox SN3;
  467. private System.Windows.Forms.TextBox SN2;
  468. private System.Windows.Forms.Button Generate;
  469. private System.Windows.Forms.Button Delete;
  470. private System.Windows.Forms.Button Clear;
  471. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  472. private System.Windows.Forms.ComboBox sideVal;
  473. private System.Windows.Forms.Label label4;
  474. private System.Windows.Forms.ComboBox lineVal;
  475. private System.Windows.Forms.Label label5;
  476. }
  477. }