|
@@ -31,7 +31,6 @@
|
31
|
31
|
this.components = new System.ComponentModel.Container();
|
32
|
32
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
33
|
33
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
34
|
|
- this.cbCCIDIsSource = new System.Windows.Forms.CheckBox();
|
35
|
34
|
this.btnTextCmd = new System.Windows.Forms.Button();
|
36
|
35
|
this.buttonCmdManager = new System.Windows.Forms.Button();
|
37
|
36
|
this.label7 = new System.Windows.Forms.Label();
|
|
@@ -47,13 +46,18 @@
|
47
|
46
|
this.btnLogin = new System.Windows.Forms.Button();
|
48
|
47
|
this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
|
49
|
48
|
this.tbPort = new System.Windows.Forms.TextBox();
|
50
|
|
- this.label3 = new System.Windows.Forms.Label();
|
|
49
|
+ this.labelCCIDHIS = new System.Windows.Forms.Label();
|
|
50
|
+ this.labelAddHis = new System.Windows.Forms.Label();
|
51
|
51
|
this.label2 = new System.Windows.Forms.Label();
|
52
|
52
|
this.tbIpaddress = new System.Windows.Forms.TextBox();
|
53
|
|
- this.label1 = new System.Windows.Forms.Label();
|
|
53
|
+ this.labelIPHIS = new System.Windows.Forms.Label();
|
54
|
54
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
55
|
55
|
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
56
|
56
|
this.tsmiLoadXml = new System.Windows.Forms.ToolStripMenuItem();
|
|
57
|
+ this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
58
|
+ this.IPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
59
|
+ this.AddrToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
60
|
+ this.CCIDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
57
|
61
|
this.心跳HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
58
|
62
|
this.StripMenuItemLoSucHb = new System.Windows.Forms.ToolStripMenuItem();
|
59
|
63
|
this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
|
|
@@ -85,7 +89,6 @@
|
85
|
89
|
//
|
86
|
90
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
87
|
91
|
| System.Windows.Forms.AnchorStyles.Right)));
|
88
|
|
- this.groupBox1.Controls.Add(this.cbCCIDIsSource);
|
89
|
92
|
this.groupBox1.Controls.Add(this.btnTextCmd);
|
90
|
93
|
this.groupBox1.Controls.Add(this.buttonCmdManager);
|
91
|
94
|
this.groupBox1.Controls.Add(this.label7);
|
|
@@ -101,10 +104,11 @@
|
101
|
104
|
this.groupBox1.Controls.Add(this.btnLogin);
|
102
|
105
|
this.groupBox1.Controls.Add(this.tbEquipmentAddress);
|
103
|
106
|
this.groupBox1.Controls.Add(this.tbPort);
|
104
|
|
- this.groupBox1.Controls.Add(this.label3);
|
|
107
|
+ this.groupBox1.Controls.Add(this.labelCCIDHIS);
|
|
108
|
+ this.groupBox1.Controls.Add(this.labelAddHis);
|
105
|
109
|
this.groupBox1.Controls.Add(this.label2);
|
106
|
110
|
this.groupBox1.Controls.Add(this.tbIpaddress);
|
107
|
|
- this.groupBox1.Controls.Add(this.label1);
|
|
111
|
+ this.groupBox1.Controls.Add(this.labelIPHIS);
|
108
|
112
|
this.groupBox1.Location = new System.Drawing.Point(14, 40);
|
109
|
113
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
110
|
114
|
this.groupBox1.Name = "groupBox1";
|
|
@@ -114,16 +118,6 @@
|
114
|
118
|
this.groupBox1.TabStop = false;
|
115
|
119
|
this.groupBox1.Text = "基本信息栏";
|
116
|
120
|
//
|
117
|
|
- // cbCCIDIsSource
|
118
|
|
- //
|
119
|
|
- this.cbCCIDIsSource.AutoSize = true;
|
120
|
|
- this.cbCCIDIsSource.Location = new System.Drawing.Point(625, 23);
|
121
|
|
- this.cbCCIDIsSource.Name = "cbCCIDIsSource";
|
122
|
|
- this.cbCCIDIsSource.Size = new System.Drawing.Size(82, 21);
|
123
|
|
- this.cbCCIDIsSource.TabIndex = 19;
|
124
|
|
- this.cbCCIDIsSource.Text = "CCID ? 源";
|
125
|
|
- this.cbCCIDIsSource.UseVisualStyleBackColor = true;
|
126
|
|
- //
|
127
|
121
|
// btnTextCmd
|
128
|
122
|
//
|
129
|
123
|
this.btnTextCmd.Location = new System.Drawing.Point(596, 61);
|
|
@@ -269,7 +263,7 @@
|
269
|
263
|
this.tbEquipmentAddress.Name = "tbEquipmentAddress";
|
270
|
264
|
this.tbEquipmentAddress.Size = new System.Drawing.Size(157, 23);
|
271
|
265
|
this.tbEquipmentAddress.TabIndex = 5;
|
272
|
|
- this.tbEquipmentAddress.Text = "4442832E833D";
|
|
266
|
+ this.tbEquipmentAddress.Text = "000000000001";
|
273
|
267
|
this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
|
274
|
268
|
//
|
275
|
269
|
// tbPort
|
|
@@ -282,14 +276,29 @@
|
282
|
276
|
this.tbPort.TabIndex = 3;
|
283
|
277
|
this.tbPort.Text = "15440";
|
284
|
278
|
//
|
285
|
|
- // label3
|
286
|
|
- //
|
287
|
|
- this.label3.AutoSize = true;
|
288
|
|
- this.label3.Location = new System.Drawing.Point(400, 24);
|
289
|
|
- this.label3.Name = "label3";
|
290
|
|
- this.label3.Size = new System.Drawing.Size(56, 17);
|
291
|
|
- this.label3.TabIndex = 4;
|
292
|
|
- this.label3.Text = "设备地址";
|
|
279
|
+ // labelCCIDHIS
|
|
280
|
+ //
|
|
281
|
+ this.labelCCIDHIS.AutoSize = true;
|
|
282
|
+ this.labelCCIDHIS.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
283
|
+ this.labelCCIDHIS.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
284
|
+ this.labelCCIDHIS.Location = new System.Drawing.Point(625, 24);
|
|
285
|
+ this.labelCCIDHIS.Name = "labelCCIDHIS";
|
|
286
|
+ this.labelCCIDHIS.Size = new System.Drawing.Size(69, 17);
|
|
287
|
+ this.labelCCIDHIS.TabIndex = 4;
|
|
288
|
+ this.labelCCIDHIS.Text = "CCID ? 源?";
|
|
289
|
+ this.labelCCIDHIS.Click += new System.EventHandler(this.labelHis_Click);
|
|
290
|
+ //
|
|
291
|
+ // labelAddHis
|
|
292
|
+ //
|
|
293
|
+ this.labelAddHis.AutoSize = true;
|
|
294
|
+ this.labelAddHis.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
295
|
+ this.labelAddHis.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
296
|
+ this.labelAddHis.Location = new System.Drawing.Point(400, 24);
|
|
297
|
+ this.labelAddHis.Name = "labelAddHis";
|
|
298
|
+ this.labelAddHis.Size = new System.Drawing.Size(56, 17);
|
|
299
|
+ this.labelAddHis.TabIndex = 4;
|
|
300
|
+ this.labelAddHis.Text = "设备地址";
|
|
301
|
+ this.labelAddHis.Click += new System.EventHandler(this.labelHis_Click);
|
293
|
302
|
//
|
294
|
303
|
// label2
|
295
|
304
|
//
|
|
@@ -308,21 +317,25 @@
|
308
|
317
|
this.tbIpaddress.Name = "tbIpaddress";
|
309
|
318
|
this.tbIpaddress.Size = new System.Drawing.Size(252, 23);
|
310
|
319
|
this.tbIpaddress.TabIndex = 1;
|
311
|
|
- this.tbIpaddress.Text = "120.77.50.131";
|
|
320
|
+ this.tbIpaddress.Text = "127.0.0.1";
|
312
|
321
|
//
|
313
|
|
- // label1
|
|
322
|
+ // labelIPHIS
|
314
|
323
|
//
|
315
|
|
- this.label1.AutoSize = true;
|
316
|
|
- this.label1.Location = new System.Drawing.Point(5, 24);
|
317
|
|
- this.label1.Name = "label1";
|
318
|
|
- this.label1.Size = new System.Drawing.Size(19, 17);
|
319
|
|
- this.label1.TabIndex = 0;
|
320
|
|
- this.label1.Text = "IP";
|
|
324
|
+ this.labelIPHIS.AutoSize = true;
|
|
325
|
+ this.labelIPHIS.BackColor = System.Drawing.SystemColors.AppWorkspace;
|
|
326
|
+ this.labelIPHIS.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
327
|
+ this.labelIPHIS.Location = new System.Drawing.Point(5, 24);
|
|
328
|
+ this.labelIPHIS.Name = "labelIPHIS";
|
|
329
|
+ this.labelIPHIS.Size = new System.Drawing.Size(19, 17);
|
|
330
|
+ this.labelIPHIS.TabIndex = 0;
|
|
331
|
+ this.labelIPHIS.Text = "IP";
|
|
332
|
+ this.labelIPHIS.Click += new System.EventHandler(this.labelHis_Click);
|
321
|
333
|
//
|
322
|
334
|
// menuStrip1
|
323
|
335
|
//
|
324
|
336
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
325
|
337
|
this.文件FToolStripMenuItem,
|
|
338
|
+ this.toolStripMenuItem1,
|
326
|
339
|
this.心跳HToolStripMenuItem});
|
327
|
340
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
328
|
341
|
this.menuStrip1.Name = "menuStrip1";
|
|
@@ -346,6 +359,40 @@
|
346
|
359
|
this.tsmiLoadXml.Text = "加载协议XML(&X)";
|
347
|
360
|
this.tsmiLoadXml.Click += new System.EventHandler(this.tsmiLoadXml_Click);
|
348
|
361
|
//
|
|
362
|
+ // toolStripMenuItem1
|
|
363
|
+ //
|
|
364
|
+ this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
365
|
+ this.IPToolStripMenuItem,
|
|
366
|
+ this.AddrToolStripMenuItem,
|
|
367
|
+ this.CCIDToolStripMenuItem});
|
|
368
|
+ this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
369
|
+ this.toolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
|
|
370
|
+ this.toolStripMenuItem1.Text = "记录";
|
|
371
|
+ //
|
|
372
|
+ // IPToolStripMenuItem
|
|
373
|
+ //
|
|
374
|
+ this.IPToolStripMenuItem.Name = "IPToolStripMenuItem";
|
|
375
|
+ this.IPToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D1)));
|
|
376
|
+ this.IPToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
377
|
+ this.IPToolStripMenuItem.Text = "IP记录";
|
|
378
|
+ this.IPToolStripMenuItem.Click += new System.EventHandler(this.IPToolStripMenuItem_Click);
|
|
379
|
+ //
|
|
380
|
+ // AddrToolStripMenuItem
|
|
381
|
+ //
|
|
382
|
+ this.AddrToolStripMenuItem.Name = "AddrToolStripMenuItem";
|
|
383
|
+ this.AddrToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D2)));
|
|
384
|
+ this.AddrToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
385
|
+ this.AddrToolStripMenuItem.Text = "设备地址记录";
|
|
386
|
+ this.AddrToolStripMenuItem.Click += new System.EventHandler(this.AddrToolStripMenuItem_Click);
|
|
387
|
+ //
|
|
388
|
+ // CCIDToolStripMenuItem
|
|
389
|
+ //
|
|
390
|
+ this.CCIDToolStripMenuItem.Name = "CCIDToolStripMenuItem";
|
|
391
|
+ this.CCIDToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D3)));
|
|
392
|
+ this.CCIDToolStripMenuItem.Size = new System.Drawing.Size(187, 22);
|
|
393
|
+ this.CCIDToolStripMenuItem.Text = "CCID记录";
|
|
394
|
+ this.CCIDToolStripMenuItem.Click += new System.EventHandler(this.CCIDToolStripMenuItem_Click);
|
|
395
|
+ //
|
349
|
396
|
// 心跳HToolStripMenuItem
|
350
|
397
|
//
|
351
|
398
|
this.心跳HToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
@@ -548,10 +595,10 @@
|
548
|
595
|
private System.Windows.Forms.GroupBox groupBox1;
|
549
|
596
|
private System.Windows.Forms.TextBox tbEquipmentAddress;
|
550
|
597
|
private System.Windows.Forms.TextBox tbPort;
|
551
|
|
- private System.Windows.Forms.Label label3;
|
|
598
|
+ private System.Windows.Forms.Label labelAddHis;
|
552
|
599
|
private System.Windows.Forms.Label label2;
|
553
|
600
|
private System.Windows.Forms.TextBox tbIpaddress;
|
554
|
|
- private System.Windows.Forms.Label label1;
|
|
601
|
+ private System.Windows.Forms.Label labelIPHIS;
|
555
|
602
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
556
|
603
|
private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
|
557
|
604
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
@@ -586,9 +633,13 @@
|
586
|
633
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLogHb;
|
587
|
634
|
private System.Windows.Forms.Timer timerHeartBeat;
|
588
|
635
|
private System.Windows.Forms.ToolStripMenuItem StripMenuItemLoSucHb;
|
589
|
|
- private System.Windows.Forms.CheckBox cbCCIDIsSource;
|
590
|
636
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemHBtime;
|
591
|
637
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelHbShow;
|
|
638
|
+ private System.Windows.Forms.Label labelCCIDHIS;
|
|
639
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
|
640
|
+ private System.Windows.Forms.ToolStripMenuItem IPToolStripMenuItem;
|
|
641
|
+ private System.Windows.Forms.ToolStripMenuItem AddrToolStripMenuItem;
|
|
642
|
+ private System.Windows.Forms.ToolStripMenuItem CCIDToolStripMenuItem;
|
592
|
643
|
}
|
593
|
644
|
}
|
594
|
645
|
|