-
Notifications
You must be signed in to change notification settings - Fork 3
/
Settings.fmx
128 lines (128 loc) · 4.39 KB
/
Settings.fmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
inherited frmSettings: TfrmSettings
Caption = 'frmBase1'
ClientHeight = 823
StyleBook = frmMain.StyleBook1
DesignerMasterStyle = 0
inherited pnlMain: TPanel
Size.Height = 823.000000000000000000
object pnlCentre: TPanel
Align = Client
Margins.Top = 4.000000000000000000
Size.Width = 540.000000000000000000
Size.Height = 759.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'BasePanelStyle'
TabOrder = 0
end
object pnlTop: TRectangle
Align = Top
Fill.Color = xFFF1DF6F
Margins.Left = 30.000000000000000000
Margins.Right = 30.000000000000000000
Position.X = 30.000000000000000000
Size.Width = 480.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
Stroke.Thickness = 0.000000000000000000
object crcBottomRight: TCircle
Align = Right
Fill.Color = xFFF1DF6F
Margins.Right = -30.000000000000000000
Position.X = 450.000000000000000000
Size.Width = 60.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
Stroke.Thickness = 0.000000000000000000
object rectBottomRight: TRectangle
Align = Client
Fill.Color = xFFF1DF6F
Margins.Bottom = 30.000000000000000000
Size.Width = 60.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
Stroke.Thickness = 0.000000000000000000
end
end
object crcBottomLeft: TCircle
Align = Left
Fill.Color = xFFF1DF6F
Margins.Left = -30.000000000000000000
Position.X = -30.000000000000000000
Size.Width = 60.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
Stroke.Thickness = 0.000000000000000000
object rectBottomLeft: TRectangle
Align = Client
Fill.Color = xFFF1DF6F
Margins.Bottom = 30.000000000000000000
Size.Width = 60.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
Stroke.Thickness = 0.000000000000000000
end
end
object rectSources: TRectangle
Align = Client
Fill.Color = claBlack
Size.Width = 420.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Stroke.Thickness = 0.000000000000000000
object btnGPS: TButton
Align = Scale
StyledSettings = [Family, Other]
Position.X = 4.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSButtonStyle'
Text = 'GPS'
TextSettings.Font.Size = 24.000000000000000000
OnClick = btnGPSClick
end
object btnLoRaBluetooth: TButton
Align = Scale
StyledSettings = [Family, Other]
Position.X = 212.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSButtonStyle'
Text = 'BT'
TextSettings.Font.Size = 24.000000000000000000
OnClick = btnLoRaBluetoothClick
end
object btnLoRaSerial: TButton
Align = Scale
StyledSettings = [Family, Other]
Position.X = 108.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSButtonStyle'
Text = 'USB'
TextSettings.Font.Size = 24.000000000000000000
OnClick = btnLoRaSerialClick
end
object btnOther: TButton
Align = Scale
StyledSettings = [Family, Other]
Position.X = 316.000000000000000000
Size.Width = 100.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSButtonStyle'
Text = 'Other'
TextSettings.Font.Size = 24.000000000000000000
OnClick = btnOtherClick
end
end
end
end
end