|
|
@@ -0,0 +1,424 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_PLCMonitor
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ this.grpConnect = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.lblIp = new System.Windows.Forms.Label();
|
|
|
+ this.ip = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.lblPort = new System.Windows.Forms.Label();
|
|
|
+ this.port = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.lblUnit = new System.Windows.Forms.Label();
|
|
|
+ this.unitid = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.lblInterval = new System.Windows.Forms.Label();
|
|
|
+ this.interval = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.btnConnect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.btnDisconnect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.grpData = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.lblD141 = new System.Windows.Forms.Label();
|
|
|
+ this.lblD141Value = new System.Windows.Forms.Label();
|
|
|
+ this.lblD142 = new System.Windows.Forms.Label();
|
|
|
+ this.lblD142Value = new System.Windows.Forms.Label();
|
|
|
+ this.lblDecimals = new System.Windows.Forms.Label();
|
|
|
+ this.decimals = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.btnReadNow = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.lblRecord = new System.Windows.Forms.Label();
|
|
|
+ this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.lblStatus = new System.Windows.Forms.Label();
|
|
|
+ this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.grpConnect.SuspendLayout();
|
|
|
+ this.grpData.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.port)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.unitid)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.interval)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.decimals)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // grpConnect
|
|
|
+ //
|
|
|
+ this.grpConnect.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.grpConnect.Controls.Add(this.lblIp);
|
|
|
+ this.grpConnect.Controls.Add(this.ip);
|
|
|
+ this.grpConnect.Controls.Add(this.lblPort);
|
|
|
+ this.grpConnect.Controls.Add(this.port);
|
|
|
+ this.grpConnect.Controls.Add(this.lblUnit);
|
|
|
+ this.grpConnect.Controls.Add(this.unitid);
|
|
|
+ this.grpConnect.Controls.Add(this.lblInterval);
|
|
|
+ this.grpConnect.Controls.Add(this.interval);
|
|
|
+ this.grpConnect.Controls.Add(this.btnConnect);
|
|
|
+ this.grpConnect.Controls.Add(this.btnDisconnect);
|
|
|
+ this.grpConnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.grpConnect.Location = new System.Drawing.Point(32, 30);
|
|
|
+ this.grpConnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.grpConnect.Name = "grpConnect";
|
|
|
+ this.grpConnect.Size = new System.Drawing.Size(1540, 200);
|
|
|
+ this.grpConnect.TabIndex = 0;
|
|
|
+ this.grpConnect.TabStop = false;
|
|
|
+ this.grpConnect.Text = "连接设置(Modbus TCP)";
|
|
|
+ this.grpConnect.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // lblIp
|
|
|
+ //
|
|
|
+ this.lblIp.AutoSize = true;
|
|
|
+ this.lblIp.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblIp.Location = new System.Drawing.Point(32, 50);
|
|
|
+ this.lblIp.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblIp.Name = "lblIp";
|
|
|
+ this.lblIp.Size = new System.Drawing.Size(122, 52);
|
|
|
+ this.lblIp.TabIndex = 0;
|
|
|
+ this.lblIp.Text = "IP地址";
|
|
|
+ //
|
|
|
+ // ip
|
|
|
+ //
|
|
|
+ this.ip.AllPower = null;
|
|
|
+ this.ip.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ip.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ip.ID = null;
|
|
|
+ this.ip.Location = new System.Drawing.Point(220, 52);
|
|
|
+ this.ip.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.ip.Name = "ip";
|
|
|
+ this.ip.Power = null;
|
|
|
+ this.ip.Size = new System.Drawing.Size(320, 55);
|
|
|
+ this.ip.Str = null;
|
|
|
+ this.ip.Str1 = null;
|
|
|
+ this.ip.Str2 = null;
|
|
|
+ this.ip.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // lblPort
|
|
|
+ //
|
|
|
+ this.lblPort.AutoSize = true;
|
|
|
+ this.lblPort.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblPort.Location = new System.Drawing.Point(620, 50);
|
|
|
+ this.lblPort.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblPort.Name = "lblPort";
|
|
|
+ this.lblPort.Size = new System.Drawing.Size(82, 52);
|
|
|
+ this.lblPort.TabIndex = 2;
|
|
|
+ this.lblPort.Text = "端口";
|
|
|
+ //
|
|
|
+ // port
|
|
|
+ //
|
|
|
+ this.port.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.port.Location = new System.Drawing.Point(730, 52);
|
|
|
+ this.port.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.port.Maximum = new decimal(new int[] {
|
|
|
+ 65535,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.port.Name = "port";
|
|
|
+ this.port.Size = new System.Drawing.Size(160, 51);
|
|
|
+ this.port.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // lblUnit
|
|
|
+ //
|
|
|
+ this.lblUnit.AutoSize = true;
|
|
|
+ this.lblUnit.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblUnit.Location = new System.Drawing.Point(970, 50);
|
|
|
+ this.lblUnit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblUnit.Name = "lblUnit";
|
|
|
+ this.lblUnit.Size = new System.Drawing.Size(82, 52);
|
|
|
+ this.lblUnit.TabIndex = 4;
|
|
|
+ this.lblUnit.Text = "站号";
|
|
|
+ //
|
|
|
+ // unitid
|
|
|
+ //
|
|
|
+ this.unitid.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.unitid.Location = new System.Drawing.Point(1080, 52);
|
|
|
+ this.unitid.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.unitid.Maximum = new decimal(new int[] {
|
|
|
+ 247,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.unitid.Name = "unitid";
|
|
|
+ this.unitid.Size = new System.Drawing.Size(140, 51);
|
|
|
+ this.unitid.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // lblInterval
|
|
|
+ //
|
|
|
+ this.lblInterval.AutoSize = true;
|
|
|
+ this.lblInterval.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblInterval.Location = new System.Drawing.Point(1290, 50);
|
|
|
+ this.lblInterval.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblInterval.Name = "lblInterval";
|
|
|
+ this.lblInterval.Size = new System.Drawing.Size(122, 52);
|
|
|
+ this.lblInterval.TabIndex = 6;
|
|
|
+ this.lblInterval.Text = "间隔(秒)";
|
|
|
+ //
|
|
|
+ // interval
|
|
|
+ //
|
|
|
+ this.interval.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.interval.Location = new System.Drawing.Point(1440, 52);
|
|
|
+ this.interval.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.interval.Minimum = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.interval.Maximum = new decimal(new int[] {
|
|
|
+ 3600,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.interval.Name = "interval";
|
|
|
+ this.interval.Size = new System.Drawing.Size(90, 51);
|
|
|
+ this.interval.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // btnConnect
|
|
|
+ //
|
|
|
+ this.btnConnect.AllPower = null;
|
|
|
+ this.btnConnect.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnConnect.IsShowBorder = true;
|
|
|
+ this.btnConnect.Location = new System.Drawing.Point(220, 125);
|
|
|
+ this.btnConnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.btnConnect.Name = "btnConnect";
|
|
|
+ this.btnConnect.Power = null;
|
|
|
+ this.btnConnect.Size = new System.Drawing.Size(160, 52);
|
|
|
+ this.btnConnect.TabIndex = 8;
|
|
|
+ this.btnConnect.Text = "连接";
|
|
|
+ this.btnConnect.UseVisualStyleBackColor = true;
|
|
|
+ this.btnConnect.Click += new System.EventHandler(this.Connect_Click);
|
|
|
+ //
|
|
|
+ // btnDisconnect
|
|
|
+ //
|
|
|
+ this.btnDisconnect.AllPower = null;
|
|
|
+ this.btnDisconnect.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnDisconnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnDisconnect.IsShowBorder = true;
|
|
|
+ this.btnDisconnect.Location = new System.Drawing.Point(420, 125);
|
|
|
+ this.btnDisconnect.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.btnDisconnect.Name = "btnDisconnect";
|
|
|
+ this.btnDisconnect.Power = null;
|
|
|
+ this.btnDisconnect.Size = new System.Drawing.Size(160, 52);
|
|
|
+ this.btnDisconnect.TabIndex = 9;
|
|
|
+ this.btnDisconnect.Text = "断开";
|
|
|
+ this.btnDisconnect.UseVisualStyleBackColor = true;
|
|
|
+ this.btnDisconnect.Click += new System.EventHandler(this.Disconnect_Click);
|
|
|
+ //
|
|
|
+ // grpData
|
|
|
+ //
|
|
|
+ this.grpData.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.grpData.Controls.Add(this.lblD141);
|
|
|
+ this.grpData.Controls.Add(this.lblD141Value);
|
|
|
+ this.grpData.Controls.Add(this.lblD142);
|
|
|
+ this.grpData.Controls.Add(this.lblD142Value);
|
|
|
+ this.grpData.Controls.Add(this.lblDecimals);
|
|
|
+ this.grpData.Controls.Add(this.decimals);
|
|
|
+ this.grpData.Controls.Add(this.btnReadNow);
|
|
|
+ this.grpData.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.grpData.Location = new System.Drawing.Point(32, 260);
|
|
|
+ this.grpData.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.grpData.Name = "grpData";
|
|
|
+ this.grpData.Size = new System.Drawing.Size(1540, 380);
|
|
|
+ this.grpData.TabIndex = 1;
|
|
|
+ this.grpData.TabStop = false;
|
|
|
+ this.grpData.Text = "温度数据(台达PLC)";
|
|
|
+ this.grpData.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // lblD141
|
|
|
+ //
|
|
|
+ this.lblD141.AutoSize = true;
|
|
|
+ this.lblD141.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblD141.Location = new System.Drawing.Point(32, 55);
|
|
|
+ this.lblD141.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblD141.Name = "lblD141";
|
|
|
+ this.lblD141.Size = new System.Drawing.Size(262, 52);
|
|
|
+ this.lblD141.TabIndex = 0;
|
|
|
+ this.lblD141.Text = "1#舱温度 (D141)";
|
|
|
+ //
|
|
|
+ // lblD141Value
|
|
|
+ //
|
|
|
+ this.lblD141Value.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblD141Value.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
+ this.lblD141Value.Location = new System.Drawing.Point(32, 115);
|
|
|
+ this.lblD141Value.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblD141Value.Name = "lblD141Value";
|
|
|
+ this.lblD141Value.Size = new System.Drawing.Size(560, 110);
|
|
|
+ this.lblD141Value.TabIndex = 1;
|
|
|
+ this.lblD141Value.Text = "--";
|
|
|
+ //
|
|
|
+ // lblD142
|
|
|
+ //
|
|
|
+ this.lblD142.AutoSize = true;
|
|
|
+ this.lblD142.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblD142.Location = new System.Drawing.Point(820, 55);
|
|
|
+ this.lblD142.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblD142.Name = "lblD142";
|
|
|
+ this.lblD142.Size = new System.Drawing.Size(262, 52);
|
|
|
+ this.lblD142.TabIndex = 2;
|
|
|
+ this.lblD142.Text = "2#舱温度 (D142)";
|
|
|
+ //
|
|
|
+ // lblD142Value
|
|
|
+ //
|
|
|
+ this.lblD142Value.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblD142Value.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
|
|
+ this.lblD142Value.Location = new System.Drawing.Point(820, 115);
|
|
|
+ this.lblD142Value.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblD142Value.Name = "lblD142Value";
|
|
|
+ this.lblD142Value.Size = new System.Drawing.Size(560, 110);
|
|
|
+ this.lblD142Value.TabIndex = 3;
|
|
|
+ this.lblD142Value.Text = "--";
|
|
|
+ //
|
|
|
+ // lblDecimals
|
|
|
+ //
|
|
|
+ this.lblDecimals.AutoSize = true;
|
|
|
+ this.lblDecimals.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblDecimals.Location = new System.Drawing.Point(32, 290);
|
|
|
+ this.lblDecimals.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblDecimals.Name = "lblDecimals";
|
|
|
+ this.lblDecimals.Size = new System.Drawing.Size(162, 52);
|
|
|
+ this.lblDecimals.TabIndex = 4;
|
|
|
+ this.lblDecimals.Text = "温度小数位";
|
|
|
+ //
|
|
|
+ // decimals
|
|
|
+ //
|
|
|
+ this.decimals.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.decimals.Location = new System.Drawing.Point(220, 292);
|
|
|
+ this.decimals.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.decimals.Maximum = new decimal(new int[] {
|
|
|
+ 3,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ this.decimals.Name = "decimals";
|
|
|
+ this.decimals.Size = new System.Drawing.Size(120, 51);
|
|
|
+ this.decimals.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // btnReadNow
|
|
|
+ //
|
|
|
+ this.btnReadNow.AllPower = null;
|
|
|
+ this.btnReadNow.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.btnReadNow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.btnReadNow.IsShowBorder = true;
|
|
|
+ this.btnReadNow.Location = new System.Drawing.Point(820, 285);
|
|
|
+ this.btnReadNow.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.btnReadNow.Name = "btnReadNow";
|
|
|
+ this.btnReadNow.Power = null;
|
|
|
+ this.btnReadNow.Size = new System.Drawing.Size(200, 52);
|
|
|
+ this.btnReadNow.TabIndex = 6;
|
|
|
+ this.btnReadNow.Text = "立即读取";
|
|
|
+ this.btnReadNow.UseVisualStyleBackColor = true;
|
|
|
+ this.btnReadNow.Click += new System.EventHandler(this.ReadNow_Click);
|
|
|
+ //
|
|
|
+ // lblRecord
|
|
|
+ //
|
|
|
+ this.lblRecord.AutoSize = true;
|
|
|
+ this.lblRecord.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblRecord.Location = new System.Drawing.Point(32, 670);
|
|
|
+ this.lblRecord.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblRecord.Name = "lblRecord";
|
|
|
+ this.lblRecord.Size = new System.Drawing.Size(82, 52);
|
|
|
+ this.lblRecord.TabIndex = 2;
|
|
|
+ this.lblRecord.Text = "记录";
|
|
|
+ //
|
|
|
+ // OperatResult
|
|
|
+ //
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(32, 725);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(1540, 330);
|
|
|
+ this.OperatResult.TabIndex = 3;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+ //
|
|
|
+ // lblStatus
|
|
|
+ //
|
|
|
+ this.lblStatus.AutoSize = true;
|
|
|
+ this.lblStatus.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.lblStatus.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.lblStatus.Location = new System.Drawing.Point(32, 1075);
|
|
|
+ this.lblStatus.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.lblStatus.Name = "lblStatus";
|
|
|
+ this.lblStatus.Size = new System.Drawing.Size(102, 52);
|
|
|
+ this.lblStatus.TabIndex = 4;
|
|
|
+ this.lblStatus.Text = "状态:";
|
|
|
+ //
|
|
|
+ // timer1
|
|
|
+ //
|
|
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
+ //
|
|
|
+ // Make_PLCMonitor
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1604, 1140);
|
|
|
+ this.Controls.Add(this.lblStatus);
|
|
|
+ this.Controls.Add(this.OperatResult);
|
|
|
+ this.Controls.Add(this.lblRecord);
|
|
|
+ this.Controls.Add(this.grpData);
|
|
|
+ this.Controls.Add(this.grpConnect);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.Name = "Make_PLCMonitor";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Tag = "Make!PLCMonitor";
|
|
|
+ this.Text = "PLC温度监控";
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_PLCMonitor_FormClosing);
|
|
|
+ this.Load += new System.EventHandler(this.Make_PLCMonitor_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_PLCMonitor_SizeChanged);
|
|
|
+ this.grpConnect.ResumeLayout(false);
|
|
|
+ this.grpConnect.PerformLayout();
|
|
|
+ this.grpData.ResumeLayout(false);
|
|
|
+ this.grpData.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.port)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.unitid)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.interval)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.decimals)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpConnect;
|
|
|
+ private System.Windows.Forms.Label lblIp;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ip;
|
|
|
+ private System.Windows.Forms.Label lblPort;
|
|
|
+ private System.Windows.Forms.NumericUpDown port;
|
|
|
+ private System.Windows.Forms.Label lblUnit;
|
|
|
+ private System.Windows.Forms.NumericUpDown unitid;
|
|
|
+ private System.Windows.Forms.Label lblInterval;
|
|
|
+ private System.Windows.Forms.NumericUpDown interval;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton btnConnect;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton btnDisconnect;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder grpData;
|
|
|
+ private System.Windows.Forms.Label lblD141;
|
|
|
+ private System.Windows.Forms.Label lblD141Value;
|
|
|
+ private System.Windows.Forms.Label lblD142;
|
|
|
+ private System.Windows.Forms.Label lblD142Value;
|
|
|
+ private System.Windows.Forms.Label lblDecimals;
|
|
|
+ private System.Windows.Forms.NumericUpDown decimals;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton btnReadNow;
|
|
|
+ private System.Windows.Forms.Label lblRecord;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
+ private System.Windows.Forms.Label lblStatus;
|
|
|
+ private System.Windows.Forms.Timer timer1;
|
|
|
+ }
|
|
|
+}
|