-
Notifications
You must be signed in to change notification settings - Fork 5
/
libraryaccesstester.lfm
387 lines (387 loc) · 9.3 KB
/
libraryaccesstester.lfm
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
381
382
383
384
385
386
387
object libraryTesterForm: TlibraryTesterForm
Left = 233
Height = 749
Top = 65
Width = 1300
Caption = 'libraryTesterForm'
ClientHeight = 749
ClientWidth = 1300
DesignTimePPI = 98
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
Scaled = False
object PageControl1: TPageControl
Left = 0
Height = 749
Hint = 'number of threads'
Top = 0
Width = 1300
ActivePage = TabSheet2
Align = alClient
TabIndex = 0
TabOrder = 0
object TabSheet2: TTabSheet
Caption = 'Multi-Tester'
ClientHeight = 716
ClientWidth = 1296
object TreeListView1: TTreeListView
Left = 0
Height = 683
Hint = 'Constant example tree'
Top = 0
Width = 1296
Options = [tlvoMultiSelect, tlvoToolTips, tlvoRightMouseSelects, tlvoStriped, tlvoSorted]
Columns = <
item
Alignment = taLeftJustify
Text = 'Land'
Width = 100
Visible = True
end
item
Alignment = taLeftJustify
Text = 'BIb'
Width = 250
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Suche'
Width = 250
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Konto'
Width = 250
Visible = True
end
item
Alignment = taLeftJustify
Text = 'Homepage'
Width = 50
Visible = True
end
item
Alignment = taLeftJustify
Text = 'System'
Width = 30
Visible = True
end>
RowHeight = 16
HorizontalLineMode = lmNone
HorizontalLineColor = clWindowFrame
VerticalLineMode = lmDot
VerticalLineColor = clWindowFrame
RootLineMode = lmDot
RootLineColor = clWindowFrame
ColorSearchMark = clAqua
ColorSearchMarkField = 16744320
ExpandMode = emExpandByClick
HotTrackFont.Color = clBlue
HotTrackFont.Style = [fsUnderline]
Font.Color = clWindowText
SelectedFont.Color = clHighlightText
SelectedHotTrackFont.Color = clHighlightText
SelectedHotTrackFont.Style = [fsBold, fsUnderline]
StripedOddColor = clWindow
StripedEvenColor = 14745599
SelectBackColor = clHighlight
ButtonColor = clWindow
BackGroundColor = clWindow
Scrollbars = ssBoth
HeaderVisible = True
OnCustomRecordItemDraw = TreeListView1CustomRecordItemDraw
OnSelect = TreeListView1Select
TabOrder = 0
Align = alClient
PopupMenu = PopupMenu1
end
object Panel2: TPanel
Left = 0
Height = 33
Top = 683
Width = 1296
Align = alBottom
ClientHeight = 33
ClientWidth = 1296
TabOrder = 1
object Button4: TButton
Left = 1194
Height = 25
Top = 0
Width = 91
Anchors = [akTop, akRight]
Caption = 'Test'
OnClick = Button4Click
TabOrder = 0
end
object editTitle: TEdit
Left = 48
Height = 29
Top = 5
Width = 80
TabOrder = 1
Text = 'test'
end
object EditAutor: TEdit
Left = 168
Height = 29
Top = 5
Width = 80
TabOrder = 2
end
object EditUser: TEdit
Left = 512
Height = 29
Top = 1
Width = 80
TabOrder = 3
Text = 'user'
end
object Label2: TLabel
Left = 8
Height = 19
Top = 9
Width = 30
Caption = 'titel:'
Color = clDefault
ParentColor = False
end
object Label3: TLabel
Left = 128
Height = 19
Top = 8
Width = 39
Caption = 'autor:'
Color = clDefault
ParentColor = False
end
object editPass: TEdit
Left = 600
Height = 29
Top = 1
Width = 80
TabOrder = 4
Text = 'pass'
end
object CheckBox1: TCheckBox
Left = 941
Height = 23
Top = 5
Width = 66
Anchors = [akTop, akRight]
Caption = 'all libs'
Checked = True
State = cbChecked
TabOrder = 5
end
object Button5: TButton
Left = 704
Height = 25
Top = 0
Width = 56
Caption = 'copy'
OnClick = Button5Click
TabOrder = 6
end
object CheckBox2: TCheckBox
Left = 1021
Height = 23
Top = 5
Width = 61
Anchors = [akTop, akRight]
Caption = 'Suche'
Checked = True
State = cbChecked
TabOrder = 7
end
object CheckBox3: TCheckBox
Left = 1088
Height = 23
Top = 5
Width = 60
Anchors = [akTop, akRight]
Caption = 'Konto'
Checked = True
State = cbChecked
TabOrder = 8
end
object SpinEdit1: TSpinEdit
Left = 424
Height = 29
Hint = 'number of search results opened'
Top = 5
Width = 50
MaxValue = 1000
TabOrder = 9
Value = 30
end
object CheckBox4: TCheckBox
Left = 1140
Height = 23
Top = 4
Width = 50
Anchors = [akTop, akRight]
Caption = 'web'
Checked = True
State = cbChecked
TabOrder = 10
end
object editSearchProp: TEdit
Left = 256
Height = 29
Top = 5
Width = 160
TabOrder = 11
end
object Button6: TButton
Left = 768
Height = 25
Top = 1
Width = 56
Caption = 'save'
OnClick = Button6Click
TabOrder = 12
end
end
object SpinEdit2: TSpinEdit
Left = 886
Height = 29
Top = 685
Width = 50
Anchors = [akRight, akBottom]
MaxValue = 1000
TabOrder = 2
Value = 50
end
end
object TabSheet1: TTabSheet
Caption = 'Alter Konto-Tester'
ClientHeight = 716
ClientWidth = 1296
object Panel1: TPanel
Left = 320
Height = 716
Top = 0
Width = 976
Align = alClient
Caption = 'Panel1'
ClientHeight = 716
ClientWidth = 976
TabOrder = 0
object Edit1: TEdit
Left = 23
Height = 29
Top = 37
Width = 944
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
Text = 'name'
end
object Edit2: TEdit
Left = 23
Height = 29
Top = 64
Width = 944
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
Text = 'password'
end
object Button1: TButton
Left = 32
Height = 25
Top = 128
Width = 75
Caption = 'test'
OnClick = Button1Click
TabOrder = 2
end
object Memo1: TMemo
Left = 18
Height = 545
Top = 160
Width = 941
Anchors = [akTop, akLeft, akRight, akBottom]
Lines.Strings = (
'Memo1'
)
ScrollBars = ssAutoBoth
TabOrder = 3
end
object Button2: TButton
Left = 112
Height = 25
Top = 128
Width = 131
Caption = 'all failure test'
OnClick = Button2Click
TabOrder = 4
end
object Label1: TLabel
Left = 18
Height = 19
Top = 96
Width = 86
Caption = 'system filter:'
Color = clDefault
ParentColor = False
end
object filter: TEdit
Left = 120
Height = 29
Top = 93
Width = 847
Anchors = [akTop, akLeft, akRight]
TabOrder = 5
end
object Button3: TButton
Left = 390
Height = 25
Top = 128
Width = 75
Caption = 'cat urls'
OnClick = Button3Click
TabOrder = 6
end
object ComboBox1: TComboBox
Left = 24
Height = 27
Top = 8
Width = 827
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'no segregation'
'intern'
'extern'
)
Style = csDropDownList
TabOrder = 7
Text = 'no segregation'
end
end
object ListBox1: TListBox
Left = 0
Height = 716
Top = 0
Width = 320
Align = alLeft
ItemHeight = 0
ScrollWidth = 318
TabOrder = 1
TopIndex = -1
end
end
end
object PopupMenu1: TPopupMenu
Left = 423
Top = 215
object MenuItem1: TMenuItem
Caption = 'Remove homepage'
OnClick = MenuItem1Click
end
end
end