no message

This commit is contained in:
2024-10-08 22:33:49 +03:00
parent 90546fc62e
commit e0974fe4a8
246 changed files with 1170 additions and 849 deletions

View File

@@ -0,0 +1,21 @@
package Common.Visual.Fonts;
public enum VisualiserFonts {
GoodState,
ReadyState,
BadState,
Fatal,
ProgressState,
UnknownState,
Hyperlink,
Disabled,
//бесцветные
Distribution,
//---
TreeItalic,
TreePlain,
TreeBold,
TreeBoldItalic,
BlueState,
NewVersion, //---
Menu
}