|
@@ -28,7 +28,18 @@
|
28
|
28
|
/// </summary>
|
29
|
29
|
private void InitializeComponent()
|
30
|
30
|
{
|
|
31
|
+ this.components = new System.ComponentModel.Container();
|
|
32
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
31
|
33
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
34
|
+ this.tfTmpSendData = new System.Windows.Forms.TextBox();
|
|
35
|
+ this.tbCCID = new System.Windows.Forms.TextBox();
|
|
36
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
37
|
+ this.btnPressureTest = new System.Windows.Forms.Button();
|
|
38
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
39
|
+ this.tbPresureTestCount = new System.Windows.Forms.TextBox();
|
|
40
|
+ this.btnSendData = new System.Windows.Forms.Button();
|
|
41
|
+ this.btnQuickLogout = new System.Windows.Forms.Button();
|
|
42
|
+ this.btnLogin = new System.Windows.Forms.Button();
|
32
|
43
|
this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
|
33
|
44
|
this.tbPort = new System.Windows.Forms.TextBox();
|
34
|
45
|
this.label3 = new System.Windows.Forms.Label();
|
|
@@ -37,31 +48,35 @@
|
37
|
48
|
this.label1 = new System.Windows.Forms.Label();
|
38
|
49
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
39
|
50
|
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
51
|
+ this.tsmiLoadXml = new System.Windows.Forms.ToolStripMenuItem();
|
40
|
52
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
41
|
53
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
42
|
54
|
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
|
55
|
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
|
52
|
56
|
this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
|
53
|
57
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
54
|
58
|
this.listBoxShow = new System.Windows.Forms.ListBox();
|
|
59
|
+ this.cmslistboxRightMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
60
|
+ this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
|
|
61
|
+ this.label6 = new System.Windows.Forms.Label();
|
|
62
|
+ this.tfTmpResponse = new System.Windows.Forms.TextBox();
|
|
63
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
64
|
+ this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
|
55
|
65
|
this.groupBox1.SuspendLayout();
|
56
|
66
|
this.menuStrip1.SuspendLayout();
|
57
|
67
|
this.statusStrip1.SuspendLayout();
|
58
|
68
|
this.groupBox2.SuspendLayout();
|
|
69
|
+ this.cmslistboxRightMenu.SuspendLayout();
|
59
|
70
|
this.SuspendLayout();
|
60
|
71
|
//
|
61
|
72
|
// groupBox1
|
62
|
73
|
//
|
63
|
74
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
64
|
75
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
76
|
+ this.groupBox1.Controls.Add(this.label7);
|
|
77
|
+ this.groupBox1.Controls.Add(this.tfTmpResponse);
|
|
78
|
+ this.groupBox1.Controls.Add(this.label6);
|
|
79
|
+ this.groupBox1.Controls.Add(this.tfTmpSendData);
|
65
|
80
|
this.groupBox1.Controls.Add(this.tbCCID);
|
66
|
81
|
this.groupBox1.Controls.Add(this.label5);
|
67
|
82
|
this.groupBox1.Controls.Add(this.btnPressureTest);
|
|
@@ -78,11 +93,96 @@
|
78
|
93
|
this.groupBox1.Controls.Add(this.label1);
|
79
|
94
|
this.groupBox1.Location = new System.Drawing.Point(12, 28);
|
80
|
95
|
this.groupBox1.Name = "groupBox1";
|
81
|
|
- this.groupBox1.Size = new System.Drawing.Size(883, 93);
|
|
96
|
+ this.groupBox1.Size = new System.Drawing.Size(883, 104);
|
82
|
97
|
this.groupBox1.TabIndex = 0;
|
83
|
98
|
this.groupBox1.TabStop = false;
|
84
|
99
|
this.groupBox1.Text = "groupBox1";
|
85
|
100
|
//
|
|
101
|
+ // tfTmpSendData
|
|
102
|
+ //
|
|
103
|
+ this.tfTmpSendData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
104
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
105
|
+ this.tfTmpSendData.Location = new System.Drawing.Point(415, 72);
|
|
106
|
+ this.tfTmpSendData.Name = "tfTmpSendData";
|
|
107
|
+ this.tfTmpSendData.Size = new System.Drawing.Size(462, 21);
|
|
108
|
+ this.tfTmpSendData.TabIndex = 13;
|
|
109
|
+ //
|
|
110
|
+ // tbCCID
|
|
111
|
+ //
|
|
112
|
+ this.tbCCID.ForeColor = System.Drawing.Color.Blue;
|
|
113
|
+ this.tbCCID.Location = new System.Drawing.Point(464, 14);
|
|
114
|
+ this.tbCCID.Name = "tbCCID";
|
|
115
|
+ this.tbCCID.Size = new System.Drawing.Size(294, 21);
|
|
116
|
+ this.tbCCID.TabIndex = 12;
|
|
117
|
+ this.tbCCID.Text = "3839383630324231313931353530343739383737";
|
|
118
|
+ this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
|
|
119
|
+ //
|
|
120
|
+ // label5
|
|
121
|
+ //
|
|
122
|
+ this.label5.AutoSize = true;
|
|
123
|
+ this.label5.Location = new System.Drawing.Point(423, 17);
|
|
124
|
+ this.label5.Name = "label5";
|
|
125
|
+ this.label5.Size = new System.Drawing.Size(35, 12);
|
|
126
|
+ this.label5.TabIndex = 11;
|
|
127
|
+ this.label5.Text = "CCCID";
|
|
128
|
+ //
|
|
129
|
+ // btnPressureTest
|
|
130
|
+ //
|
|
131
|
+ this.btnPressureTest.Location = new System.Drawing.Point(375, 45);
|
|
132
|
+ this.btnPressureTest.Name = "btnPressureTest";
|
|
133
|
+ this.btnPressureTest.Size = new System.Drawing.Size(75, 23);
|
|
134
|
+ this.btnPressureTest.TabIndex = 10;
|
|
135
|
+ this.btnPressureTest.Text = "压力测试";
|
|
136
|
+ this.btnPressureTest.UseVisualStyleBackColor = true;
|
|
137
|
+ //
|
|
138
|
+ // label4
|
|
139
|
+ //
|
|
140
|
+ this.label4.AutoSize = true;
|
|
141
|
+ this.label4.Location = new System.Drawing.Point(252, 50);
|
|
142
|
+ this.label4.Name = "label4";
|
|
143
|
+ this.label4.Size = new System.Drawing.Size(53, 12);
|
|
144
|
+ this.label4.TabIndex = 9;
|
|
145
|
+ this.label4.Text = "压力测试";
|
|
146
|
+ //
|
|
147
|
+ // tbPresureTestCount
|
|
148
|
+ //
|
|
149
|
+ this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
|
|
150
|
+ this.tbPresureTestCount.Location = new System.Drawing.Point(312, 47);
|
|
151
|
+ this.tbPresureTestCount.Name = "tbPresureTestCount";
|
|
152
|
+ this.tbPresureTestCount.Size = new System.Drawing.Size(56, 21);
|
|
153
|
+ this.tbPresureTestCount.TabIndex = 8;
|
|
154
|
+ this.tbPresureTestCount.Text = "100";
|
|
155
|
+ //
|
|
156
|
+ // btnSendData
|
|
157
|
+ //
|
|
158
|
+ this.btnSendData.Location = new System.Drawing.Point(170, 45);
|
|
159
|
+ this.btnSendData.Name = "btnSendData";
|
|
160
|
+ this.btnSendData.Size = new System.Drawing.Size(75, 23);
|
|
161
|
+ this.btnSendData.TabIndex = 7;
|
|
162
|
+ this.btnSendData.Text = "发送数据";
|
|
163
|
+ this.btnSendData.UseVisualStyleBackColor = true;
|
|
164
|
+ this.btnSendData.Click += new System.EventHandler(this.btnSendData_Click);
|
|
165
|
+ //
|
|
166
|
+ // btnQuickLogout
|
|
167
|
+ //
|
|
168
|
+ this.btnQuickLogout.Location = new System.Drawing.Point(88, 45);
|
|
169
|
+ this.btnQuickLogout.Name = "btnQuickLogout";
|
|
170
|
+ this.btnQuickLogout.Size = new System.Drawing.Size(75, 23);
|
|
171
|
+ this.btnQuickLogout.TabIndex = 6;
|
|
172
|
+ this.btnQuickLogout.Text = "退出登录";
|
|
173
|
+ this.btnQuickLogout.UseVisualStyleBackColor = true;
|
|
174
|
+ this.btnQuickLogout.Click += new System.EventHandler(this.btnQuickLogout_Click);
|
|
175
|
+ //
|
|
176
|
+ // btnLogin
|
|
177
|
+ //
|
|
178
|
+ this.btnLogin.Location = new System.Drawing.Point(6, 45);
|
|
179
|
+ this.btnLogin.Name = "btnLogin";
|
|
180
|
+ this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
|
181
|
+ this.btnLogin.TabIndex = 3;
|
|
182
|
+ this.btnLogin.Text = "登录";
|
|
183
|
+ this.btnLogin.UseVisualStyleBackColor = true;
|
|
184
|
+ this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
|
185
|
+ //
|
86
|
186
|
// tbEquipmentAddress
|
87
|
187
|
//
|
88
|
188
|
this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
|
|
@@ -150,10 +250,19 @@
|
150
|
250
|
//
|
151
|
251
|
// 文件FToolStripMenuItem
|
152
|
252
|
//
|
|
253
|
+ this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
254
|
+ this.tsmiLoadXml});
|
153
|
255
|
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
|
154
|
256
|
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
|
155
|
257
|
this.文件FToolStripMenuItem.Text = "文件(&F)";
|
156
|
258
|
//
|
|
259
|
+ // tsmiLoadXml
|
|
260
|
+ //
|
|
261
|
+ this.tsmiLoadXml.Name = "tsmiLoadXml";
|
|
262
|
+ this.tsmiLoadXml.Size = new System.Drawing.Size(166, 22);
|
|
263
|
+ this.tsmiLoadXml.Text = "加载协议XML(&X)";
|
|
264
|
+ this.tsmiLoadXml.Click += new System.EventHandler(this.tsmiLoadXml_Click);
|
|
265
|
+ //
|
157
|
266
|
// statusStrip1
|
158
|
267
|
//
|
159
|
268
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
@@ -179,81 +288,6 @@
|
179
|
288
|
this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
|
180
|
289
|
this.tsslEquipmentAddress.Text = "6.0";
|
181
|
290
|
//
|
182
|
|
- // btnLogin
|
183
|
|
- //
|
184
|
|
- this.btnLogin.Location = new System.Drawing.Point(6, 45);
|
185
|
|
- this.btnLogin.Name = "btnLogin";
|
186
|
|
- this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
187
|
|
- this.btnLogin.TabIndex = 3;
|
188
|
|
- this.btnLogin.Text = "登录";
|
189
|
|
- this.btnLogin.UseVisualStyleBackColor = true;
|
190
|
|
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
191
|
|
- //
|
192
|
|
- // btnQuickLogout
|
193
|
|
- //
|
194
|
|
- this.btnQuickLogout.Location = new System.Drawing.Point(88, 45);
|
195
|
|
- this.btnQuickLogout.Name = "btnQuickLogout";
|
196
|
|
- this.btnQuickLogout.Size = new System.Drawing.Size(75, 23);
|
197
|
|
- this.btnQuickLogout.TabIndex = 6;
|
198
|
|
- this.btnQuickLogout.Text = "退出登录";
|
199
|
|
- this.btnQuickLogout.UseVisualStyleBackColor = true;
|
200
|
|
- this.btnQuickLogout.Click += new System.EventHandler(this.btnQuickLogout_Click);
|
201
|
|
- //
|
202
|
|
- // btnSendData
|
203
|
|
- //
|
204
|
|
- this.btnSendData.Location = new System.Drawing.Point(170, 45);
|
205
|
|
- this.btnSendData.Name = "btnSendData";
|
206
|
|
- this.btnSendData.Size = new System.Drawing.Size(75, 23);
|
207
|
|
- this.btnSendData.TabIndex = 7;
|
208
|
|
- this.btnSendData.Text = "发送数据";
|
209
|
|
- this.btnSendData.UseVisualStyleBackColor = true;
|
210
|
|
- //
|
211
|
|
- // tbPresureTestCount
|
212
|
|
- //
|
213
|
|
- this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
|
214
|
|
- this.tbPresureTestCount.Location = new System.Drawing.Point(312, 47);
|
215
|
|
- this.tbPresureTestCount.Name = "tbPresureTestCount";
|
216
|
|
- this.tbPresureTestCount.Size = new System.Drawing.Size(56, 21);
|
217
|
|
- this.tbPresureTestCount.TabIndex = 8;
|
218
|
|
- this.tbPresureTestCount.Text = "100";
|
219
|
|
- //
|
220
|
|
- // label4
|
221
|
|
- //
|
222
|
|
- this.label4.AutoSize = true;
|
223
|
|
- this.label4.Location = new System.Drawing.Point(252, 50);
|
224
|
|
- this.label4.Name = "label4";
|
225
|
|
- this.label4.Size = new System.Drawing.Size(53, 12);
|
226
|
|
- this.label4.TabIndex = 9;
|
227
|
|
- this.label4.Text = "压力测试";
|
228
|
|
- //
|
229
|
|
- // btnPressureTest
|
230
|
|
- //
|
231
|
|
- this.btnPressureTest.Location = new System.Drawing.Point(375, 45);
|
232
|
|
- this.btnPressureTest.Name = "btnPressureTest";
|
233
|
|
- this.btnPressureTest.Size = new System.Drawing.Size(75, 23);
|
234
|
|
- this.btnPressureTest.TabIndex = 10;
|
235
|
|
- this.btnPressureTest.Text = "压力测试";
|
236
|
|
- this.btnPressureTest.UseVisualStyleBackColor = true;
|
237
|
|
- //
|
238
|
|
- // tbCCID
|
239
|
|
- //
|
240
|
|
- this.tbCCID.ForeColor = System.Drawing.Color.Blue;
|
241
|
|
- this.tbCCID.Location = new System.Drawing.Point(464, 14);
|
242
|
|
- this.tbCCID.Name = "tbCCID";
|
243
|
|
- this.tbCCID.Size = new System.Drawing.Size(294, 21);
|
244
|
|
- this.tbCCID.TabIndex = 12;
|
245
|
|
- this.tbCCID.Text = "3839383630324231313931353530343739383737";
|
246
|
|
- this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
|
247
|
|
- //
|
248
|
|
- // label5
|
249
|
|
- //
|
250
|
|
- this.label5.AutoSize = true;
|
251
|
|
- this.label5.Location = new System.Drawing.Point(423, 17);
|
252
|
|
- this.label5.Name = "label5";
|
253
|
|
- this.label5.Size = new System.Drawing.Size(35, 12);
|
254
|
|
- this.label5.TabIndex = 11;
|
255
|
|
- this.label5.Text = "CCCID";
|
256
|
|
- //
|
257
|
291
|
// toolStripStatusLabel2
|
258
|
292
|
//
|
259
|
293
|
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
|
|
@@ -284,13 +318,63 @@
|
284
|
318
|
this.listBoxShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
285
|
319
|
| System.Windows.Forms.AnchorStyles.Left)
|
286
|
320
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
321
|
+ this.listBoxShow.ContextMenuStrip = this.cmslistboxRightMenu;
|
|
322
|
+ this.listBoxShow.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
287
|
323
|
this.listBoxShow.FormattingEnabled = true;
|
288
|
|
- this.listBoxShow.ItemHeight = 12;
|
|
324
|
+ this.listBoxShow.HorizontalScrollbar = true;
|
|
325
|
+ this.listBoxShow.ItemHeight = 14;
|
289
|
326
|
this.listBoxShow.Location = new System.Drawing.Point(8, 20);
|
290
|
327
|
this.listBoxShow.Name = "listBoxShow";
|
291
|
|
- this.listBoxShow.Size = new System.Drawing.Size(869, 184);
|
|
328
|
+ this.listBoxShow.Size = new System.Drawing.Size(869, 172);
|
292
|
329
|
this.listBoxShow.TabIndex = 0;
|
293
|
330
|
//
|
|
331
|
+ // cmslistboxRightMenu
|
|
332
|
+ //
|
|
333
|
+ this.cmslistboxRightMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
334
|
+ this.rightMenuCopyCmd,
|
|
335
|
+ this.rightMenuClearInfo});
|
|
336
|
+ this.cmslistboxRightMenu.Name = "cmslistboxRightMenu";
|
|
337
|
+ this.cmslistboxRightMenu.Size = new System.Drawing.Size(141, 48);
|
|
338
|
+ //
|
|
339
|
+ // rightMenuCopyCmd
|
|
340
|
+ //
|
|
341
|
+ this.rightMenuCopyCmd.Name = "rightMenuCopyCmd";
|
|
342
|
+ this.rightMenuCopyCmd.Size = new System.Drawing.Size(152, 22);
|
|
343
|
+ this.rightMenuCopyCmd.Text = "复制指令(&C)";
|
|
344
|
+ this.rightMenuCopyCmd.Click += new System.EventHandler(this.rightMenuCopyCmd_Click);
|
|
345
|
+ //
|
|
346
|
+ // label6
|
|
347
|
+ //
|
|
348
|
+ this.label6.AutoSize = true;
|
|
349
|
+ this.label6.Location = new System.Drawing.Point(6, 75);
|
|
350
|
+ this.label6.Name = "label6";
|
|
351
|
+ this.label6.Size = new System.Drawing.Size(35, 12);
|
|
352
|
+ this.label6.TabIndex = 14;
|
|
353
|
+ this.label6.Text = "回复:";
|
|
354
|
+ //
|
|
355
|
+ // tfTmpResponse
|
|
356
|
+ //
|
|
357
|
+ this.tfTmpResponse.Location = new System.Drawing.Point(47, 72);
|
|
358
|
+ this.tfTmpResponse.Name = "tfTmpResponse";
|
|
359
|
+ this.tfTmpResponse.Size = new System.Drawing.Size(321, 21);
|
|
360
|
+ this.tfTmpResponse.TabIndex = 15;
|
|
361
|
+ //
|
|
362
|
+ // label7
|
|
363
|
+ //
|
|
364
|
+ this.label7.AutoSize = true;
|
|
365
|
+ this.label7.Location = new System.Drawing.Point(374, 75);
|
|
366
|
+ this.label7.Name = "label7";
|
|
367
|
+ this.label7.Size = new System.Drawing.Size(29, 12);
|
|
368
|
+ this.label7.TabIndex = 16;
|
|
369
|
+ this.label7.Text = "发送";
|
|
370
|
+ //
|
|
371
|
+ // rightMenuClearInfo
|
|
372
|
+ //
|
|
373
|
+ this.rightMenuClearInfo.Name = "rightMenuClearInfo";
|
|
374
|
+ this.rightMenuClearInfo.Size = new System.Drawing.Size(152, 22);
|
|
375
|
+ this.rightMenuClearInfo.Text = "清空信息(&L)";
|
|
376
|
+ this.rightMenuClearInfo.Click += new System.EventHandler(this.rightMenuClearInfo_Click);
|
|
377
|
+ //
|
294
|
378
|
// Form1
|
295
|
379
|
//
|
296
|
380
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -300,7 +384,9 @@
|
300
|
384
|
this.Controls.Add(this.statusStrip1);
|
301
|
385
|
this.Controls.Add(this.groupBox1);
|
302
|
386
|
this.Controls.Add(this.menuStrip1);
|
|
387
|
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
303
|
388
|
this.Name = "Form1";
|
|
389
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
304
|
390
|
this.Text = "Form1";
|
305
|
391
|
this.Load += new System.EventHandler(this.Form1_Load);
|
306
|
392
|
this.groupBox1.ResumeLayout(false);
|
|
@@ -310,6 +396,7 @@
|
310
|
396
|
this.statusStrip1.ResumeLayout(false);
|
311
|
397
|
this.statusStrip1.PerformLayout();
|
312
|
398
|
this.groupBox2.ResumeLayout(false);
|
|
399
|
+ this.cmslistboxRightMenu.ResumeLayout(false);
|
313
|
400
|
this.ResumeLayout(false);
|
314
|
401
|
this.PerformLayout();
|
315
|
402
|
|
|
@@ -341,6 +428,14 @@
|
341
|
428
|
private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
|
342
|
429
|
private System.Windows.Forms.GroupBox groupBox2;
|
343
|
430
|
private System.Windows.Forms.ListBox listBoxShow;
|
|
431
|
+ private System.Windows.Forms.ToolStripMenuItem tsmiLoadXml;
|
|
432
|
+ private System.Windows.Forms.TextBox tfTmpSendData;
|
|
433
|
+ private System.Windows.Forms.ContextMenuStrip cmslistboxRightMenu;
|
|
434
|
+ private System.Windows.Forms.ToolStripMenuItem rightMenuCopyCmd;
|
|
435
|
+ private System.Windows.Forms.Label label7;
|
|
436
|
+ private System.Windows.Forms.TextBox tfTmpResponse;
|
|
437
|
+ private System.Windows.Forms.Label label6;
|
|
438
|
+ private System.Windows.Forms.ToolStripMenuItem rightMenuClearInfo;
|
344
|
439
|
}
|
345
|
440
|
}
|
346
|
441
|
|