From a46cd0adb5af29e8a9cf47c219475acaedfcf839 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 01 十二月 2020 17:09:00 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/WJC' --- HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TextSize.cs | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TextSize.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TextSize.cs new file mode 100644 index 0000000..1196b10 --- /dev/null +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/TextSize.cs @@ -0,0 +1,21 @@ +锘縰sing System; +namespace HDL_ON.UI.UI2.Intelligence.Automation.LogicView +{ + public static class TextSize + { + public const int text10 = 10; + public const int text12 = 12; + public const int text14 = 14; + public const int text16 = 16; + public const int text18 = 18; + + public const int view375 = 375; + public const int view667 = 667; + + public const int left16 = 16; + public const int left12 = 12; + + public const int layout_Right16 = 16; + + } +} -- Gitblit v1.8.0