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