yantian yue
2023-12-29 4dff0422d36233abbdac5ebf628365b724a906b5
提交 | 用户 | 时间
e46d3b 1 
4dff04 2 namespace YX
e46d3b 3 {
4     partial class Frmwt
5     {
6         /// <summary>
7         /// Required designer variable.
8         /// </summary>
9         private System.ComponentModel.IContainer components = null;
10
11         /// <summary>
12         /// Clean up any resources being used.
13         /// </summary>
14         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15         protected override void Dispose(bool disposing)
16         {
17             if (disposing && (components != null))
18             {
19                 components.Dispose();
20             }
21             base.Dispose(disposing);
22         }
23
24         #region Windows Form Designer generated code
25
26         /// <summary>
27         /// Required method for Designer support - do not modify
28         /// the contents of this method with the code editor.
29         /// </summary>
30         private void InitializeComponent()
31         {
32             this.LineNameBox = new System.Windows.Forms.TextBox();
33             this.label8 = new System.Windows.Forms.Label();
34             this.StationIDBox = new System.Windows.Forms.TextBox();
35             this.label7 = new System.Windows.Forms.Label();
36             this.StationBox = new System.Windows.Forms.TextBox();
37             this.label6 = new System.Windows.Forms.Label();
38             this.macBox = new System.Windows.Forms.TextBox();
39             this.label5 = new System.Windows.Forms.Label();
40             this.radioButton1 = new System.Windows.Forms.RadioButton();
41             this.KPValueBox = new System.Windows.Forms.TextBox();
42             this.KPNMBox = new System.Windows.Forms.TextBox();
43             this.label3 = new System.Windows.Forms.Label();
44             this.PSNBox = new System.Windows.Forms.TextBox();
45             this.groupBox1 = new System.Windows.Forms.GroupBox();
46             this.label4 = new System.Windows.Forms.Label();
47             this.SNMBox = new System.Windows.Forms.TextBox();
48             this.label2 = new System.Windows.Forms.Label();
49             this.label1 = new System.Windows.Forms.Label();
50             this.dataGridView1 = new System.Windows.Forms.DataGridView();
51             this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
52             this.LogMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
53             this.groupBox1.SuspendLayout();
54             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
55             this.SuspendLayout();
56             // 
57             // LineNameBox
58             // 
59             this.LineNameBox.Location = new System.Drawing.Point(700, 110);
60             this.LineNameBox.Name = "LineNameBox";
61             this.LineNameBox.Size = new System.Drawing.Size(135, 21);
62             this.LineNameBox.TabIndex = 22;
63             // 
64             // label8
65             // 
66             this.label8.AutoSize = true;
67             this.label8.Location = new System.Drawing.Point(643, 113);
68             this.label8.Name = "label8";
69             this.label8.Size = new System.Drawing.Size(65, 12);
70             this.label8.TabIndex = 21;
71             this.label8.Text = "LineName:";
72             // 
73             // StationIDBox
74             // 
75             this.StationIDBox.Location = new System.Drawing.Point(500, 107);
76             this.StationIDBox.Name = "StationIDBox";
77             this.StationIDBox.Size = new System.Drawing.Size(135, 21);
78             this.StationIDBox.TabIndex = 20;
79             // 
80             // label7
81             // 
82             this.label7.AutoSize = true;
83             this.label7.Location = new System.Drawing.Point(443, 110);
84             this.label7.Name = "label7";
85             this.label7.Size = new System.Drawing.Size(71, 12);
86             this.label7.TabIndex = 19;
87             this.label7.Text = "StationID:";
88             // 
89             // StationBox
90             // 
91             this.StationBox.Location = new System.Drawing.Point(292, 104);
92             this.StationBox.Name = "StationBox";
93             this.StationBox.Size = new System.Drawing.Size(129, 21);
94             this.StationBox.TabIndex = 20;
95             // 
96             // label6
97             // 
98             this.label6.AutoSize = true;
99             this.label6.Location = new System.Drawing.Point(235, 107);
100             this.label6.Name = "label6";
101             this.label6.Size = new System.Drawing.Size(59, 12);
102             this.label6.TabIndex = 19;
103             this.label6.Text = "Station:";
104             // 
105             // macBox
106             // 
107             this.macBox.Location = new System.Drawing.Point(61, 104);
108             this.macBox.Name = "macBox";
109             this.macBox.Size = new System.Drawing.Size(145, 21);
110             this.macBox.TabIndex = 18;
111             // 
112             // label5
113             // 
114             this.label5.AutoSize = true;
115             this.label5.Location = new System.Drawing.Point(24, 107);
116             this.label5.Name = "label5";
117             this.label5.Size = new System.Drawing.Size(35, 12);
118             this.label5.TabIndex = 17;
119             this.label5.Text = "MAC:";
120             // 
121             // radioButton1
122             // 
123             this.radioButton1.AutoSize = true;
124             this.radioButton1.BackColor = System.Drawing.Color.Lime;
125             this.radioButton1.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
126             this.radioButton1.Location = new System.Drawing.Point(26, 29);
127             this.radioButton1.Name = "radioButton1";
128             this.radioButton1.Size = new System.Drawing.Size(41, 16);
129             this.radioButton1.TabIndex = 16;
130             this.radioButton1.TabStop = true;
131             this.radioButton1.Text = "PLC";
132             this.radioButton1.UseMnemonic = false;
133             this.radioButton1.UseVisualStyleBackColor = false;
134             // 
135             // KPValueBox
136             // 
137             this.KPValueBox.Location = new System.Drawing.Point(700, 63);
138             this.KPValueBox.Name = "KPValueBox";
139             this.KPValueBox.Size = new System.Drawing.Size(135, 21);
140             this.KPValueBox.TabIndex = 15;
141             // 
142             // KPNMBox
143             // 
144             this.KPNMBox.Location = new System.Drawing.Point(493, 63);
145             this.KPNMBox.Name = "KPNMBox";
146             this.KPNMBox.Size = new System.Drawing.Size(142, 21);
147             this.KPNMBox.TabIndex = 13;
148             // 
149             // label3
150             // 
151             this.label3.AutoSize = true;
152             this.label3.Location = new System.Drawing.Point(444, 66);
153             this.label3.Name = "label3";
154             this.label3.Size = new System.Drawing.Size(47, 12);
155             this.label3.TabIndex = 12;
156             this.label3.Text = "KP_NM:";
157             // 
158             // PSNBox
159             // 
160             this.PSNBox.Location = new System.Drawing.Point(61, 63);
161             this.PSNBox.Name = "PSNBox";
162             this.PSNBox.Size = new System.Drawing.Size(145, 21);
163             this.PSNBox.TabIndex = 10;
164             // 
165             // groupBox1
166             // 
167             this.groupBox1.Controls.Add(this.LineNameBox);
168             this.groupBox1.Controls.Add(this.label8);
169             this.groupBox1.Controls.Add(this.StationIDBox);
170             this.groupBox1.Controls.Add(this.label7);
171             this.groupBox1.Controls.Add(this.StationBox);
172             this.groupBox1.Controls.Add(this.label6);
173             this.groupBox1.Controls.Add(this.macBox);
174             this.groupBox1.Controls.Add(this.label5);
175             this.groupBox1.Controls.Add(this.radioButton1);
176             this.groupBox1.Controls.Add(this.KPValueBox);
177             this.groupBox1.Controls.Add(this.label4);
178             this.groupBox1.Controls.Add(this.KPNMBox);
179             this.groupBox1.Controls.Add(this.label3);
180             this.groupBox1.Controls.Add(this.SNMBox);
181             this.groupBox1.Controls.Add(this.PSNBox);
182             this.groupBox1.Controls.Add(this.label2);
183             this.groupBox1.Controls.Add(this.label1);
184             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
185             this.groupBox1.Location = new System.Drawing.Point(0, 0);
186             this.groupBox1.Name = "groupBox1";
187             this.groupBox1.Size = new System.Drawing.Size(863, 157);
188             this.groupBox1.TabIndex = 1;
189             this.groupBox1.TabStop = false;
190             this.groupBox1.Text = "实时状态";
191             // 
192             // label4
193             // 
194             this.label4.AutoSize = true;
195             this.label4.Location = new System.Drawing.Point(641, 66);
196             this.label4.Name = "label4";
197             this.label4.Size = new System.Drawing.Size(65, 12);
198             this.label4.TabIndex = 14;
199             this.label4.Text = "KP_Value:";
200             // 
201             // SNMBox
202             // 
203             this.SNMBox.Location = new System.Drawing.Point(282, 63);
204             this.SNMBox.Name = "SNMBox";
205             this.SNMBox.Size = new System.Drawing.Size(139, 21);
206             this.SNMBox.TabIndex = 11;
207             // 
208             // label2
209             // 
210             this.label2.AutoSize = true;
211             this.label2.Location = new System.Drawing.Point(235, 66);
212             this.label2.Name = "label2";
213             this.label2.Size = new System.Drawing.Size(41, 12);
214             this.label2.TabIndex = 9;
215             this.label2.Text = "S_NM:";
216             // 
217             // label1
218             // 
219             this.label1.AutoSize = true;
220             this.label1.Location = new System.Drawing.Point(24, 66);
221             this.label1.Name = "label1";
222             this.label1.Size = new System.Drawing.Size(35, 12);
223             this.label1.TabIndex = 8;
224             this.label1.Text = "PSN:";
225             // 
226             // dataGridView1
227             // 
228             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
229             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
230             this.CreateTime,
231             this.LogMessage});
232             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
233             this.dataGridView1.Location = new System.Drawing.Point(0, 157);
234             this.dataGridView1.Name = "dataGridView1";
235             this.dataGridView1.RowTemplate.Height = 23;
236             this.dataGridView1.Size = new System.Drawing.Size(863, 445);
237             this.dataGridView1.TabIndex = 2;
238             // 
239             // CreateTime
240             // 
241             this.CreateTime.DataPropertyName = "CreateTime";
242             this.CreateTime.HeaderText = "时间";
243             this.CreateTime.Name = "CreateTime";
244             this.CreateTime.Width = 200;
245             // 
246             // LogMessage
247             // 
248             this.LogMessage.DataPropertyName = "LogMessage";
249             this.LogMessage.HeaderText = "内容";
250             this.LogMessage.Name = "LogMessage";
251             this.LogMessage.Width = 800;
252             // 
253             // Frmwt
254             // 
255             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
256             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
257             this.ClientSize = new System.Drawing.Size(863, 602);
258             this.Controls.Add(this.dataGridView1);
259             this.Controls.Add(this.groupBox1);
260             this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
261             this.Name = "Frmwt";
262             this.Text = "四码合一";
263             this.groupBox1.ResumeLayout(false);
264             this.groupBox1.PerformLayout();
265             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
266             this.ResumeLayout(false);
267
268         }
269
270         #endregion
271
272         private System.Windows.Forms.TextBox LineNameBox;
273         private System.Windows.Forms.Label label8;
274         protected internal System.Windows.Forms.TextBox StationIDBox;
275         private System.Windows.Forms.Label label7;
276         private System.Windows.Forms.TextBox StationBox;
277         private System.Windows.Forms.Label label6;
278         private System.Windows.Forms.TextBox macBox;
279         private System.Windows.Forms.Label label5;
280         public System.Windows.Forms.RadioButton radioButton1;
281         private System.Windows.Forms.TextBox KPValueBox;
282         private System.Windows.Forms.TextBox KPNMBox;
283         private System.Windows.Forms.Label label3;
284         private System.Windows.Forms.TextBox PSNBox;
285         private System.Windows.Forms.GroupBox groupBox1;
286         private System.Windows.Forms.Label label4;
287         private System.Windows.Forms.TextBox SNMBox;
288         private System.Windows.Forms.Label label2;
289         private System.Windows.Forms.Label label1;
290         private System.Windows.Forms.DataGridView dataGridView1;
291         private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
292         private System.Windows.Forms.DataGridViewTextBoxColumn LogMessage;
293     }
294 }