|
|
|
|
62
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
62
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
63
|
this.ClearAllAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
63
|
this.ClearAllAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
64
|
this.心跳HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
64
|
this.心跳HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
65
|
+ this.StripMenuItemLoSucLogin = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
66
|
+ this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
65
|
this.StripMenuItemLoSucHb = new System.Windows.Forms.ToolStripMenuItem();
|
67
|
this.StripMenuItemLoSucHb = new System.Windows.Forms.ToolStripMenuItem();
|
66
|
this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
|
68
|
this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
|
67
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
69
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
82
|
this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
|
84
|
this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
|
83
|
this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
|
85
|
this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
|
84
|
this.timerHeartBeat = new System.Windows.Forms.Timer(this.components);
|
86
|
this.timerHeartBeat = new System.Windows.Forms.Timer(this.components);
|
85
|
- this.StripMenuItemLoSucLogin = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
86
|
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
87
|
this.groupBox1.SuspendLayout();
|
87
|
this.groupBox1.SuspendLayout();
|
88
|
this.menuStrip1.SuspendLayout();
|
88
|
this.menuStrip1.SuspendLayout();
|
89
|
this.statusStrip1.SuspendLayout();
|
89
|
this.statusStrip1.SuspendLayout();
|
|
|
|
|
440
|
this.心跳HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
|
440
|
this.心跳HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
|
441
|
this.心跳HToolStripMenuItem.Text = "指令(&D)";
|
441
|
this.心跳HToolStripMenuItem.Text = "指令(&D)";
|
442
|
//
|
442
|
//
|
|
|
443
|
+ // StripMenuItemLoSucLogin
|
|
|
444
|
+ //
|
|
|
445
|
+ this.StripMenuItemLoSucLogin.Checked = true;
|
|
|
446
|
+ this.StripMenuItemLoSucLogin.CheckOnClick = true;
|
|
|
447
|
+ this.StripMenuItemLoSucLogin.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
448
|
+ this.StripMenuItemLoSucLogin.Name = "StripMenuItemLoSucLogin";
|
|
|
449
|
+ this.StripMenuItemLoSucLogin.Size = new System.Drawing.Size(196, 22);
|
|
|
450
|
+ this.StripMenuItemLoSucLogin.Text = "连接成功发送登录";
|
|
|
451
|
+ //
|
|
|
452
|
+ // toolStripSeparator5
|
|
|
453
|
+ //
|
|
|
454
|
+ this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
|
455
|
+ this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6);
|
|
|
456
|
+ //
|
443
|
// StripMenuItemLoSucHb
|
457
|
// StripMenuItemLoSucHb
|
444
|
//
|
458
|
//
|
445
|
this.StripMenuItemLoSucHb.Checked = true;
|
459
|
this.StripMenuItemLoSucHb.Checked = true;
|
|
|
|
|
560
|
| System.Windows.Forms.AnchorStyles.Left)
|
574
|
| System.Windows.Forms.AnchorStyles.Left)
|
561
|
| System.Windows.Forms.AnchorStyles.Right)));
|
575
|
| System.Windows.Forms.AnchorStyles.Right)));
|
562
|
this.listBoxShow.ContextMenuStrip = this.cmslistboxRightMenu;
|
576
|
this.listBoxShow.ContextMenuStrip = this.cmslistboxRightMenu;
|
563
|
- this.listBoxShow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
|
|
|
577
|
+ this.listBoxShow.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
564
|
this.listBoxShow.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
578
|
this.listBoxShow.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
565
|
this.listBoxShow.FormattingEnabled = true;
|
579
|
this.listBoxShow.FormattingEnabled = true;
|
566
|
this.listBoxShow.HorizontalScrollbar = true;
|
580
|
this.listBoxShow.HorizontalScrollbar = true;
|
|
|
|
|
600
|
this.timerHeartBeat.Interval = 5000;
|
614
|
this.timerHeartBeat.Interval = 5000;
|
601
|
this.timerHeartBeat.Tick += new System.EventHandler(this.timerHeartBeat_Tick);
|
615
|
this.timerHeartBeat.Tick += new System.EventHandler(this.timerHeartBeat_Tick);
|
602
|
//
|
616
|
//
|
603
|
- // StripMenuItemLoSucLogin
|
|
|
604
|
- //
|
|
|
605
|
- this.StripMenuItemLoSucLogin.Checked = true;
|
|
|
606
|
- this.StripMenuItemLoSucLogin.CheckOnClick = true;
|
|
|
607
|
- this.StripMenuItemLoSucLogin.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
608
|
- this.StripMenuItemLoSucLogin.Name = "StripMenuItemLoSucLogin";
|
|
|
609
|
- this.StripMenuItemLoSucLogin.Size = new System.Drawing.Size(196, 22);
|
|
|
610
|
- this.StripMenuItemLoSucLogin.Text = "连接成功发送登录";
|
|
|
611
|
- //
|
|
|
612
|
- // toolStripSeparator5
|
|
|
613
|
- //
|
|
|
614
|
- this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
|
615
|
- this.toolStripSeparator5.Size = new System.Drawing.Size(193, 6);
|
|
|
616
|
- //
|
|
|
617
|
// Form1
|
617
|
// Form1
|
618
|
//
|
618
|
//
|
619
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
619
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|