111
wei
2020-12-16 35a2888945bcf1b7ef6f34d30f1709b9c848fce6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using 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;
 
    }
}