|
@@ -0,0 +1,313 @@
|
|
1
|
+namespace GWSocketClient
|
|
2
|
+{
|
|
3
|
+ partial class Form1
|
|
4
|
+ {
|
|
5
|
+ /// <summary>
|
|
6
|
+ /// 必需的设计器变量。
|
|
7
|
+ /// </summary>
|
|
8
|
+ private System.ComponentModel.IContainer components = null;
|
|
9
|
+
|
|
10
|
+ /// <summary>
|
|
11
|
+ /// 清理所有正在使用的资源。
|
|
12
|
+ /// </summary>
|
|
13
|
+ /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
|
|
24
|
+
|
|
25
|
+ /// <summary>
|
|
26
|
+ /// 设计器支持所需的方法 - 不要修改
|
|
27
|
+ /// 使用代码编辑器修改此方法的内容。
|
|
28
|
+ /// </summary>
|
|
29
|
+ private void InitializeComponent()
|
|
30
|
+ {
|
|
31
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
32
|
+ this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
|
|
33
|
+ this.tbPort = new System.Windows.Forms.TextBox();
|
|
34
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
35
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
36
|
+ this.tbIpaddress = new System.Windows.Forms.TextBox();
|
|
37
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
38
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
39
|
+ this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
40
|
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
41
|
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
42
|
+ this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
|
|
43
|
+ this.btnLogin = new System.Windows.Forms.Button();
|
|
44
|
+ this.btnQuickLogout = new System.Windows.Forms.Button();
|
|
45
|
+ this.btnSendData = new System.Windows.Forms.Button();
|
|
46
|
+ this.tbPresureTestCount = new System.Windows.Forms.TextBox();
|
|
47
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
48
|
+ this.btnPressureTest = new System.Windows.Forms.Button();
|
|
49
|
+ this.tbCCID = new System.Windows.Forms.TextBox();
|
|
50
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
51
|
+ this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
52
|
+ this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
|
|
53
|
+ this.groupBox1.SuspendLayout();
|
|
54
|
+ this.menuStrip1.SuspendLayout();
|
|
55
|
+ this.statusStrip1.SuspendLayout();
|
|
56
|
+ this.SuspendLayout();
|
|
57
|
+ //
|
|
58
|
+ // groupBox1
|
|
59
|
+ //
|
|
60
|
+ this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
61
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
62
|
+ this.groupBox1.Controls.Add(this.tbCCID);
|
|
63
|
+ this.groupBox1.Controls.Add(this.label5);
|
|
64
|
+ this.groupBox1.Controls.Add(this.btnPressureTest);
|
|
65
|
+ this.groupBox1.Controls.Add(this.label4);
|
|
66
|
+ this.groupBox1.Controls.Add(this.tbPresureTestCount);
|
|
67
|
+ this.groupBox1.Controls.Add(this.btnSendData);
|
|
68
|
+ this.groupBox1.Controls.Add(this.btnQuickLogout);
|
|
69
|
+ this.groupBox1.Controls.Add(this.btnLogin);
|
|
70
|
+ this.groupBox1.Controls.Add(this.tbEquipmentAddress);
|
|
71
|
+ this.groupBox1.Controls.Add(this.tbPort);
|
|
72
|
+ this.groupBox1.Controls.Add(this.label3);
|
|
73
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
74
|
+ this.groupBox1.Controls.Add(this.tbIpaddress);
|
|
75
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
76
|
+ this.groupBox1.Location = new System.Drawing.Point(12, 28);
|
|
77
|
+ this.groupBox1.Name = "groupBox1";
|
|
78
|
+ this.groupBox1.Size = new System.Drawing.Size(883, 93);
|
|
79
|
+ this.groupBox1.TabIndex = 0;
|
|
80
|
+ this.groupBox1.TabStop = false;
|
|
81
|
+ this.groupBox1.Text = "groupBox1";
|
|
82
|
+ //
|
|
83
|
+ // tbEquipmentAddress
|
|
84
|
+ //
|
|
85
|
+ this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
|
|
86
|
+ this.tbEquipmentAddress.Location = new System.Drawing.Point(294, 14);
|
|
87
|
+ this.tbEquipmentAddress.Name = "tbEquipmentAddress";
|
|
88
|
+ this.tbEquipmentAddress.Size = new System.Drawing.Size(123, 21);
|
|
89
|
+ this.tbEquipmentAddress.TabIndex = 5;
|
|
90
|
+ this.tbEquipmentAddress.Text = "4442832e833c";
|
|
91
|
+ this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
|
|
92
|
+ //
|
|
93
|
+ // tbPort
|
|
94
|
+ //
|
|
95
|
+ this.tbPort.ForeColor = System.Drawing.Color.Blue;
|
|
96
|
+ this.tbPort.Location = new System.Drawing.Point(171, 14);
|
|
97
|
+ this.tbPort.Name = "tbPort";
|
|
98
|
+ this.tbPort.Size = new System.Drawing.Size(56, 21);
|
|
99
|
+ this.tbPort.TabIndex = 3;
|
|
100
|
+ this.tbPort.Text = "15440";
|
|
101
|
+ //
|
|
102
|
+ // label3
|
|
103
|
+ //
|
|
104
|
+ this.label3.AutoSize = true;
|
|
105
|
+ this.label3.Location = new System.Drawing.Point(234, 17);
|
|
106
|
+ this.label3.Name = "label3";
|
|
107
|
+ this.label3.Size = new System.Drawing.Size(53, 12);
|
|
108
|
+ this.label3.TabIndex = 4;
|
|
109
|
+ this.label3.Text = "设备地址";
|
|
110
|
+ //
|
|
111
|
+ // label2
|
|
112
|
+ //
|
|
113
|
+ this.label2.AutoSize = true;
|
|
114
|
+ this.label2.Location = new System.Drawing.Point(135, 17);
|
|
115
|
+ this.label2.Name = "label2";
|
|
116
|
+ this.label2.Size = new System.Drawing.Size(29, 12);
|
|
117
|
+ this.label2.TabIndex = 2;
|
|
118
|
+ this.label2.Text = "端口";
|
|
119
|
+ //
|
|
120
|
+ // tbIpaddress
|
|
121
|
+ //
|
|
122
|
+ this.tbIpaddress.ForeColor = System.Drawing.Color.Blue;
|
|
123
|
+ this.tbIpaddress.Location = new System.Drawing.Point(28, 14);
|
|
124
|
+ this.tbIpaddress.Name = "tbIpaddress";
|
|
125
|
+ this.tbIpaddress.Size = new System.Drawing.Size(100, 21);
|
|
126
|
+ this.tbIpaddress.TabIndex = 1;
|
|
127
|
+ this.tbIpaddress.Text = "127.0.0.1";
|
|
128
|
+ //
|
|
129
|
+ // label1
|
|
130
|
+ //
|
|
131
|
+ this.label1.AutoSize = true;
|
|
132
|
+ this.label1.Location = new System.Drawing.Point(4, 17);
|
|
133
|
+ this.label1.Name = "label1";
|
|
134
|
+ this.label1.Size = new System.Drawing.Size(17, 12);
|
|
135
|
+ this.label1.TabIndex = 0;
|
|
136
|
+ this.label1.Text = "IP";
|
|
137
|
+ //
|
|
138
|
+ // menuStrip1
|
|
139
|
+ //
|
|
140
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
141
|
+ this.文件FToolStripMenuItem});
|
|
142
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
143
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
144
|
+ this.menuStrip1.Size = new System.Drawing.Size(907, 25);
|
|
145
|
+ this.menuStrip1.TabIndex = 1;
|
|
146
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
147
|
+ //
|
|
148
|
+ // 文件FToolStripMenuItem
|
|
149
|
+ //
|
|
150
|
+ this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
|
|
151
|
+ this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
|
|
152
|
+ this.文件FToolStripMenuItem.Text = "文件(&F)";
|
|
153
|
+ //
|
|
154
|
+ // statusStrip1
|
|
155
|
+ //
|
|
156
|
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
157
|
+ this.toolStripStatusLabel1,
|
|
158
|
+ this.tsslEquipmentAddress,
|
|
159
|
+ this.toolStripStatusLabel2,
|
|
160
|
+ this.tsslCCIDLEN});
|
|
161
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 617);
|
|
162
|
+ this.statusStrip1.Name = "statusStrip1";
|
|
163
|
+ this.statusStrip1.Size = new System.Drawing.Size(907, 22);
|
|
164
|
+ this.statusStrip1.TabIndex = 2;
|
|
165
|
+ this.statusStrip1.Text = "statusStrip1";
|
|
166
|
+ //
|
|
167
|
+ // toolStripStatusLabel1
|
|
168
|
+ //
|
|
169
|
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
170
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
|
|
171
|
+ this.toolStripStatusLabel1.Text = "设备地址";
|
|
172
|
+ //
|
|
173
|
+ // tsslEquipmentAddress
|
|
174
|
+ //
|
|
175
|
+ this.tsslEquipmentAddress.Name = "tsslEquipmentAddress";
|
|
176
|
+ this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
|
|
177
|
+ this.tsslEquipmentAddress.Text = "6.0";
|
|
178
|
+ //
|
|
179
|
+ // btnLogin
|
|
180
|
+ //
|
|
181
|
+ this.btnLogin.Location = new System.Drawing.Point(6, 45);
|
|
182
|
+ this.btnLogin.Name = "btnLogin";
|
|
183
|
+ this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
|
184
|
+ this.btnLogin.TabIndex = 3;
|
|
185
|
+ this.btnLogin.Text = "登录";
|
|
186
|
+ this.btnLogin.UseVisualStyleBackColor = true;
|
|
187
|
+ this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
188
|
+ //
|
|
189
|
+ // btnQuickLogout
|
|
190
|
+ //
|
|
191
|
+ this.btnQuickLogout.Location = new System.Drawing.Point(88, 45);
|
|
192
|
+ this.btnQuickLogout.Name = "btnQuickLogout";
|
|
193
|
+ this.btnQuickLogout.Size = new System.Drawing.Size(75, 23);
|
|
194
|
+ this.btnQuickLogout.TabIndex = 6;
|
|
195
|
+ this.btnQuickLogout.Text = "退出登录";
|
|
196
|
+ this.btnQuickLogout.UseVisualStyleBackColor = true;
|
|
197
|
+ //
|
|
198
|
+ // btnSendData
|
|
199
|
+ //
|
|
200
|
+ this.btnSendData.Location = new System.Drawing.Point(170, 45);
|
|
201
|
+ this.btnSendData.Name = "btnSendData";
|
|
202
|
+ this.btnSendData.Size = new System.Drawing.Size(75, 23);
|
|
203
|
+ this.btnSendData.TabIndex = 7;
|
|
204
|
+ this.btnSendData.Text = "发送数据";
|
|
205
|
+ this.btnSendData.UseVisualStyleBackColor = true;
|
|
206
|
+ //
|
|
207
|
+ // tbPresureTestCount
|
|
208
|
+ //
|
|
209
|
+ this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
|
|
210
|
+ this.tbPresureTestCount.Location = new System.Drawing.Point(312, 47);
|
|
211
|
+ this.tbPresureTestCount.Name = "tbPresureTestCount";
|
|
212
|
+ this.tbPresureTestCount.Size = new System.Drawing.Size(56, 21);
|
|
213
|
+ this.tbPresureTestCount.TabIndex = 8;
|
|
214
|
+ this.tbPresureTestCount.Text = "100";
|
|
215
|
+ //
|
|
216
|
+ // label4
|
|
217
|
+ //
|
|
218
|
+ this.label4.AutoSize = true;
|
|
219
|
+ this.label4.Location = new System.Drawing.Point(252, 50);
|
|
220
|
+ this.label4.Name = "label4";
|
|
221
|
+ this.label4.Size = new System.Drawing.Size(53, 12);
|
|
222
|
+ this.label4.TabIndex = 9;
|
|
223
|
+ this.label4.Text = "压力测试";
|
|
224
|
+ //
|
|
225
|
+ // btnPressureTest
|
|
226
|
+ //
|
|
227
|
+ this.btnPressureTest.Location = new System.Drawing.Point(375, 45);
|
|
228
|
+ this.btnPressureTest.Name = "btnPressureTest";
|
|
229
|
+ this.btnPressureTest.Size = new System.Drawing.Size(75, 23);
|
|
230
|
+ this.btnPressureTest.TabIndex = 10;
|
|
231
|
+ this.btnPressureTest.Text = "压力测试";
|
|
232
|
+ this.btnPressureTest.UseVisualStyleBackColor = true;
|
|
233
|
+ //
|
|
234
|
+ // tbCCID
|
|
235
|
+ //
|
|
236
|
+ this.tbCCID.ForeColor = System.Drawing.Color.Blue;
|
|
237
|
+ this.tbCCID.Location = new System.Drawing.Point(464, 14);
|
|
238
|
+ this.tbCCID.Name = "tbCCID";
|
|
239
|
+ this.tbCCID.Size = new System.Drawing.Size(294, 21);
|
|
240
|
+ this.tbCCID.TabIndex = 12;
|
|
241
|
+ this.tbCCID.Text = "3839383630324231313931353530343739383737";
|
|
242
|
+ this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
|
|
243
|
+ //
|
|
244
|
+ // label5
|
|
245
|
+ //
|
|
246
|
+ this.label5.AutoSize = true;
|
|
247
|
+ this.label5.Location = new System.Drawing.Point(423, 17);
|
|
248
|
+ this.label5.Name = "label5";
|
|
249
|
+ this.label5.Size = new System.Drawing.Size(35, 12);
|
|
250
|
+ this.label5.TabIndex = 11;
|
|
251
|
+ this.label5.Text = "CCCID";
|
|
252
|
+ //
|
|
253
|
+ // toolStripStatusLabel2
|
|
254
|
+ //
|
|
255
|
+ this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
256
|
+ this.toolStripStatusLabel2.Size = new System.Drawing.Size(37, 17);
|
|
257
|
+ this.toolStripStatusLabel2.Text = "CCID";
|
|
258
|
+ //
|
|
259
|
+ // tsslCCIDLEN
|
|
260
|
+ //
|
|
261
|
+ this.tsslCCIDLEN.Name = "tsslCCIDLEN";
|
|
262
|
+ this.tsslCCIDLEN.Size = new System.Drawing.Size(32, 17);
|
|
263
|
+ this.tsslCCIDLEN.Text = "20.0";
|
|
264
|
+ //
|
|
265
|
+ // Form1
|
|
266
|
+ //
|
|
267
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
268
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
269
|
+ this.ClientSize = new System.Drawing.Size(907, 639);
|
|
270
|
+ this.Controls.Add(this.statusStrip1);
|
|
271
|
+ this.Controls.Add(this.groupBox1);
|
|
272
|
+ this.Controls.Add(this.menuStrip1);
|
|
273
|
+ this.Name = "Form1";
|
|
274
|
+ this.Text = "Form1";
|
|
275
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
276
|
+ this.groupBox1.ResumeLayout(false);
|
|
277
|
+ this.groupBox1.PerformLayout();
|
|
278
|
+ this.menuStrip1.ResumeLayout(false);
|
|
279
|
+ this.menuStrip1.PerformLayout();
|
|
280
|
+ this.statusStrip1.ResumeLayout(false);
|
|
281
|
+ this.statusStrip1.PerformLayout();
|
|
282
|
+ this.ResumeLayout(false);
|
|
283
|
+ this.PerformLayout();
|
|
284
|
+
|
|
285
|
+ }
|
|
286
|
+
|
|
287
|
+ #endregion
|
|
288
|
+
|
|
289
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
290
|
+ private System.Windows.Forms.TextBox tbEquipmentAddress;
|
|
291
|
+ private System.Windows.Forms.TextBox tbPort;
|
|
292
|
+ private System.Windows.Forms.Label label3;
|
|
293
|
+ private System.Windows.Forms.Label label2;
|
|
294
|
+ private System.Windows.Forms.TextBox tbIpaddress;
|
|
295
|
+ private System.Windows.Forms.Label label1;
|
|
296
|
+ private System.Windows.Forms.MenuStrip menuStrip1;
|
|
297
|
+ private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
|
|
298
|
+ private System.Windows.Forms.StatusStrip statusStrip1;
|
|
299
|
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
300
|
+ private System.Windows.Forms.ToolStripStatusLabel tsslEquipmentAddress;
|
|
301
|
+ private System.Windows.Forms.Button btnPressureTest;
|
|
302
|
+ private System.Windows.Forms.Label label4;
|
|
303
|
+ private System.Windows.Forms.TextBox tbPresureTestCount;
|
|
304
|
+ private System.Windows.Forms.Button btnSendData;
|
|
305
|
+ private System.Windows.Forms.Button btnQuickLogout;
|
|
306
|
+ private System.Windows.Forms.Button btnLogin;
|
|
307
|
+ private System.Windows.Forms.TextBox tbCCID;
|
|
308
|
+ private System.Windows.Forms.Label label5;
|
|
309
|
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
|
|
310
|
+ private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
|
|
311
|
+ }
|
|
312
|
+}
|
|
313
|
+
|