영문화완료

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

@@ -15,7 +15,7 @@ namespace UIControl
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
public PinInfo arPin { get { return PinList[0]; } set { PinList[0] = value; } }
Font font_ = new Font("맑은 고딕", 10);
Font font_ = new Font("Malgun Gothic", 10);
[Browsable(true)]
public new Font Font { get { return font_; } set { font_ = value; this.Invalidate(); } }
@@ -34,7 +34,7 @@ namespace UIControl
this.MinimumSize = new Size(4, 4);
this.ColorOn = Color.Lime;
this.ColorOff = Color.DimGray;
//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;
}