-
Notifications
You must be signed in to change notification settings - Fork 2
/
FormConfig.fmx
182 lines (182 loc) · 5.4 KB
/
FormConfig.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
object frmConfig: TfrmConfig
Left = 0
Top = 0
Caption = 'Configure'
ClientHeight = 274
ClientWidth = 506
StyleBook = dmStyleRes.StyleBook1
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Layout1: TLayout
Align = MostLeft
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 206.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
object tvMain: TTreeView
Align = Client
Size.Width = 129.000000000000000000
Size.Height = 181.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
OnChange = tvMainChange
Viewport.Width = 125.000000000000000000
Viewport.Height = 177.000000000000000000
object tvitemGeneral: TTreeViewItem
IsChecked = False
IsExpanded = False
IsSelected = True
TabOrder = 0
Text = 'General'
end
end
object Label1: TLabel
Align = MostTop
StyledSettings = [Family, Size, FontColor]
Margins.Bottom = 8.000000000000000000
Size.Width = 129.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Center
Text = 'Categories'
end
end
object Layout2: TLayout
Align = Client
Margins.Left = 8.000000000000000000
Margins.Top = 8.000000000000000000
Margins.Right = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
Size.Width = 345.000000000000000000
Size.Height = 206.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object tabcontrolMain: TTabControl
Align = Client
Size.Width = 345.000000000000000000
Size.Height = 206.000000000000000000
Size.PlatformDefault = False
TabIndex = 0
TabOrder = 0
TabPosition = None
Sizes = (
342s
202s)
object tabItemGeneral: TTabItem
CustomIcon = <
item
end>
IsSelected = True
Size.Width = 8.000000000000000000
Size.Height = 8.000000000000000000
Size.PlatformDefault = False
StyleLookup = ''
TabOrder = 0
Text = 'General'
ExplicitSize.cx = 8.000000000000000000
ExplicitSize.cy = 8.000000000000000000
object switchAutoStart: TSwitch
IsChecked = False
Position.X = 32.000000000000000000
Position.Y = 64.000000000000000000
Size.Width = 48.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
TabOrder = 7
end
object Label4: TLabel
Position.X = 88.000000000000000000
Position.Y = 58.000000000000000000
Size.Width = 81.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Trimming = None
Text = 'Auto start'
TabOrder = 8
end
object switchAutoMinimizeOnTray: TSwitch
IsChecked = False
Position.X = 32.000000000000000000
Position.Y = 104.000000000000000000
Size.Width = 48.000000000000000000
Size.Height = 20.000000000000000000
Size.PlatformDefault = False
TabOrder = 6
end
object Label6: TLabel
Position.X = 88.000000000000000000
Position.Y = 98.000000000000000000
Size.Width = 81.000000000000000000
Size.Height = 33.000000000000000000
Size.PlatformDefault = False
TextSettings.Trimming = None
Text = 'Auto minimize on tray'
TabOrder = 9
end
object Label5: TLabel
Align = MostTop
StyledSettings = [Family, Size, FontColor]
Margins.Top = 8.000000000000000000
Margins.Bottom = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 342.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.StyleExt = {00070000000000000004000000}
TextSettings.HorzAlign = Center
Text = 'General'
TabOrder = 10
end
end
end
end
object Layout3: TLayout
Align = MostBottom
Position.Y = 222.000000000000000000
Size.Width = 506.000000000000000000
Size.Height = 52.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
object Button1: TButton
Action = actCancel
Cancel = True
Enabled = True
ImageIndex = -1
ModalResult = 2
Position.X = 312.000000000000000000
Position.Y = 16.000000000000000000
TabOrder = 1
end
object Button2: TButton
Action = actOK
Enabled = True
ImageIndex = -1
ModalResult = 1
Position.X = 416.000000000000000000
Position.Y = 16.000000000000000000
TabOrder = 0
end
end
object ActionList1: TActionList
Left = 56
Top = 216
object actOK: TAction
Text = 'OK'
OnExecute = actOKExecute
OnUpdate = actOKUpdate
end
object actCancel: TAction
Text = 'Cancel'
OnExecute = actCancelExecute
end
end
end