namespace YX.wt { partial class Frmwt { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.LineNameBox = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.StationIDBox = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.StationBox = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.macBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.radioButton1 = new System.Windows.Forms.RadioButton(); this.KPValueBox = new System.Windows.Forms.TextBox(); this.KPNMBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.PSNBox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.SNMBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LogMessage = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // LineNameBox // this.LineNameBox.Location = new System.Drawing.Point(700, 110); this.LineNameBox.Name = "LineNameBox"; this.LineNameBox.Size = new System.Drawing.Size(135, 21); this.LineNameBox.TabIndex = 22; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(643, 113); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 21; this.label8.Text = "LineName:"; // // StationIDBox // this.StationIDBox.Location = new System.Drawing.Point(500, 107); this.StationIDBox.Name = "StationIDBox"; this.StationIDBox.Size = new System.Drawing.Size(135, 21); this.StationIDBox.TabIndex = 20; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(443, 110); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(71, 12); this.label7.TabIndex = 19; this.label7.Text = "StationID:"; // // StationBox // this.StationBox.Location = new System.Drawing.Point(292, 104); this.StationBox.Name = "StationBox"; this.StationBox.Size = new System.Drawing.Size(129, 21); this.StationBox.TabIndex = 20; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(235, 107); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(59, 12); this.label6.TabIndex = 19; this.label6.Text = "Station:"; // // macBox // this.macBox.Location = new System.Drawing.Point(61, 104); this.macBox.Name = "macBox"; this.macBox.Size = new System.Drawing.Size(145, 21); this.macBox.TabIndex = 18; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(24, 107); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 12); this.label5.TabIndex = 17; this.label5.Text = "MAC:"; // // radioButton1 // this.radioButton1.AutoSize = true; this.radioButton1.BackColor = System.Drawing.Color.Lime; this.radioButton1.ForeColor = System.Drawing.SystemColors.InactiveCaptionText; this.radioButton1.Location = new System.Drawing.Point(26, 29); this.radioButton1.Name = "radioButton1"; this.radioButton1.Size = new System.Drawing.Size(41, 16); this.radioButton1.TabIndex = 16; this.radioButton1.TabStop = true; this.radioButton1.Text = "PLC"; this.radioButton1.UseMnemonic = false; this.radioButton1.UseVisualStyleBackColor = false; // // KPValueBox // this.KPValueBox.Location = new System.Drawing.Point(700, 63); this.KPValueBox.Name = "KPValueBox"; this.KPValueBox.Size = new System.Drawing.Size(135, 21); this.KPValueBox.TabIndex = 15; // // KPNMBox // this.KPNMBox.Location = new System.Drawing.Point(493, 63); this.KPNMBox.Name = "KPNMBox"; this.KPNMBox.Size = new System.Drawing.Size(142, 21); this.KPNMBox.TabIndex = 13; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(444, 66); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(47, 12); this.label3.TabIndex = 12; this.label3.Text = "KP_NM:"; // // PSNBox // this.PSNBox.Location = new System.Drawing.Point(61, 63); this.PSNBox.Name = "PSNBox"; this.PSNBox.Size = new System.Drawing.Size(145, 21); this.PSNBox.TabIndex = 10; // // groupBox1 // this.groupBox1.Controls.Add(this.LineNameBox); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.StationIDBox); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.StationBox); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.macBox); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.radioButton1); this.groupBox1.Controls.Add(this.KPValueBox); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.KPNMBox); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.SNMBox); this.groupBox1.Controls.Add(this.PSNBox); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(863, 157); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "实时状态"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(641, 66); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 14; this.label4.Text = "KP_Value:"; // // SNMBox // this.SNMBox.Location = new System.Drawing.Point(282, 63); this.SNMBox.Name = "SNMBox"; this.SNMBox.Size = new System.Drawing.Size(139, 21); this.SNMBox.TabIndex = 11; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(235, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(41, 12); this.label2.TabIndex = 9; this.label2.Text = "S_NM:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(24, 66); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 8; this.label1.Text = "PSN:"; // // dataGridView1 // this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.CreateTime, this.LogMessage}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView1.Location = new System.Drawing.Point(0, 157); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(863, 445); this.dataGridView1.TabIndex = 2; // // CreateTime // this.CreateTime.DataPropertyName = "CreateTime"; this.CreateTime.HeaderText = "时间"; this.CreateTime.Name = "CreateTime"; this.CreateTime.Width = 200; // // LogMessage // this.LogMessage.DataPropertyName = "LogMessage"; this.LogMessage.HeaderText = "内容"; this.LogMessage.Name = "LogMessage"; this.LogMessage.Width = 800; // // Frmwt // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(863, 602); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "Frmwt"; this.Text = "四码合一"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox LineNameBox; private System.Windows.Forms.Label label8; protected internal System.Windows.Forms.TextBox StationIDBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox StationBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox macBox; private System.Windows.Forms.Label label5; public System.Windows.Forms.RadioButton radioButton1; private System.Windows.Forms.TextBox KPValueBox; private System.Windows.Forms.TextBox KPNMBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox PSNBox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox SNMBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime; private System.Windows.Forms.DataGridViewTextBoxColumn LogMessage; } }