|
@@ -31,6 +31,7 @@
|
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();
|
34
|
35
|
this.btnTextCmd = new System.Windows.Forms.Button();
|
35
|
36
|
this.buttonCmdManager = new System.Windows.Forms.Button();
|
36
|
37
|
this.label7 = new System.Windows.Forms.Label();
|
|
@@ -58,8 +59,6 @@
|
58
|
59
|
this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
|
59
|
60
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
60
|
61
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
61
|
|
- this.ToolStripMenuItemHb30abc = new System.Windows.Forms.ToolStripMenuItem();
|
62
|
|
- this.toolStripTextBoxHbtime = new System.Windows.Forms.ToolStripTextBox();
|
63
|
62
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
64
|
63
|
this.ToolStripMenuItemLogHb = new System.Windows.Forms.ToolStripMenuItem();
|
65
|
64
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
@@ -73,7 +72,8 @@
|
73
|
72
|
this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
|
74
|
73
|
this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
|
75
|
74
|
this.timerHeartBeat = new System.Windows.Forms.Timer(this.components);
|
76
|
|
- this.cbCCIDIsSource = new System.Windows.Forms.CheckBox();
|
|
75
|
+ this.toolStripMenuItemHBtime = new System.Windows.Forms.ToolStripMenuItem();
|
|
76
|
+ this.toolStripStatusLabelHbShow = new System.Windows.Forms.ToolStripStatusLabel();
|
77
|
77
|
this.groupBox1.SuspendLayout();
|
78
|
78
|
this.menuStrip1.SuspendLayout();
|
79
|
79
|
this.statusStrip1.SuspendLayout();
|
|
@@ -114,6 +114,16 @@
|
114
|
114
|
this.groupBox1.TabStop = false;
|
115
|
115
|
this.groupBox1.Text = "基本信息栏";
|
116
|
116
|
//
|
|
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
|
+ //
|
117
|
127
|
// btnTextCmd
|
118
|
128
|
//
|
119
|
129
|
this.btnTextCmd.Location = new System.Drawing.Point(596, 61);
|
|
@@ -343,8 +353,7 @@
|
343
|
353
|
this.ToolStripMenuItemHbStart,
|
344
|
354
|
this.toolStripSeparator1,
|
345
|
355
|
this.toolStripSeparator3,
|
346
|
|
- this.ToolStripMenuItemHb30abc,
|
347
|
|
- this.toolStripTextBoxHbtime,
|
|
356
|
+ this.toolStripMenuItemHBtime,
|
348
|
357
|
this.toolStripSeparator2,
|
349
|
358
|
this.ToolStripMenuItemLogHb});
|
350
|
359
|
this.心跳HToolStripMenuItem.Name = "心跳HToolStripMenuItem";
|
|
@@ -379,19 +388,6 @@
|
379
|
388
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
380
|
389
|
this.toolStripSeparator3.Size = new System.Drawing.Size(193, 6);
|
381
|
390
|
//
|
382
|
|
- // ToolStripMenuItemHb30abc
|
383
|
|
- //
|
384
|
|
- this.ToolStripMenuItemHb30abc.Name = "ToolStripMenuItemHb30abc";
|
385
|
|
- this.ToolStripMenuItemHb30abc.Size = new System.Drawing.Size(196, 22);
|
386
|
|
- this.ToolStripMenuItemHb30abc.Text = "下面输入心跳时间";
|
387
|
|
- //
|
388
|
|
- // toolStripTextBoxHbtime
|
389
|
|
- //
|
390
|
|
- this.toolStripTextBoxHbtime.Name = "toolStripTextBoxHbtime";
|
391
|
|
- this.toolStripTextBoxHbtime.Size = new System.Drawing.Size(100, 23);
|
392
|
|
- this.toolStripTextBoxHbtime.Text = "5";
|
393
|
|
- this.toolStripTextBoxHbtime.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStripTextBoxHbtime_KeyPress);
|
394
|
|
- //
|
395
|
391
|
// toolStripSeparator2
|
396
|
392
|
//
|
397
|
393
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
@@ -410,7 +406,8 @@
|
410
|
406
|
this.toolStripStatusLabel1,
|
411
|
407
|
this.tsslEquipmentAddress,
|
412
|
408
|
this.toolStripStatusLabel2,
|
413
|
|
- this.tsslCCIDLEN});
|
|
409
|
+ this.tsslCCIDLEN,
|
|
410
|
+ this.toolStripStatusLabelHbShow});
|
414
|
411
|
this.statusStrip1.Location = new System.Drawing.Point(0, 883);
|
415
|
412
|
this.statusStrip1.Name = "statusStrip1";
|
416
|
413
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
|
|
@@ -448,11 +445,11 @@
|
448
|
445
|
| System.Windows.Forms.AnchorStyles.Left)
|
449
|
446
|
| System.Windows.Forms.AnchorStyles.Right)));
|
450
|
447
|
this.groupBox2.Controls.Add(this.listBoxShow);
|
451
|
|
- this.groupBox2.Location = new System.Drawing.Point(14, 561);
|
|
448
|
+ this.groupBox2.Location = new System.Drawing.Point(14, 380);
|
452
|
449
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
453
|
450
|
this.groupBox2.Name = "groupBox2";
|
454
|
451
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
455
|
|
- this.groupBox2.Size = new System.Drawing.Size(1123, 309);
|
|
452
|
+ this.groupBox2.Size = new System.Drawing.Size(1123, 490);
|
456
|
453
|
this.groupBox2.TabIndex = 13;
|
457
|
454
|
this.groupBox2.TabStop = false;
|
458
|
455
|
this.groupBox2.Text = "显示信息栏";
|
|
@@ -471,7 +468,7 @@
|
471
|
468
|
this.listBoxShow.Location = new System.Drawing.Point(9, 28);
|
472
|
469
|
this.listBoxShow.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
473
|
470
|
this.listBoxShow.Name = "listBoxShow";
|
474
|
|
- this.listBoxShow.Size = new System.Drawing.Size(1106, 274);
|
|
471
|
+ this.listBoxShow.Size = new System.Drawing.Size(1106, 454);
|
475
|
472
|
this.listBoxShow.TabIndex = 0;
|
476
|
473
|
this.listBoxShow.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.listBoxShow_DrawItem);
|
477
|
474
|
this.listBoxShow.DoubleClick += new System.EventHandler(this.listBoxShow_DoubleClick);
|
|
@@ -500,18 +497,21 @@
|
500
|
497
|
//
|
501
|
498
|
// timerHeartBeat
|
502
|
499
|
//
|
503
|
|
- this.timerHeartBeat.Interval = 1000;
|
|
500
|
+ this.timerHeartBeat.Interval = 5000;
|
504
|
501
|
this.timerHeartBeat.Tick += new System.EventHandler(this.timerHeartBeat_Tick);
|
505
|
502
|
//
|
506
|
|
- // cbCCIDIsSource
|
|
503
|
+ // toolStripMenuItemHBtime
|
507
|
504
|
//
|
508
|
|
- this.cbCCIDIsSource.AutoSize = true;
|
509
|
|
- this.cbCCIDIsSource.Location = new System.Drawing.Point(625, 23);
|
510
|
|
- this.cbCCIDIsSource.Name = "cbCCIDIsSource";
|
511
|
|
- this.cbCCIDIsSource.Size = new System.Drawing.Size(82, 21);
|
512
|
|
- this.cbCCIDIsSource.TabIndex = 19;
|
513
|
|
- this.cbCCIDIsSource.Text = "CCID ? 源";
|
514
|
|
- this.cbCCIDIsSource.UseVisualStyleBackColor = true;
|
|
505
|
+ this.toolStripMenuItemHBtime.Name = "toolStripMenuItemHBtime";
|
|
506
|
+ this.toolStripMenuItemHBtime.Size = new System.Drawing.Size(196, 22);
|
|
507
|
+ this.toolStripMenuItemHBtime.Text = "设置心跳间隔";
|
|
508
|
+ this.toolStripMenuItemHBtime.Click += new System.EventHandler(this.toolStripMenuItemHBtime_Click);
|
|
509
|
+ //
|
|
510
|
+ // toolStripStatusLabelHbShow
|
|
511
|
+ //
|
|
512
|
+ this.toolStripStatusLabelHbShow.Name = "toolStripStatusLabelHbShow";
|
|
513
|
+ this.toolStripStatusLabelHbShow.Size = new System.Drawing.Size(82, 17);
|
|
514
|
+ this.toolStripStatusLabelHbShow.Text = "心跳时间: 5秒";
|
515
|
515
|
//
|
516
|
516
|
// Form1
|
517
|
517
|
//
|
|
@@ -581,14 +581,14 @@
|
581
|
581
|
private System.Windows.Forms.ToolStripMenuItem 心跳HToolStripMenuItem;
|
582
|
582
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHbStart;
|
583
|
583
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
584
|
|
- private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemHb30abc;
|
585
|
|
- private System.Windows.Forms.ToolStripTextBox toolStripTextBoxHbtime;
|
586
|
584
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
587
|
585
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
588
|
586
|
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemLogHb;
|
589
|
587
|
private System.Windows.Forms.Timer timerHeartBeat;
|
590
|
588
|
private System.Windows.Forms.ToolStripMenuItem StripMenuItemLoSucHb;
|
591
|
589
|
private System.Windows.Forms.CheckBox cbCCIDIsSource;
|
|
590
|
+ private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemHBtime;
|
|
591
|
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabelHbShow;
|
592
|
592
|
}
|
593
|
593
|
}
|
594
|
594
|
|