-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform_configure.lfm
More file actions
297 lines (297 loc) · 8.26 KB
/
form_configure.lfm
File metadata and controls
297 lines (297 loc) · 8.26 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
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
object FrmConfigure: TFrmConfigure
Left = 580
Height = 414
Top = 41
Width = 741
Caption = 'FrmConfigure'
ClientHeight = 414
ClientWidth = 741
DesignTimePPI = 120
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
LCLVersion = '2.2.4.0'
object PageControl1: TPageControl
Left = 0
Height = 358
Top = 0
Width = 741
ActivePage = TabSheetDivers
Align = alTop
Anchors = [akTop, akLeft, akRight, akBottom]
TabIndex = 0
TabOrder = 0
object TabSheetDivers: TTabSheet
Caption = 'Divers'
ClientHeight = 325
ClientWidth = 733
object GroupBoxLogFile: TGroupBox
Left = 456
Height = 96
Top = 24
Width = 231
Caption = 'Logging'
ClientHeight = 71
ClientWidth = 227
TabOrder = 0
object CheckBoxActivateLogging: TCheckBox
Left = 16
Height = 24
Top = 8
Width = 134
Caption = 'Activate logging'
OnChange = CheckBoxActivateLoggingChange
OnMouseLeave = CheckBoxActivateLoggingMouseLeave
OnMouseMove = CheckBoxActivateLoggingMouseMove
TabOrder = 0
end
object CheckBoxAppendLogFile: TCheckBox
Left = 16
Height = 24
Top = 32
Width = 128
Caption = 'Append log file'
OnMouseLeave = CheckBoxAppendLogFileMouseLeave
OnMouseMove = CheckBoxAppendLogFileMouseMove
TabOrder = 1
end
end
object GroupBoxVisual: TGroupBox
Left = 16
Height = 122
Top = 24
Width = 231
Caption = 'Visueel'
ClientHeight = 97
ClientWidth = 227
TabOrder = 1
object CheckBoxBackGroundColorActiveControle: TCheckBox
Left = 16
Height = 24
Top = 8
Width = 143
Caption = 'Achtergrond kleur'
OnMouseLeave = CheckBoxBackGroundColorActiveControleMouseLeave
OnMouseMove = CheckBoxBackGroundColorActiveControleMouseMove
ParentShowHint = False
TabOrder = 0
end
object CheckBoxTrvHotTrack: TCheckBox
Left = 16
Height = 24
Top = 32
Width = 146
Caption = 'Hottrack TreeView'
OnMouseLeave = CheckBoxTrvHotTrackMouseLeave
OnMouseMove = CheckBoxTrvHotTrackMouseMove
TabOrder = 1
end
object CheckBoxDisplayHelpText: TCheckBox
Left = 16
Height = 24
Top = 60
Width = 138
Caption = 'Toon hulpteksten'
OnMouseLeave = CheckBoxDisplayHelpTextMouseLeave
OnMouseMove = CheckBoxDisplayHelpTextMouseMove
TabOrder = 2
end
end
object Label2: TLabel
Left = 160
Height = 20
Top = 191
Width = 195
Caption = 'Uitklap niveau boomstructuur'
ParentColor = False
Visible = False
end
object SpeedButtonPublicIPAddress: TSpeedButton
Left = 16
Height = 28
Top = 296
Width = 236
Caption = 'Extern Ip adres'
Flat = True
OnClick = SpeedButtonPublicIPAddressClick
end
end
object TabSheetAppDatabase: TTabSheet
Caption = 'App database'
ClientHeight = 325
ClientWidth = 733
object GroupBoxAppDb: TGroupBox
Left = 8
Height = 131
Top = 8
Width = 480
ClientHeight = 106
ClientWidth = 476
TabOrder = 0
object LabelCopyDbFile: TLabel
Left = 8
Height = 20
Top = 8
Width = 174
Caption = 'Kopieer database bestand'
ParentColor = False
end
object EditCopyDbFile: TEdit
Left = 192
Height = 28
Hint = 'Kopieer het database bestand na elke xx keer starten.'
Top = 0
Width = 40
Alignment = taRightJustify
NumbersOnly = True
OnMouseLeave = EditCopyDbFileMouseLeave
OnMouseMove = EditCopyDbFileMouseMove
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object ButtonCompressSQLite: TButton
Left = 280
Height = 31
Top = -3
Width = 174
Caption = 'Compress database'
OnClick = ButtonCompressSQLiteClick
OnMouseLeave = ButtonCompressSQLiteMouseLeave
OnMouseMove = ButtonCompressSQLiteMouseMove
TabOrder = 1
end
object ButtonCopyDatabase: TButton
Left = 280
Height = 31
Top = 40
Width = 174
Caption = 'Copy Database'
OnClick = ButtonCopyDatabaseClick
OnMouseLeave = ButtonCopyDatabaseMouseLeave
OnMouseMove = ButtonCopyDatabaseMouseMove
TabOrder = 2
end
end
object GroupBoxFileLocations: TGroupBox
Left = 8
Height = 168
Top = 152
Width = 720
Anchors = [akTop, akLeft, akRight]
ClientHeight = 143
ClientWidth = 716
TabOrder = 1
object Label1: TLabel
Left = 8
Height = 20
Top = 16
Width = 153
Caption = 'SQLite Library location:'
ParentColor = False
end
object EditSQLiteLibraryLocation: TEdit
Left = 184
Height = 28
Top = 8
Width = 472
Anchors = [akTop, akLeft, akRight]
OnMouseLeave = EditSQLiteLibraryLocationMouseLeave
OnMouseMove = EditSQLiteLibraryLocationMouseMove
TabOrder = 0
end
object SpeedButtonSQLliteDllLocation: TSpeedButton
Left = 672
Height = 28
Top = 7
Width = 29
Anchors = [akTop, akRight]
Caption = '...'
Flat = True
OnClick = SpeedButtonSQLliteDllLocationClick
OnMouseLeave = SpeedButtonSQLliteDllLocationMouseLeave
OnMouseMove = SpeedButtonSQLliteDllLocationMouseMove
ParentFont = False
end
object LabelSslDllLocation: TLabel
Left = 8
Height = 20
Top = 56
Width = 166
Caption = 'OpenSSL library location:'
Enabled = False
ParentColor = False
end
object EditSslDllLocation: TEdit
Left = 184
Height = 28
Top = 48
Width = 472
Anchors = [akTop, akLeft, akRight]
Enabled = False
TabOrder = 1
end
object SpeedButtonSslDllLocation: TSpeedButton
Left = 672
Height = 28
Top = 48
Width = 29
Anchors = [akTop, akRight]
Caption = '...'
Enabled = False
Flat = True
OnClick = SpeedButtonSslDllLocationClick
ParentFont = False
end
object LabelSslDllLocation1: TLabel
Left = 8
Height = 20
Top = 96
Width = 166
Caption = 'OpenSSL library location:'
Enabled = False
ParentColor = False
end
object EditSslDllLocation1: TEdit
Left = 184
Height = 28
Top = 88
Width = 472
Anchors = [akTop, akLeft, akRight]
Enabled = False
TabOrder = 2
end
object SpeedButtonSslDllLocation1: TSpeedButton
Left = 672
Height = 28
Top = 88
Width = 29
Anchors = [akTop, akRight]
Caption = '...'
Enabled = False
Flat = True
OnClick = SpeedButtonSslDllLocation1Click
ParentFont = False
end
end
end
end
object ButtonClose: TButton
Left = 634
Height = 31
Top = 374
Width = 94
Anchors = [akRight, akBottom]
Caption = 'Sluiten'
OnClick = ButtonCloseClick
TabOrder = 1
end
object LabelStatus: TLabel
Left = 7
Height = 20
Top = 383
Width = 20
Caption = ' '
ParentColor = False
end
end