add chatserver & client

This commit is contained in:
backuppc
2025-11-12 13:57:13 +09:00
parent e19b404580
commit d977c9da83
26 changed files with 2662 additions and 118 deletions

View File

@@ -41,6 +41,7 @@
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.sbLoginUseTime = new System.Windows.Forms.ToolStripStatusLabel();
this.sbWeb = new System.Windows.Forms.ToolStripStatusLabel();
this.sbChat = new System.Windows.Forms.ToolStripStatusLabel();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.btSetting = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -191,7 +192,8 @@
this.sbLogin,
this.toolStripStatusLabel1,
this.sbLoginUseTime,
this.sbWeb});
this.sbWeb,
this.sbChat});
this.statusStrip1.Location = new System.Drawing.Point(1, 622);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(1094, 22);
@@ -228,6 +230,15 @@
this.sbWeb.Size = new System.Drawing.Size(31, 17);
this.sbWeb.Text = "WEB";
//
// sbChat
//
this.sbChat.ForeColor = System.Drawing.Color.Gray;
this.sbChat.IsLink = true;
this.sbChat.Name = "sbChat";
this.sbChat.Size = new System.Drawing.Size(42, 17);
this.sbChat.Text = "Notice";
this.sbChat.Click += new System.EventHandler(this.sbChat_Click);
//
// menuStrip1
//
this.menuStrip1.Font = new System.Drawing.Font("맑은 고딕", 10F);
@@ -1343,6 +1354,7 @@
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem17;
private System.Windows.Forms.ToolStripMenuItem webview2TestToolStripMenuItem;
private System.Windows.Forms.ToolStripStatusLabel sbWeb;
private System.Windows.Forms.ToolStripStatusLabel sbChat;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem18;
}
}