| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 |
- 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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PLCMonitor));
- 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.rdoRTU = new System.Windows.Forms.RadioButton();
- this.rdoTCP = new System.Windows.Forms.RadioButton();
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.port)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.unitid)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.interval)).BeginInit();
- this.grpData.SuspendLayout();
- ((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.Controls.Add(this.rdoRTU);
- this.grpConnect.Controls.Add(this.rdoTCP);
- 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(138, 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, 53);
- 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(102, 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, 53);
- 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(102, 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, 53);
- 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(168, 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.Maximum = new decimal(new int[] {
- 3600,
- 0,
- 0,
- 0});
- this.interval.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.interval.Name = "interval";
- this.interval.Size = new System.Drawing.Size(90, 53);
- this.interval.TabIndex = 7;
- this.interval.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // btnConnect
- //
- this.btnConnect.AllPower = null;
- this.btnConnect.BackColor = System.Drawing.Color.Transparent;
- this.btnConnect.DownImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.DownImage")));
- this.btnConnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnConnect.Image = null;
- 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.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.MoveImage")));
- this.btnConnect.Name = "btnConnect";
- this.btnConnect.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnConnect.NormalImage")));
- 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.DownImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.DownImage")));
- this.btnDisconnect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnDisconnect.Image = null;
- 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.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.MoveImage")));
- this.btnDisconnect.Name = "btnDisconnect";
- this.btnDisconnect.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnDisconnect.NormalImage")));
- 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);
- //
- // rdoRTU
- //
- this.rdoRTU.AutoSize = true;
- this.rdoRTU.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoRTU.Location = new System.Drawing.Point(660, 130);
- this.rdoRTU.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.rdoRTU.Name = "rdoRTU";
- this.rdoRTU.Size = new System.Drawing.Size(388, 45);
- this.rdoRTU.TabIndex = 10;
- this.rdoRTU.Text = "ModbusRTU(串口透传)";
- this.rdoRTU.UseVisualStyleBackColor = true;
- //
- // rdoTCP
- //
- this.rdoTCP.AutoSize = true;
- this.rdoTCP.Checked = true;
- this.rdoTCP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoTCP.Location = new System.Drawing.Point(1080, 130);
- this.rdoTCP.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.rdoTCP.Name = "rdoTCP";
- this.rdoTCP.Size = new System.Drawing.Size(234, 45);
- this.rdoTCP.TabIndex = 11;
- this.rdoTCP.TabStop = true;
- this.rdoTCP.Text = "ModbusTCP";
- this.rdoTCP.UseVisualStyleBackColor = true;
- //
- // 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(328, 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(328, 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(222, 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, 53);
- this.decimals.TabIndex = 5;
- //
- // btnReadNow
- //
- this.btnReadNow.AllPower = null;
- this.btnReadNow.BackColor = System.Drawing.Color.Transparent;
- this.btnReadNow.DownImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.DownImage")));
- this.btnReadNow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnReadNow.Image = null;
- 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.MoveImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.MoveImage")));
- this.btnReadNow.Name = "btnReadNow";
- this.btnReadNow.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnReadNow.NormalImage")));
- 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(102, 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(142, 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(true);
- this.grpConnect.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.port)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.unitid)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.interval)).EndInit();
- this.grpData.ResumeLayout(true);
- this.grpData.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.decimals)).EndInit();
- this.ResumeLayout(true);
- 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 System.Windows.Forms.RadioButton rdoRTU;
- private System.Windows.Forms.RadioButton rdoTCP;
- 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;
- }
- }
|