namespace ARI.EAP.HOST { partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.MQStatus = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.ConnectStatus = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.Remote = new System.Windows.Forms.Button(); this.Local = new System.Windows.Forms.Button(); this.S2F13 = new System.Windows.Forms.Button(); this.S7F19 = new System.Windows.Forms.Button(); this.S5F5 = new System.Windows.Forms.Button(); this.S5F3 = new System.Windows.Forms.Button(); this.S1F3Request = new System.Windows.Forms.Button(); this.ErrorPort = new System.Windows.Forms.Label(); this.ErrorDeviceID = new System.Windows.Forms.Label(); this.Connect = new System.Windows.Forms.Button(); this.IPError = new System.Windows.Forms.Label(); this.editPort = new System.Windows.Forms.TextBox(); this.Port = new System.Windows.Forms.Label(); this.editDeviceID = new System.Windows.Forms.TextBox(); this.DeviceID = new System.Windows.Forms.Label(); this.editIPaddress = new System.Windows.Forms.TextBox(); this.IPaddress = new System.Windows.Forms.Label(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.SECSLog = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.DateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Direction = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.SxFy = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Transfer = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.EventName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.key = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.transactionId = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SECSLog.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.MQStatus); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.ConnectStatus); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.Remote); this.groupBox1.Controls.Add(this.Local); this.groupBox1.Controls.Add(this.S2F13); this.groupBox1.Controls.Add(this.S7F19); this.groupBox1.Controls.Add(this.S5F5); this.groupBox1.Controls.Add(this.S5F3); this.groupBox1.Controls.Add(this.S1F3Request); this.groupBox1.Controls.Add(this.ErrorPort); this.groupBox1.Controls.Add(this.ErrorDeviceID); this.groupBox1.Controls.Add(this.Connect); this.groupBox1.Controls.Add(this.IPError); this.groupBox1.Controls.Add(this.editPort); this.groupBox1.Controls.Add(this.Port); this.groupBox1.Controls.Add(this.editDeviceID); this.groupBox1.Controls.Add(this.DeviceID); this.groupBox1.Controls.Add(this.editIPaddress); this.groupBox1.Controls.Add(this.IPaddress); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupBox1.Size = new System.Drawing.Size(1246, 200); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Config"; // // MQStatus // this.MQStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.MQStatus.AutoSize = true; this.MQStatus.Location = new System.Drawing.Point(1135, 29); this.MQStatus.Name = "MQStatus"; this.MQStatus.Size = new System.Drawing.Size(109, 20); this.MQStatus.TabIndex = 21; this.MQStatus.Text = "Disconnected"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(1073, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 20); this.label2.TabIndex = 20; this.label2.Text = "M Q:"; // // ConnectStatus // this.ConnectStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ConnectStatus.AutoSize = true; this.ConnectStatus.Location = new System.Drawing.Point(1135, 12); this.ConnectStatus.Name = "ConnectStatus"; this.ConnectStatus.Size = new System.Drawing.Size(109, 20); this.ConnectStatus.TabIndex = 11; this.ConnectStatus.Text = "Disconnected"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(1072, 12); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 20); this.label1.TabIndex = 19; this.label1.Text = "HSMS:"; // // Remote // this.Remote.Location = new System.Drawing.Point(683, 145); this.Remote.Name = "Remote"; this.Remote.Size = new System.Drawing.Size(75, 37); this.Remote.TabIndex = 18; this.Remote.Text = "Remote"; this.Remote.UseVisualStyleBackColor = true; this.Remote.Click += new System.EventHandler(this.Remote_Click); // // Local // this.Local.Location = new System.Drawing.Point(621, 145); this.Local.Name = "Local"; this.Local.Size = new System.Drawing.Size(56, 37); this.Local.TabIndex = 17; this.Local.Text = "Local"; this.Local.UseVisualStyleBackColor = true; this.Local.Click += new System.EventHandler(this.Local_Click); // // S2F13 // this.S2F13.Location = new System.Drawing.Point(629, 88); this.S2F13.Name = "S2F13"; this.S2F13.Size = new System.Drawing.Size(120, 37); this.S2F13.TabIndex = 16; this.S2F13.Text = "S2F13"; this.S2F13.UseVisualStyleBackColor = true; this.S2F13.Click += new System.EventHandler(this.S2F13_Click); // // S7F19 // this.S7F19.Location = new System.Drawing.Point(629, 32); this.S7F19.Name = "S7F19"; this.S7F19.Size = new System.Drawing.Size(120, 37); this.S7F19.TabIndex = 15; this.S7F19.Text = "S7F19"; this.S7F19.UseVisualStyleBackColor = true; this.S7F19.Click += new System.EventHandler(this.S7F19_Click); // // S5F5 // this.S5F5.Location = new System.Drawing.Point(356, 145); this.S5F5.Name = "S5F5"; this.S5F5.Size = new System.Drawing.Size(120, 37); this.S5F5.TabIndex = 14; this.S5F5.Text = "S5F5"; this.S5F5.UseVisualStyleBackColor = true; this.S5F5.Click += new System.EventHandler(this.S5F5_Click); // // S5F3 // this.S5F3.Location = new System.Drawing.Point(356, 88); this.S5F3.Name = "S5F3"; this.S5F3.Size = new System.Drawing.Size(120, 37); this.S5F3.TabIndex = 13; this.S5F3.Text = "AlarmDisable"; this.S5F3.UseVisualStyleBackColor = true; this.S5F3.Click += new System.EventHandler(this.S5F3_Click); // // S1F3Request // this.S1F3Request.Location = new System.Drawing.Point(356, 32); this.S1F3Request.Name = "S1F3Request"; this.S1F3Request.Size = new System.Drawing.Size(120, 37); this.S1F3Request.TabIndex = 12; this.S1F3Request.Text = "S1F3"; this.S1F3Request.UseVisualStyleBackColor = true; this.S1F3Request.Click += new System.EventHandler(this.S1F3Request_Click); // // ErrorPort // this.ErrorPort.AutoSize = true; this.ErrorPort.ForeColor = System.Drawing.Color.Red; this.ErrorPort.Location = new System.Drawing.Point(228, 105); this.ErrorPort.Name = "ErrorPort"; this.ErrorPort.Size = new System.Drawing.Size(87, 20); this.ErrorPort.TabIndex = 9; this.ErrorPort.Text = "Illegal Port"; this.ErrorPort.Visible = false; // // ErrorDeviceID // this.ErrorDeviceID.AutoSize = true; this.ErrorDeviceID.ForeColor = System.Drawing.Color.Red; this.ErrorDeviceID.Location = new System.Drawing.Point(228, 70); this.ErrorDeviceID.Name = "ErrorDeviceID"; this.ErrorDeviceID.Size = new System.Drawing.Size(119, 20); this.ErrorDeviceID.TabIndex = 8; this.ErrorDeviceID.Text = "Illegal deviceID"; this.ErrorDeviceID.Visible = false; // // Connect // this.Connect.Location = new System.Drawing.Point(115, 145); this.Connect.Name = "Connect"; this.Connect.Size = new System.Drawing.Size(95, 37); this.Connect.TabIndex = 7; this.Connect.Text = "Connect"; this.Connect.UseVisualStyleBackColor = true; this.Connect.Click += new System.EventHandler(this.Connect_Click); // // IPError // this.IPError.AutoSize = true; this.IPError.ForeColor = System.Drawing.Color.Red; this.IPError.Location = new System.Drawing.Point(228, 35); this.IPError.Name = "IPError"; this.IPError.Size = new System.Drawing.Size(69, 20); this.IPError.TabIndex = 6; this.IPError.Text = "Illegal IP"; this.IPError.Visible = false; // // editPort // this.editPort.Location = new System.Drawing.Point(115, 102); this.editPort.Name = "editPort"; this.editPort.Size = new System.Drawing.Size(95, 27); this.editPort.TabIndex = 5; this.editPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editPort_KeyPress); this.editPort.Leave += new System.EventHandler(this.editPort_Leave); // // Port // this.Port.AutoSize = true; this.Port.Location = new System.Drawing.Point(23, 105); this.Port.Name = "Port"; this.Port.Size = new System.Drawing.Size(40, 20); this.Port.TabIndex = 4; this.Port.Text = "Port"; // // editDeviceID // this.editDeviceID.Location = new System.Drawing.Point(115, 67); this.editDeviceID.Name = "editDeviceID"; this.editDeviceID.Size = new System.Drawing.Size(95, 27); this.editDeviceID.TabIndex = 3; this.editDeviceID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editDeviceID_KeyPress); this.editDeviceID.Leave += new System.EventHandler(this.editDeviceID_Leave); // // DeviceID // this.DeviceID.AutoSize = true; this.DeviceID.Location = new System.Drawing.Point(23, 70); this.DeviceID.Name = "DeviceID"; this.DeviceID.Size = new System.Drawing.Size(73, 20); this.DeviceID.TabIndex = 2; this.DeviceID.Text = "DeviceID"; // // editIPaddress // this.editIPaddress.Location = new System.Drawing.Point(115, 32); this.editIPaddress.Name = "editIPaddress"; this.editIPaddress.Size = new System.Drawing.Size(95, 27); this.editIPaddress.TabIndex = 1; this.editIPaddress.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.editIPaddress_KeyPress); this.editIPaddress.Leave += new System.EventHandler(this.editIPaddress_Leave); // // IPaddress // this.IPaddress.AutoSize = true; this.IPaddress.Location = new System.Drawing.Point(23, 35); this.IPaddress.Name = "IPaddress"; this.IPaddress.Size = new System.Drawing.Size(86, 20); this.IPaddress.TabIndex = 0; this.IPaddress.Text = "IP Address"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.SECSLog); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.groupBox2); this.splitContainer1.Size = new System.Drawing.Size(1246, 469); this.splitContainer1.SplitterDistance = 696; this.splitContainer1.TabIndex = 1; // // SECSLog // this.SECSLog.Controls.Add(this.dataGridView1); this.SECSLog.Dock = System.Windows.Forms.DockStyle.Fill; this.SECSLog.Location = new System.Drawing.Point(0, 0); this.SECSLog.Name = "SECSLog"; this.SECSLog.Size = new System.Drawing.Size(696, 469); this.SECSLog.TabIndex = 0; this.SECSLog.TabStop = false; this.SECSLog.Text = "SECSLog"; // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DateTime, this.Direction, this.SxFy, this.Transfer, this.EventName, this.key}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(3, 23); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 51; this.dataGridView1.RowTemplate.Height = 27; this.dataGridView1.Size = new System.Drawing.Size(690, 443); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); // // DateTime // this.DateTime.FillWeight = 122.9947F; this.DateTime.HeaderText = "DateTime"; this.DateTime.MinimumWidth = 6; this.DateTime.Name = "DateTime"; // // Direction // this.Direction.FillWeight = 55.77842F; this.Direction.HeaderText = "Direction"; this.Direction.MinimumWidth = 6; this.Direction.Name = "Direction"; // // SxFy // this.SxFy.FillWeight = 55.09629F; this.SxFy.HeaderText = "SxFy"; this.SxFy.MinimumWidth = 6; this.SxFy.Name = "SxFy"; // // Transfer // this.Transfer.FillWeight = 59.44392F; this.Transfer.HeaderText = "Transfer"; this.Transfer.MinimumWidth = 6; this.Transfer.Name = "Transfer"; // // EventName // this.EventName.FillWeight = 206.6868F; this.EventName.HeaderText = "EventName"; this.EventName.MinimumWidth = 6; this.EventName.Name = "EventName"; // // key // this.key.HeaderText = "key"; this.key.MinimumWidth = 6; this.key.Name = "key"; this.key.Visible = false; // // groupBox2 // this.groupBox2.Controls.Add(this.dataGridView2); this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox2.Location = new System.Drawing.Point(0, 0); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(546, 469); this.groupBox2.TabIndex = 0; this.groupBox2.TabStop = false; this.groupBox2.Text = "MQLog"; // // dataGridView2 // this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView2.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn4, this.dataGridViewTextBoxColumn5, this.transactionId}); this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.Location = new System.Drawing.Point(3, 23); this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.RowHeadersVisible = false; this.dataGridView2.RowHeadersWidth = 51; this.dataGridView2.RowTemplate.Height = 27; this.dataGridView2.Size = new System.Drawing.Size(540, 443); this.dataGridView2.TabIndex = 1; this.dataGridView2.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellDoubleClick); // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn1.FillWeight = 12.7852F; this.dataGridViewTextBoxColumn1.HeaderText = "DateTime"; this.dataGridViewTextBoxColumn1.MinimumWidth = 6; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.Width = 162; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn2.FillWeight = 11.34488F; this.dataGridViewTextBoxColumn2.HeaderText = "Direction"; this.dataGridViewTextBoxColumn2.MinimumWidth = 6; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.Width = 72; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn4.FillWeight = 18.69488F; this.dataGridViewTextBoxColumn4.HeaderText = "Transfer"; this.dataGridViewTextBoxColumn4.MinimumWidth = 6; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.Width = 70; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.dataGridViewTextBoxColumn5.FillWeight = 402.0789F; this.dataGridViewTextBoxColumn5.HeaderText = "EventName"; this.dataGridViewTextBoxColumn5.MinimumWidth = 6; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.Width = 227; // // transactionId // this.transactionId.HeaderText = "transactionId"; this.transactionId.MinimumWidth = 6; this.transactionId.Name = "transactionId"; this.transactionId.Visible = false; // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.groupBox1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.splitContainer1); this.splitContainer2.Size = new System.Drawing.Size(1246, 673); this.splitContainer2.SplitterDistance = 200; this.splitContainer2.TabIndex = 12; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1246, 673); this.Controls.Add(this.splitContainer2); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "MainForm"; this.Text = "Acoat"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.SECSLog.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label IPaddress; private System.Windows.Forms.TextBox editIPaddress; private System.Windows.Forms.TextBox editDeviceID; private System.Windows.Forms.Label DeviceID; private System.Windows.Forms.TextBox editPort; private System.Windows.Forms.Label Port; private System.Windows.Forms.Label IPError; private System.Windows.Forms.Label ErrorPort; private System.Windows.Forms.Label ErrorDeviceID; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox SECSLog; private System.Windows.Forms.SplitContainer splitContainer2; public System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.Button S1F3Request; private System.Windows.Forms.GroupBox groupBox2; public System.Windows.Forms.DataGridView dataGridView2; private System.Windows.Forms.Button S5F3; private System.Windows.Forms.Button S5F5; private System.Windows.Forms.Button S7F19; private System.Windows.Forms.Button S2F13; private System.Windows.Forms.Button Remote; private System.Windows.Forms.Button Local; private System.Windows.Forms.DataGridViewTextBoxColumn DateTime; private System.Windows.Forms.DataGridViewTextBoxColumn Direction; private System.Windows.Forms.DataGridViewTextBoxColumn SxFy; private System.Windows.Forms.DataGridViewTextBoxColumn Transfer; private System.Windows.Forms.DataGridViewTextBoxColumn EventName; private System.Windows.Forms.DataGridViewTextBoxColumn key; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn transactionId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; public System.Windows.Forms.Label ConnectStatus; public System.Windows.Forms.Label MQStatus; public System.Windows.Forms.Button Connect; } }