张泳健 hace 7 años
padre
commit
aece181532
Se han modificado 2 ficheros con 17 adiciones y 17 borrados
  1. 17 17
      GWSocketClient/Form1.Designer.cs
  2. BIN
      GWSocketClient/bin/Release/dbfile/ID_INFO.accdb

+ 17 - 17
GWSocketClient/Form1.Designer.cs Ver fichero

@@ -62,6 +62,8 @@
62 62
             this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
63 63
             this.ClearAllAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64 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 67
             this.StripMenuItemLoSucHb = new System.Windows.Forms.ToolStripMenuItem();
66 68
             this.ToolStripMenuItemHbStart = new System.Windows.Forms.ToolStripMenuItem();
67 69
             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
@@ -82,8 +84,6 @@
82 84
             this.rightMenuCopyCmd = new System.Windows.Forms.ToolStripMenuItem();
83 85
             this.rightMenuClearInfo = new System.Windows.Forms.ToolStripMenuItem();
84 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 87
             this.groupBox1.SuspendLayout();
88 88
             this.menuStrip1.SuspendLayout();
89 89
             this.statusStrip1.SuspendLayout();
@@ -440,6 +440,20 @@
440 440
             this.心跳HToolStripMenuItem.Size = new System.Drawing.Size(61, 21);
441 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 457
             // StripMenuItemLoSucHb
444 458
             // 
445 459
             this.StripMenuItemLoSucHb.Checked = true;
@@ -560,7 +574,7 @@
560 574
             | System.Windows.Forms.AnchorStyles.Left) 
561 575
             | System.Windows.Forms.AnchorStyles.Right)));
562 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 578
             this.listBoxShow.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
565 579
             this.listBoxShow.FormattingEnabled = true;
566 580
             this.listBoxShow.HorizontalScrollbar = true;
@@ -600,20 +614,6 @@
600 614
             this.timerHeartBeat.Interval = 5000;
601 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 617
             // Form1
618 618
             // 
619 619
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);

BIN
GWSocketClient/bin/Release/dbfile/ID_INFO.accdb Ver fichero