영문화완료

This commit is contained in:
ChiKyun Kim
2025-09-09 17:24:19 +09:00
parent adb66451ca
commit 02028afc27
338 changed files with 2205 additions and 79829 deletions

View File

@@ -28,7 +28,7 @@ namespace UIControl
public Boolean speed { get; set; }
Font font_ = new Font("맑은 고딕", 10);
Font font_ = new Font("Malgun Gothic", 10);
@@ -45,7 +45,7 @@ namespace UIControl
this.Size = new Size(80, 80);
this.MaximumSize = new Size(80, 80);
this.MinimumSize = new Size(40, 40);
if (this.Font == null) this.Font = new Font("맑은 고딕", 10);
if (this.Font == null) this.Font = new Font("Malgun Gothic", 10);
if (this.Text == null) this.Text = string.Empty;
}