frmMachineConfig.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. namespace lyfzAttendance
  2. {
  3. partial class frmMachineConfig
  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(frmMachineConfig));
  29. this.groupBox1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.tx_NetPassword = new System.Windows.Forms.TextBox();
  32. this.cbox_MachineType = new LYFZ.ComponentLibrary.ComboBoxEx();
  33. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.cbox_ConnectType = new LYFZ.ComponentLibrary.ComboBoxEx();
  35. this.label11 = new System.Windows.Forms.Label();
  36. this.cbox_CommPort = new LYFZ.ComponentLibrary.ComboBoxEx();
  37. this.btn_SaveConfig = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.cbox_Baudrate = new LYFZ.ComponentLibrary.ComboBoxEx();
  39. this.tx_IpAddress = new System.Windows.Forms.TextBox();
  40. this.cbox_ProtocolType = new LYFZ.ComponentLibrary.ComboBoxEx();
  41. this.label9 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.tx_TCPPort = new System.Windows.Forms.TextBox();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.tx_MachineNumber = new System.Windows.Forms.TextBox();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.label6 = new System.Windows.Forms.Label();
  50. this.tx_MachineLicense = new System.Windows.Forms.TextBox();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.label10 = new System.Windows.Forms.Label();
  53. this.tx_TimeOut = new System.Windows.Forms.TextBox();
  54. this.plExMainContainer.SuspendLayout();
  55. this.plFormMainContent.SuspendLayout();
  56. this.groupBox1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.BackColor = System.Drawing.Color.White;
  62. this.plExMainContainer.Controls.Add(this.groupBox1);
  63. this.plExMainContainer.Size = new System.Drawing.Size(414, 408);
  64. //
  65. // plFormMainContent
  66. //
  67. this.plFormMainContent.Size = new System.Drawing.Size(414, 408);
  68. //
  69. // btnAppFormMaximize
  70. //
  71. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  72. this.btnAppFormMaximize.Location = new System.Drawing.Point(355, 0);
  73. //
  74. // btnAppFormExit
  75. //
  76. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  77. this.btnAppFormExit.Location = new System.Drawing.Point(382, 0);
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(355, 0);
  83. //
  84. // groupBox1
  85. //
  86. this.groupBox1.Controls.Add(this.label1);
  87. this.groupBox1.Controls.Add(this.tx_NetPassword);
  88. this.groupBox1.Controls.Add(this.cbox_MachineType);
  89. this.groupBox1.Controls.Add(this.btn_Cancel);
  90. this.groupBox1.Controls.Add(this.cbox_ConnectType);
  91. this.groupBox1.Controls.Add(this.label11);
  92. this.groupBox1.Controls.Add(this.cbox_CommPort);
  93. this.groupBox1.Controls.Add(this.btn_SaveConfig);
  94. this.groupBox1.Controls.Add(this.cbox_Baudrate);
  95. this.groupBox1.Controls.Add(this.tx_IpAddress);
  96. this.groupBox1.Controls.Add(this.cbox_ProtocolType);
  97. this.groupBox1.Controls.Add(this.label9);
  98. this.groupBox1.Controls.Add(this.label2);
  99. this.groupBox1.Controls.Add(this.tx_TCPPort);
  100. this.groupBox1.Controls.Add(this.label3);
  101. this.groupBox1.Controls.Add(this.label7);
  102. this.groupBox1.Controls.Add(this.tx_MachineNumber);
  103. this.groupBox1.Controls.Add(this.label8);
  104. this.groupBox1.Controls.Add(this.label4);
  105. this.groupBox1.Controls.Add(this.label6);
  106. this.groupBox1.Controls.Add(this.tx_MachineLicense);
  107. this.groupBox1.Controls.Add(this.label5);
  108. this.groupBox1.Controls.Add(this.label10);
  109. this.groupBox1.Controls.Add(this.tx_TimeOut);
  110. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  112. this.groupBox1.Name = "groupBox1";
  113. this.groupBox1.Size = new System.Drawing.Size(414, 408);
  114. this.groupBox1.TabIndex = 14;
  115. this.groupBox1.TabStop = false;
  116. //
  117. // label1
  118. //
  119. this.label1.AutoSize = true;
  120. this.label1.Location = new System.Drawing.Point(60, 25);
  121. this.label1.Name = "label1";
  122. this.label1.Size = new System.Drawing.Size(53, 12);
  123. this.label1.TabIndex = 16;
  124. this.label1.Text = "选择设备";
  125. //
  126. // tx_NetPassword
  127. //
  128. this.tx_NetPassword.Location = new System.Drawing.Point(131, 268);
  129. this.tx_NetPassword.Name = "tx_NetPassword";
  130. this.tx_NetPassword.Size = new System.Drawing.Size(174, 21);
  131. this.tx_NetPassword.TabIndex = 17;
  132. //
  133. // cbox_MachineType
  134. //
  135. this.cbox_MachineType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  136. this.cbox_MachineType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  137. this.cbox_MachineType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  138. this.cbox_MachineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  139. this.cbox_MachineType.Font = new System.Drawing.Font("宋体", 10.5F);
  140. this.cbox_MachineType.FormattingEnabled = true;
  141. this.cbox_MachineType.IsCustomColor = false;
  142. this.cbox_MachineType.Items.AddRange(new object[] {
  143. "旧款指纹机",
  144. "新款指纹机"});
  145. this.cbox_MachineType.Location = new System.Drawing.Point(131, 20);
  146. this.cbox_MachineType.Name = "cbox_MachineType";
  147. this.cbox_MachineType.ReadOnly = false;
  148. this.cbox_MachineType.Size = new System.Drawing.Size(174, 22);
  149. this.cbox_MachineType.TabIndex = 15;
  150. //
  151. // btn_Cancel
  152. //
  153. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  154. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  155. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  156. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  157. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  158. this.btn_Cancel.IsCustomBackImg = false;
  159. this.btn_Cancel.IsShowText = true;
  160. this.btn_Cancel.Location = new System.Drawing.Point(212, 348);
  161. this.btn_Cancel.Name = "btn_Cancel";
  162. this.btn_Cancel.Size = new System.Drawing.Size(93, 26);
  163. this.btn_Cancel.TabIndex = 1;
  164. this.btn_Cancel.Text = "取消";
  165. this.btn_Cancel.UseVisualStyleBackColor = true;
  166. //
  167. // cbox_ConnectType
  168. //
  169. this.cbox_ConnectType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  170. this.cbox_ConnectType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  171. this.cbox_ConnectType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  172. this.cbox_ConnectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  173. this.cbox_ConnectType.Font = new System.Drawing.Font("宋体", 10.5F);
  174. this.cbox_ConnectType.FormattingEnabled = true;
  175. this.cbox_ConnectType.IsCustomColor = false;
  176. this.cbox_ConnectType.Items.AddRange(new object[] {
  177. "USB通讯",
  178. "串口通讯",
  179. "网络通讯"});
  180. this.cbox_ConnectType.Location = new System.Drawing.Point(131, 48);
  181. this.cbox_ConnectType.Name = "cbox_ConnectType";
  182. this.cbox_ConnectType.ReadOnly = false;
  183. this.cbox_ConnectType.Size = new System.Drawing.Size(174, 22);
  184. this.cbox_ConnectType.TabIndex = 15;
  185. //
  186. // label11
  187. //
  188. this.label11.AutoSize = true;
  189. this.label11.Location = new System.Drawing.Point(60, 271);
  190. this.label11.Name = "label11";
  191. this.label11.Size = new System.Drawing.Size(53, 12);
  192. this.label11.TabIndex = 16;
  193. this.label11.Text = "网络密码";
  194. //
  195. // cbox_CommPort
  196. //
  197. this.cbox_CommPort.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  198. this.cbox_CommPort.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  199. this.cbox_CommPort.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  200. this.cbox_CommPort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  201. this.cbox_CommPort.Font = new System.Drawing.Font("宋体", 10.5F);
  202. this.cbox_CommPort.FormattingEnabled = true;
  203. this.cbox_CommPort.IsCustomColor = false;
  204. this.cbox_CommPort.Items.AddRange(new object[] {
  205. "COM1",
  206. "COM2",
  207. "COM3",
  208. "COM4",
  209. "COM5",
  210. "COM6",
  211. "COM7",
  212. "COM8",
  213. "COM9",
  214. "COM10",
  215. "COM11",
  216. "COM12",
  217. "COM13",
  218. "COM14",
  219. "COM15",
  220. "COM16",
  221. "COM17",
  222. "COM18",
  223. "COM19",
  224. "COM20",
  225. "COM21",
  226. "COM22",
  227. "COM23",
  228. "COM24",
  229. "COM25",
  230. "COM26",
  231. "COM27",
  232. "COM28",
  233. "COM29",
  234. "COM30",
  235. "COM31",
  236. "COM32",
  237. "COM33",
  238. "COM34",
  239. "COM35",
  240. "COM36",
  241. "COM37",
  242. "COM38",
  243. "COM39",
  244. "COM40",
  245. "COM41",
  246. "COM42",
  247. "COM43",
  248. "COM44",
  249. "COM45",
  250. "COM46",
  251. "COM47",
  252. "COM48",
  253. "COM49",
  254. "COM50",
  255. "COM51",
  256. "COM52",
  257. "COM53",
  258. "COM54",
  259. "COM55",
  260. "COM56",
  261. "COM57",
  262. "COM58",
  263. "COM59",
  264. "COM60",
  265. "COM61",
  266. "COM62",
  267. "COM63",
  268. "COM64",
  269. "COM65",
  270. "COM66",
  271. "COM67",
  272. "COM68",
  273. "COM69",
  274. "COM70",
  275. "COM71",
  276. "COM72",
  277. "COM73",
  278. "COM74",
  279. "COM75",
  280. "COM76",
  281. "COM77",
  282. "COM78",
  283. "COM79",
  284. "COM80",
  285. "COM81",
  286. "COM82",
  287. "COM83",
  288. "COM84",
  289. "COM85",
  290. "COM86",
  291. "COM87",
  292. "COM88",
  293. "COM89",
  294. "COM90",
  295. "COM91",
  296. "COM92",
  297. "COM93",
  298. "COM94",
  299. "COM95",
  300. "COM96",
  301. "COM97",
  302. "COM98",
  303. "COM99",
  304. "COM100",
  305. "COM101",
  306. "COM102",
  307. "COM103",
  308. "COM104",
  309. "COM105",
  310. "COM106",
  311. "COM107",
  312. "COM108",
  313. "COM109",
  314. "COM110",
  315. "COM111",
  316. "COM112",
  317. "COM113",
  318. "COM114",
  319. "COM115",
  320. "COM116",
  321. "COM117",
  322. "COM118",
  323. "COM119",
  324. "COM120",
  325. "COM121",
  326. "COM122",
  327. "COM123",
  328. "COM124",
  329. "COM125",
  330. "COM126",
  331. "COM127",
  332. "COM128",
  333. "COM129",
  334. "COM130",
  335. "COM131",
  336. "COM132",
  337. "COM133",
  338. "COM134",
  339. "COM135",
  340. "COM136",
  341. "COM137",
  342. "COM138",
  343. "COM139",
  344. "COM140",
  345. "COM141",
  346. "COM142",
  347. "COM143",
  348. "COM144",
  349. "COM145",
  350. "COM146",
  351. "COM147",
  352. "COM148",
  353. "COM149",
  354. "COM150",
  355. "COM151",
  356. "COM152",
  357. "COM153",
  358. "COM154",
  359. "COM155",
  360. "COM156",
  361. "COM157",
  362. "COM158",
  363. "COM159",
  364. "COM160",
  365. "COM161",
  366. "COM162",
  367. "COM163",
  368. "COM164",
  369. "COM165",
  370. "COM166",
  371. "COM167",
  372. "COM168",
  373. "COM169",
  374. "COM170",
  375. "COM171",
  376. "COM172",
  377. "COM173",
  378. "COM174",
  379. "COM175",
  380. "COM176",
  381. "COM177",
  382. "COM178",
  383. "COM179",
  384. "COM180",
  385. "COM181",
  386. "COM182",
  387. "COM183",
  388. "COM184",
  389. "COM185",
  390. "COM186",
  391. "COM187",
  392. "COM188",
  393. "COM189",
  394. "COM190",
  395. "COM191",
  396. "COM192",
  397. "COM193",
  398. "COM194",
  399. "COM195",
  400. "COM196",
  401. "COM197",
  402. "COM198",
  403. "COM199",
  404. "COM200",
  405. "COM201",
  406. "COM202",
  407. "COM203",
  408. "COM204",
  409. "COM205",
  410. "COM206",
  411. "COM207",
  412. "COM208",
  413. "COM209",
  414. "COM210",
  415. "COM211",
  416. "COM212",
  417. "COM213",
  418. "COM214",
  419. "COM215",
  420. "COM216",
  421. "COM217",
  422. "COM218",
  423. "COM219",
  424. "COM220",
  425. "COM221",
  426. "COM222",
  427. "COM223",
  428. "COM224",
  429. "COM225",
  430. "COM226",
  431. "COM227",
  432. "COM228",
  433. "COM229",
  434. "COM230",
  435. "COM231",
  436. "COM232",
  437. "COM233",
  438. "COM234",
  439. "COM235",
  440. "COM236",
  441. "COM237",
  442. "COM238",
  443. "COM239",
  444. "COM240",
  445. "COM241",
  446. "COM242",
  447. "COM243",
  448. "COM244",
  449. "COM245",
  450. "COM246",
  451. "COM247",
  452. "COM248",
  453. "COM249",
  454. "COM250",
  455. "COM251",
  456. "COM252",
  457. "COM253",
  458. "COM254",
  459. "COM255"});
  460. this.cbox_CommPort.Location = new System.Drawing.Point(131, 130);
  461. this.cbox_CommPort.Name = "cbox_CommPort";
  462. this.cbox_CommPort.ReadOnly = false;
  463. this.cbox_CommPort.Size = new System.Drawing.Size(174, 22);
  464. this.cbox_CommPort.TabIndex = 15;
  465. //
  466. // btn_SaveConfig
  467. //
  468. this.btn_SaveConfig.BackColor = System.Drawing.Color.Transparent;
  469. this.btn_SaveConfig.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_SaveConfig.BackImg")));
  470. this.btn_SaveConfig.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  471. this.btn_SaveConfig.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  472. this.btn_SaveConfig.ForeColor = System.Drawing.Color.White;
  473. this.btn_SaveConfig.IsCustomBackImg = false;
  474. this.btn_SaveConfig.IsShowText = true;
  475. this.btn_SaveConfig.Location = new System.Drawing.Point(74, 348);
  476. this.btn_SaveConfig.Name = "btn_SaveConfig";
  477. this.btn_SaveConfig.Size = new System.Drawing.Size(93, 26);
  478. this.btn_SaveConfig.TabIndex = 1;
  479. this.btn_SaveConfig.Text = "保存配置";
  480. this.btn_SaveConfig.UseVisualStyleBackColor = true;
  481. //
  482. // cbox_Baudrate
  483. //
  484. this.cbox_Baudrate.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  485. this.cbox_Baudrate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  486. this.cbox_Baudrate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  487. this.cbox_Baudrate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  488. this.cbox_Baudrate.Font = new System.Drawing.Font("宋体", 10.5F);
  489. this.cbox_Baudrate.FormattingEnabled = true;
  490. this.cbox_Baudrate.IsCustomColor = false;
  491. this.cbox_Baudrate.Items.AddRange(new object[] {
  492. "110",
  493. "300",
  494. "600",
  495. "1200",
  496. "1800",
  497. "2400",
  498. "4800",
  499. "9600",
  500. "14400",
  501. "19200",
  502. "28800",
  503. "33600",
  504. "38400",
  505. "43000",
  506. "56000",
  507. "57600",
  508. "115200"});
  509. this.cbox_Baudrate.Location = new System.Drawing.Point(131, 158);
  510. this.cbox_Baudrate.Name = "cbox_Baudrate";
  511. this.cbox_Baudrate.ReadOnly = false;
  512. this.cbox_Baudrate.Size = new System.Drawing.Size(174, 22);
  513. this.cbox_Baudrate.TabIndex = 15;
  514. //
  515. // tx_IpAddress
  516. //
  517. this.tx_IpAddress.Location = new System.Drawing.Point(131, 241);
  518. this.tx_IpAddress.Name = "tx_IpAddress";
  519. this.tx_IpAddress.Size = new System.Drawing.Size(174, 21);
  520. this.tx_IpAddress.TabIndex = 17;
  521. //
  522. // cbox_ProtocolType
  523. //
  524. this.cbox_ProtocolType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  525. this.cbox_ProtocolType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  526. this.cbox_ProtocolType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  527. this.cbox_ProtocolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  528. this.cbox_ProtocolType.Font = new System.Drawing.Font("宋体", 10.5F);
  529. this.cbox_ProtocolType.FormattingEnabled = true;
  530. this.cbox_ProtocolType.IsCustomColor = false;
  531. this.cbox_ProtocolType.Items.AddRange(new object[] {
  532. "TCP",
  533. "UDP"});
  534. this.cbox_ProtocolType.Location = new System.Drawing.Point(131, 186);
  535. this.cbox_ProtocolType.Name = "cbox_ProtocolType";
  536. this.cbox_ProtocolType.ReadOnly = false;
  537. this.cbox_ProtocolType.Size = new System.Drawing.Size(174, 22);
  538. this.cbox_ProtocolType.TabIndex = 15;
  539. //
  540. // label9
  541. //
  542. this.label9.AutoSize = true;
  543. this.label9.Location = new System.Drawing.Point(72, 244);
  544. this.label9.Name = "label9";
  545. this.label9.Size = new System.Drawing.Size(41, 12);
  546. this.label9.TabIndex = 16;
  547. this.label9.Text = "IP地址";
  548. //
  549. // label2
  550. //
  551. this.label2.AutoSize = true;
  552. this.label2.Location = new System.Drawing.Point(36, 53);
  553. this.label2.Name = "label2";
  554. this.label2.Size = new System.Drawing.Size(77, 12);
  555. this.label2.TabIndex = 16;
  556. this.label2.Text = "设备连接方式";
  557. //
  558. // tx_TCPPort
  559. //
  560. this.tx_TCPPort.Location = new System.Drawing.Point(131, 214);
  561. this.tx_TCPPort.Name = "tx_TCPPort";
  562. this.tx_TCPPort.Size = new System.Drawing.Size(174, 21);
  563. this.tx_TCPPort.TabIndex = 17;
  564. //
  565. // label3
  566. //
  567. this.label3.AutoSize = true;
  568. this.label3.Location = new System.Drawing.Point(60, 79);
  569. this.label3.Name = "label3";
  570. this.label3.Size = new System.Drawing.Size(53, 12);
  571. this.label3.TabIndex = 16;
  572. this.label3.Text = "机器编号";
  573. //
  574. // label7
  575. //
  576. this.label7.AutoSize = true;
  577. this.label7.Location = new System.Drawing.Point(42, 217);
  578. this.label7.Name = "label7";
  579. this.label7.Size = new System.Drawing.Size(71, 12);
  580. this.label7.TabIndex = 16;
  581. this.label7.Text = "TCP/UDP端口";
  582. //
  583. // tx_MachineNumber
  584. //
  585. this.tx_MachineNumber.Location = new System.Drawing.Point(131, 76);
  586. this.tx_MachineNumber.Name = "tx_MachineNumber";
  587. this.tx_MachineNumber.Size = new System.Drawing.Size(174, 21);
  588. this.tx_MachineNumber.TabIndex = 17;
  589. //
  590. // label8
  591. //
  592. this.label8.AutoSize = true;
  593. this.label8.Location = new System.Drawing.Point(60, 191);
  594. this.label8.Name = "label8";
  595. this.label8.Size = new System.Drawing.Size(53, 12);
  596. this.label8.TabIndex = 16;
  597. this.label8.Text = "通信协议";
  598. //
  599. // label4
  600. //
  601. this.label4.AutoSize = true;
  602. this.label4.Location = new System.Drawing.Point(60, 106);
  603. this.label4.Name = "label4";
  604. this.label4.Size = new System.Drawing.Size(53, 12);
  605. this.label4.TabIndex = 16;
  606. this.label4.Text = "许可编号";
  607. //
  608. // label6
  609. //
  610. this.label6.AutoSize = true;
  611. this.label6.Location = new System.Drawing.Point(72, 163);
  612. this.label6.Name = "label6";
  613. this.label6.Size = new System.Drawing.Size(41, 12);
  614. this.label6.TabIndex = 16;
  615. this.label6.Text = "波特率";
  616. //
  617. // tx_MachineLicense
  618. //
  619. this.tx_MachineLicense.Location = new System.Drawing.Point(131, 103);
  620. this.tx_MachineLicense.Name = "tx_MachineLicense";
  621. this.tx_MachineLicense.Size = new System.Drawing.Size(174, 21);
  622. this.tx_MachineLicense.TabIndex = 17;
  623. //
  624. // label5
  625. //
  626. this.label5.AutoSize = true;
  627. this.label5.Location = new System.Drawing.Point(72, 135);
  628. this.label5.Name = "label5";
  629. this.label5.Size = new System.Drawing.Size(41, 12);
  630. this.label5.TabIndex = 16;
  631. this.label5.Text = "串口号";
  632. //
  633. // label10
  634. //
  635. this.label10.AutoSize = true;
  636. this.label10.Location = new System.Drawing.Point(48, 298);
  637. this.label10.Name = "label10";
  638. this.label10.Size = new System.Drawing.Size(65, 12);
  639. this.label10.TabIndex = 16;
  640. this.label10.Text = "连接超时值";
  641. //
  642. // tx_TimeOut
  643. //
  644. this.tx_TimeOut.Location = new System.Drawing.Point(131, 295);
  645. this.tx_TimeOut.Name = "tx_TimeOut";
  646. this.tx_TimeOut.Size = new System.Drawing.Size(174, 21);
  647. this.tx_TimeOut.TabIndex = 17;
  648. //
  649. // frmMachineConfig
  650. //
  651. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  652. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  653. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  654. this.ClientSize = new System.Drawing.Size(414, 473);
  655. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  656. this.IsUserControlsSize = false;
  657. this.MaximizeBox = false;
  658. this.Name = "frmMachineConfig";
  659. this.Text = "设备配置";
  660. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  661. this.Load += new System.EventHandler(this.frmMachineConfig_Load);
  662. this.plExMainContainer.ResumeLayout(false);
  663. this.plFormMainContent.ResumeLayout(false);
  664. this.groupBox1.ResumeLayout(false);
  665. this.groupBox1.PerformLayout();
  666. this.ResumeLayout(false);
  667. }
  668. #endregion
  669. private LYFZ.ComponentLibrary.GroupBoxEx groupBox1;
  670. private LYFZ.ComponentLibrary.ButtonForm btn_Cancel;
  671. private LYFZ.ComponentLibrary.ButtonEx btn_SaveConfig;
  672. private System.Windows.Forms.Label label1;
  673. private LYFZ.ComponentLibrary.ComboBoxEx cbox_MachineType;
  674. private System.Windows.Forms.Label label2;
  675. private LYFZ.ComponentLibrary.ComboBoxEx cbox_ConnectType;
  676. private System.Windows.Forms.TextBox tx_MachineNumber;
  677. private System.Windows.Forms.Label label3;
  678. private System.Windows.Forms.TextBox tx_MachineLicense;
  679. private System.Windows.Forms.Label label4;
  680. private System.Windows.Forms.TextBox tx_TCPPort;
  681. private System.Windows.Forms.Label label7;
  682. private System.Windows.Forms.Label label6;
  683. private System.Windows.Forms.Label label5;
  684. private LYFZ.ComponentLibrary.ComboBoxEx cbox_Baudrate;
  685. private LYFZ.ComponentLibrary.ComboBoxEx cbox_CommPort;
  686. private System.Windows.Forms.Label label8;
  687. private LYFZ.ComponentLibrary.ComboBoxEx cbox_ProtocolType;
  688. private System.Windows.Forms.TextBox tx_IpAddress;
  689. private System.Windows.Forms.Label label9;
  690. private System.Windows.Forms.TextBox tx_TimeOut;
  691. private System.Windows.Forms.Label label10;
  692. private System.Windows.Forms.TextBox tx_NetPassword;
  693. private System.Windows.Forms.Label label11;
  694. }
  695. }