영문화완료
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user