-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathSettingsBase.fmx
More file actions
113 lines (113 loc) · 3.61 KB
/
Copy pathSettingsBase.fmx
File metadata and controls
113 lines (113 loc) · 3.61 KB
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
inherited frmSettingsBase: TfrmSettingsBase
Caption = 'frmBase1'
ClientHeight = 775
ClientWidth = 524
DesignerMasterStyle = 0
inherited pnlMain: TPanel
Size.Width = 524.000000000000000000
Size.Height = 775.000000000000000000
object Panel1: TPanel
Align = Client
Size.Width = 524.000000000000000000
Size.Height = 430.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'BasePanelStyle'
TabOrder = 0
object Rectangle3: TRectangle
Align = Client
Fill.Kind = None
Margins.Bottom = 8.000000000000000000
Size.Width = 524.000000000000000000
Size.Height = 422.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claWhite
object Memo1: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
StyledSettings = [Family, Style, FontColor]
TextSettings.Font.Size = 11.899999618530270000
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.FontColor = claWhite
TextSettings.WordWrap = True
Align = Client
Margins.Left = 12.000000000000000000
Margins.Top = 24.000000000000000000
Margins.Right = 12.000000000000000000
Margins.Bottom = 12.000000000000000000
Size.Width = 500.000000000000000000
Size.Height = 386.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'LCARSMemoStyle'
TabOrder = 0
Viewport.Width = 500.000000000000000000
Viewport.Height = 386.000000000000000000
end
end
end
object Panel3: TPanel
Align = Top
Size.Width = 524.000000000000000000
Size.Height = 300.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'BasePanelStyle'
TabOrder = 2
object Rectangle1: TRectangle
Align = Client
Fill.Kind = None
Margins.Bottom = 8.000000000000000000
Size.Width = 524.000000000000000000
Size.Height = 292.000000000000000000
Size.PlatformDefault = False
Stroke.Color = claWhite
end
end
object Panel2: TPanel
Align = Top
Position.Y = 300.000000000000000000
Size.Width = 524.000000000000000000
Size.Height = 45.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'BasePanelStyle'
TabOrder = 1
object btnApply: TLabel
Align = Scale
Enabled = False
StyledSettings = [Family, Size, Style, Other]
HitTest = True
Position.X = 144.000000000000000000
Position.Y = 2.109375000000000000
Size.Width = 113.000000000000000000
Size.Height = 36.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'lCARSPushButton'
TextSettings.FontColor = claWhite
Text = 'Apply'
TabOrder = 1
OnClick = btnApplyClick
end
object btnCancel: TLabel
Align = Scale
Enabled = False
StyledSettings = [Family, Size, Style, Other]
HitTest = True
Position.X = 272.000000000000000000
Position.Y = 2.109375000000000000
Size.Width = 113.000000000000000000
Size.Height = 36.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'lCARSPushButton'
TextSettings.FontColor = claWhite
Text = 'Cancel'
TabOrder = 0
OnClick = btnCancelClick
end
end
end
object tmrLoadSettings: TTimer
Enabled = False
Interval = 100
OnTimer = tmrLoadSettingsTimer
Left = 144
Top = 500
end
end