Make_PLCMonitor.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_PLCMonitor
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PLCMonitor));
  30. this.grpConnect = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  31. this.lblIp = new System.Windows.Forms.Label();
  32. this.ip = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  33. this.lblPort = new System.Windows.Forms.Label();
  34. this.port = new System.Windows.Forms.NumericUpDown();
  35. this.lblUnit = new System.Windows.Forms.Label();
  36. this.unitid = new System.Windows.Forms.NumericUpDown();
  37. this.lblInterval = new System.Windows.Forms.Label();
  38. this.interval = new System.Windows.Forms.NumericUpDown();
  39. this.btnConnect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  40. this.btnDisconnect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  41. this.rdoRTU = new System.Windows.Forms.RadioButton();
  42. this.rdoTCP = new System.Windows.Forms.RadioButton();
  43. this.grpData = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  44. this.lblD141 = new System.Windows.Forms.Label();
  45. this.lblD141Value = new System.Windows.Forms.Label();
  46. this.lblD142 = new System.Windows.Forms.Label();
  47. this.lblD142Value = new System.Windows.Forms.Label();
  48. this.lblDecimals = new System.Windows.Forms.Label();
  49. this.decimals = new System.Windows.Forms.NumericUpDown();
  50. this.btnReadNow = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  51. this.lblRecord = new System.Windows.Forms.Label();
  52. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  53. this.lblStatus = new System.Windows.Forms.Label();
  54. this.timer1 = new System.Windows.Forms.Timer(this.components);
  55. this.grpConnect.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.port)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.unitid)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.interval)).BeginInit();
  59. this.grpData.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.decimals)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // grpConnect
  64. //
  65. this.grpConnect.BorderColor = System.Drawing.Color.Black;
  66. this.grpConnect.Controls.Add(this.lblIp);
  67. this.grpConnect.Controls.Add(this.ip);
  68. this.grpConnect.Controls.Add(this.lblPort);
  69. this.grpConnect.Controls.Add(this.port);
  70. this.grpConnect.Controls.Add(this.lblUnit);
  71. this.grpConnect.Controls.Add(this.unitid);
  72. this.grpConnect.Controls.Add(this.lblInterval);
  73. this.grpConnect.Controls.Add(this.interval);
  74. this.grpConnect.Controls.Add(this.btnConnect);
  75. this.grpConnect.Controls.Add(this.btnDisconnect);
  76. this.grpConnect.Controls.Add(this.rdoRTU);
  77. this.grpConnect.Controls.Add(this.rdoTCP);
  78. this.grpConnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.grpConnect.Location = new System.Drawing.Point(32, 30);
  80. this.grpConnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  81. this.grpConnect.Name = "grpConnect";
  82. this.grpConnect.Size = new System.Drawing.Size(1540, 200);
  83. this.grpConnect.TabIndex = 0;
  84. this.grpConnect.TabStop = false;
  85. this.grpConnect.Text = "连接设置(Modbus TCP)";
  86. this.grpConnect.TextColor = System.Drawing.Color.Black;
  87. //
  88. // lblIp
  89. //
  90. this.lblIp.AutoSize = true;
  91. this.lblIp.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.lblIp.Location = new System.Drawing.Point(32, 50);
  93. this.lblIp.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  94. this.lblIp.Name = "lblIp";
  95. this.lblIp.Size = new System.Drawing.Size(138, 52);
  96. this.lblIp.TabIndex = 0;
  97. this.lblIp.Text = "IP地址";
  98. //
  99. // ip
  100. //
  101. this.ip.AllPower = null;
  102. this.ip.BackColor = System.Drawing.Color.White;
  103. this.ip.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.ip.ID = null;
  105. this.ip.Location = new System.Drawing.Point(220, 52);
  106. this.ip.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  107. this.ip.Name = "ip";
  108. this.ip.Power = null;
  109. this.ip.Size = new System.Drawing.Size(320, 53);
  110. this.ip.Str = null;
  111. this.ip.Str1 = null;
  112. this.ip.Str2 = null;
  113. this.ip.TabIndex = 1;
  114. //
  115. // lblPort
  116. //
  117. this.lblPort.AutoSize = true;
  118. this.lblPort.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lblPort.Location = new System.Drawing.Point(620, 50);
  120. this.lblPort.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  121. this.lblPort.Name = "lblPort";
  122. this.lblPort.Size = new System.Drawing.Size(102, 52);
  123. this.lblPort.TabIndex = 2;
  124. this.lblPort.Text = "端口";
  125. //
  126. // port
  127. //
  128. this.port.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.port.Location = new System.Drawing.Point(730, 52);
  130. this.port.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  131. this.port.Maximum = new decimal(new int[] {
  132. 65535,
  133. 0,
  134. 0,
  135. 0});
  136. this.port.Name = "port";
  137. this.port.Size = new System.Drawing.Size(160, 53);
  138. this.port.TabIndex = 3;
  139. //
  140. // lblUnit
  141. //
  142. this.lblUnit.AutoSize = true;
  143. this.lblUnit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.lblUnit.Location = new System.Drawing.Point(970, 50);
  145. this.lblUnit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  146. this.lblUnit.Name = "lblUnit";
  147. this.lblUnit.Size = new System.Drawing.Size(102, 52);
  148. this.lblUnit.TabIndex = 4;
  149. this.lblUnit.Text = "站号";
  150. //
  151. // unitid
  152. //
  153. this.unitid.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.unitid.Location = new System.Drawing.Point(1080, 52);
  155. this.unitid.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  156. this.unitid.Maximum = new decimal(new int[] {
  157. 247,
  158. 0,
  159. 0,
  160. 0});
  161. this.unitid.Name = "unitid";
  162. this.unitid.Size = new System.Drawing.Size(140, 53);
  163. this.unitid.TabIndex = 5;
  164. //
  165. // lblInterval
  166. //
  167. this.lblInterval.AutoSize = true;
  168. this.lblInterval.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.lblInterval.Location = new System.Drawing.Point(1290, 50);
  170. this.lblInterval.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  171. this.lblInterval.Name = "lblInterval";
  172. this.lblInterval.Size = new System.Drawing.Size(168, 52);
  173. this.lblInterval.TabIndex = 6;
  174. this.lblInterval.Text = "间隔(秒)";
  175. //
  176. // interval
  177. //
  178. this.interval.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.interval.Location = new System.Drawing.Point(1440, 52);
  180. this.interval.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  181. this.interval.Maximum = new decimal(new int[] {
  182. 3600,
  183. 0,
  184. 0,
  185. 0});
  186. this.interval.Minimum = new decimal(new int[] {
  187. 1,
  188. 0,
  189. 0,
  190. 0});
  191. this.interval.Name = "interval";
  192. this.interval.Size = new System.Drawing.Size(90, 53);
  193. this.interval.TabIndex = 7;
  194. this.interval.Value = new decimal(new int[] {
  195. 1,
  196. 0,
  197. 0,
  198. 0});
  199. //
  200. // btnConnect
  201. //
  202. this.btnConnect.AllPower = null;
  203. this.btnConnect.BackColor = System.Drawing.Color.Transparent;
  204. this.btnConnect.DownImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.DownImage")));
  205. this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnConnect.Image = null;
  207. this.btnConnect.IsShowBorder = true;
  208. this.btnConnect.Location = new System.Drawing.Point(220, 125);
  209. this.btnConnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  210. this.btnConnect.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.MoveImage")));
  211. this.btnConnect.Name = "btnConnect";
  212. this.btnConnect.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.NormalImage")));
  213. this.btnConnect.Power = null;
  214. this.btnConnect.Size = new System.Drawing.Size(160, 52);
  215. this.btnConnect.TabIndex = 8;
  216. this.btnConnect.Text = "连接";
  217. this.btnConnect.UseVisualStyleBackColor = true;
  218. this.btnConnect.Click += new System.EventHandler(this.Connect_Click);
  219. //
  220. // btnDisconnect
  221. //
  222. this.btnDisconnect.AllPower = null;
  223. this.btnDisconnect.BackColor = System.Drawing.Color.Transparent;
  224. this.btnDisconnect.DownImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.DownImage")));
  225. this.btnDisconnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.btnDisconnect.Image = null;
  227. this.btnDisconnect.IsShowBorder = true;
  228. this.btnDisconnect.Location = new System.Drawing.Point(420, 125);
  229. this.btnDisconnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  230. this.btnDisconnect.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.MoveImage")));
  231. this.btnDisconnect.Name = "btnDisconnect";
  232. this.btnDisconnect.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.NormalImage")));
  233. this.btnDisconnect.Power = null;
  234. this.btnDisconnect.Size = new System.Drawing.Size(160, 52);
  235. this.btnDisconnect.TabIndex = 9;
  236. this.btnDisconnect.Text = "断开";
  237. this.btnDisconnect.UseVisualStyleBackColor = true;
  238. this.btnDisconnect.Click += new System.EventHandler(this.Disconnect_Click);
  239. //
  240. // rdoRTU
  241. //
  242. this.rdoRTU.AutoSize = true;
  243. this.rdoRTU.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.rdoRTU.Location = new System.Drawing.Point(660, 130);
  245. this.rdoRTU.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  246. this.rdoRTU.Name = "rdoRTU";
  247. this.rdoRTU.Size = new System.Drawing.Size(388, 45);
  248. this.rdoRTU.TabIndex = 10;
  249. this.rdoRTU.Text = "ModbusRTU(串口透传)";
  250. this.rdoRTU.UseVisualStyleBackColor = true;
  251. //
  252. // rdoTCP
  253. //
  254. this.rdoTCP.AutoSize = true;
  255. this.rdoTCP.Checked = true;
  256. this.rdoTCP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.rdoTCP.Location = new System.Drawing.Point(1080, 130);
  258. this.rdoTCP.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  259. this.rdoTCP.Name = "rdoTCP";
  260. this.rdoTCP.Size = new System.Drawing.Size(234, 45);
  261. this.rdoTCP.TabIndex = 11;
  262. this.rdoTCP.TabStop = true;
  263. this.rdoTCP.Text = "ModbusTCP";
  264. this.rdoTCP.UseVisualStyleBackColor = true;
  265. //
  266. // grpData
  267. //
  268. this.grpData.BorderColor = System.Drawing.Color.Black;
  269. this.grpData.Controls.Add(this.lblD141);
  270. this.grpData.Controls.Add(this.lblD141Value);
  271. this.grpData.Controls.Add(this.lblD142);
  272. this.grpData.Controls.Add(this.lblD142Value);
  273. this.grpData.Controls.Add(this.lblDecimals);
  274. this.grpData.Controls.Add(this.decimals);
  275. this.grpData.Controls.Add(this.btnReadNow);
  276. this.grpData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.grpData.Location = new System.Drawing.Point(32, 260);
  278. this.grpData.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  279. this.grpData.Name = "grpData";
  280. this.grpData.Size = new System.Drawing.Size(1540, 380);
  281. this.grpData.TabIndex = 1;
  282. this.grpData.TabStop = false;
  283. this.grpData.Text = "温度数据(台达PLC)";
  284. this.grpData.TextColor = System.Drawing.Color.Black;
  285. //
  286. // lblD141
  287. //
  288. this.lblD141.AutoSize = true;
  289. this.lblD141.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.lblD141.Location = new System.Drawing.Point(32, 55);
  291. this.lblD141.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  292. this.lblD141.Name = "lblD141";
  293. this.lblD141.Size = new System.Drawing.Size(328, 52);
  294. this.lblD141.TabIndex = 0;
  295. this.lblD141.Text = "1#舱温度 (D141)";
  296. //
  297. // lblD141Value
  298. //
  299. this.lblD141Value.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.lblD141Value.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  301. this.lblD141Value.Location = new System.Drawing.Point(32, 115);
  302. this.lblD141Value.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  303. this.lblD141Value.Name = "lblD141Value";
  304. this.lblD141Value.Size = new System.Drawing.Size(560, 110);
  305. this.lblD141Value.TabIndex = 1;
  306. this.lblD141Value.Text = "--";
  307. //
  308. // lblD142
  309. //
  310. this.lblD142.AutoSize = true;
  311. this.lblD142.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.lblD142.Location = new System.Drawing.Point(820, 55);
  313. this.lblD142.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  314. this.lblD142.Name = "lblD142";
  315. this.lblD142.Size = new System.Drawing.Size(328, 52);
  316. this.lblD142.TabIndex = 2;
  317. this.lblD142.Text = "2#舱温度 (D142)";
  318. //
  319. // lblD142Value
  320. //
  321. this.lblD142Value.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.lblD142Value.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  323. this.lblD142Value.Location = new System.Drawing.Point(820, 115);
  324. this.lblD142Value.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  325. this.lblD142Value.Name = "lblD142Value";
  326. this.lblD142Value.Size = new System.Drawing.Size(560, 110);
  327. this.lblD142Value.TabIndex = 3;
  328. this.lblD142Value.Text = "--";
  329. //
  330. // lblDecimals
  331. //
  332. this.lblDecimals.AutoSize = true;
  333. this.lblDecimals.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.lblDecimals.Location = new System.Drawing.Point(32, 290);
  335. this.lblDecimals.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  336. this.lblDecimals.Name = "lblDecimals";
  337. this.lblDecimals.Size = new System.Drawing.Size(222, 52);
  338. this.lblDecimals.TabIndex = 4;
  339. this.lblDecimals.Text = "温度小数位";
  340. //
  341. // decimals
  342. //
  343. this.decimals.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  344. this.decimals.Location = new System.Drawing.Point(220, 292);
  345. this.decimals.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  346. this.decimals.Maximum = new decimal(new int[] {
  347. 3,
  348. 0,
  349. 0,
  350. 0});
  351. this.decimals.Name = "decimals";
  352. this.decimals.Size = new System.Drawing.Size(120, 53);
  353. this.decimals.TabIndex = 5;
  354. //
  355. // btnReadNow
  356. //
  357. this.btnReadNow.AllPower = null;
  358. this.btnReadNow.BackColor = System.Drawing.Color.Transparent;
  359. this.btnReadNow.DownImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.DownImage")));
  360. this.btnReadNow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.btnReadNow.Image = null;
  362. this.btnReadNow.IsShowBorder = true;
  363. this.btnReadNow.Location = new System.Drawing.Point(820, 285);
  364. this.btnReadNow.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  365. this.btnReadNow.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.MoveImage")));
  366. this.btnReadNow.Name = "btnReadNow";
  367. this.btnReadNow.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.NormalImage")));
  368. this.btnReadNow.Power = null;
  369. this.btnReadNow.Size = new System.Drawing.Size(200, 52);
  370. this.btnReadNow.TabIndex = 6;
  371. this.btnReadNow.Text = "立即读取";
  372. this.btnReadNow.UseVisualStyleBackColor = true;
  373. this.btnReadNow.Click += new System.EventHandler(this.ReadNow_Click);
  374. //
  375. // lblRecord
  376. //
  377. this.lblRecord.AutoSize = true;
  378. this.lblRecord.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.lblRecord.Location = new System.Drawing.Point(32, 670);
  380. this.lblRecord.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  381. this.lblRecord.Name = "lblRecord";
  382. this.lblRecord.Size = new System.Drawing.Size(102, 52);
  383. this.lblRecord.TabIndex = 2;
  384. this.lblRecord.Text = "记录";
  385. //
  386. // OperatResult
  387. //
  388. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.OperatResult.Location = new System.Drawing.Point(32, 725);
  390. this.OperatResult.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  391. this.OperatResult.Name = "OperatResult";
  392. this.OperatResult.Size = new System.Drawing.Size(1540, 330);
  393. this.OperatResult.TabIndex = 3;
  394. this.OperatResult.Text = "";
  395. //
  396. // lblStatus
  397. //
  398. this.lblStatus.AutoSize = true;
  399. this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.lblStatus.ForeColor = System.Drawing.Color.Blue;
  401. this.lblStatus.Location = new System.Drawing.Point(32, 1075);
  402. this.lblStatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  403. this.lblStatus.Name = "lblStatus";
  404. this.lblStatus.Size = new System.Drawing.Size(142, 52);
  405. this.lblStatus.TabIndex = 4;
  406. this.lblStatus.Text = "状态:";
  407. //
  408. // timer1
  409. //
  410. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  411. //
  412. // Make_PLCMonitor
  413. //
  414. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  415. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  416. this.ClientSize = new System.Drawing.Size(1604, 1140);
  417. this.Controls.Add(this.lblStatus);
  418. this.Controls.Add(this.OperatResult);
  419. this.Controls.Add(this.lblRecord);
  420. this.Controls.Add(this.grpData);
  421. this.Controls.Add(this.grpConnect);
  422. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  423. this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
  424. this.Name = "Make_PLCMonitor";
  425. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  426. this.Tag = "Make!PLCMonitor";
  427. this.Text = "PLC温度监控";
  428. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PLCMonitor_FormClosing);
  429. this.Load += new System.EventHandler(this.Make_PLCMonitor_Load);
  430. this.SizeChanged += new System.EventHandler(this.Make_PLCMonitor_SizeChanged);
  431. this.grpConnect.ResumeLayout(true);
  432. this.grpConnect.PerformLayout();
  433. ((System.ComponentModel.ISupportInitialize)(this.port)).EndInit();
  434. ((System.ComponentModel.ISupportInitialize)(this.unitid)).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.interval)).EndInit();
  436. this.grpData.ResumeLayout(true);
  437. this.grpData.PerformLayout();
  438. ((System.ComponentModel.ISupportInitialize)(this.decimals)).EndInit();
  439. this.ResumeLayout(true);
  440. this.PerformLayout();
  441. }
  442. #endregion
  443. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpConnect;
  444. private System.Windows.Forms.Label lblIp;
  445. private CustomControl.TextBoxWithIcon.EnterTextBox ip;
  446. private System.Windows.Forms.Label lblPort;
  447. private System.Windows.Forms.NumericUpDown port;
  448. private System.Windows.Forms.Label lblUnit;
  449. private System.Windows.Forms.NumericUpDown unitid;
  450. private System.Windows.Forms.Label lblInterval;
  451. private System.Windows.Forms.NumericUpDown interval;
  452. private CustomControl.ButtonUtil.NormalButton btnConnect;
  453. private CustomControl.ButtonUtil.NormalButton btnDisconnect;
  454. private System.Windows.Forms.RadioButton rdoRTU;
  455. private System.Windows.Forms.RadioButton rdoTCP;
  456. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpData;
  457. private System.Windows.Forms.Label lblD141;
  458. private System.Windows.Forms.Label lblD141Value;
  459. private System.Windows.Forms.Label lblD142;
  460. private System.Windows.Forms.Label lblD142Value;
  461. private System.Windows.Forms.Label lblDecimals;
  462. private System.Windows.Forms.NumericUpDown decimals;
  463. private CustomControl.ButtonUtil.NormalButton btnReadNow;
  464. private System.Windows.Forms.Label lblRecord;
  465. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  466. private System.Windows.Forms.Label lblStatus;
  467. private System.Windows.Forms.Timer timer1;
  468. }
  469. }