KA 및 KA unit 폰트를 변경할 수 있게 함

This commit is contained in:
Arin(asus)
2024-11-26 20:40:22 +09:00
parent 973524ee77
commit 87486bb022
7 changed files with 130 additions and 51 deletions

View File

@@ -357,7 +357,7 @@ namespace vmsnet
this.bt_config.Image = ((System.Drawing.Image)(resources.GetObject("bt_config.Image")));
this.bt_config.ImageTransparentColor = System.Drawing.Color.Magenta;
this.bt_config.Name = "bt_config";
this.bt_config.Size = new System.Drawing.Size(76, 29);
this.bt_config.Size = new System.Drawing.Size(76, 39);
this.bt_config.Text = "설정";
this.bt_config.Click += new System.EventHandler(this.btConfig_Click);
//
@@ -367,7 +367,7 @@ namespace vmsnet
this.ToolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripButton1.Image")));
this.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.ToolStripButton1.Name = "ToolStripButton1";
this.ToolStripButton1.Size = new System.Drawing.Size(76, 29);
this.ToolStripButton1.Size = new System.Drawing.Size(76, 39);
this.ToolStripButton1.Text = "정보";
this.ToolStripButton1.Click += new System.EventHandler(this.ToolStripButton1_Click_6);
//