forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfigDlg.dfm
380 lines (380 loc) · 8.83 KB
/
ConfigDlg.dfm
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
object ConfigDlg: TConfigDlg
Left = 576
Height = 435
Top = 224
Width = 450
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 435
ClientWidth = 450
Color = clBtnFace
OnClose = FormClose
OnDestroy = FormDestroy
ParentFont = True
Position = poMainFormCenter
ShowHint = True
LCLVersion = '1.6.0.4'
object PageControl1: TPageControl
Left = 0
Height = 378
Top = 0
Width = 450
ActivePage = TabSheet1
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '&Application'
ClientHeight = 341
ClientWidth = 442
object GroupBox1: TGroupBox
Left = 8
Height = 99
Top = 105
Width = 425
Caption = '&LDAP tree'
ClientHeight = 68
ClientWidth = 421
TabOrder = 1
object cbIdObject: TCheckBox
Left = 24
Height = 26
Top = -7
Width = 124
Caption = '&Identify objects'
OnClick = cbIdObjectClick
TabOrder = 0
end
object cbEnforceContainer: TCheckBox
Left = 24
Height = 26
Top = 17
Width = 190
AllowGrayed = True
Caption = '&Enforce container objects'
Enabled = False
State = cbGrayed
TabOrder = 2
end
object cbSmartDelete: TCheckBox
Left = 240
Height = 26
Top = -7
Width = 112
Caption = 'Smart &delete'
TabOrder = 1
end
object cbTemplateIcons: TCheckBox
Left = 240
Height = 26
Top = 17
Width = 123
Caption = '&Template icons'
TabOrder = 3
end
object cbDisplayEncoded: TCheckBox
Left = 24
Height = 26
Top = 40
Width = 207
Caption = 'Do not decode LDAP strings'
TabOrder = 4
end
end
object GroupBox3: TGroupBox
Left = 8
Height = 89
Top = 8
Width = 425
Caption = '&Startup'
ClientHeight = 58
ClientWidth = 421
TabOrder = 0
object cbConnect: TCheckBox
Left = 24
Height = 26
Top = -4
Width = 139
Caption = '&Connect on start:'
OnClick = cbConnectClick
TabOrder = 0
end
object SetDefBtn: TButton
Left = 208
Height = 25
Top = 24
Width = 193
Caption = '&Set as default LDAP browser'
OnClick = SetDefBtnClick
TabOrder = 2
end
object CheckAssocCbk: TCheckBox
Left = 25
Height = 26
Top = 24
Width = 195
Caption = 'Always &check associations'
TabOrder = 1
end
end
object GroupBox4: TGroupBox
Left = 8
Height = 129
Top = 212
Width = 425
Caption = 'Sea&rch'
ClientHeight = 98
ClientWidth = 421
TabOrder = 2
object Label2: TLabel
Left = 24
Height = 15
Top = 50
Width = 118
Caption = '&Quick search filter:'
ParentColor = False
end
object Label4: TLabel
Left = 24
Height = 15
Top = 2
Width = 34
Caption = '&Filter:'
ParentColor = False
end
object edQSearch: TEdit
Left = 24
Height = 21
Top = 66
Width = 377
TabOrder = 1
end
object edSearch: TEdit
Left = 24
Height = 21
Top = 21
Width = 377
TabOrder = 0
end
end
end
object TabSheet2: TTabSheet
Caption = '&Templates'
ClientHeight = 341
ClientWidth = 442
ImageIndex = 1
object GroupBox2: TGroupBox
Left = 8
Height = 201
Top = 8
Width = 425
Caption = '&Files'
ClientHeight = 184
ClientWidth = 421
TabOrder = 0
object Label1: TLabel
Left = 24
Height = 15
Top = -2
Width = 133
Caption = '&Template directories:'
FocusControl = TemplateList
ParentColor = False
end
object TemplateList: TListBox
Left = 24
Height = 145
Top = 14
Width = 305
ItemHeight = 0
OnMouseMove = ListMouseMove
ScrollWidth = 301
TabOrder = 0
TopIndex = -1
end
object btnAdd: TButton
Left = 335
Height = 25
Top = 15
Width = 82
Caption = '&Add...'
OnClick = btnAddClick
TabOrder = 1
end
object btnDel: TButton
Left = 335
Height = 25
Top = 46
Width = 82
Caption = '&Remove'
OnClick = btnDelClick
TabOrder = 2
end
end
object GroupBox5: TGroupBox
Left = 8
Height = 105
Top = 224
Width = 425
Caption = '&Options'
ClientHeight = 88
ClientWidth = 421
TabOrder = 1
object cbTemplateExtensions: TCheckBox
Left = 24
Height = 26
Top = 30
Width = 301
Caption = 'Allow templates to e&xtend property dialogs'
TabOrder = 1
end
object cbTemplateAutoload: TCheckBox
Left = 24
Height = 26
Top = 6
Width = 238
Caption = '&Autoload templates when editing'
TabOrder = 0
end
object cbTemplateProperties: TCheckBox
Left = 24
Height = 26
Top = 54
Width = 249
Caption = 'Use templates as property objects'
TabOrder = 2
end
end
end
object TabSheet3: TTabSheet
Caption = '&Localization'
ClientHeight = 341
ClientWidth = 442
ImageIndex = 2
object GroupBox6: TGroupBox
Left = 8
Height = 153
Top = 8
Width = 425
Caption = '&Languages'
ClientHeight = 136
ClientWidth = 421
TabOrder = 0
object Label5: TLabel
Left = 24
Height = 15
Top = -1
Width = 95
Caption = '&File directories:'
FocusControl = LanguageList
ParentColor = False
end
object LanguageList: TListBox
Left = 24
Height = 97
Top = 15
Width = 305
ItemHeight = 0
OnMouseMove = ListMouseMove
ScrollWidth = 301
TabOrder = 0
TopIndex = -1
end
object btnAddLang: TButton
Left = 335
Height = 25
Top = 16
Width = 82
Caption = '&Add...'
OnClick = btnAddLangClick
TabOrder = 1
end
object btnDelLang: TButton
Left = 335
Height = 25
Top = 78
Width = 81
Caption = '&Remove'
OnClick = btnDelLangClick
TabOrder = 3
end
object btnEditLang: TButton
Left = 335
Height = 25
Top = 47
Width = 82
Caption = '&Edit'
OnClick = btnEditLangClick
TabOrder = 2
end
end
object GroupBox7: TGroupBox
Left = 8
Height = 161
Top = 176
Width = 425
Caption = '&Transcoding'
ClientHeight = 144
ClientWidth = 421
TabOrder = 1
object Label3: TLabel
Left = 24
Height = 15
Top = 3
Width = 182
Caption = 'Character transcoding table:'
ParentColor = False
end
object TranscodingTable: TStringGrid
Left = 24
Height = 105
Top = 19
Width = 385
ColCount = 2
DefaultRowHeight = 16
FixedCols = 0
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor]
RowCount = 6
ScrollBars = ssVertical
TabOrder = 0
OnSetEditText = TranscodingTableSetEditText
ColWidths = (
75
311
)
end
end
end
end
object Panel1: TPanel
Left = 0
Height = 57
Top = 378
Width = 450
Align = alBottom
ClientHeight = 57
ClientWidth = 450
TabOrder = 1
object OKBtn: TButton
Left = 143
Height = 25
Top = 16
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 231
Height = 25
Top = 16
Width = 75
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end