PageSystemParameterSet.Designer.cs 23 KB

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