|
@@ -0,0 +1,438 @@
|
|
1
|
+namespace DotNettyFrom
|
|
2
|
+{
|
|
3
|
+ partial class MainForm
|
|
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.LBLogShow = new System.Windows.Forms.ListBox();
|
|
32
|
+ this.TbHost = new System.Windows.Forms.TextBox();
|
|
33
|
+ this.TbPort = new System.Windows.Forms.TextBox();
|
|
34
|
+ this.BtnConnection = new System.Windows.Forms.Button();
|
|
35
|
+ this.BtnDisConn = new System.Windows.Forms.Button();
|
|
36
|
+ this.BtnLogin = new System.Windows.Forms.Button();
|
|
37
|
+ this.BtnSendData = new System.Windows.Forms.Button();
|
|
38
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
39
|
+ this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
40
|
+ this.时间TToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
41
|
+ this.RT_HB_Time = new System.Windows.Forms.ToolStripMenuItem();
|
|
42
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
43
|
+ this.历史HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
44
|
+ this.RT_HI_Host = new System.Windows.Forms.ToolStripMenuItem();
|
|
45
|
+ this.RT_HI_DeviceId = new System.Windows.Forms.ToolStripMenuItem();
|
|
46
|
+ this.RT_HI_CCID = new System.Windows.Forms.ToolStripMenuItem();
|
|
47
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
48
|
+ this.RT_HI_SendData = new System.Windows.Forms.ToolStripMenuItem();
|
|
49
|
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
50
|
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
51
|
+ this.StatusItemHbTime = new System.Windows.Forms.ToolStripStatusLabel();
|
|
52
|
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
53
|
+ this.BtnTest = new System.Windows.Forms.Button();
|
|
54
|
+ this.BtnCmdManager = new System.Windows.Forms.Button();
|
|
55
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
56
|
+ this.TbCCID = new System.Windows.Forms.TextBox();
|
|
57
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
58
|
+ this.TbDeviceId = new System.Windows.Forms.TextBox();
|
|
59
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
60
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
61
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
62
|
+ this.TbSendData = new System.Windows.Forms.TextBox();
|
|
63
|
+ this.menuStrip1.SuspendLayout();
|
|
64
|
+ this.statusStrip1.SuspendLayout();
|
|
65
|
+ this.groupBox1.SuspendLayout();
|
|
66
|
+ this.SuspendLayout();
|
|
67
|
+ //
|
|
68
|
+ // LBLogShow
|
|
69
|
+ //
|
|
70
|
+ this.LBLogShow.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
71
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
72
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
73
|
+ this.LBLogShow.FormattingEnabled = true;
|
|
74
|
+ this.LBLogShow.ItemHeight = 16;
|
|
75
|
+ this.LBLogShow.Location = new System.Drawing.Point(12, 277);
|
|
76
|
+ this.LBLogShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
77
|
+ this.LBLogShow.Name = "LBLogShow";
|
|
78
|
+ this.LBLogShow.Size = new System.Drawing.Size(961, 404);
|
|
79
|
+ this.LBLogShow.TabIndex = 0;
|
|
80
|
+ //
|
|
81
|
+ // TbHost
|
|
82
|
+ //
|
|
83
|
+ this.TbHost.Location = new System.Drawing.Point(47, 15);
|
|
84
|
+ this.TbHost.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
85
|
+ this.TbHost.Name = "TbHost";
|
|
86
|
+ this.TbHost.Size = new System.Drawing.Size(280, 22);
|
|
87
|
+ this.TbHost.TabIndex = 1;
|
|
88
|
+ this.TbHost.Text = "127.0.0.1";
|
|
89
|
+ //
|
|
90
|
+ // TbPort
|
|
91
|
+ //
|
|
92
|
+ this.TbPort.Location = new System.Drawing.Point(371, 15);
|
|
93
|
+ this.TbPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
94
|
+ this.TbPort.Name = "TbPort";
|
|
95
|
+ this.TbPort.Size = new System.Drawing.Size(57, 22);
|
|
96
|
+ this.TbPort.TabIndex = 1;
|
|
97
|
+ this.TbPort.Text = "15440";
|
|
98
|
+ this.TbPort.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbPort_KeyPress);
|
|
99
|
+ //
|
|
100
|
+ // BtnConnection
|
|
101
|
+ //
|
|
102
|
+ this.BtnConnection.Location = new System.Drawing.Point(192, 45);
|
|
103
|
+ this.BtnConnection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
104
|
+ this.BtnConnection.Name = "BtnConnection";
|
|
105
|
+ this.BtnConnection.Size = new System.Drawing.Size(87, 31);
|
|
106
|
+ this.BtnConnection.TabIndex = 2;
|
|
107
|
+ this.BtnConnection.Text = "连接";
|
|
108
|
+ this.BtnConnection.UseVisualStyleBackColor = true;
|
|
109
|
+ this.BtnConnection.Click += new System.EventHandler(this.BtnConnection_Click);
|
|
110
|
+ //
|
|
111
|
+ // BtnDisConn
|
|
112
|
+ //
|
|
113
|
+ this.BtnDisConn.Enabled = false;
|
|
114
|
+ this.BtnDisConn.Location = new System.Drawing.Point(99, 45);
|
|
115
|
+ this.BtnDisConn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
116
|
+ this.BtnDisConn.Name = "BtnDisConn";
|
|
117
|
+ this.BtnDisConn.Size = new System.Drawing.Size(87, 31);
|
|
118
|
+ this.BtnDisConn.TabIndex = 2;
|
|
119
|
+ this.BtnDisConn.Text = "断开";
|
|
120
|
+ this.BtnDisConn.UseVisualStyleBackColor = true;
|
|
121
|
+ this.BtnDisConn.Click += new System.EventHandler(this.BtnDisConn_Click);
|
|
122
|
+ //
|
|
123
|
+ // BtnLogin
|
|
124
|
+ //
|
|
125
|
+ this.BtnLogin.Location = new System.Drawing.Point(6, 45);
|
|
126
|
+ this.BtnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
127
|
+ this.BtnLogin.Name = "BtnLogin";
|
|
128
|
+ this.BtnLogin.Size = new System.Drawing.Size(87, 31);
|
|
129
|
+ this.BtnLogin.TabIndex = 2;
|
|
130
|
+ this.BtnLogin.Text = "连接.登录";
|
|
131
|
+ this.BtnLogin.UseVisualStyleBackColor = true;
|
|
132
|
+ this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
|
|
133
|
+ //
|
|
134
|
+ // BtnSendData
|
|
135
|
+ //
|
|
136
|
+ this.BtnSendData.Enabled = false;
|
|
137
|
+ this.BtnSendData.Location = new System.Drawing.Point(285, 45);
|
|
138
|
+ this.BtnSendData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
139
|
+ this.BtnSendData.Name = "BtnSendData";
|
|
140
|
+ this.BtnSendData.Size = new System.Drawing.Size(87, 31);
|
|
141
|
+ this.BtnSendData.TabIndex = 2;
|
|
142
|
+ this.BtnSendData.Text = "发送数据";
|
|
143
|
+ this.BtnSendData.UseVisualStyleBackColor = true;
|
|
144
|
+ this.BtnSendData.Click += new System.EventHandler(this.BtnSendData_Click);
|
|
145
|
+ //
|
|
146
|
+ // menuStrip1
|
|
147
|
+ //
|
|
148
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
149
|
+ this.文件FToolStripMenuItem,
|
|
150
|
+ this.时间TToolStripMenuItem,
|
|
151
|
+ this.历史HToolStripMenuItem});
|
|
152
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
153
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
154
|
+ this.menuStrip1.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
|
|
155
|
+ this.menuStrip1.Size = new System.Drawing.Size(985, 27);
|
|
156
|
+ this.menuStrip1.TabIndex = 3;
|
|
157
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
158
|
+ //
|
|
159
|
+ // 文件FToolStripMenuItem
|
|
160
|
+ //
|
|
161
|
+ this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
|
|
162
|
+ this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
|
|
163
|
+ this.文件FToolStripMenuItem.Text = "文件(&F)";
|
|
164
|
+ //
|
|
165
|
+ // 时间TToolStripMenuItem
|
|
166
|
+ //
|
|
167
|
+ this.时间TToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
168
|
+ this.RT_HB_Time,
|
|
169
|
+ this.toolStripSeparator1});
|
|
170
|
+ this.时间TToolStripMenuItem.Name = "时间TToolStripMenuItem";
|
|
171
|
+ this.时间TToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
|
|
172
|
+ this.时间TToolStripMenuItem.Text = "时间(&T)";
|
|
173
|
+ //
|
|
174
|
+ // RT_HB_Time
|
|
175
|
+ //
|
|
176
|
+ this.RT_HB_Time.Name = "RT_HB_Time";
|
|
177
|
+ this.RT_HB_Time.Size = new System.Drawing.Size(141, 22);
|
|
178
|
+ this.RT_HB_Time.Text = "心跳超时(&H)";
|
|
179
|
+ this.RT_HB_Time.Click += new System.EventHandler(this.RT_HB_Time_Click);
|
|
180
|
+ //
|
|
181
|
+ // toolStripSeparator1
|
|
182
|
+ //
|
|
183
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
184
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(138, 6);
|
|
185
|
+ //
|
|
186
|
+ // 历史HToolStripMenuItem
|
|
187
|
+ //
|
|
188
|
+ this.历史HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
189
|
+ this.RT_HI_Host,
|
|
190
|
+ this.RT_HI_DeviceId,
|
|
191
|
+ this.RT_HI_CCID,
|
|
192
|
+ this.toolStripSeparator2,
|
|
193
|
+ this.RT_HI_SendData});
|
|
194
|
+ this.历史HToolStripMenuItem.Name = "历史HToolStripMenuItem";
|
|
195
|
+ this.历史HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
|
|
196
|
+ this.历史HToolStripMenuItem.Text = "历史(&H)";
|
|
197
|
+ //
|
|
198
|
+ // RT_HI_Host
|
|
199
|
+ //
|
|
200
|
+ this.RT_HI_Host.Name = "RT_HI_Host";
|
|
201
|
+ this.RT_HI_Host.Size = new System.Drawing.Size(124, 22);
|
|
202
|
+ this.RT_HI_Host.Text = "Host";
|
|
203
|
+ //
|
|
204
|
+ // RT_HI_DeviceId
|
|
205
|
+ //
|
|
206
|
+ this.RT_HI_DeviceId.Name = "RT_HI_DeviceId";
|
|
207
|
+ this.RT_HI_DeviceId.Size = new System.Drawing.Size(124, 22);
|
|
208
|
+ this.RT_HI_DeviceId.Text = "地址";
|
|
209
|
+ //
|
|
210
|
+ // RT_HI_CCID
|
|
211
|
+ //
|
|
212
|
+ this.RT_HI_CCID.Name = "RT_HI_CCID";
|
|
213
|
+ this.RT_HI_CCID.Size = new System.Drawing.Size(124, 22);
|
|
214
|
+ this.RT_HI_CCID.Text = "CCID";
|
|
215
|
+ //
|
|
216
|
+ // toolStripSeparator2
|
|
217
|
+ //
|
|
218
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
219
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(121, 6);
|
|
220
|
+ //
|
|
221
|
+ // RT_HI_SendData
|
|
222
|
+ //
|
|
223
|
+ this.RT_HI_SendData.Name = "RT_HI_SendData";
|
|
224
|
+ this.RT_HI_SendData.Size = new System.Drawing.Size(124, 22);
|
|
225
|
+ this.RT_HI_SendData.Text = "发送数据";
|
|
226
|
+ //
|
|
227
|
+ // statusStrip1
|
|
228
|
+ //
|
|
229
|
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
230
|
+ this.toolStripStatusLabel1,
|
|
231
|
+ this.StatusItemHbTime});
|
|
232
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 685);
|
|
233
|
+ this.statusStrip1.Name = "statusStrip1";
|
|
234
|
+ this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
|
|
235
|
+ this.statusStrip1.Size = new System.Drawing.Size(985, 22);
|
|
236
|
+ this.statusStrip1.TabIndex = 4;
|
|
237
|
+ this.statusStrip1.Text = "statusStrip1";
|
|
238
|
+ //
|
|
239
|
+ // toolStripStatusLabel1
|
|
240
|
+ //
|
|
241
|
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
242
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
|
243
|
+ this.toolStripStatusLabel1.Text = "心跳:";
|
|
244
|
+ //
|
|
245
|
+ // StatusItemHbTime
|
|
246
|
+ //
|
|
247
|
+ this.StatusItemHbTime.Name = "StatusItemHbTime";
|
|
248
|
+ this.StatusItemHbTime.Size = new System.Drawing.Size(0, 17);
|
|
249
|
+ //
|
|
250
|
+ // groupBox1
|
|
251
|
+ //
|
|
252
|
+ this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
253
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
254
|
+ this.groupBox1.Controls.Add(this.TbSendData);
|
|
255
|
+ this.groupBox1.Controls.Add(this.label5);
|
|
256
|
+ this.groupBox1.Controls.Add(this.BtnTest);
|
|
257
|
+ this.groupBox1.Controls.Add(this.BtnCmdManager);
|
|
258
|
+ this.groupBox1.Controls.Add(this.label4);
|
|
259
|
+ this.groupBox1.Controls.Add(this.TbCCID);
|
|
260
|
+ this.groupBox1.Controls.Add(this.BtnSendData);
|
|
261
|
+ this.groupBox1.Controls.Add(this.BtnDisConn);
|
|
262
|
+ this.groupBox1.Controls.Add(this.BtnLogin);
|
|
263
|
+ this.groupBox1.Controls.Add(this.label3);
|
|
264
|
+ this.groupBox1.Controls.Add(this.TbDeviceId);
|
|
265
|
+ this.groupBox1.Controls.Add(this.label2);
|
|
266
|
+ this.groupBox1.Controls.Add(this.BtnConnection);
|
|
267
|
+ this.groupBox1.Controls.Add(this.label1);
|
|
268
|
+ this.groupBox1.Controls.Add(this.TbHost);
|
|
269
|
+ this.groupBox1.Controls.Add(this.TbPort);
|
|
270
|
+ this.groupBox1.Location = new System.Drawing.Point(12, 30);
|
|
271
|
+ this.groupBox1.Name = "groupBox1";
|
|
272
|
+ this.groupBox1.Size = new System.Drawing.Size(961, 126);
|
|
273
|
+ this.groupBox1.TabIndex = 5;
|
|
274
|
+ this.groupBox1.TabStop = false;
|
|
275
|
+ this.groupBox1.Text = " ";
|
|
276
|
+ //
|
|
277
|
+ // BtnTest
|
|
278
|
+ //
|
|
279
|
+ this.BtnTest.Enabled = false;
|
|
280
|
+ this.BtnTest.Location = new System.Drawing.Point(471, 45);
|
|
281
|
+ this.BtnTest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
282
|
+ this.BtnTest.Name = "BtnTest";
|
|
283
|
+ this.BtnTest.Size = new System.Drawing.Size(87, 31);
|
|
284
|
+ this.BtnTest.TabIndex = 8;
|
|
285
|
+ this.BtnTest.Text = "测试";
|
|
286
|
+ this.BtnTest.UseVisualStyleBackColor = true;
|
|
287
|
+ //
|
|
288
|
+ // BtnCmdManager
|
|
289
|
+ //
|
|
290
|
+ this.BtnCmdManager.Enabled = false;
|
|
291
|
+ this.BtnCmdManager.Location = new System.Drawing.Point(378, 45);
|
|
292
|
+ this.BtnCmdManager.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
293
|
+ this.BtnCmdManager.Name = "BtnCmdManager";
|
|
294
|
+ this.BtnCmdManager.Size = new System.Drawing.Size(87, 31);
|
|
295
|
+ this.BtnCmdManager.TabIndex = 8;
|
|
296
|
+ this.BtnCmdManager.Text = "命令管理";
|
|
297
|
+ this.BtnCmdManager.UseVisualStyleBackColor = true;
|
|
298
|
+ //
|
|
299
|
+ // label4
|
|
300
|
+ //
|
|
301
|
+ this.label4.AutoSize = true;
|
|
302
|
+ this.label4.Location = new System.Drawing.Point(635, 16);
|
|
303
|
+ this.label4.Name = "label4";
|
|
304
|
+ this.label4.Size = new System.Drawing.Size(37, 17);
|
|
305
|
+ this.label4.TabIndex = 7;
|
|
306
|
+ this.label4.Text = "CCID";
|
|
307
|
+ //
|
|
308
|
+ // TbCCID
|
|
309
|
+ //
|
|
310
|
+ this.TbCCID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
311
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
312
|
+ this.TbCCID.Location = new System.Drawing.Point(673, 13);
|
|
313
|
+ this.TbCCID.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
314
|
+ this.TbCCID.Name = "TbCCID";
|
|
315
|
+ this.TbCCID.Size = new System.Drawing.Size(282, 22);
|
|
316
|
+ this.TbCCID.TabIndex = 6;
|
|
317
|
+ this.TbCCID.Text = "3839383630324731313931353530333339393137";
|
|
318
|
+ //
|
|
319
|
+ // label3
|
|
320
|
+ //
|
|
321
|
+ this.label3.AutoSize = true;
|
|
322
|
+ this.label3.Location = new System.Drawing.Point(434, 18);
|
|
323
|
+ this.label3.Name = "label3";
|
|
324
|
+ this.label3.Size = new System.Drawing.Size(32, 17);
|
|
325
|
+ this.label3.TabIndex = 5;
|
|
326
|
+ this.label3.Text = "地址";
|
|
327
|
+ //
|
|
328
|
+ // TbDeviceId
|
|
329
|
+ //
|
|
330
|
+ this.TbDeviceId.Location = new System.Drawing.Point(472, 15);
|
|
331
|
+ this.TbDeviceId.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
332
|
+ this.TbDeviceId.Name = "TbDeviceId";
|
|
333
|
+ this.TbDeviceId.Size = new System.Drawing.Size(157, 22);
|
|
334
|
+ this.TbDeviceId.TabIndex = 4;
|
|
335
|
+ this.TbDeviceId.Text = "000000000001";
|
|
336
|
+ //
|
|
337
|
+ // label2
|
|
338
|
+ //
|
|
339
|
+ this.label2.AutoSize = true;
|
|
340
|
+ this.label2.Location = new System.Drawing.Point(333, 18);
|
|
341
|
+ this.label2.Name = "label2";
|
|
342
|
+ this.label2.Size = new System.Drawing.Size(32, 17);
|
|
343
|
+ this.label2.TabIndex = 3;
|
|
344
|
+ this.label2.Text = "Port";
|
|
345
|
+ //
|
|
346
|
+ // label1
|
|
347
|
+ //
|
|
348
|
+ this.label1.AutoSize = true;
|
|
349
|
+ this.label1.Location = new System.Drawing.Point(6, 18);
|
|
350
|
+ this.label1.Name = "label1";
|
|
351
|
+ this.label1.Size = new System.Drawing.Size(35, 17);
|
|
352
|
+ this.label1.TabIndex = 2;
|
|
353
|
+ this.label1.Text = "Host";
|
|
354
|
+ //
|
|
355
|
+ // label5
|
|
356
|
+ //
|
|
357
|
+ this.label5.AutoSize = true;
|
|
358
|
+ this.label5.Location = new System.Drawing.Point(319, 86);
|
|
359
|
+ this.label5.Name = "label5";
|
|
360
|
+ this.label5.Size = new System.Drawing.Size(56, 17);
|
|
361
|
+ this.label5.TabIndex = 9;
|
|
362
|
+ this.label5.Text = "发送数据";
|
|
363
|
+ //
|
|
364
|
+ // TbSendData
|
|
365
|
+ //
|
|
366
|
+ this.TbSendData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
367
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
368
|
+ this.TbSendData.Location = new System.Drawing.Point(381, 83);
|
|
369
|
+ this.TbSendData.Name = "TbSendData";
|
|
370
|
+ this.TbSendData.Size = new System.Drawing.Size(574, 22);
|
|
371
|
+ this.TbSendData.TabIndex = 10;
|
|
372
|
+ this.TbSendData.Text = "7e7e7e000000000001b00056020004071008011709221059290200000217092210592900000003170" +
|
|
373
|
+ "92210592902000004170922105929020000051709221059290001160617092210592900012f07170" +
|
|
374
|
+ "92210592902000008170922105929020000cd";
|
|
375
|
+ //
|
|
376
|
+ // MainForm
|
|
377
|
+ //
|
|
378
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
|
|
379
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
380
|
+ this.ClientSize = new System.Drawing.Size(985, 707);
|
|
381
|
+ this.Controls.Add(this.groupBox1);
|
|
382
|
+ this.Controls.Add(this.statusStrip1);
|
|
383
|
+ this.Controls.Add(this.LBLogShow);
|
|
384
|
+ this.Controls.Add(this.menuStrip1);
|
|
385
|
+ this.Font = new System.Drawing.Font("微软雅黑", 8.5F);
|
|
386
|
+ this.MainMenuStrip = this.menuStrip1;
|
|
387
|
+ this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
388
|
+ this.Name = "MainForm";
|
|
389
|
+ this.Text = "模拟器";
|
|
390
|
+ this.Load += new System.EventHandler(this.MainForm_Load);
|
|
391
|
+ this.menuStrip1.ResumeLayout(false);
|
|
392
|
+ this.menuStrip1.PerformLayout();
|
|
393
|
+ this.statusStrip1.ResumeLayout(false);
|
|
394
|
+ this.statusStrip1.PerformLayout();
|
|
395
|
+ this.groupBox1.ResumeLayout(false);
|
|
396
|
+ this.groupBox1.PerformLayout();
|
|
397
|
+ this.ResumeLayout(false);
|
|
398
|
+ this.PerformLayout();
|
|
399
|
+
|
|
400
|
+ }
|
|
401
|
+
|
|
402
|
+ #endregion
|
|
403
|
+
|
|
404
|
+ private System.Windows.Forms.ListBox LBLogShow;
|
|
405
|
+ private System.Windows.Forms.TextBox TbHost;
|
|
406
|
+ private System.Windows.Forms.TextBox TbPort;
|
|
407
|
+ private System.Windows.Forms.Button BtnConnection;
|
|
408
|
+ private System.Windows.Forms.Button BtnDisConn;
|
|
409
|
+ private System.Windows.Forms.Button BtnLogin;
|
|
410
|
+ private System.Windows.Forms.Button BtnSendData;
|
|
411
|
+ private System.Windows.Forms.MenuStrip menuStrip1;
|
|
412
|
+ private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
|
|
413
|
+ private System.Windows.Forms.StatusStrip statusStrip1;
|
|
414
|
+ private System.Windows.Forms.ToolStripMenuItem 时间TToolStripMenuItem;
|
|
415
|
+ private System.Windows.Forms.ToolStripMenuItem RT_HB_Time;
|
|
416
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
417
|
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
418
|
+ private System.Windows.Forms.ToolStripStatusLabel StatusItemHbTime;
|
|
419
|
+ private System.Windows.Forms.GroupBox groupBox1;
|
|
420
|
+ private System.Windows.Forms.Label label4;
|
|
421
|
+ private System.Windows.Forms.TextBox TbCCID;
|
|
422
|
+ private System.Windows.Forms.Label label3;
|
|
423
|
+ private System.Windows.Forms.TextBox TbDeviceId;
|
|
424
|
+ private System.Windows.Forms.Label label2;
|
|
425
|
+ private System.Windows.Forms.Label label1;
|
|
426
|
+ private System.Windows.Forms.ToolStripMenuItem 历史HToolStripMenuItem;
|
|
427
|
+ private System.Windows.Forms.ToolStripMenuItem RT_HI_Host;
|
|
428
|
+ private System.Windows.Forms.ToolStripMenuItem RT_HI_DeviceId;
|
|
429
|
+ private System.Windows.Forms.ToolStripMenuItem RT_HI_CCID;
|
|
430
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
431
|
+ private System.Windows.Forms.ToolStripMenuItem RT_HI_SendData;
|
|
432
|
+ private System.Windows.Forms.Button BtnCmdManager;
|
|
433
|
+ private System.Windows.Forms.Button BtnTest;
|
|
434
|
+ private System.Windows.Forms.TextBox TbSendData;
|
|
435
|
+ private System.Windows.Forms.Label label5;
|
|
436
|
+ }
|
|
437
|
+}
|
|
438
|
+
|