-
Notifications
You must be signed in to change notification settings - Fork 5
/
newaccountwizard_u.lfm
485 lines (485 loc) · 13.9 KB
/
newaccountwizard_u.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
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
object newAccountWizard: TnewAccountWizard
Left = 349
Height = 431
Top = 141
Width = 528
BorderIcons = [biSystemMenu]
Caption = 'Neues Konto'
ClientHeight = 431
ClientWidth = 528
DesignTimePPI = 98
FormStyle = fsStayOnTop
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.0.10.0'
object Notebook1: TNotebook
Left = 0
Height = 392
Top = 0
Width = 528
PageIndex = 0
Align = alClient
TabOrder = 0
TabStop = True
object Page1: TPage
Color = clBtnFace
object Label1ChooseLib: TLabel
Left = 20
Height = 126
Top = 7
Width = 480
Anchors = [akTop, akLeft, akRight]
Caption = 'Um die auf einem Konto ausgeliehenen Medien zu betrachten, müssen Sie hier Ihre Büchereikontodaten eingeben. '#10#10'Bitte wählen Sie zuerst die Stadt und dann die Bücherei aus, zu der das entsprechende Konto gehört und klicken dann auf "Weiter".'
ParentColor = False
ParentFont = False
WordWrap = True
end
object Panel2: TPanel
AnchorSideTop.Control = Label1ChooseLib
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Page1
AnchorSideBottom.Side = asrBottom
Left = 19
Height = 239
Top = 143
Width = 494
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Around = 10
BevelInner = bvLowered
ParentFont = False
TabOrder = 0
end
end
object Page2: TPage
object Label4: TLabel
AnchorSideTop.Control = accountName
AnchorSideTop.Side = asrCenter
Left = 37
Height = 19
Top = 166
Width = 94
Alignment = taRightJustify
Caption = 'Kontonummer:'
ParentColor = False
ParentFont = False
end
object passLabel: TLabel
AnchorSideTop.Control = accountPass
AnchorSideTop.Side = asrCenter
Left = 37
Height = 19
Top = 213
Width = 87
Caption = 'Passwort: '
ParentColor = False
ParentFont = False
end
object identificarionInvalid: TLabel
AnchorSideTop.Control = accountPass
AnchorSideTop.Side = asrBottom
Left = 20
Height = 19
Top = 243
Width = 57
Caption = '(empty)'
Font.Color = clRed
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object label2Account: TLabel
AnchorSideTop.Control = LabelSelectedLib
AnchorSideTop.Side = asrBottom
Left = 20
Height = 38
Top = 51
Width = 442
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 15
Caption = 'Bitte geben Sie jetzt Ihre Kartennummer und ihr Passwort (häufig Geburtsdatum) ein und klicken Sie dann auf "Weiter".'
ParentColor = False
ParentFont = False
WordWrap = True
end
object accountName: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = label2Account
AnchorSideTop.Side = asrBottom
Left = 143
Height = 31
Top = 160
Width = 310
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 66
BorderSpacing.Around = 4
OnChange = accountNameChange
ParentFont = False
TabOrder = 0
end
object accountPass: TEdit
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = accountName
AnchorSideTop.Side = asrBottom
Left = 143
Height = 31
Top = 207
Width = 310
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 11
BorderSpacing.Around = 4
OnChange = accountNameChange
ParentFont = False
TabOrder = 1
end
object LabelAccountType: TLabel
AnchorSideTop.Control = accountType
AnchorSideTop.Side = asrCenter
Left = 36
Height = 19
Top = 120
Width = 58
Caption = 'Kontotyp:'
ParentColor = False
ParentFont = False
end
object accountType: TComboBox
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = label2Account
AnchorSideTop.Side = asrBottom
Left = 143
Height = 31
Top = 114
Width = 310
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 20
BorderSpacing.Around = 4
ItemHeight = 0
ItemIndex = 0
Items.Strings = (
'Intern (z.B.: Student)'
'Extern'
)
ParentFont = False
Style = csDropDownList
TabOrder = 2
Text = 'Intern (z.B.: Student)'
end
object LabelSelectedLib: TLabel
Left = 16
Height = 19
Top = 16
Width = 122
Caption = 'LabelSelectedLib'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object accountComment: TLabel
AnchorSideTop.Control = identificarionInvalid
AnchorSideTop.Side = asrBottom
Left = 24
Height = 19
Top = 275
Width = 474
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
Caption = 'accountComment'
ParentColor = False
ParentFont = False
WordWrap = True
end
end
object Page3: TPage
object label3displayName: TLabel
Left = 24
Height = 38
Top = 21
Width = 501
Anchors = [akTop, akLeft, akRight]
Caption = 'Geben Sie nun ein, unter welchem Namen das Konto im Programm angezeigt werden soll:'
ParentColor = False
ParentFont = False
WordWrap = True
end
object Label8: TLabel
AnchorSideTop.Control = accountPrettyName
AnchorSideTop.Side = asrBottom
Left = 24
Height = 19
Top = 137
Width = 341
BorderSpacing.Top = 33
Caption = 'Sollen alle ausgeliehenen Medien gespeichert werden?'
ParentColor = False
ParentFont = False
end
object accountPrettyName: TEdit
AnchorSideTop.Control = label3displayName
AnchorSideTop.Side = asrBottom
Left = 24
Height = 31
Top = 72
Width = 479
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 12
ParentFont = False
TabOrder = 0
end
object saveHistory: TRadioButton
AnchorSideTop.Control = Label8
AnchorSideTop.Side = asrBottom
Left = 56
Height = 21
Top = 169
Width = 177
BorderSpacing.Top = 13
Caption = 'ja, alle Medien speichern'
Checked = True
ParentFont = False
TabOrder = 1
TabStop = True
end
object RadioButton1: TRadioButton
AnchorSideTop.Control = saveHistory
AnchorSideTop.Side = asrBottom
Left = 56
Height = 21
Top = 206
Width = 296
BorderSpacing.Top = 15
Caption = 'nein, => keine Ausleihenhistory und Statistik'
ParentFont = False
TabOrder = 2
end
end
object Page4: TPage
object lblWarning: TLabel
AnchorSideLeft.Control = extendTypeRG
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = label4autoextend
AnchorSideTop.Side = asrBottom
Left = 222
Height = 152
Top = 74
Width = 224
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 28
BorderSpacing.Top = 13
Caption = 'Achtung: '#10'Die Bücherei erlaubt nur wenige Verlängerungen pro Medium. Bei der Option "immer, wenn möglich" werden daher, nach kurzer Zeit, keinerlei Verlängerungen mehr erlaubt sein.'
Constraints.MaxWidth = 225
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Visible = False
WordWrap = True
end
object extendDaysLbl: TLabel
AnchorSideLeft.Control = extendTypeRG
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = label4autoextend
AnchorSideTop.Side = asrBottom
Left = 241
Height = 19
Top = 111
Width = 94
BorderSpacing.Left = 47
BorderSpacing.Top = 51
Caption = 'Nötig bedeutet:'
ParentColor = False
ParentFont = False
Visible = False
end
object extendDaysLbl2: TLabel
AnchorSideLeft.Control = extendDaysEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = extendDaysLbl
AnchorSideTop.Side = asrBottom
Left = 286
Height = 19
Top = 156
Width = 176
BorderSpacing.Top = 20
BorderSpacing.Around = 5
Caption = 'Tage vor Ablauf der Leihfrist'
ParentColor = False
ParentFont = False
Visible = False
WordWrap = True
end
object label4autoextend: TLabel
Left = 9
Height = 38
Top = 21
Width = 500
Anchors = [akTop, akLeft, akRight]
Caption = 'Wählen Sie nun aus, wann das Programm selbstständig die auf diesem Konto ausgeliehenen Medien verlängern soll:'
ParentColor = False
ParentFont = False
WordWrap = True
end
object extendTypeRG: TRadioGroup
AnchorSideTop.Control = label4autoextend
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = lblWarning
Left = 18
Height = 315
Top = 71
Width = 172
Anchors = [akTop, akLeft, akBottom]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 11
BorderSpacing.Right = 10
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 290
ClientWidth = 168
ItemIndex = 0
Items.Strings = (
'immer, wenn möglich'
'immer, wenn nötig'
'niemals'
)
OnClick = RadioGroup2Click
ParentFont = False
TabOrder = 0
end
object extendDaysEdit: TEdit
AnchorSideLeft.Control = extendTypeRG
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = extendDaysLbl2
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = extendDaysLbl2
Left = 242
Height = 31
Top = 150
Width = 35
BorderSpacing.Left = 48
BorderSpacing.Top = 14
BorderSpacing.Right = 9
ParentFont = False
TabOrder = 1
Text = '7'
Visible = False
end
end
object lastPage: TPage
object Label5: TLabel
Left = 7
Height = 38
Top = 8
Width = 516
Anchors = [akTop, akLeft, akRight]
Caption = 'Klicken Sie nun auf "Erstellen", um ein Konto mit folgenden Eigenschaften zu registrieren:'
ParentColor = False
ParentFont = False
WordWrap = True
end
object StringGrid1: TPanel
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 21
Height = 609
Top = 51
Width = 492
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 4
BevelInner = bvLowered
BevelOuter = bvLowered
Color = clBtnFace
ParentColor = False
ParentFont = False
TabOrder = 0
end
end
end
object Panel1: TPanel
Left = 0
Height = 39
Top = 392
Width = 528
Align = alBottom
AutoSize = True
ClientHeight = 39
ClientWidth = 528
ParentFont = False
TabOrder = 1
object cancelBtn: TButton
Left = 432
Height = 33
Top = 3
Width = 92
Anchors = [akTop, akRight]
AutoSize = True
Cancel = True
Caption = '&Abbrechen'
OnClick = Button1Click
ParentFont = False
TabOrder = 2
end
object nextbtn: TButton
AnchorSideRight.Control = cancelBtn
Left = 338
Height = 33
Top = 3
Width = 82
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 10
BorderSpacing.Around = 2
Caption = '&Weiter >'
Constraints.MinWidth = 82
Default = True
OnClick = Button2Click
ParentFont = False
TabOrder = 0
end
object back: TButton
AnchorSideRight.Control = nextbtn
Left = 254
Height = 33
Top = 3
Width = 82
Anchors = [akTop, akRight]
AutoSize = True
Caption = '< &Zurück'
Constraints.MinWidth = 82
Enabled = False
OnClick = Button3Click
ParentFont = False
TabOrder = 1
end
object newlibbtn: TButton
Left = 1
Height = 33
Top = 3
Width = 223
AutoSize = True
Caption = 'Neue Bibliothek registrieren'
OnClick = newlibbtnClick
ParentFont = False
TabOrder = 3
end
end
object Timer1: TTimer
Interval = 60
OnTimer = Timer1Timer
Left = 466
Top = 33
end
end