Make_EquiConnect.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_EquiConnect
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_EquiConnect));
  29. this.Container = new System.Windows.Forms.TableLayoutPanel();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.LineLab = new System.Windows.Forms.Label();
  32. this.LineVal = new System.Windows.Forms.ComboBox();
  33. this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  35. this.SNVal = new System.Windows.Forms.TextBox();
  36. this.SNLab = new System.Windows.Forms.Label();
  37. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  38. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  39. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  40. this.productName = new System.Windows.Forms.Label();
  41. this.productCode = new System.Windows.Forms.Label();
  42. this.workOrder = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.serialNumber = new System.Windows.Forms.Label();
  48. this.onWatch = new System.Windows.Forms.Button();
  49. this.allParse = new System.Windows.Forms.Button();
  50. this.Device = new System.Windows.Forms.ComboBox();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.Choose = new System.Windows.Forms.Button();
  53. this.label6 = new System.Windows.Forms.Label();
  54. this.txtPath = new System.Windows.Forms.TextBox();
  55. this.Container.SuspendLayout();
  56. this.panel1.SuspendLayout();
  57. this.SNDetails.SuspendLayout();
  58. this.tableLayoutPanel1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // Container
  62. //
  63. this.Container.ColumnCount = 1;
  64. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  65. this.Container.Controls.Add(this.panel1, 0, 1);
  66. this.Container.Controls.Add(this.OperatResult, 0, 2);
  67. this.Container.Controls.Add(this.SNDetails, 0, 0);
  68. this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.Container.Location = new System.Drawing.Point(0, 0);
  70. this.Container.Margin = new System.Windows.Forms.Padding(4);
  71. this.Container.Name = "Container";
  72. this.Container.RowCount = 3;
  73. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  74. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  75. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
  76. this.Container.Size = new System.Drawing.Size(1280, 720);
  77. this.Container.TabIndex = 8;
  78. //
  79. // panel1
  80. //
  81. this.panel1.Controls.Add(this.onWatch);
  82. this.panel1.Controls.Add(this.allParse);
  83. this.panel1.Controls.Add(this.Device);
  84. this.panel1.Controls.Add(this.label5);
  85. this.panel1.Controls.Add(this.Choose);
  86. this.panel1.Controls.Add(this.label6);
  87. this.panel1.Controls.Add(this.txtPath);
  88. this.panel1.Controls.Add(this.LineLab);
  89. this.panel1.Controls.Add(this.LineVal);
  90. this.panel1.Controls.Add(this.OK);
  91. this.panel1.Controls.Add(this.NG);
  92. this.panel1.Controls.Add(this.SNVal);
  93. this.panel1.Controls.Add(this.SNLab);
  94. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panel1.Location = new System.Drawing.Point(3, 75);
  96. this.panel1.Name = "panel1";
  97. this.panel1.Size = new System.Drawing.Size(1274, 210);
  98. this.panel1.TabIndex = 4;
  99. //
  100. // LineLab
  101. //
  102. this.LineLab.AutoSize = true;
  103. this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.LineLab.Location = new System.Drawing.Point(60, 33);
  105. this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.LineLab.Name = "LineLab";
  107. this.LineLab.Size = new System.Drawing.Size(54, 28);
  108. this.LineLab.TabIndex = 167;
  109. this.LineLab.Text = "线体";
  110. //
  111. // LineVal
  112. //
  113. this.LineVal.FormattingEnabled = true;
  114. this.LineVal.Location = new System.Drawing.Point(121, 33);
  115. this.LineVal.Name = "LineVal";
  116. this.LineVal.Size = new System.Drawing.Size(243, 32);
  117. this.LineVal.TabIndex = 168;
  118. //
  119. // OK
  120. //
  121. this.OK.AllPower = null;
  122. this.OK.BackColor = System.Drawing.Color.Transparent;
  123. this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
  124. this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
  125. this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.OK.ForeColor = System.Drawing.Color.Green;
  127. this.OK.Image = null;
  128. this.OK.IsShowBorder = true;
  129. this.OK.Location = new System.Drawing.Point(402, 93);
  130. this.OK.Margin = new System.Windows.Forms.Padding(5);
  131. this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
  132. this.OK.Name = "OK";
  133. this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
  134. this.OK.Power = null;
  135. this.OK.Size = new System.Drawing.Size(147, 54);
  136. this.OK.TabIndex = 165;
  137. this.OK.Tag = "IfRead";
  138. this.OK.Text = "OK";
  139. this.OK.UseVisualStyleBackColor = false;
  140. this.OK.Click += new System.EventHandler(this.OK_Click);
  141. //
  142. // NG
  143. //
  144. this.NG.AllPower = null;
  145. this.NG.BackColor = System.Drawing.Color.Transparent;
  146. this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
  147. this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
  148. this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.NG.ForeColor = System.Drawing.Color.Red;
  150. this.NG.Image = null;
  151. this.NG.IsShowBorder = true;
  152. this.NG.Location = new System.Drawing.Point(578, 93);
  153. this.NG.Margin = new System.Windows.Forms.Padding(5);
  154. this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
  155. this.NG.Name = "NG";
  156. this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
  157. this.NG.Power = null;
  158. this.NG.Size = new System.Drawing.Size(147, 54);
  159. this.NG.TabIndex = 166;
  160. this.NG.Tag = "IfRead";
  161. this.NG.Text = "NG";
  162. this.NG.UseVisualStyleBackColor = true;
  163. this.NG.Click += new System.EventHandler(this.NG_Click);
  164. //
  165. // SNVal
  166. //
  167. this.SNVal.Location = new System.Drawing.Point(121, 103);
  168. this.SNVal.Name = "SNVal";
  169. this.SNVal.Size = new System.Drawing.Size(243, 31);
  170. this.SNVal.TabIndex = 164;
  171. //
  172. // SNLab
  173. //
  174. this.SNLab.AutoSize = true;
  175. this.SNLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.SNLab.Location = new System.Drawing.Point(39, 106);
  177. this.SNLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  178. this.SNLab.Name = "SNLab";
  179. this.SNLab.Size = new System.Drawing.Size(75, 28);
  180. this.SNLab.TabIndex = 163;
  181. this.SNLab.Text = "序列号";
  182. //
  183. // OperatResult
  184. //
  185. this.OperatResult.AcceptsTab = true;
  186. this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
  187. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.OperatResult.Location = new System.Drawing.Point(4, 293);
  189. this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  190. this.OperatResult.Name = "OperatResult";
  191. this.OperatResult.Size = new System.Drawing.Size(1272, 422);
  192. this.OperatResult.TabIndex = 134;
  193. this.OperatResult.Text = "";
  194. //
  195. // SNDetails
  196. //
  197. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  198. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  199. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.SNDetails.Location = new System.Drawing.Point(3, 3);
  202. this.SNDetails.Name = "SNDetails";
  203. this.SNDetails.Size = new System.Drawing.Size(1274, 66);
  204. this.SNDetails.TabIndex = 3;
  205. this.SNDetails.TabStop = false;
  206. this.SNDetails.Text = "产品序列信息";
  207. this.SNDetails.TextColor = System.Drawing.Color.Black;
  208. //
  209. // tableLayoutPanel1
  210. //
  211. this.tableLayoutPanel1.ColumnCount = 8;
  212. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  213. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  214. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  215. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  216. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  217. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
  218. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  219. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  220. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  221. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  222. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  223. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  224. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  225. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  226. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  227. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  228. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 31);
  230. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  231. this.tableLayoutPanel1.RowCount = 1;
  232. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  233. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 109F));
  234. this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 32);
  235. this.tableLayoutPanel1.TabIndex = 0;
  236. //
  237. // productName
  238. //
  239. this.productName.AutoSize = true;
  240. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  241. this.productName.Location = new System.Drawing.Point(800, 0);
  242. this.productName.Name = "productName";
  243. this.productName.Size = new System.Drawing.Size(465, 32);
  244. this.productName.TabIndex = 7;
  245. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  246. //
  247. // productCode
  248. //
  249. this.productCode.AutoSize = true;
  250. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  251. this.productCode.Location = new System.Drawing.Point(552, 0);
  252. this.productCode.Name = "productCode";
  253. this.productCode.Size = new System.Drawing.Size(161, 32);
  254. this.productCode.TabIndex = 6;
  255. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  256. //
  257. // workOrder
  258. //
  259. this.workOrder.AutoSize = true;
  260. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.workOrder.Location = new System.Drawing.Point(318, 0);
  262. this.workOrder.Name = "workOrder";
  263. this.workOrder.Size = new System.Drawing.Size(147, 32);
  264. this.workOrder.TabIndex = 5;
  265. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  266. //
  267. // label4
  268. //
  269. this.label4.AutoSize = true;
  270. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  271. this.label4.Location = new System.Drawing.Point(719, 0);
  272. this.label4.Name = "label4";
  273. this.label4.Size = new System.Drawing.Size(75, 32);
  274. this.label4.TabIndex = 3;
  275. this.label4.Text = "产品名称: ";
  276. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  277. //
  278. // label1
  279. //
  280. this.label1.AutoSize = true;
  281. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  282. this.label1.Location = new System.Drawing.Point(3, 0);
  283. this.label1.Name = "label1";
  284. this.label1.Size = new System.Drawing.Size(75, 32);
  285. this.label1.TabIndex = 0;
  286. this.label1.Text = "序列号: ";
  287. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  288. //
  289. // label3
  290. //
  291. this.label3.AutoSize = true;
  292. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  293. this.label3.Location = new System.Drawing.Point(471, 0);
  294. this.label3.Name = "label3";
  295. this.label3.Size = new System.Drawing.Size(75, 32);
  296. this.label3.TabIndex = 2;
  297. this.label3.Text = "产品编号: ";
  298. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  299. //
  300. // label2
  301. //
  302. this.label2.AutoSize = true;
  303. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.label2.Location = new System.Drawing.Point(237, 0);
  305. this.label2.Name = "label2";
  306. this.label2.Size = new System.Drawing.Size(75, 32);
  307. this.label2.TabIndex = 1;
  308. this.label2.Text = "工单: ";
  309. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  310. //
  311. // serialNumber
  312. //
  313. this.serialNumber.AutoSize = true;
  314. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.serialNumber.Location = new System.Drawing.Point(84, 0);
  316. this.serialNumber.Name = "serialNumber";
  317. this.serialNumber.Size = new System.Drawing.Size(147, 32);
  318. this.serialNumber.TabIndex = 4;
  319. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  320. //
  321. // onWatch
  322. //
  323. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  324. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.onWatch.Location = new System.Drawing.Point(792, 102);
  326. this.onWatch.Name = "onWatch";
  327. this.onWatch.Size = new System.Drawing.Size(122, 38);
  328. this.onWatch.TabIndex = 175;
  329. this.onWatch.Text = "开启解析";
  330. this.onWatch.UseVisualStyleBackColor = true;
  331. this.onWatch.Visible = false;
  332. //
  333. // allParse
  334. //
  335. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  336. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.allParse.Location = new System.Drawing.Point(986, 102);
  338. this.allParse.Name = "allParse";
  339. this.allParse.Size = new System.Drawing.Size(122, 38);
  340. this.allParse.TabIndex = 174;
  341. this.allParse.Text = "批量解析";
  342. this.allParse.UseVisualStyleBackColor = true;
  343. this.allParse.Visible = false;
  344. //
  345. // Device
  346. //
  347. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  348. this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.Device.Items.AddRange(new object[] {
  350. "AOI设备",
  351. "X-ray设备",
  352. "CCD设备"});
  353. this.Device.Location = new System.Drawing.Point(823, 12);
  354. this.Device.Name = "Device";
  355. this.Device.Size = new System.Drawing.Size(285, 32);
  356. this.Device.TabIndex = 170;
  357. this.Device.Visible = false;
  358. //
  359. // label5
  360. //
  361. this.label5.AutoSize = true;
  362. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.label5.Location = new System.Drawing.Point(712, 16);
  364. this.label5.Name = "label5";
  365. this.label5.Size = new System.Drawing.Size(96, 28);
  366. this.label5.TabIndex = 169;
  367. this.label5.Text = "设备类型";
  368. this.label5.Visible = false;
  369. //
  370. // Choose
  371. //
  372. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  373. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.Choose.Location = new System.Drawing.Point(1176, 49);
  375. this.Choose.Name = "Choose";
  376. this.Choose.Size = new System.Drawing.Size(90, 33);
  377. this.Choose.TabIndex = 172;
  378. this.Choose.Text = "选择";
  379. this.Choose.UseVisualStyleBackColor = true;
  380. this.Choose.Visible = false;
  381. //
  382. // label6
  383. //
  384. this.label6.AutoSize = true;
  385. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.label6.Location = new System.Drawing.Point(689, 54);
  387. this.label6.Name = "label6";
  388. this.label6.Size = new System.Drawing.Size(117, 28);
  389. this.label6.TabIndex = 173;
  390. this.label6.Text = "文件夹路径";
  391. this.label6.Visible = false;
  392. //
  393. // txtPath
  394. //
  395. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.txtPath.Location = new System.Drawing.Point(823, 51);
  397. this.txtPath.Name = "txtPath";
  398. this.txtPath.Size = new System.Drawing.Size(332, 31);
  399. this.txtPath.TabIndex = 171;
  400. this.txtPath.Visible = false;
  401. //
  402. // Make_EquiConnect
  403. //
  404. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  405. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  406. this.ClientSize = new System.Drawing.Size(1280, 720);
  407. this.Controls.Add(this.Container);
  408. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  410. this.Margin = new System.Windows.Forms.Padding(4);
  411. this.Name = "Make_EquiConnect";
  412. this.Text = "Make_EquiConnect";
  413. this.Load += new System.EventHandler(this.Make_EquiConnect_Load);
  414. this.Container.ResumeLayout(false);
  415. this.panel1.ResumeLayout(false);
  416. this.panel1.PerformLayout();
  417. this.SNDetails.ResumeLayout(false);
  418. this.tableLayoutPanel1.ResumeLayout(false);
  419. this.tableLayoutPanel1.PerformLayout();
  420. this.ResumeLayout(false);
  421. }
  422. #endregion
  423. private System.Windows.Forms.TableLayoutPanel Container;
  424. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  425. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  426. private System.Windows.Forms.Label productName;
  427. private System.Windows.Forms.Label productCode;
  428. private System.Windows.Forms.Label workOrder;
  429. private System.Windows.Forms.Label label4;
  430. private System.Windows.Forms.Label label1;
  431. private System.Windows.Forms.Label label3;
  432. private System.Windows.Forms.Label label2;
  433. private System.Windows.Forms.Label serialNumber;
  434. private System.Windows.Forms.Panel panel1;
  435. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  436. private System.Windows.Forms.TextBox SNVal;
  437. private System.Windows.Forms.Label SNLab;
  438. private CustomControl.ButtonUtil.NormalButton OK;
  439. private CustomControl.ButtonUtil.NormalButton NG;
  440. private System.Windows.Forms.Label LineLab;
  441. private System.Windows.Forms.ComboBox LineVal;
  442. private System.Windows.Forms.Button onWatch;
  443. private System.Windows.Forms.Button allParse;
  444. private System.Windows.Forms.ComboBox Device;
  445. private System.Windows.Forms.Label label5;
  446. private System.Windows.Forms.Button Choose;
  447. private System.Windows.Forms.Label label6;
  448. private System.Windows.Forms.TextBox txtPath;
  449. }
  450. }