KA 및 KA unit 폰트를 변경할 수 있게 함
This commit is contained in:
@@ -66,6 +66,9 @@ namespace vmsnet
|
||||
public string font_summary { get; set; }
|
||||
public string font_celltitle { get; set; }
|
||||
public string font_alarmvalue { get; set; }
|
||||
|
||||
public string font_kaValue { get; set; }
|
||||
public string font_kaUnit { get; set; }
|
||||
public override void AfterLoad()
|
||||
{
|
||||
if (font_nb.isEmpty()) font_nb = "Tahoma,35,1";
|
||||
@@ -74,6 +77,8 @@ namespace vmsnet
|
||||
if (font_summary.isEmpty()) font_summary = "Tahoma,10,1";
|
||||
if (font_celltitle.isEmpty()) font_celltitle = "Tahoma,8,1";
|
||||
if (font_alarmvalue.isEmpty()) font_alarmvalue = "Tahoma,7,1";
|
||||
if (font_kaValue.isEmpty()) font_kaValue = "Arial,40,1";
|
||||
if (font_kaUnit.isEmpty()) font_kaUnit = "Arial,10,1";
|
||||
}
|
||||
public override void AfterSave()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user