Make_AirTightnessTest.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_AirTightnessTest
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  30. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  31. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  32. this.RTxt10 = new System.Windows.Forms.Label();
  33. this.LTxt10 = new System.Windows.Forms.Label();
  34. this.RTxt9 = new System.Windows.Forms.Label();
  35. this.LTxt9 = new System.Windows.Forms.Label();
  36. this.LTxt8 = new System.Windows.Forms.Label();
  37. this.LTxt7 = new System.Windows.Forms.Label();
  38. this.RTxt6 = new System.Windows.Forms.Label();
  39. this.LTxt6 = new System.Windows.Forms.Label();
  40. this.RTxt5 = new System.Windows.Forms.Label();
  41. this.LTxt5 = new System.Windows.Forms.Label();
  42. this.RTxt4 = new System.Windows.Forms.Label();
  43. this.LTxt4 = new System.Windows.Forms.Label();
  44. this.RTxt3 = new System.Windows.Forms.Label();
  45. this.LTxt3 = new System.Windows.Forms.Label();
  46. this.RTxt2 = new System.Windows.Forms.Label();
  47. this.LTxt2 = new System.Windows.Forms.Label();
  48. this.RTxt1 = new System.Windows.Forms.Label();
  49. this.LTxt1 = new System.Windows.Forms.Label();
  50. this.RTxt7 = new System.Windows.Forms.Label();
  51. this.RTxt8 = new System.Windows.Forms.TextBox();
  52. this.ProtDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  53. this.ClearMsg = new System.Windows.Forms.Button();
  54. this.Result = new System.Windows.Forms.TextBox();
  55. this.label10 = new System.Windows.Forms.Label();
  56. this.AutoTest = new System.Windows.Forms.CheckBox();
  57. this.label9 = new System.Windows.Forms.Label();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.SecondSN = new System.Windows.Forms.TextBox();
  60. this.FirstSN = new System.Windows.Forms.TextBox();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.label6 = new System.Windows.Forms.Label();
  63. this.BaudRate = new System.Windows.Forms.ComboBox();
  64. this.label5 = new System.Windows.Forms.Label();
  65. this.Port = new System.Windows.Forms.ComboBox();
  66. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  67. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  68. this.productName = new System.Windows.Forms.Label();
  69. this.productCode = new System.Windows.Forms.Label();
  70. this.workOrder = new System.Windows.Forms.Label();
  71. this.label4 = new System.Windows.Forms.Label();
  72. this.label1 = new System.Windows.Forms.Label();
  73. this.label3 = new System.Windows.Forms.Label();
  74. this.label2 = new System.Windows.Forms.Label();
  75. this.serialNumber = new System.Windows.Forms.Label();
  76. this.Pagination = new System.Windows.Forms.TabControl();
  77. this.tabPage1 = new System.Windows.Forms.TabPage();
  78. this.tabPage2 = new System.Windows.Forms.TabPage();
  79. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  80. this.R1Txt10 = new System.Windows.Forms.Label();
  81. this.L1Txt10 = new System.Windows.Forms.Label();
  82. this.R1Txt9 = new System.Windows.Forms.Label();
  83. this.L1Txt9 = new System.Windows.Forms.Label();
  84. this.L1Txt8 = new System.Windows.Forms.Label();
  85. this.L1Txt7 = new System.Windows.Forms.Label();
  86. this.R1Txt6 = new System.Windows.Forms.Label();
  87. this.L1Txt6 = new System.Windows.Forms.Label();
  88. this.R1Txt5 = new System.Windows.Forms.Label();
  89. this.L1Txt5 = new System.Windows.Forms.Label();
  90. this.R1Txt4 = new System.Windows.Forms.Label();
  91. this.L1Txt4 = new System.Windows.Forms.Label();
  92. this.R1Txt3 = new System.Windows.Forms.Label();
  93. this.L1Txt3 = new System.Windows.Forms.Label();
  94. this.R1Txt2 = new System.Windows.Forms.Label();
  95. this.L1Txt2 = new System.Windows.Forms.Label();
  96. this.R1Txt1 = new System.Windows.Forms.Label();
  97. this.L1Txt1 = new System.Windows.Forms.Label();
  98. this.R1Txt7 = new System.Windows.Forms.Label();
  99. this.R1Txt8 = new System.Windows.Forms.TextBox();
  100. this.Result1 = new System.Windows.Forms.TextBox();
  101. this.panel1.SuspendLayout();
  102. this.tableLayoutPanel2.SuspendLayout();
  103. this.tableLayoutPanel3.SuspendLayout();
  104. this.ProtDetails.SuspendLayout();
  105. this.SNDetails.SuspendLayout();
  106. this.tableLayoutPanel1.SuspendLayout();
  107. this.Pagination.SuspendLayout();
  108. this.tabPage1.SuspendLayout();
  109. this.tabPage2.SuspendLayout();
  110. this.tableLayoutPanel4.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // panel1
  114. //
  115. this.panel1.Controls.Add(this.tableLayoutPanel2);
  116. this.panel1.Controls.Add(this.ProtDetails);
  117. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.panel1.Location = new System.Drawing.Point(5, 128);
  119. this.panel1.Name = "panel1";
  120. this.panel1.Size = new System.Drawing.Size(1590, 767);
  121. this.panel1.TabIndex = 132;
  122. //
  123. // tableLayoutPanel2
  124. //
  125. this.tableLayoutPanel2.ColumnCount = 2;
  126. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 35F));
  127. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 65F));
  128. this.tableLayoutPanel2.Controls.Add(this.Pagination, 0, 0);
  129. this.tableLayoutPanel2.Controls.Add(this.OperatResult, 1, 0);
  130. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 333);
  132. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  133. this.tableLayoutPanel2.RowCount = 1;
  134. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  135. this.tableLayoutPanel2.Size = new System.Drawing.Size(1590, 434);
  136. this.tableLayoutPanel2.TabIndex = 3;
  137. //
  138. // OperatResult
  139. //
  140. this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.OperatResult.Location = new System.Drawing.Point(560, 4);
  143. this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
  144. this.OperatResult.Name = "OperatResult";
  145. this.OperatResult.Size = new System.Drawing.Size(1026, 426);
  146. this.OperatResult.TabIndex = 88;
  147. this.OperatResult.Text = "";
  148. //
  149. // tableLayoutPanel3
  150. //
  151. this.tableLayoutPanel3.BackColor = System.Drawing.SystemColors.Control;
  152. this.tableLayoutPanel3.ColumnCount = 4;
  153. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
  154. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  155. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  156. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  157. this.tableLayoutPanel3.Controls.Add(this.RTxt10, 3, 4);
  158. this.tableLayoutPanel3.Controls.Add(this.LTxt10, 2, 4);
  159. this.tableLayoutPanel3.Controls.Add(this.RTxt9, 1, 4);
  160. this.tableLayoutPanel3.Controls.Add(this.LTxt9, 0, 4);
  161. this.tableLayoutPanel3.Controls.Add(this.LTxt8, 2, 3);
  162. this.tableLayoutPanel3.Controls.Add(this.LTxt7, 0, 3);
  163. this.tableLayoutPanel3.Controls.Add(this.RTxt6, 3, 2);
  164. this.tableLayoutPanel3.Controls.Add(this.LTxt6, 2, 2);
  165. this.tableLayoutPanel3.Controls.Add(this.RTxt5, 1, 2);
  166. this.tableLayoutPanel3.Controls.Add(this.LTxt5, 0, 2);
  167. this.tableLayoutPanel3.Controls.Add(this.RTxt4, 3, 1);
  168. this.tableLayoutPanel3.Controls.Add(this.LTxt4, 2, 1);
  169. this.tableLayoutPanel3.Controls.Add(this.RTxt3, 1, 1);
  170. this.tableLayoutPanel3.Controls.Add(this.LTxt3, 0, 1);
  171. this.tableLayoutPanel3.Controls.Add(this.RTxt2, 3, 0);
  172. this.tableLayoutPanel3.Controls.Add(this.LTxt2, 2, 0);
  173. this.tableLayoutPanel3.Controls.Add(this.RTxt1, 1, 0);
  174. this.tableLayoutPanel3.Controls.Add(this.LTxt1, 0, 0);
  175. this.tableLayoutPanel3.Controls.Add(this.RTxt7, 1, 3);
  176. this.tableLayoutPanel3.Controls.Add(this.RTxt8, 3, 3);
  177. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  178. this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
  179. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  180. this.tableLayoutPanel3.RowCount = 5;
  181. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  182. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  183. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  184. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  185. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  186. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  187. this.tableLayoutPanel3.Size = new System.Drawing.Size(536, 381);
  188. this.tableLayoutPanel3.TabIndex = 89;
  189. //
  190. // RTxt10
  191. //
  192. this.RTxt10.AutoSize = true;
  193. this.RTxt10.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.RTxt10.Font = new System.Drawing.Font("微软雅黑", 12F);
  195. this.RTxt10.Location = new System.Drawing.Point(376, 304);
  196. this.RTxt10.Name = "RTxt10";
  197. this.RTxt10.Size = new System.Drawing.Size(157, 77);
  198. this.RTxt10.TabIndex = 19;
  199. this.RTxt10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  200. //
  201. // LTxt10
  202. //
  203. this.LTxt10.AutoSize = true;
  204. this.LTxt10.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.LTxt10.Font = new System.Drawing.Font("微软雅黑", 12F);
  206. this.LTxt10.Location = new System.Drawing.Point(259, 304);
  207. this.LTxt10.Name = "LTxt10";
  208. this.LTxt10.Size = new System.Drawing.Size(111, 77);
  209. this.LTxt10.TabIndex = 18;
  210. this.LTxt10.Text = "传输结果:";
  211. this.LTxt10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  212. //
  213. // RTxt9
  214. //
  215. this.RTxt9.AutoSize = true;
  216. this.RTxt9.Dock = System.Windows.Forms.DockStyle.Fill;
  217. this.RTxt9.Font = new System.Drawing.Font("微软雅黑", 12F);
  218. this.RTxt9.Location = new System.Drawing.Point(99, 304);
  219. this.RTxt9.Name = "RTxt9";
  220. this.RTxt9.Size = new System.Drawing.Size(154, 77);
  221. this.RTxt9.TabIndex = 17;
  222. this.RTxt9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  223. //
  224. // LTxt9
  225. //
  226. this.LTxt9.AutoSize = true;
  227. this.LTxt9.Dock = System.Windows.Forms.DockStyle.Fill;
  228. this.LTxt9.Font = new System.Drawing.Font("微软雅黑", 12F);
  229. this.LTxt9.Location = new System.Drawing.Point(3, 304);
  230. this.LTxt9.Name = "LTxt9";
  231. this.LTxt9.Size = new System.Drawing.Size(90, 77);
  232. this.LTxt9.TabIndex = 16;
  233. this.LTxt9.Text = "测试结果:";
  234. this.LTxt9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  235. //
  236. // LTxt8
  237. //
  238. this.LTxt8.AutoSize = true;
  239. this.LTxt8.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.LTxt8.Font = new System.Drawing.Font("微软雅黑", 12F);
  241. this.LTxt8.Location = new System.Drawing.Point(259, 228);
  242. this.LTxt8.Name = "LTxt8";
  243. this.LTxt8.Size = new System.Drawing.Size(111, 76);
  244. this.LTxt8.TabIndex = 14;
  245. this.LTxt8.Text = "泄露值:";
  246. this.LTxt8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  247. //
  248. // LTxt7
  249. //
  250. this.LTxt7.AutoSize = true;
  251. this.LTxt7.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.LTxt7.Font = new System.Drawing.Font("微软雅黑", 12F);
  253. this.LTxt7.Location = new System.Drawing.Point(3, 228);
  254. this.LTxt7.Name = "LTxt7";
  255. this.LTxt7.Size = new System.Drawing.Size(90, 76);
  256. this.LTxt7.TabIndex = 12;
  257. this.LTxt7.Text = "压力值:";
  258. this.LTxt7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  259. //
  260. // RTxt6
  261. //
  262. this.RTxt6.AutoSize = true;
  263. this.RTxt6.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.RTxt6.Font = new System.Drawing.Font("微软雅黑", 12F);
  265. this.RTxt6.Location = new System.Drawing.Point(376, 152);
  266. this.RTxt6.Name = "RTxt6";
  267. this.RTxt6.Size = new System.Drawing.Size(157, 76);
  268. this.RTxt6.TabIndex = 11;
  269. this.RTxt6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  270. //
  271. // LTxt6
  272. //
  273. this.LTxt6.AutoSize = true;
  274. this.LTxt6.Dock = System.Windows.Forms.DockStyle.Fill;
  275. this.LTxt6.Font = new System.Drawing.Font("微软雅黑", 12F);
  276. this.LTxt6.Location = new System.Drawing.Point(259, 152);
  277. this.LTxt6.Name = "LTxt6";
  278. this.LTxt6.Size = new System.Drawing.Size(111, 76);
  279. this.LTxt6.TabIndex = 10;
  280. this.LTxt6.Text = "测试时间:";
  281. this.LTxt6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  282. //
  283. // RTxt5
  284. //
  285. this.RTxt5.AutoSize = true;
  286. this.RTxt5.Dock = System.Windows.Forms.DockStyle.Fill;
  287. this.RTxt5.Font = new System.Drawing.Font("微软雅黑", 12F);
  288. this.RTxt5.Location = new System.Drawing.Point(99, 152);
  289. this.RTxt5.Name = "RTxt5";
  290. this.RTxt5.Size = new System.Drawing.Size(154, 76);
  291. this.RTxt5.TabIndex = 9;
  292. this.RTxt5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  293. //
  294. // LTxt5
  295. //
  296. this.LTxt5.AutoSize = true;
  297. this.LTxt5.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.LTxt5.Font = new System.Drawing.Font("微软雅黑", 12F);
  299. this.LTxt5.Location = new System.Drawing.Point(3, 152);
  300. this.LTxt5.Name = "LTxt5";
  301. this.LTxt5.Size = new System.Drawing.Size(90, 76);
  302. this.LTxt5.TabIndex = 8;
  303. this.LTxt5.Text = "稳压时间:";
  304. this.LTxt5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  305. //
  306. // RTxt4
  307. //
  308. this.RTxt4.AutoSize = true;
  309. this.RTxt4.Dock = System.Windows.Forms.DockStyle.Fill;
  310. this.RTxt4.Font = new System.Drawing.Font("微软雅黑", 12F);
  311. this.RTxt4.Location = new System.Drawing.Point(376, 76);
  312. this.RTxt4.Name = "RTxt4";
  313. this.RTxt4.Size = new System.Drawing.Size(157, 76);
  314. this.RTxt4.TabIndex = 7;
  315. this.RTxt4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  316. //
  317. // LTxt4
  318. //
  319. this.LTxt4.AutoSize = true;
  320. this.LTxt4.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.LTxt4.Font = new System.Drawing.Font("微软雅黑", 12F);
  322. this.LTxt4.Location = new System.Drawing.Point(259, 76);
  323. this.LTxt4.Name = "LTxt4";
  324. this.LTxt4.Size = new System.Drawing.Size(111, 76);
  325. this.LTxt4.TabIndex = 6;
  326. this.LTxt4.Text = "充气时间:";
  327. this.LTxt4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  328. //
  329. // RTxt3
  330. //
  331. this.RTxt3.AutoSize = true;
  332. this.RTxt3.Dock = System.Windows.Forms.DockStyle.Fill;
  333. this.RTxt3.Font = new System.Drawing.Font("微软雅黑", 12F);
  334. this.RTxt3.Location = new System.Drawing.Point(99, 76);
  335. this.RTxt3.Name = "RTxt3";
  336. this.RTxt3.Size = new System.Drawing.Size(154, 76);
  337. this.RTxt3.TabIndex = 5;
  338. this.RTxt3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  339. //
  340. // LTxt3
  341. //
  342. this.LTxt3.AutoSize = true;
  343. this.LTxt3.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.LTxt3.Font = new System.Drawing.Font("微软雅黑", 12F);
  345. this.LTxt3.Location = new System.Drawing.Point(3, 76);
  346. this.LTxt3.Name = "LTxt3";
  347. this.LTxt3.Size = new System.Drawing.Size(90, 76);
  348. this.LTxt3.TabIndex = 4;
  349. this.LTxt3.Text = "工位号:";
  350. this.LTxt3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  351. //
  352. // RTxt2
  353. //
  354. this.RTxt2.AutoSize = true;
  355. this.RTxt2.Dock = System.Windows.Forms.DockStyle.Fill;
  356. this.RTxt2.Font = new System.Drawing.Font("微软雅黑", 12F);
  357. this.RTxt2.Location = new System.Drawing.Point(376, 0);
  358. this.RTxt2.Name = "RTxt2";
  359. this.RTxt2.Size = new System.Drawing.Size(157, 76);
  360. this.RTxt2.TabIndex = 3;
  361. this.RTxt2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  362. //
  363. // LTxt2
  364. //
  365. this.LTxt2.AutoSize = true;
  366. this.LTxt2.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.LTxt2.Font = new System.Drawing.Font("微软雅黑", 12F);
  368. this.LTxt2.Location = new System.Drawing.Point(259, 0);
  369. this.LTxt2.Name = "LTxt2";
  370. this.LTxt2.Size = new System.Drawing.Size(111, 76);
  371. this.LTxt2.TabIndex = 2;
  372. this.LTxt2.Text = "发送开始信息:";
  373. this.LTxt2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  374. //
  375. // RTxt1
  376. //
  377. this.RTxt1.AutoSize = true;
  378. this.RTxt1.Dock = System.Windows.Forms.DockStyle.Fill;
  379. this.RTxt1.Font = new System.Drawing.Font("微软雅黑", 12F);
  380. this.RTxt1.Location = new System.Drawing.Point(99, 0);
  381. this.RTxt1.Name = "RTxt1";
  382. this.RTxt1.Size = new System.Drawing.Size(154, 76);
  383. this.RTxt1.TabIndex = 1;
  384. this.RTxt1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  385. //
  386. // LTxt1
  387. //
  388. this.LTxt1.AutoSize = true;
  389. this.LTxt1.Dock = System.Windows.Forms.DockStyle.Fill;
  390. this.LTxt1.Font = new System.Drawing.Font("微软雅黑", 12F);
  391. this.LTxt1.Location = new System.Drawing.Point(3, 0);
  392. this.LTxt1.Name = "LTxt1";
  393. this.LTxt1.Size = new System.Drawing.Size(90, 76);
  394. this.LTxt1.TabIndex = 0;
  395. this.LTxt1.Text = "日期时间:";
  396. this.LTxt1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  397. //
  398. // RTxt7
  399. //
  400. this.RTxt7.AutoSize = true;
  401. this.RTxt7.Dock = System.Windows.Forms.DockStyle.Fill;
  402. this.RTxt7.Font = new System.Drawing.Font("微软雅黑", 12F);
  403. this.RTxt7.Location = new System.Drawing.Point(99, 228);
  404. this.RTxt7.Name = "RTxt7";
  405. this.RTxt7.Size = new System.Drawing.Size(154, 76);
  406. this.RTxt7.TabIndex = 15;
  407. this.RTxt7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  408. //
  409. // RTxt8
  410. //
  411. this.RTxt8.Anchor = System.Windows.Forms.AnchorStyles.Left;
  412. this.RTxt8.BackColor = System.Drawing.SystemColors.Control;
  413. this.RTxt8.BorderStyle = System.Windows.Forms.BorderStyle.None;
  414. this.RTxt8.Font = new System.Drawing.Font("微软雅黑", 12F);
  415. this.RTxt8.Location = new System.Drawing.Point(376, 250);
  416. this.RTxt8.Name = "RTxt8";
  417. this.RTxt8.Size = new System.Drawing.Size(136, 32);
  418. this.RTxt8.TabIndex = 13;
  419. this.RTxt8.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RTxt8_KeyDown);
  420. //
  421. // ProtDetails
  422. //
  423. this.ProtDetails.BorderColor = System.Drawing.Color.Black;
  424. this.ProtDetails.Controls.Add(this.Result1);
  425. this.ProtDetails.Controls.Add(this.ClearMsg);
  426. this.ProtDetails.Controls.Add(this.Result);
  427. this.ProtDetails.Controls.Add(this.label10);
  428. this.ProtDetails.Controls.Add(this.AutoTest);
  429. this.ProtDetails.Controls.Add(this.label9);
  430. this.ProtDetails.Controls.Add(this.label8);
  431. this.ProtDetails.Controls.Add(this.SecondSN);
  432. this.ProtDetails.Controls.Add(this.FirstSN);
  433. this.ProtDetails.Controls.Add(this.label7);
  434. this.ProtDetails.Controls.Add(this.label6);
  435. this.ProtDetails.Controls.Add(this.BaudRate);
  436. this.ProtDetails.Controls.Add(this.label5);
  437. this.ProtDetails.Controls.Add(this.Port);
  438. this.ProtDetails.Dock = System.Windows.Forms.DockStyle.Top;
  439. this.ProtDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  440. this.ProtDetails.Location = new System.Drawing.Point(0, 0);
  441. this.ProtDetails.Name = "ProtDetails";
  442. this.ProtDetails.Size = new System.Drawing.Size(1590, 333);
  443. this.ProtDetails.TabIndex = 2;
  444. this.ProtDetails.TabStop = false;
  445. this.ProtDetails.Text = "端口设置";
  446. this.ProtDetails.TextColor = System.Drawing.Color.Black;
  447. //
  448. // ClearMsg
  449. //
  450. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  451. this.ClearMsg.Location = new System.Drawing.Point(1442, 284);
  452. this.ClearMsg.Name = "ClearMsg";
  453. this.ClearMsg.Size = new System.Drawing.Size(142, 39);
  454. this.ClearMsg.TabIndex = 13;
  455. this.ClearMsg.Text = "清除提示";
  456. this.ClearMsg.UseVisualStyleBackColor = true;
  457. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  458. //
  459. // Result
  460. //
  461. this.Result.Location = new System.Drawing.Point(178, 239);
  462. this.Result.Name = "Result";
  463. this.Result.Size = new System.Drawing.Size(680, 39);
  464. this.Result.TabIndex = 12;
  465. //
  466. // label10
  467. //
  468. this.label10.AutoSize = true;
  469. this.label10.Location = new System.Drawing.Point(68, 242);
  470. this.label10.Name = "label10";
  471. this.label10.Size = new System.Drawing.Size(110, 31);
  472. this.label10.TabIndex = 11;
  473. this.label10.Text = "测试结果";
  474. //
  475. // AutoTest
  476. //
  477. this.AutoTest.AutoSize = true;
  478. this.AutoTest.Cursor = System.Windows.Forms.Cursors.Hand;
  479. this.AutoTest.Location = new System.Drawing.Point(834, 138);
  480. this.AutoTest.Name = "AutoTest";
  481. this.AutoTest.Size = new System.Drawing.Size(22, 21);
  482. this.AutoTest.TabIndex = 10;
  483. this.AutoTest.UseVisualStyleBackColor = true;
  484. //
  485. // label9
  486. //
  487. this.label9.AutoSize = true;
  488. this.label9.BackColor = System.Drawing.SystemColors.Control;
  489. this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  490. this.label9.ForeColor = System.Drawing.Color.SteelBlue;
  491. this.label9.Location = new System.Drawing.Point(661, 209);
  492. this.label9.Name = "label9";
  493. this.label9.Size = new System.Drawing.Size(79, 28);
  494. this.label9.TabIndex = 8;
  495. this.label9.Text = "2#工位";
  496. //
  497. // label8
  498. //
  499. this.label8.AutoSize = true;
  500. this.label8.BackColor = System.Drawing.SystemColors.Control;
  501. this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.label8.ForeColor = System.Drawing.Color.SteelBlue;
  503. this.label8.Location = new System.Drawing.Point(299, 209);
  504. this.label8.Name = "label8";
  505. this.label8.Size = new System.Drawing.Size(79, 28);
  506. this.label8.TabIndex = 7;
  507. this.label8.Text = "1#工位";
  508. //
  509. // SecondSN
  510. //
  511. this.SecondSN.Location = new System.Drawing.Point(539, 167);
  512. this.SecondSN.Name = "SecondSN";
  513. this.SecondSN.Size = new System.Drawing.Size(320, 39);
  514. this.SecondSN.TabIndex = 6;
  515. this.SecondSN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SecondSN_KeyDown);
  516. //
  517. // FirstSN
  518. //
  519. this.FirstSN.Location = new System.Drawing.Point(178, 167);
  520. this.FirstSN.Name = "FirstSN";
  521. this.FirstSN.Size = new System.Drawing.Size(320, 39);
  522. this.FirstSN.TabIndex = 5;
  523. this.FirstSN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FirstSN_KeyDown);
  524. //
  525. // label7
  526. //
  527. this.label7.AutoSize = true;
  528. this.label7.Location = new System.Drawing.Point(68, 170);
  529. this.label7.Name = "label7";
  530. this.label7.Size = new System.Drawing.Size(86, 31);
  531. this.label7.TabIndex = 4;
  532. this.label7.Text = "序列号";
  533. //
  534. // label6
  535. //
  536. this.label6.AutoSize = true;
  537. this.label6.Location = new System.Drawing.Point(68, 110);
  538. this.label6.Name = "label6";
  539. this.label6.Size = new System.Drawing.Size(86, 31);
  540. this.label6.TabIndex = 3;
  541. this.label6.Text = "波特率";
  542. //
  543. // BaudRate
  544. //
  545. this.BaudRate.Cursor = System.Windows.Forms.Cursors.Hand;
  546. this.BaudRate.FormattingEnabled = true;
  547. this.BaudRate.Location = new System.Drawing.Point(179, 107);
  548. this.BaudRate.Name = "BaudRate";
  549. this.BaudRate.Size = new System.Drawing.Size(260, 39);
  550. this.BaudRate.TabIndex = 2;
  551. //
  552. // label5
  553. //
  554. this.label5.AutoSize = true;
  555. this.label5.Location = new System.Drawing.Point(68, 51);
  556. this.label5.Name = "label5";
  557. this.label5.Size = new System.Drawing.Size(62, 31);
  558. this.label5.TabIndex = 1;
  559. this.label5.Text = "端口";
  560. //
  561. // Port
  562. //
  563. this.Port.Cursor = System.Windows.Forms.Cursors.Hand;
  564. this.Port.FormattingEnabled = true;
  565. this.Port.Location = new System.Drawing.Point(179, 48);
  566. this.Port.Name = "Port";
  567. this.Port.Size = new System.Drawing.Size(260, 39);
  568. this.Port.TabIndex = 0;
  569. this.Port.SelectedIndexChanged += new System.EventHandler(this.Port_SelectedIndexChanged);
  570. //
  571. // SNDetails
  572. //
  573. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  574. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  575. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
  576. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  577. this.SNDetails.Location = new System.Drawing.Point(5, 5);
  578. this.SNDetails.Name = "SNDetails";
  579. this.SNDetails.Size = new System.Drawing.Size(1590, 123);
  580. this.SNDetails.TabIndex = 1;
  581. this.SNDetails.TabStop = false;
  582. this.SNDetails.Text = "产品序列信息";
  583. this.SNDetails.TextColor = System.Drawing.Color.Black;
  584. //
  585. // tableLayoutPanel1
  586. //
  587. this.tableLayoutPanel1.ColumnCount = 8;
  588. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  589. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  590. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  591. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  592. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  593. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
  594. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  595. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  596. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  597. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  598. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  599. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  600. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  601. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  602. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  603. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  604. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  605. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
  606. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  607. this.tableLayoutPanel1.RowCount = 1;
  608. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  609. this.tableLayoutPanel1.Size = new System.Drawing.Size(1584, 83);
  610. this.tableLayoutPanel1.TabIndex = 0;
  611. //
  612. // productName
  613. //
  614. this.productName.AutoSize = true;
  615. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  616. this.productName.Location = new System.Drawing.Point(1001, 0);
  617. this.productName.Name = "productName";
  618. this.productName.Size = new System.Drawing.Size(580, 83);
  619. this.productName.TabIndex = 7;
  620. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  621. //
  622. // productCode
  623. //
  624. this.productCode.AutoSize = true;
  625. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  626. this.productCode.Location = new System.Drawing.Point(691, 0);
  627. this.productCode.Name = "productCode";
  628. this.productCode.Size = new System.Drawing.Size(202, 83);
  629. this.productCode.TabIndex = 6;
  630. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  631. //
  632. // workOrder
  633. //
  634. this.workOrder.AutoSize = true;
  635. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  636. this.workOrder.Location = new System.Drawing.Point(398, 0);
  637. this.workOrder.Name = "workOrder";
  638. this.workOrder.Size = new System.Drawing.Size(185, 83);
  639. this.workOrder.TabIndex = 5;
  640. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  641. //
  642. // label4
  643. //
  644. this.label4.AutoSize = true;
  645. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  646. this.label4.Location = new System.Drawing.Point(899, 0);
  647. this.label4.Name = "label4";
  648. this.label4.Size = new System.Drawing.Size(96, 83);
  649. this.label4.TabIndex = 3;
  650. this.label4.Text = "产品名称: ";
  651. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  652. //
  653. // label1
  654. //
  655. this.label1.AutoSize = true;
  656. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.label1.Location = new System.Drawing.Point(3, 0);
  658. this.label1.Name = "label1";
  659. this.label1.Size = new System.Drawing.Size(96, 83);
  660. this.label1.TabIndex = 0;
  661. this.label1.Text = "序列号: ";
  662. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  663. //
  664. // label3
  665. //
  666. this.label3.AutoSize = true;
  667. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  668. this.label3.Location = new System.Drawing.Point(589, 0);
  669. this.label3.Name = "label3";
  670. this.label3.Size = new System.Drawing.Size(96, 83);
  671. this.label3.TabIndex = 2;
  672. this.label3.Text = "产品编号: ";
  673. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  674. //
  675. // label2
  676. //
  677. this.label2.AutoSize = true;
  678. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  679. this.label2.Location = new System.Drawing.Point(296, 0);
  680. this.label2.Name = "label2";
  681. this.label2.Size = new System.Drawing.Size(96, 83);
  682. this.label2.TabIndex = 1;
  683. this.label2.Text = "工单: ";
  684. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  685. //
  686. // serialNumber
  687. //
  688. this.serialNumber.AutoSize = true;
  689. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  690. this.serialNumber.Location = new System.Drawing.Point(105, 0);
  691. this.serialNumber.Name = "serialNumber";
  692. this.serialNumber.Size = new System.Drawing.Size(185, 83);
  693. this.serialNumber.TabIndex = 4;
  694. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  695. //
  696. // Pagination
  697. //
  698. this.Pagination.Controls.Add(this.tabPage1);
  699. this.Pagination.Controls.Add(this.tabPage2);
  700. this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill;
  701. this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  702. this.Pagination.Location = new System.Drawing.Point(3, 3);
  703. this.Pagination.Name = "Pagination";
  704. this.Pagination.SelectedIndex = 0;
  705. this.Pagination.Size = new System.Drawing.Size(550, 428);
  706. this.Pagination.TabIndex = 14;
  707. //
  708. // tabPage1
  709. //
  710. this.tabPage1.Controls.Add(this.tableLayoutPanel3);
  711. this.tabPage1.Location = new System.Drawing.Point(4, 37);
  712. this.tabPage1.Name = "tabPage1";
  713. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  714. this.tabPage1.Size = new System.Drawing.Size(542, 387);
  715. this.tabPage1.TabIndex = 0;
  716. this.tabPage1.Text = "1#工位";
  717. this.tabPage1.UseVisualStyleBackColor = true;
  718. //
  719. // tabPage2
  720. //
  721. this.tabPage2.Controls.Add(this.tableLayoutPanel4);
  722. this.tabPage2.Location = new System.Drawing.Point(4, 37);
  723. this.tabPage2.Name = "tabPage2";
  724. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  725. this.tabPage2.Size = new System.Drawing.Size(542, 387);
  726. this.tabPage2.TabIndex = 1;
  727. this.tabPage2.Text = "2#工位";
  728. this.tabPage2.UseVisualStyleBackColor = true;
  729. //
  730. // tableLayoutPanel4
  731. //
  732. this.tableLayoutPanel4.BackColor = System.Drawing.SystemColors.Control;
  733. this.tableLayoutPanel4.ColumnCount = 4;
  734. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
  735. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  736. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
  737. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  738. this.tableLayoutPanel4.Controls.Add(this.R1Txt10, 3, 4);
  739. this.tableLayoutPanel4.Controls.Add(this.L1Txt10, 2, 4);
  740. this.tableLayoutPanel4.Controls.Add(this.R1Txt9, 1, 4);
  741. this.tableLayoutPanel4.Controls.Add(this.L1Txt9, 0, 4);
  742. this.tableLayoutPanel4.Controls.Add(this.L1Txt8, 2, 3);
  743. this.tableLayoutPanel4.Controls.Add(this.L1Txt7, 0, 3);
  744. this.tableLayoutPanel4.Controls.Add(this.R1Txt6, 3, 2);
  745. this.tableLayoutPanel4.Controls.Add(this.L1Txt6, 2, 2);
  746. this.tableLayoutPanel4.Controls.Add(this.R1Txt5, 1, 2);
  747. this.tableLayoutPanel4.Controls.Add(this.L1Txt5, 0, 2);
  748. this.tableLayoutPanel4.Controls.Add(this.R1Txt4, 3, 1);
  749. this.tableLayoutPanel4.Controls.Add(this.L1Txt4, 2, 1);
  750. this.tableLayoutPanel4.Controls.Add(this.R1Txt3, 1, 1);
  751. this.tableLayoutPanel4.Controls.Add(this.L1Txt3, 0, 1);
  752. this.tableLayoutPanel4.Controls.Add(this.R1Txt2, 3, 0);
  753. this.tableLayoutPanel4.Controls.Add(this.L1Txt2, 2, 0);
  754. this.tableLayoutPanel4.Controls.Add(this.R1Txt1, 1, 0);
  755. this.tableLayoutPanel4.Controls.Add(this.L1Txt1, 0, 0);
  756. this.tableLayoutPanel4.Controls.Add(this.R1Txt7, 1, 3);
  757. this.tableLayoutPanel4.Controls.Add(this.R1Txt8, 3, 3);
  758. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  759. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3);
  760. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  761. this.tableLayoutPanel4.RowCount = 5;
  762. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  763. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  764. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  765. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  766. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  767. this.tableLayoutPanel4.Size = new System.Drawing.Size(536, 381);
  768. this.tableLayoutPanel4.TabIndex = 90;
  769. //
  770. // R1Txt10
  771. //
  772. this.R1Txt10.AutoSize = true;
  773. this.R1Txt10.Dock = System.Windows.Forms.DockStyle.Fill;
  774. this.R1Txt10.Font = new System.Drawing.Font("微软雅黑", 12F);
  775. this.R1Txt10.Location = new System.Drawing.Point(376, 304);
  776. this.R1Txt10.Name = "R1Txt10";
  777. this.R1Txt10.Size = new System.Drawing.Size(157, 77);
  778. this.R1Txt10.TabIndex = 19;
  779. this.R1Txt10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  780. //
  781. // L1Txt10
  782. //
  783. this.L1Txt10.AutoSize = true;
  784. this.L1Txt10.Dock = System.Windows.Forms.DockStyle.Fill;
  785. this.L1Txt10.Font = new System.Drawing.Font("微软雅黑", 12F);
  786. this.L1Txt10.Location = new System.Drawing.Point(259, 304);
  787. this.L1Txt10.Name = "L1Txt10";
  788. this.L1Txt10.Size = new System.Drawing.Size(111, 77);
  789. this.L1Txt10.TabIndex = 18;
  790. this.L1Txt10.Text = "传输结果:";
  791. this.L1Txt10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  792. //
  793. // R1Txt9
  794. //
  795. this.R1Txt9.AutoSize = true;
  796. this.R1Txt9.Dock = System.Windows.Forms.DockStyle.Fill;
  797. this.R1Txt9.Font = new System.Drawing.Font("微软雅黑", 12F);
  798. this.R1Txt9.Location = new System.Drawing.Point(99, 304);
  799. this.R1Txt9.Name = "R1Txt9";
  800. this.R1Txt9.Size = new System.Drawing.Size(154, 77);
  801. this.R1Txt9.TabIndex = 17;
  802. this.R1Txt9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  803. //
  804. // L1Txt9
  805. //
  806. this.L1Txt9.AutoSize = true;
  807. this.L1Txt9.Dock = System.Windows.Forms.DockStyle.Fill;
  808. this.L1Txt9.Font = new System.Drawing.Font("微软雅黑", 12F);
  809. this.L1Txt9.Location = new System.Drawing.Point(3, 304);
  810. this.L1Txt9.Name = "L1Txt9";
  811. this.L1Txt9.Size = new System.Drawing.Size(90, 77);
  812. this.L1Txt9.TabIndex = 16;
  813. this.L1Txt9.Text = "测试结果:";
  814. this.L1Txt9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  815. //
  816. // L1Txt8
  817. //
  818. this.L1Txt8.AutoSize = true;
  819. this.L1Txt8.Dock = System.Windows.Forms.DockStyle.Fill;
  820. this.L1Txt8.Font = new System.Drawing.Font("微软雅黑", 12F);
  821. this.L1Txt8.Location = new System.Drawing.Point(259, 228);
  822. this.L1Txt8.Name = "L1Txt8";
  823. this.L1Txt8.Size = new System.Drawing.Size(111, 76);
  824. this.L1Txt8.TabIndex = 14;
  825. this.L1Txt8.Text = "泄露值:";
  826. this.L1Txt8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  827. //
  828. // L1Txt7
  829. //
  830. this.L1Txt7.AutoSize = true;
  831. this.L1Txt7.Dock = System.Windows.Forms.DockStyle.Fill;
  832. this.L1Txt7.Font = new System.Drawing.Font("微软雅黑", 12F);
  833. this.L1Txt7.Location = new System.Drawing.Point(3, 228);
  834. this.L1Txt7.Name = "L1Txt7";
  835. this.L1Txt7.Size = new System.Drawing.Size(90, 76);
  836. this.L1Txt7.TabIndex = 12;
  837. this.L1Txt7.Text = "压力值:";
  838. this.L1Txt7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  839. //
  840. // R1Txt6
  841. //
  842. this.R1Txt6.AutoSize = true;
  843. this.R1Txt6.Dock = System.Windows.Forms.DockStyle.Fill;
  844. this.R1Txt6.Font = new System.Drawing.Font("微软雅黑", 12F);
  845. this.R1Txt6.Location = new System.Drawing.Point(376, 152);
  846. this.R1Txt6.Name = "R1Txt6";
  847. this.R1Txt6.Size = new System.Drawing.Size(157, 76);
  848. this.R1Txt6.TabIndex = 11;
  849. this.R1Txt6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  850. //
  851. // L1Txt6
  852. //
  853. this.L1Txt6.AutoSize = true;
  854. this.L1Txt6.Dock = System.Windows.Forms.DockStyle.Fill;
  855. this.L1Txt6.Font = new System.Drawing.Font("微软雅黑", 12F);
  856. this.L1Txt6.Location = new System.Drawing.Point(259, 152);
  857. this.L1Txt6.Name = "L1Txt6";
  858. this.L1Txt6.Size = new System.Drawing.Size(111, 76);
  859. this.L1Txt6.TabIndex = 10;
  860. this.L1Txt6.Text = "测试时间:";
  861. this.L1Txt6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  862. //
  863. // R1Txt5
  864. //
  865. this.R1Txt5.AutoSize = true;
  866. this.R1Txt5.Dock = System.Windows.Forms.DockStyle.Fill;
  867. this.R1Txt5.Font = new System.Drawing.Font("微软雅黑", 12F);
  868. this.R1Txt5.Location = new System.Drawing.Point(99, 152);
  869. this.R1Txt5.Name = "R1Txt5";
  870. this.R1Txt5.Size = new System.Drawing.Size(154, 76);
  871. this.R1Txt5.TabIndex = 9;
  872. this.R1Txt5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  873. //
  874. // L1Txt5
  875. //
  876. this.L1Txt5.AutoSize = true;
  877. this.L1Txt5.Dock = System.Windows.Forms.DockStyle.Fill;
  878. this.L1Txt5.Font = new System.Drawing.Font("微软雅黑", 12F);
  879. this.L1Txt5.Location = new System.Drawing.Point(3, 152);
  880. this.L1Txt5.Name = "L1Txt5";
  881. this.L1Txt5.Size = new System.Drawing.Size(90, 76);
  882. this.L1Txt5.TabIndex = 8;
  883. this.L1Txt5.Text = "稳压时间:";
  884. this.L1Txt5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  885. //
  886. // R1Txt4
  887. //
  888. this.R1Txt4.AutoSize = true;
  889. this.R1Txt4.Dock = System.Windows.Forms.DockStyle.Fill;
  890. this.R1Txt4.Font = new System.Drawing.Font("微软雅黑", 12F);
  891. this.R1Txt4.Location = new System.Drawing.Point(376, 76);
  892. this.R1Txt4.Name = "R1Txt4";
  893. this.R1Txt4.Size = new System.Drawing.Size(157, 76);
  894. this.R1Txt4.TabIndex = 7;
  895. this.R1Txt4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  896. //
  897. // L1Txt4
  898. //
  899. this.L1Txt4.AutoSize = true;
  900. this.L1Txt4.Dock = System.Windows.Forms.DockStyle.Fill;
  901. this.L1Txt4.Font = new System.Drawing.Font("微软雅黑", 12F);
  902. this.L1Txt4.Location = new System.Drawing.Point(259, 76);
  903. this.L1Txt4.Name = "L1Txt4";
  904. this.L1Txt4.Size = new System.Drawing.Size(111, 76);
  905. this.L1Txt4.TabIndex = 6;
  906. this.L1Txt4.Text = "充气时间:";
  907. this.L1Txt4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  908. //
  909. // R1Txt3
  910. //
  911. this.R1Txt3.AutoSize = true;
  912. this.R1Txt3.Dock = System.Windows.Forms.DockStyle.Fill;
  913. this.R1Txt3.Font = new System.Drawing.Font("微软雅黑", 12F);
  914. this.R1Txt3.Location = new System.Drawing.Point(99, 76);
  915. this.R1Txt3.Name = "R1Txt3";
  916. this.R1Txt3.Size = new System.Drawing.Size(154, 76);
  917. this.R1Txt3.TabIndex = 5;
  918. this.R1Txt3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  919. //
  920. // L1Txt3
  921. //
  922. this.L1Txt3.AutoSize = true;
  923. this.L1Txt3.Dock = System.Windows.Forms.DockStyle.Fill;
  924. this.L1Txt3.Font = new System.Drawing.Font("微软雅黑", 12F);
  925. this.L1Txt3.Location = new System.Drawing.Point(3, 76);
  926. this.L1Txt3.Name = "L1Txt3";
  927. this.L1Txt3.Size = new System.Drawing.Size(90, 76);
  928. this.L1Txt3.TabIndex = 4;
  929. this.L1Txt3.Text = "工位号:";
  930. this.L1Txt3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  931. //
  932. // R1Txt2
  933. //
  934. this.R1Txt2.AutoSize = true;
  935. this.R1Txt2.Dock = System.Windows.Forms.DockStyle.Fill;
  936. this.R1Txt2.Font = new System.Drawing.Font("微软雅黑", 12F);
  937. this.R1Txt2.Location = new System.Drawing.Point(376, 0);
  938. this.R1Txt2.Name = "R1Txt2";
  939. this.R1Txt2.Size = new System.Drawing.Size(157, 76);
  940. this.R1Txt2.TabIndex = 3;
  941. this.R1Txt2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  942. //
  943. // L1Txt2
  944. //
  945. this.L1Txt2.AutoSize = true;
  946. this.L1Txt2.Dock = System.Windows.Forms.DockStyle.Fill;
  947. this.L1Txt2.Font = new System.Drawing.Font("微软雅黑", 12F);
  948. this.L1Txt2.Location = new System.Drawing.Point(259, 0);
  949. this.L1Txt2.Name = "L1Txt2";
  950. this.L1Txt2.Size = new System.Drawing.Size(111, 76);
  951. this.L1Txt2.TabIndex = 2;
  952. this.L1Txt2.Text = "发送开始信息:";
  953. this.L1Txt2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  954. //
  955. // R1Txt1
  956. //
  957. this.R1Txt1.AutoSize = true;
  958. this.R1Txt1.Dock = System.Windows.Forms.DockStyle.Fill;
  959. this.R1Txt1.Font = new System.Drawing.Font("微软雅黑", 12F);
  960. this.R1Txt1.Location = new System.Drawing.Point(99, 0);
  961. this.R1Txt1.Name = "R1Txt1";
  962. this.R1Txt1.Size = new System.Drawing.Size(154, 76);
  963. this.R1Txt1.TabIndex = 1;
  964. this.R1Txt1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  965. //
  966. // L1Txt1
  967. //
  968. this.L1Txt1.AutoSize = true;
  969. this.L1Txt1.Dock = System.Windows.Forms.DockStyle.Fill;
  970. this.L1Txt1.Font = new System.Drawing.Font("微软雅黑", 12F);
  971. this.L1Txt1.Location = new System.Drawing.Point(3, 0);
  972. this.L1Txt1.Name = "L1Txt1";
  973. this.L1Txt1.Size = new System.Drawing.Size(90, 76);
  974. this.L1Txt1.TabIndex = 0;
  975. this.L1Txt1.Text = "日期时间:";
  976. this.L1Txt1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  977. //
  978. // R1Txt7
  979. //
  980. this.R1Txt7.AutoSize = true;
  981. this.R1Txt7.Dock = System.Windows.Forms.DockStyle.Fill;
  982. this.R1Txt7.Font = new System.Drawing.Font("微软雅黑", 12F);
  983. this.R1Txt7.Location = new System.Drawing.Point(99, 228);
  984. this.R1Txt7.Name = "R1Txt7";
  985. this.R1Txt7.Size = new System.Drawing.Size(154, 76);
  986. this.R1Txt7.TabIndex = 15;
  987. this.R1Txt7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  988. //
  989. // R1Txt8
  990. //
  991. this.R1Txt8.Anchor = System.Windows.Forms.AnchorStyles.Left;
  992. this.R1Txt8.BackColor = System.Drawing.SystemColors.Control;
  993. this.R1Txt8.BorderStyle = System.Windows.Forms.BorderStyle.None;
  994. this.R1Txt8.Font = new System.Drawing.Font("微软雅黑", 12F);
  995. this.R1Txt8.Location = new System.Drawing.Point(376, 250);
  996. this.R1Txt8.Name = "R1Txt8";
  997. this.R1Txt8.Size = new System.Drawing.Size(136, 32);
  998. this.R1Txt8.TabIndex = 13;
  999. this.R1Txt8.KeyDown += new System.Windows.Forms.KeyEventHandler(this.R1Txt8_KeyDown);
  1000. //
  1001. // Result1
  1002. //
  1003. this.Result1.Location = new System.Drawing.Point(904, 239);
  1004. this.Result1.Name = "Result1";
  1005. this.Result1.Size = new System.Drawing.Size(680, 39);
  1006. this.Result1.TabIndex = 14;
  1007. //
  1008. // Make_AirTightnessTest
  1009. //
  1010. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  1011. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1012. this.ClientSize = new System.Drawing.Size(1600, 900);
  1013. this.Controls.Add(this.panel1);
  1014. this.Controls.Add(this.SNDetails);
  1015. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  1016. this.Name = "Make_AirTightnessTest";
  1017. this.Padding = new System.Windows.Forms.Padding(5);
  1018. this.Text = "Make_AirTightnessTest";
  1019. this.Load += new System.EventHandler(this.Make_AirTightnessTest_Load);
  1020. this.panel1.ResumeLayout(true);
  1021. this.tableLayoutPanel2.ResumeLayout(true);
  1022. this.tableLayoutPanel3.ResumeLayout(true);
  1023. this.tableLayoutPanel3.PerformLayout();
  1024. this.ProtDetails.ResumeLayout(true);
  1025. this.ProtDetails.PerformLayout();
  1026. this.SNDetails.ResumeLayout(true);
  1027. this.tableLayoutPanel1.ResumeLayout(true);
  1028. this.tableLayoutPanel1.PerformLayout();
  1029. this.Pagination.ResumeLayout(true);
  1030. this.tabPage1.ResumeLayout(true);
  1031. this.tabPage2.ResumeLayout(true);
  1032. this.tableLayoutPanel4.ResumeLayout(true);
  1033. this.tableLayoutPanel4.PerformLayout();
  1034. this.ResumeLayout(true);
  1035. }
  1036. #endregion
  1037. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  1038. private System.Windows.Forms.Panel panel1;
  1039. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder ProtDetails;
  1040. private System.Windows.Forms.Label label1;
  1041. private System.Windows.Forms.Label label4;
  1042. private System.Windows.Forms.Label label2;
  1043. private System.Windows.Forms.Label label3;
  1044. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  1045. private System.Windows.Forms.Label serialNumber;
  1046. private System.Windows.Forms.Label workOrder;
  1047. private System.Windows.Forms.Label productName;
  1048. private System.Windows.Forms.Label productCode;
  1049. private System.Windows.Forms.Label label5;
  1050. private System.Windows.Forms.ComboBox Port;
  1051. private System.Windows.Forms.Label label6;
  1052. private System.Windows.Forms.ComboBox BaudRate;
  1053. private System.Windows.Forms.Label label7;
  1054. private System.Windows.Forms.TextBox FirstSN;
  1055. private System.Windows.Forms.Label label8;
  1056. private System.Windows.Forms.TextBox SecondSN;
  1057. private System.Windows.Forms.Label label9;
  1058. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  1059. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  1060. private System.Windows.Forms.CheckBox AutoTest;
  1061. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  1062. private System.Windows.Forms.Label LTxt1;
  1063. private System.Windows.Forms.Label RTxt10;
  1064. private System.Windows.Forms.Label LTxt10;
  1065. private System.Windows.Forms.Label RTxt9;
  1066. private System.Windows.Forms.Label LTxt9;
  1067. private System.Windows.Forms.Label RTxt7;
  1068. private System.Windows.Forms.Label LTxt8;
  1069. private System.Windows.Forms.Label LTxt7;
  1070. private System.Windows.Forms.Label RTxt6;
  1071. private System.Windows.Forms.Label LTxt6;
  1072. private System.Windows.Forms.Label RTxt5;
  1073. private System.Windows.Forms.Label LTxt5;
  1074. private System.Windows.Forms.Label RTxt4;
  1075. private System.Windows.Forms.Label LTxt4;
  1076. private System.Windows.Forms.Label RTxt3;
  1077. private System.Windows.Forms.Label LTxt3;
  1078. private System.Windows.Forms.Label RTxt2;
  1079. private System.Windows.Forms.Label LTxt2;
  1080. private System.Windows.Forms.Label RTxt1;
  1081. private System.Windows.Forms.TextBox Result;
  1082. private System.Windows.Forms.Label label10;
  1083. private System.Windows.Forms.TextBox RTxt8;
  1084. private System.Windows.Forms.Button ClearMsg;
  1085. private System.Windows.Forms.TabControl Pagination;
  1086. private System.Windows.Forms.TabPage tabPage1;
  1087. private System.Windows.Forms.TabPage tabPage2;
  1088. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  1089. private System.Windows.Forms.Label R1Txt10;
  1090. private System.Windows.Forms.Label L1Txt10;
  1091. private System.Windows.Forms.Label R1Txt9;
  1092. private System.Windows.Forms.Label L1Txt9;
  1093. private System.Windows.Forms.Label L1Txt8;
  1094. private System.Windows.Forms.Label L1Txt7;
  1095. private System.Windows.Forms.Label R1Txt6;
  1096. private System.Windows.Forms.Label L1Txt6;
  1097. private System.Windows.Forms.Label R1Txt5;
  1098. private System.Windows.Forms.Label L1Txt5;
  1099. private System.Windows.Forms.Label R1Txt4;
  1100. private System.Windows.Forms.Label L1Txt4;
  1101. private System.Windows.Forms.Label R1Txt3;
  1102. private System.Windows.Forms.Label L1Txt3;
  1103. private System.Windows.Forms.Label R1Txt2;
  1104. private System.Windows.Forms.Label L1Txt2;
  1105. private System.Windows.Forms.Label R1Txt1;
  1106. private System.Windows.Forms.Label L1Txt1;
  1107. private System.Windows.Forms.Label R1Txt7;
  1108. private System.Windows.Forms.TextBox R1Txt8;
  1109. private System.Windows.Forms.TextBox Result1;
  1110. }
  1111. }