ModbusStatusControl.Designer.cs
10.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
namespace UserFromControl
{
partial class ModbusStatusControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.txtErrorCode = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtAlarmCode = new System.Windows.Forms.TextBox();
this.txtReadActalPosition = new System.Windows.Forms.TextBox();
this.txtReadCommandPosition = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(156, 53);
this.label13.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(71, 17);
this.label13.TabIndex = 48;
this.label13.Text = "[0表示正常]";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(156, 78);
this.label12.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(71, 17);
this.label12.TabIndex = 47;
this.label12.Text = "[1表示正常]";
//
// txtErrorCode
//
this.txtErrorCode.BackColor = System.Drawing.SystemColors.Control;
this.txtErrorCode.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtErrorCode.ForeColor = System.Drawing.Color.Black;
this.txtErrorCode.Location = new System.Drawing.Point(67, 78);
this.txtErrorCode.Name = "txtErrorCode";
this.txtErrorCode.ReadOnly = true;
this.txtErrorCode.Size = new System.Drawing.Size(82, 21);
this.txtErrorCode.TabIndex = 45;
this.txtErrorCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(7, 78);
this.label7.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 46;
this.label7.Text = "错误代码:";
//
// txtAlarmCode
//
this.txtAlarmCode.BackColor = System.Drawing.SystemColors.Control;
this.txtAlarmCode.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtAlarmCode.ForeColor = System.Drawing.Color.Black;
this.txtAlarmCode.Location = new System.Drawing.Point(67, 53);
this.txtAlarmCode.Name = "txtAlarmCode";
this.txtAlarmCode.ReadOnly = true;
this.txtAlarmCode.Size = new System.Drawing.Size(82, 21);
this.txtAlarmCode.TabIndex = 37;
this.txtAlarmCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txtReadActalPosition
//
this.txtReadActalPosition.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtReadActalPosition.Location = new System.Drawing.Point(67, 28);
this.txtReadActalPosition.Name = "txtReadActalPosition";
this.txtReadActalPosition.ReadOnly = true;
this.txtReadActalPosition.Size = new System.Drawing.Size(83, 21);
this.txtReadActalPosition.TabIndex = 43;
this.txtReadActalPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// txtReadCommandPosition
//
this.txtReadCommandPosition.Font = new System.Drawing.Font("黑体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtReadCommandPosition.Location = new System.Drawing.Point(67, 3);
this.txtReadCommandPosition.Name = "txtReadCommandPosition";
this.txtReadCommandPosition.ReadOnly = true;
this.txtReadCommandPosition.Size = new System.Drawing.Size(83, 21);
this.txtReadCommandPosition.TabIndex = 44;
this.txtReadCommandPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(7, 53);
this.label19.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 38;
this.label19.Text = "警报代码:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.Location = new System.Drawing.Point(7, 29);
this.label18.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(65, 12);
this.label18.TabIndex = 39;
this.label18.Text = "实际位置:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(7, 8);
this.label15.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 40;
this.label15.Text = "指令位置:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(156, 28);
this.label16.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(47, 17);
this.label16.TabIndex = 41;
this.label16.Text = "[pulse]";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(156, 3);
this.label9.Margin = new System.Windows.Forms.Padding(20, 10, 3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(47, 17);
this.label9.TabIndex = 42;
this.label9.Text = "[pulse]";
//
// ModbusStatusControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.txtErrorCode);
this.Controls.Add(this.label7);
this.Controls.Add(this.txtAlarmCode);
this.Controls.Add(this.txtReadActalPosition);
this.Controls.Add(this.txtReadCommandPosition);
this.Controls.Add(this.label19);
this.Controls.Add(this.label18);
this.Controls.Add(this.label15);
this.Controls.Add(this.label16);
this.Controls.Add(this.label9);
this.Name = "ModbusStatusControl";
this.Size = new System.Drawing.Size(226, 104);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label9;
public System.Windows.Forms.TextBox txtErrorCode;
public System.Windows.Forms.TextBox txtAlarmCode;
public System.Windows.Forms.TextBox txtReadActalPosition;
public System.Windows.Forms.TextBox txtReadCommandPosition;
}
}