-
Notifications
You must be signed in to change notification settings - Fork 5
/
bookSearchForm.lfm
executable file
·365 lines (365 loc) · 8.08 KB
/
bookSearchForm.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
object bookSearchFrm: TbookSearchFrm
Left = 401
Height = 672
Top = 116
Width = 925
ActiveControl = optionPanel
Caption = 'Suche in den Katalogen'
ClientHeight = 672
ClientWidth = 925
DesignTimePPI = 98
KeyPreview = True
OnClose = FormClose
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnDestroy = FormDestroy
OnKeyUp = FormKeyUp
Position = poScreenCenter
LCLVersion = '2.3.0.0'
Scaled = False
object optionPanel: TPanel
Left = 0
Height = 649
Top = 0
Width = 243
Align = alLeft
ClientHeight = 649
ClientWidth = 243
TabOrder = 0
OnClick = optionPanelClick
object Label1: TLabel
Left = 7
Height = 19
Top = 7
Width = 229
Align = alTop
BorderSpacing.Around = 6
Caption = 'Suche in:'
Color = clDefault
ParentColor = False
end
object searchSelectionList: TCheckListBox
Left = 7
Height = 77
Top = 111
Width = 229
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnClickCheck = searchSelectionListClickCheck
TabOrder = 0
TopIndex = -1
end
object startSearch: TButton
AnchorSideTop.Control = SearchParamsBox
AnchorSideTop.Side = asrBottom
Left = 7
Height = 29
Top = 557
Width = 229
Align = alBottom
AutoSize = True
BorderSpacing.Around = 6
Caption = '&Suche starten'
Default = True
Font.Style = [fsBold]
OnClick = startSearchClick
ParentFont = False
TabOrder = 1
end
object searchLocation: TComboBox
Left = 7
Height = 31
Top = 70
Width = 229
Align = alTop
BorderSpacing.Top = 1
BorderSpacing.Bottom = 4
BorderSpacing.Around = 6
ItemHeight = 0
OnSelect = searchLocationSelect
Style = csDropDownList
TabOrder = 2
end
object displayInternalProperties: TCheckBox
Left = 6
Height = 23
Top = 620
Width = 231
Align = alBottom
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 5
Caption = 'alle Eigenschaften auflisten'
OnChange = displayInternalPropertiesChange
TabOrder = 3
end
object displayImage: TCheckBox
Left = 5
Height = 23
Top = 592
Width = 233
Align = alBottom
Anchors = [akLeft, akBottom]
BorderSpacing.Around = 4
Caption = 'Bild anzeigen'
Checked = True
OnChange = displayImageChange
State = cbChecked
TabOrder = 4
end
object SearchParamsBox: TScrollBox
Left = 1
Height = 352
Top = 199
Width = 241
HorzScrollBar.Page = 1
VertScrollBar.Page = 1
Align = alClient
TabOrder = 5
end
object startAutoSearchButton: TButton
Left = 136
Height = 25
Top = 582
Width = 96
Anchors = [akLeft, akBottom]
Caption = 'Auto-Suche'
OnClick = startAutoSearchButtonClick
TabOrder = 6
Visible = False
end
object searchLocationRegion: TComboBox
Left = 7
Height = 31
Top = 32
Width = 229
Align = alTop
BorderSpacing.Around = 6
ItemHeight = 0
OnSelect = searchLocationRegionSelect
Style = csDropDownList
TabOrder = 7
end
object Splitter2: TSplitter
Cursor = crVSplit
Left = 1
Height = 5
Top = 194
Width = 241
Align = alTop
ResizeAnchor = akTop
end
end
object bookListPanel: TPanel
Left = 248
Height = 649
Top = 0
Width = 677
Align = alClient
ClientHeight = 649
ClientWidth = 677
TabOrder = 1
object detailPanelHolder: TPanel
Left = 1
Height = 240
Top = 389
Width = 675
Align = alBottom
BevelOuter = bvNone
ClientHeight = 240
ClientWidth = 675
TabOrder = 0
OnClick = detailPanelHolderClick
object Image1: TImage
Left = 569
Height = 240
Top = 0
Width = 106
Align = alRight
Proportional = True
end
object Splitter3: TSplitter
Left = 564
Height = 240
Top = 0
Width = 5
Align = alRight
ResizeAnchor = akRight
end
object detailPanel: TPanel
Left = 0
Height = 240
Top = 0
Width = 564
Align = alClient
Caption = 'detailPanel'
ClientHeight = 240
ClientWidth = 564
TabOrder = 1
object holdingsSplitter: TSplitter
Cursor = crVSplit
Left = 1
Height = 5
Top = 132
Width = 562
Align = alBottom
Beveled = True
ResizeAnchor = akBottom
Visible = False
end
object holdingsPanel: TPanel
Left = 1
Height = 102
Top = 137
Width = 562
Align = alBottom
Caption = 'holdingsPanel'
TabOrder = 1
Visible = False
end
end
end
object Panel1: TPanel
Left = 1
Height = 19
Top = 629
Width = 675
Align = alBottom
AutoSize = True
BevelOuter = bvNone
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 4
ClientHeight = 19
ClientWidth = 675
TabOrder = 1
OnClick = Panel1Click
object Label12: TLabel
Cursor = crHandPoint
Left = 0
Height = 19
Top = 0
Width = 169
Alignment = taCenter
Caption = 'Speichern'
Color = clDefault
Font.Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnClick = Label12Click
end
object LabelSaveTo: TLabel
Cursor = crHandPoint
Left = 169
Height = 19
Top = 0
Width = 128
Caption = 'in \/'
Color = clDefault
Font.Color = clBlue
Font.Style = [fsItalic]
ParentColor = False
ParentFont = False
PopupMenu = saveToAccountMenu
OnClick = LabelSaveToClick
end
object LabelOrder: TLabel
Cursor = crHandPoint
Left = 297
Height = 19
Top = 0
Width = 246
Caption = 'Vormerken/Bestellen'
Color = clDefault
Font.Color = clBlue
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
OnClick = LabelOrderClick
end
object LabelOrderFor: TLabel
Cursor = crHandPoint
Left = 543
Height = 19
Top = 0
Width = 132
Caption = 'für \/'
Color = clDefault
Font.Color = clBlue
Font.Style = [fsItalic]
ParentColor = False
ParentFont = False
OnClick = LabelOrderForClick
end
end
object bookListPanel2: TPanel
Left = 1
Height = 383
Top = 1
Width = 675
Align = alClient
TabOrder = 2
end
object Splitter4: TSplitter
Cursor = crVSplit
Left = 1
Height = 5
Top = 384
Width = 675
Align = alBottom
ResizeAnchor = akBottom
end
end
object Splitter1: TSplitter
Left = 243
Height = 649
Top = 0
Width = 5
Beveled = True
end
object StatusBar1: TStatusBar
Left = 0
Height = 23
Top = 649
Width = 925
Panels = <
item
Width = 350
end
item
Width = 150
end
item
Width = 50
end>
SimplePanel = False
end
object saveToAccountMenu: TPopupMenu
Left = 400
Top = 400
end
object orderForAccountMenu: TPopupMenu
Left = 640
Top = 448
end
object autoSearchContinueTimer: TTimer
Enabled = False
Interval = 100
OnTimer = autoSearchContinueTimerTimer
Left = 112
Top = 504
end
object PopupMenu1: TPopupMenu
Left = 528
Top = 488
object menuCopyValue: TMenuItem
Caption = 'Wert kopieren'
OnClick = menuCopyValueClick
end
object menuCopyRow: TMenuItem
Caption = 'Zeile kopieren'
OnClick = menuCopyRowClick
end
end
end