UCLEDSet.designer.cs
11.6 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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
namespace UserCtrlsByDXC
{
partial class UCLEDSet
{
/// <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.lbip = new System.Windows.Forms.Label();
this.lbno = new System.Windows.Forms.Label();
this.tBno = new System.Windows.Forms.TextBox();
this.tBip = new System.Windows.Forms.TextBox();
this.tBwidth = new System.Windows.Forms.TextBox();
this.lbwidth = new System.Windows.Forms.Label();
this.tBheight = new System.Windows.Forms.TextBox();
this.lbheight = new System.Windows.Forms.Label();
this.tBfontsize = new System.Windows.Forms.TextBox();
this.lbfontsize = new System.Windows.Forms.Label();
this.tBdelay = new System.Windows.Forms.TextBox();
this.lbdelay = new System.Windows.Forms.Label();
this.cBenable = new System.Windows.Forms.CheckBox();
this.cBSelSendMsg = new System.Windows.Forms.CheckBox();
this.tBplayspeed = new System.Windows.Forms.TextBox();
this.lbplayspeed = new System.Windows.Forms.Label();
this.tBinterval = new System.Windows.Forms.TextBox();
this.lbinterval = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lbip
//
this.lbip.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbip.Location = new System.Drawing.Point(3, 48);
this.lbip.Name = "lbip";
this.lbip.Size = new System.Drawing.Size(70, 14);
this.lbip.TabIndex = 66;
this.lbip.Text = "IP地址:";
//
// lbno
//
this.lbno.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbno.Location = new System.Drawing.Point(3, 14);
this.lbno.Name = "lbno";
this.lbno.Size = new System.Drawing.Size(70, 14);
this.lbno.TabIndex = 73;
this.lbno.Text = "屏幕编号:";
//
// tBno
//
this.tBno.Location = new System.Drawing.Point(79, 11);
this.tBno.Name = "tBno";
this.tBno.ReadOnly = true;
this.tBno.Size = new System.Drawing.Size(100, 21);
this.tBno.TabIndex = 79;
//
// tBip
//
this.tBip.Location = new System.Drawing.Point(79, 46);
this.tBip.Name = "tBip";
this.tBip.Size = new System.Drawing.Size(100, 21);
this.tBip.TabIndex = 80;
this.tBip.Leave += new System.EventHandler(this.tBip_Leave);
//
// tBwidth
//
this.tBwidth.Location = new System.Drawing.Point(79, 82);
this.tBwidth.Name = "tBwidth";
this.tBwidth.Size = new System.Drawing.Size(100, 21);
this.tBwidth.TabIndex = 82;
this.tBwidth.Leave += new System.EventHandler(this.tBint_Leave);
//
// lbwidth
//
this.lbwidth.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbwidth.Location = new System.Drawing.Point(3, 84);
this.lbwidth.Name = "lbwidth";
this.lbwidth.Size = new System.Drawing.Size(70, 14);
this.lbwidth.TabIndex = 81;
this.lbwidth.Text = "屏幕宽度:";
//
// tBheight
//
this.tBheight.Location = new System.Drawing.Point(79, 118);
this.tBheight.Name = "tBheight";
this.tBheight.Size = new System.Drawing.Size(100, 21);
this.tBheight.TabIndex = 84;
this.tBheight.Leave += new System.EventHandler(this.tBint_Leave);
//
// lbheight
//
this.lbheight.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbheight.Location = new System.Drawing.Point(3, 120);
this.lbheight.Name = "lbheight";
this.lbheight.Size = new System.Drawing.Size(70, 14);
this.lbheight.TabIndex = 83;
this.lbheight.Text = "屏幕高度:";
//
// tBfontsize
//
this.tBfontsize.Location = new System.Drawing.Point(79, 155);
this.tBfontsize.Name = "tBfontsize";
this.tBfontsize.Size = new System.Drawing.Size(100, 21);
this.tBfontsize.TabIndex = 86;
this.tBfontsize.Leave += new System.EventHandler(this.tBint_Leave);
//
// lbfontsize
//
this.lbfontsize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbfontsize.Location = new System.Drawing.Point(3, 157);
this.lbfontsize.Name = "lbfontsize";
this.lbfontsize.Size = new System.Drawing.Size(70, 14);
this.lbfontsize.TabIndex = 85;
this.lbfontsize.Text = "字体大小:";
//
// tBdelay
//
this.tBdelay.Location = new System.Drawing.Point(80, 228);
this.tBdelay.Name = "tBdelay";
this.tBdelay.Size = new System.Drawing.Size(100, 21);
this.tBdelay.TabIndex = 88;
this.tBdelay.Leave += new System.EventHandler(this.tBint_Leave);
//
// lbdelay
//
this.lbdelay.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbdelay.Location = new System.Drawing.Point(4, 230);
this.lbdelay.Name = "lbdelay";
this.lbdelay.Size = new System.Drawing.Size(70, 14);
this.lbdelay.TabIndex = 87;
this.lbdelay.Text = "换屏时间:";
//
// cBenable
//
this.cBenable.AutoSize = true;
this.cBenable.Location = new System.Drawing.Point(6, 300);
this.cBenable.Name = "cBenable";
this.cBenable.Size = new System.Drawing.Size(72, 16);
this.cBenable.TabIndex = 89;
this.cBenable.Text = "是否使用";
this.cBenable.UseVisualStyleBackColor = true;
//
// cBSelSendMsg
//
this.cBSelSendMsg.AutoSize = true;
this.cBSelSendMsg.Location = new System.Drawing.Point(84, 300);
this.cBSelSendMsg.Name = "cBSelSendMsg";
this.cBSelSendMsg.Size = new System.Drawing.Size(96, 16);
this.cBSelSendMsg.TabIndex = 90;
this.cBSelSendMsg.Text = "选中发送信息";
this.cBSelSendMsg.UseVisualStyleBackColor = true;
//
// tBplayspeed
//
this.tBplayspeed.Location = new System.Drawing.Point(80, 192);
this.tBplayspeed.Name = "tBplayspeed";
this.tBplayspeed.Size = new System.Drawing.Size(100, 21);
this.tBplayspeed.TabIndex = 92;
//
// lbplayspeed
//
this.lbplayspeed.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbplayspeed.Location = new System.Drawing.Point(4, 194);
this.lbplayspeed.Name = "lbplayspeed";
this.lbplayspeed.Size = new System.Drawing.Size(70, 14);
this.lbplayspeed.TabIndex = 91;
this.lbplayspeed.Text = "演示速度:";
//
// tBinterval
//
this.tBinterval.Location = new System.Drawing.Point(80, 264);
this.tBinterval.Name = "tBinterval";
this.tBinterval.Size = new System.Drawing.Size(100, 21);
this.tBinterval.TabIndex = 94;
//
// lbinterval
//
this.lbinterval.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbinterval.Location = new System.Drawing.Point(4, 266);
this.lbinterval.Name = "lbinterval";
this.lbinterval.Size = new System.Drawing.Size(70, 14);
this.lbinterval.TabIndex = 93;
this.lbinterval.Text = "发送频率:";
//
// UCLEDSet
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Tan;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.tBinterval);
this.Controls.Add(this.lbinterval);
this.Controls.Add(this.tBplayspeed);
this.Controls.Add(this.lbplayspeed);
this.Controls.Add(this.cBSelSendMsg);
this.Controls.Add(this.cBenable);
this.Controls.Add(this.tBdelay);
this.Controls.Add(this.lbdelay);
this.Controls.Add(this.tBfontsize);
this.Controls.Add(this.lbfontsize);
this.Controls.Add(this.tBheight);
this.Controls.Add(this.lbheight);
this.Controls.Add(this.tBwidth);
this.Controls.Add(this.lbwidth);
this.Controls.Add(this.tBip);
this.Controls.Add(this.tBno);
this.Controls.Add(this.lbip);
this.Controls.Add(this.lbno);
this.Name = "UCLEDSet";
this.Size = new System.Drawing.Size(188, 323);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbip;
private System.Windows.Forms.Label lbno;
private System.Windows.Forms.Label lbwidth;
private System.Windows.Forms.Label lbheight;
private System.Windows.Forms.Label lbfontsize;
private System.Windows.Forms.Label lbdelay;
public System.Windows.Forms.TextBox tBno;
public System.Windows.Forms.TextBox tBip;
public System.Windows.Forms.TextBox tBwidth;
public System.Windows.Forms.TextBox tBheight;
public System.Windows.Forms.TextBox tBfontsize;
public System.Windows.Forms.TextBox tBdelay;
public System.Windows.Forms.CheckBox cBenable;
public System.Windows.Forms.CheckBox cBSelSendMsg;
public System.Windows.Forms.TextBox tBplayspeed;
private System.Windows.Forms.Label lbplayspeed;
public System.Windows.Forms.TextBox tBinterval;
private System.Windows.Forms.Label lbinterval;
}
}