PageSystemParameterSet.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. namespace Scada.Page
  2. {
  3. partial class PageSystemParameterSet
  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. uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  29. txt_ReConnectTimeInterval = new Sunny.UI.UITextBox();
  30. uiLabel8 = new Sunny.UI.UILabel();
  31. txt_ReadTimeInterval = new Sunny.UI.UITextBox();
  32. uiLabel6 = new Sunny.UI.UILabel();
  33. txt_ConnectTimeOut = new Sunny.UI.UITextBox();
  34. uiLabel7 = new Sunny.UI.UILabel();
  35. cb_CPUType = new Sunny.UI.UIComboBox();
  36. txt_Slot = new Sunny.UI.UITextBox();
  37. uiLabel5 = new Sunny.UI.UILabel();
  38. txt_Rack = new Sunny.UI.UITextBox();
  39. uiLabel4 = new Sunny.UI.UILabel();
  40. uiLabel3 = new Sunny.UI.UILabel();
  41. txt_Port = new Sunny.UI.UITextBox();
  42. uiLabel2 = new Sunny.UI.UILabel();
  43. txt_IPAddress = new Sunny.UI.UIIPTextBox();
  44. uiLabel1 = new Sunny.UI.UILabel();
  45. uiTitlePanel3 = new Sunny.UI.UITitlePanel();
  46. rbg_Save = new Sunny.UI.UIRadioButtonGroup();
  47. txt_DirePath = new Sunny.UI.UITextBox();
  48. uiLabel12 = new Sunny.UI.UILabel();
  49. uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  50. uiLabel11 = new Sunny.UI.UILabel();
  51. txt_SoftTime = new Sunny.UI.UITextBox();
  52. uiLabel9 = new Sunny.UI.UILabel();
  53. txt_SoftwareVersion = new Sunny.UI.UITextBox();
  54. uiLabel10 = new Sunny.UI.UILabel();
  55. btn_Save = new Sunny.UI.UIButton();
  56. uiTitlePanel1.SuspendLayout();
  57. uiTitlePanel3.SuspendLayout();
  58. uiTitlePanel2.SuspendLayout();
  59. SuspendLayout();
  60. //
  61. // uiTitlePanel1
  62. //
  63. uiTitlePanel1.Controls.Add(txt_ReConnectTimeInterval);
  64. uiTitlePanel1.Controls.Add(uiLabel8);
  65. uiTitlePanel1.Controls.Add(txt_ReadTimeInterval);
  66. uiTitlePanel1.Controls.Add(uiLabel6);
  67. uiTitlePanel1.Controls.Add(txt_ConnectTimeOut);
  68. uiTitlePanel1.Controls.Add(uiLabel7);
  69. uiTitlePanel1.Controls.Add(cb_CPUType);
  70. uiTitlePanel1.Controls.Add(txt_Slot);
  71. uiTitlePanel1.Controls.Add(uiLabel5);
  72. uiTitlePanel1.Controls.Add(txt_Rack);
  73. uiTitlePanel1.Controls.Add(uiLabel4);
  74. uiTitlePanel1.Controls.Add(uiLabel3);
  75. uiTitlePanel1.Controls.Add(txt_Port);
  76. uiTitlePanel1.Controls.Add(uiLabel2);
  77. uiTitlePanel1.Controls.Add(txt_IPAddress);
  78. uiTitlePanel1.Controls.Add(uiLabel1);
  79. uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  80. uiTitlePanel1.Location = new Point(13, 14);
  81. uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
  82. uiTitlePanel1.MinimumSize = new Size(1, 1);
  83. uiTitlePanel1.Name = "uiTitlePanel1";
  84. uiTitlePanel1.ShowText = false;
  85. uiTitlePanel1.Size = new Size(610, 321);
  86. uiTitlePanel1.TabIndex = 0;
  87. uiTitlePanel1.Text = "PLC参数";
  88. uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
  89. //
  90. // txt_ReConnectTimeInterval
  91. //
  92. txt_ReConnectTimeInterval.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  93. txt_ReConnectTimeInterval.Location = new Point(422, 152);
  94. txt_ReConnectTimeInterval.Margin = new Padding(4, 5, 4, 5);
  95. txt_ReConnectTimeInterval.MinimumSize = new Size(1, 16);
  96. txt_ReConnectTimeInterval.Name = "txt_ReConnectTimeInterval";
  97. txt_ReConnectTimeInterval.Padding = new Padding(5);
  98. txt_ReConnectTimeInterval.ShowText = false;
  99. txt_ReConnectTimeInterval.Size = new Size(179, 36);
  100. txt_ReConnectTimeInterval.TabIndex = 16;
  101. txt_ReConnectTimeInterval.TextAlignment = ContentAlignment.MiddleLeft;
  102. txt_ReConnectTimeInterval.Watermark = "";
  103. //
  104. // uiLabel8
  105. //
  106. uiLabel8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  107. uiLabel8.ForeColor = Color.FromArgb(48, 48, 48);
  108. uiLabel8.Location = new Point(300, 159);
  109. uiLabel8.Name = "uiLabel8";
  110. uiLabel8.Size = new Size(102, 29);
  111. uiLabel8.TabIndex = 15;
  112. uiLabel8.Text = "重连时间";
  113. //
  114. // txt_ReadTimeInterval
  115. //
  116. txt_ReadTimeInterval.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  117. txt_ReadTimeInterval.Location = new Point(422, 95);
  118. txt_ReadTimeInterval.Margin = new Padding(4, 5, 4, 5);
  119. txt_ReadTimeInterval.MinimumSize = new Size(1, 16);
  120. txt_ReadTimeInterval.Name = "txt_ReadTimeInterval";
  121. txt_ReadTimeInterval.Padding = new Padding(5);
  122. txt_ReadTimeInterval.ShowText = false;
  123. txt_ReadTimeInterval.Size = new Size(179, 36);
  124. txt_ReadTimeInterval.TabIndex = 14;
  125. txt_ReadTimeInterval.TextAlignment = ContentAlignment.MiddleLeft;
  126. txt_ReadTimeInterval.Watermark = "";
  127. //
  128. // uiLabel6
  129. //
  130. uiLabel6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  131. uiLabel6.ForeColor = Color.FromArgb(48, 48, 48);
  132. uiLabel6.Location = new Point(300, 102);
  133. uiLabel6.Name = "uiLabel6";
  134. uiLabel6.Size = new Size(102, 29);
  135. uiLabel6.TabIndex = 13;
  136. uiLabel6.Text = "读取超时";
  137. //
  138. // txt_ConnectTimeOut
  139. //
  140. txt_ConnectTimeOut.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  141. txt_ConnectTimeOut.Location = new Point(422, 41);
  142. txt_ConnectTimeOut.Margin = new Padding(4, 5, 4, 5);
  143. txt_ConnectTimeOut.MinimumSize = new Size(1, 16);
  144. txt_ConnectTimeOut.Name = "txt_ConnectTimeOut";
  145. txt_ConnectTimeOut.Padding = new Padding(5);
  146. txt_ConnectTimeOut.ShowText = false;
  147. txt_ConnectTimeOut.Size = new Size(179, 36);
  148. txt_ConnectTimeOut.TabIndex = 12;
  149. txt_ConnectTimeOut.TextAlignment = ContentAlignment.MiddleLeft;
  150. txt_ConnectTimeOut.Watermark = "";
  151. //
  152. // uiLabel7
  153. //
  154. uiLabel7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  155. uiLabel7.ForeColor = Color.FromArgb(48, 48, 48);
  156. uiLabel7.Location = new Point(300, 48);
  157. uiLabel7.Name = "uiLabel7";
  158. uiLabel7.Size = new Size(138, 54);
  159. uiLabel7.TabIndex = 11;
  160. uiLabel7.Text = "PLC连接超时";
  161. //
  162. // cb_CPUType
  163. //
  164. cb_CPUType.DataSource = null;
  165. cb_CPUType.FillColor = Color.White;
  166. cb_CPUType.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  167. cb_CPUType.ItemHoverColor = Color.FromArgb(155, 200, 255);
  168. cb_CPUType.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
  169. cb_CPUType.Location = new Point(100, 152);
  170. cb_CPUType.Margin = new Padding(4, 5, 4, 5);
  171. cb_CPUType.MinimumSize = new Size(63, 0);
  172. cb_CPUType.Name = "cb_CPUType";
  173. cb_CPUType.Padding = new Padding(0, 0, 30, 2);
  174. cb_CPUType.Size = new Size(179, 36);
  175. cb_CPUType.SymbolSize = 24;
  176. cb_CPUType.TabIndex = 10;
  177. cb_CPUType.TextAlignment = ContentAlignment.MiddleLeft;
  178. cb_CPUType.Watermark = "";
  179. //
  180. // txt_Slot
  181. //
  182. txt_Slot.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  183. txt_Slot.Location = new Point(100, 262);
  184. txt_Slot.Margin = new Padding(4, 5, 4, 5);
  185. txt_Slot.MinimumSize = new Size(1, 16);
  186. txt_Slot.Name = "txt_Slot";
  187. txt_Slot.Padding = new Padding(5);
  188. txt_Slot.ShowText = false;
  189. txt_Slot.Size = new Size(179, 36);
  190. txt_Slot.TabIndex = 9;
  191. txt_Slot.TextAlignment = ContentAlignment.MiddleLeft;
  192. txt_Slot.Watermark = "";
  193. //
  194. // uiLabel5
  195. //
  196. uiLabel5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  197. uiLabel5.ForeColor = Color.FromArgb(48, 48, 48);
  198. uiLabel5.Location = new Point(17, 269);
  199. uiLabel5.Name = "uiLabel5";
  200. uiLabel5.Size = new Size(76, 29);
  201. uiLabel5.TabIndex = 8;
  202. uiLabel5.Text = "插槽号";
  203. //
  204. // txt_Rack
  205. //
  206. txt_Rack.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  207. txt_Rack.Location = new Point(100, 208);
  208. txt_Rack.Margin = new Padding(4, 5, 4, 5);
  209. txt_Rack.MinimumSize = new Size(1, 16);
  210. txt_Rack.Name = "txt_Rack";
  211. txt_Rack.Padding = new Padding(5);
  212. txt_Rack.ShowText = false;
  213. txt_Rack.Size = new Size(179, 36);
  214. txt_Rack.TabIndex = 7;
  215. txt_Rack.TextAlignment = ContentAlignment.MiddleLeft;
  216. txt_Rack.Watermark = "";
  217. //
  218. // uiLabel4
  219. //
  220. uiLabel4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  221. uiLabel4.ForeColor = Color.FromArgb(48, 48, 48);
  222. uiLabel4.Location = new Point(17, 215);
  223. uiLabel4.Name = "uiLabel4";
  224. uiLabel4.Size = new Size(76, 29);
  225. uiLabel4.TabIndex = 6;
  226. uiLabel4.Text = "机架号";
  227. //
  228. // uiLabel3
  229. //
  230. uiLabel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  231. uiLabel3.ForeColor = Color.FromArgb(48, 48, 48);
  232. uiLabel3.Location = new Point(17, 159);
  233. uiLabel3.Name = "uiLabel3";
  234. uiLabel3.Size = new Size(88, 29);
  235. uiLabel3.TabIndex = 4;
  236. uiLabel3.Text = "CPU类型";
  237. //
  238. // txt_Port
  239. //
  240. txt_Port.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  241. txt_Port.Location = new Point(100, 97);
  242. txt_Port.Margin = new Padding(4, 5, 4, 5);
  243. txt_Port.MinimumSize = new Size(1, 16);
  244. txt_Port.Name = "txt_Port";
  245. txt_Port.Padding = new Padding(5);
  246. txt_Port.ShowText = false;
  247. txt_Port.Size = new Size(179, 36);
  248. txt_Port.TabIndex = 3;
  249. txt_Port.TextAlignment = ContentAlignment.MiddleLeft;
  250. txt_Port.Watermark = "";
  251. //
  252. // uiLabel2
  253. //
  254. uiLabel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  255. uiLabel2.ForeColor = Color.FromArgb(48, 48, 48);
  256. uiLabel2.Location = new Point(17, 104);
  257. uiLabel2.Name = "uiLabel2";
  258. uiLabel2.Size = new Size(76, 29);
  259. uiLabel2.TabIndex = 2;
  260. uiLabel2.Text = "端口号";
  261. //
  262. // txt_IPAddress
  263. //
  264. txt_IPAddress.FillColor2 = Color.FromArgb(235, 243, 255);
  265. txt_IPAddress.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  266. txt_IPAddress.Location = new Point(100, 41);
  267. txt_IPAddress.Margin = new Padding(4, 5, 4, 5);
  268. txt_IPAddress.MinimumSize = new Size(1, 1);
  269. txt_IPAddress.Name = "txt_IPAddress";
  270. txt_IPAddress.Padding = new Padding(1);
  271. txt_IPAddress.ShowText = false;
  272. txt_IPAddress.Size = new Size(179, 36);
  273. txt_IPAddress.TabIndex = 1;
  274. txt_IPAddress.TextAlignment = ContentAlignment.MiddleCenter;
  275. //
  276. // uiLabel1
  277. //
  278. uiLabel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  279. uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
  280. uiLabel1.Location = new Point(17, 48);
  281. uiLabel1.Name = "uiLabel1";
  282. uiLabel1.Size = new Size(76, 29);
  283. uiLabel1.TabIndex = 0;
  284. uiLabel1.Text = "Ip地址";
  285. //
  286. // uiTitlePanel3
  287. //
  288. uiTitlePanel3.Controls.Add(rbg_Save);
  289. uiTitlePanel3.Controls.Add(txt_DirePath);
  290. uiTitlePanel3.Controls.Add(uiLabel12);
  291. uiTitlePanel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  292. uiTitlePanel3.Location = new Point(631, 14);
  293. uiTitlePanel3.Margin = new Padding(4, 5, 4, 5);
  294. uiTitlePanel3.MinimumSize = new Size(1, 1);
  295. uiTitlePanel3.Name = "uiTitlePanel3";
  296. uiTitlePanel3.ShowText = false;
  297. uiTitlePanel3.Size = new Size(423, 321);
  298. uiTitlePanel3.TabIndex = 2;
  299. uiTitlePanel3.Text = "定期清理log";
  300. uiTitlePanel3.TextAlignment = ContentAlignment.MiddleCenter;
  301. //
  302. // rbg_Save
  303. //
  304. rbg_Save.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  305. rbg_Save.Items.AddRange(new object[] { "不清理", "3天", "7天", "15天", "30天", "60天" });
  306. rbg_Save.Location = new Point(13, 82);
  307. rbg_Save.Margin = new Padding(4, 5, 4, 5);
  308. rbg_Save.MinimumSize = new Size(1, 1);
  309. rbg_Save.Name = "rbg_Save";
  310. rbg_Save.Padding = new Padding(0, 32, 0, 0);
  311. rbg_Save.Size = new Size(397, 216);
  312. rbg_Save.TabIndex = 19;
  313. rbg_Save.Text = "定期清理";
  314. rbg_Save.TextAlignment = ContentAlignment.MiddleLeft;
  315. //
  316. // txt_DirePath
  317. //
  318. txt_DirePath.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  319. txt_DirePath.Location = new Point(143, 41);
  320. txt_DirePath.Margin = new Padding(4, 5, 4, 5);
  321. txt_DirePath.MinimumSize = new Size(1, 16);
  322. txt_DirePath.Name = "txt_DirePath";
  323. txt_DirePath.Padding = new Padding(5);
  324. txt_DirePath.ShowText = false;
  325. txt_DirePath.Size = new Size(218, 36);
  326. txt_DirePath.TabIndex = 18;
  327. txt_DirePath.TextAlignment = ContentAlignment.MiddleLeft;
  328. txt_DirePath.Watermark = "";
  329. //
  330. // uiLabel12
  331. //
  332. uiLabel12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  333. uiLabel12.ForeColor = Color.FromArgb(48, 48, 48);
  334. uiLabel12.Location = new Point(24, 48);
  335. uiLabel12.Name = "uiLabel12";
  336. uiLabel12.Size = new Size(151, 29);
  337. uiLabel12.TabIndex = 17;
  338. uiLabel12.Text = "文件夹路径";
  339. //
  340. // uiTitlePanel2
  341. //
  342. uiTitlePanel2.Controls.Add(uiLabel11);
  343. uiTitlePanel2.Controls.Add(txt_SoftTime);
  344. uiTitlePanel2.Controls.Add(uiLabel9);
  345. uiTitlePanel2.Controls.Add(txt_SoftwareVersion);
  346. uiTitlePanel2.Controls.Add(uiLabel10);
  347. uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  348. uiTitlePanel2.Location = new Point(13, 345);
  349. uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
  350. uiTitlePanel2.MinimumSize = new Size(1, 1);
  351. uiTitlePanel2.Name = "uiTitlePanel2";
  352. uiTitlePanel2.ShowText = false;
  353. uiTitlePanel2.Size = new Size(610, 185);
  354. uiTitlePanel2.TabIndex = 1;
  355. uiTitlePanel2.Text = "软件参数";
  356. uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
  357. //
  358. // uiLabel11
  359. //
  360. uiLabel11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  361. uiLabel11.ForeColor = Color.FromArgb(48, 48, 48);
  362. uiLabel11.Location = new Point(338, 121);
  363. uiLabel11.Name = "uiLabel11";
  364. uiLabel11.Size = new Size(33, 29);
  365. uiLabel11.TabIndex = 14;
  366. uiLabel11.Text = "s";
  367. //
  368. // txt_SoftTime
  369. //
  370. txt_SoftTime.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  371. txt_SoftTime.Location = new Point(152, 114);
  372. txt_SoftTime.Margin = new Padding(4, 5, 4, 5);
  373. txt_SoftTime.MinimumSize = new Size(1, 16);
  374. txt_SoftTime.Name = "txt_SoftTime";
  375. txt_SoftTime.Padding = new Padding(5);
  376. txt_SoftTime.ShowText = false;
  377. txt_SoftTime.Size = new Size(179, 36);
  378. txt_SoftTime.TabIndex = 13;
  379. txt_SoftTime.TextAlignment = ContentAlignment.MiddleLeft;
  380. txt_SoftTime.Watermark = "";
  381. //
  382. // uiLabel9
  383. //
  384. uiLabel9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  385. uiLabel9.ForeColor = Color.FromArgb(48, 48, 48);
  386. uiLabel9.Location = new Point(17, 121);
  387. uiLabel9.Name = "uiLabel9";
  388. uiLabel9.Size = new Size(145, 29);
  389. uiLabel9.TabIndex = 12;
  390. uiLabel9.Text = "软件试用时间";
  391. //
  392. // txt_SoftwareVersion
  393. //
  394. txt_SoftwareVersion.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  395. txt_SoftwareVersion.Location = new Point(152, 60);
  396. txt_SoftwareVersion.Margin = new Padding(4, 5, 4, 5);
  397. txt_SoftwareVersion.MinimumSize = new Size(1, 16);
  398. txt_SoftwareVersion.Name = "txt_SoftwareVersion";
  399. txt_SoftwareVersion.Padding = new Padding(5);
  400. txt_SoftwareVersion.ShowText = false;
  401. txt_SoftwareVersion.Size = new Size(179, 36);
  402. txt_SoftwareVersion.TabIndex = 11;
  403. txt_SoftwareVersion.TextAlignment = ContentAlignment.MiddleLeft;
  404. txt_SoftwareVersion.Watermark = "";
  405. //
  406. // uiLabel10
  407. //
  408. uiLabel10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  409. uiLabel10.ForeColor = Color.FromArgb(48, 48, 48);
  410. uiLabel10.Location = new Point(17, 67);
  411. uiLabel10.Name = "uiLabel10";
  412. uiLabel10.Size = new Size(128, 29);
  413. uiLabel10.TabIndex = 10;
  414. uiLabel10.Text = "软件版本";
  415. //
  416. // btn_Save
  417. //
  418. btn_Save.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  419. btn_Save.Location = new Point(879, 475);
  420. btn_Save.MinimumSize = new Size(1, 1);
  421. btn_Save.Name = "btn_Save";
  422. btn_Save.Size = new Size(175, 55);
  423. btn_Save.TabIndex = 3;
  424. btn_Save.Text = "保存";
  425. btn_Save.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  426. //
  427. // PageSystemParameterSet
  428. //
  429. AutoScaleMode = AutoScaleMode.None;
  430. ClientSize = new Size(1067, 544);
  431. Controls.Add(btn_Save);
  432. Controls.Add(uiTitlePanel3);
  433. Controls.Add(uiTitlePanel2);
  434. Controls.Add(uiTitlePanel1);
  435. Name = "PageSystemParameterSet";
  436. Text = "系统参数";
  437. Load += PageSystemParameterSet_Load;
  438. uiTitlePanel1.ResumeLayout(false);
  439. uiTitlePanel3.ResumeLayout(false);
  440. uiTitlePanel2.ResumeLayout(false);
  441. ResumeLayout(false);
  442. }
  443. #endregion
  444. private Sunny.UI.UITitlePanel uiTitlePanel1;
  445. private Sunny.UI.UITextBox txt_ReConnectTimeInterval;
  446. private Sunny.UI.UILabel uiLabel8;
  447. private Sunny.UI.UITextBox txt_ReadTimeInterval;
  448. private Sunny.UI.UILabel uiLabel6;
  449. private Sunny.UI.UITextBox txt_ConnectTimeOut;
  450. private Sunny.UI.UILabel uiLabel7;
  451. private Sunny.UI.UIComboBox cb_CPUType;
  452. private Sunny.UI.UITextBox txt_Slot;
  453. private Sunny.UI.UILabel uiLabel5;
  454. private Sunny.UI.UITextBox txt_Rack;
  455. private Sunny.UI.UILabel uiLabel4;
  456. private Sunny.UI.UILabel uiLabel3;
  457. private Sunny.UI.UITextBox txt_Port;
  458. private Sunny.UI.UILabel uiLabel2;
  459. private Sunny.UI.UIIPTextBox txt_IPAddress;
  460. private Sunny.UI.UILabel uiLabel1;
  461. private Sunny.UI.UITitlePanel uiTitlePanel3;
  462. private Sunny.UI.UITitlePanel uiTitlePanel2;
  463. private Sunny.UI.UILabel uiLabel11;
  464. private Sunny.UI.UITextBox txt_SoftTime;
  465. private Sunny.UI.UILabel uiLabel9;
  466. private Sunny.UI.UITextBox txt_SoftwareVersion;
  467. private Sunny.UI.UILabel uiLabel10;
  468. private Sunny.UI.UITextBox txt_DirePath;
  469. private Sunny.UI.UILabel uiLabel12;
  470. private Sunny.UI.UIRadioButtonGroup rbg_Save;
  471. private Sunny.UI.UIButton btn_Save;
  472. }
  473. }