This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuchangepassword.lfm
274 lines (274 loc) · 5.56 KB
/
uchangepassword.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
object CPForm: TCPForm
Left = 164
Height = 500
Top = 94
Width = 700
BorderIcons = [biSystemMenu]
Caption = 'Passwort ändern - PhilleConnect Teacher'
ClientHeight = 500
ClientWidth = 700
Constraints.MaxHeight = 500
Constraints.MaxWidth = 700
Constraints.MinHeight = 500
Constraints.MinWidth = 700
OnCreate = FormCreate
OnHide = FormHide
OnKeyDown = FormKeyDown
OnShow = FormShow
LCLVersion = '1.6.4.0'
object username: TEdit
Left = 360
Height = 23
Top = 136
Width = 336
OnKeyDown = FormKeyDown
ParentShowHint = False
ShowHint = True
TabOrder = 1
TextHint = 'max.mustermann'
end
object oldpw: TEdit
Left = 360
Height = 23
Top = 272
Width = 336
EchoMode = emPassword
OnKeyDown = FormKeyDown
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 2
TextHint = 'Geheim'
end
object newpw: TEdit
Left = 360
Height = 23
Top = 320
Width = 336
EchoMode = emPassword
OnChange = newpwChange
OnKeyDown = FormKeyDown
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 3
TextHint = 'Sicher'
end
object newpw2: TEdit
Left = 360
Height = 23
Top = 424
Width = 336
EchoMode = emPassword
OnChange = newpw2Change
OnKeyDown = FormKeyDown
ParentShowHint = False
PasswordChar = '*'
ShowHint = True
TabOrder = 4
TextHint = 'Sicher'
end
object confirmButton: TButton
Left = 584
Height = 25
Top = 472
Width = 112
Caption = 'Passwort ändern'
Enabled = False
OnClick = confirmButtonClick
OnKeyDown = FormKeyDown
TabOrder = 5
end
object cancelButton: TButton
Left = 480
Height = 25
Top = 472
Width = 99
Caption = 'Abbrechen'
OnClick = cancelButtonClick
OnKeyDown = FormKeyDown
TabOrder = 6
end
object usernameLabel: TLabel
Left = 360
Height = 15
Top = 120
Width = 68
Caption = 'Nutzername:'
ParentColor = False
end
object oldPwLabel: TLabel
Left = 360
Height = 15
Top = 256
Width = 79
Caption = 'Altes Passwort:'
ParentColor = False
end
object newPwLabel: TLabel
Left = 360
Height = 15
Top = 304
Width = 86
Caption = 'Neues Passwort:'
ParentColor = False
end
object newPwTwoLabel: TLabel
Left = 360
Height = 15
Top = 408
Width = 144
Caption = 'Neues Passwort bestätigen:'
ParentColor = False
end
object sameLabel: TLabel
Left = 360
Height = 15
Top = 456
Width = 235
Caption = 'Achtung: Passwörter stimmen nicht überein!'
Font.Color = clRed
ParentColor = False
ParentFont = False
Visible = False
end
object smallLetters: TCheckBox
Left = 360
Height = 19
Top = 352
Width = 20
OnChange = smallLettersChange
OnKeyDown = FormKeyDown
TabOrder = 7
TabStop = False
end
object capitalLetters: TCheckBox
Left = 360
Height = 19
Top = 384
Width = 20
OnChange = capitalLettersChange
OnKeyDown = FormKeyDown
TabOrder = 8
TabStop = False
end
object eightChars: TCheckBox
Left = 512
Height = 19
Top = 352
Width = 20
OnChange = eightCharsChange
OnKeyDown = FormKeyDown
TabOrder = 9
TabStop = False
end
object numbers: TCheckBox
Left = 512
Height = 19
Top = 384
Width = 20
OnChange = numbersChange
OnKeyDown = FormKeyDown
TabOrder = 10
TabStop = False
end
object infoLabel1: TLabel
Left = 8
Height = 32
Top = 8
Width = 526
Caption = 'Mit diesem Tool kannst du dein Passwort ändern.'
Font.Height = -24
ParentColor = False
ParentFont = False
end
object infoLabel2: TLabel
Left = 360
Height = 45
Top = 184
Width = 276
Caption = 'Dein Passwort muss mindestens 8 Zeichen lang sein,'#13#10'außerdem muss es aus Klein-, und Großbuchstaben'#13#10'und Zahlen bestehen. Achte auf Sicherheit!'
ParentColor = False
end
object cbLabel1: TLabel
Left = 376
Height = 15
Top = 354
Width = 88
Caption = 'Kleinbuchstaben'
Font.Color = clRed
ParentColor = False
ParentFont = False
end
object cbLabel2: TLabel
Left = 375
Height = 15
Top = 386
Width = 88
Caption = 'Großbuchstaben'
Font.Color = clRed
ParentColor = False
ParentFont = False
end
object cbLabel3: TLabel
Left = 529
Height = 15
Top = 354
Width = 85
Caption = 'mind. 8 Zeichen'
Font.Color = clRed
ParentColor = False
ParentFont = False
end
object cbLabel4: TLabel
Left = 528
Height = 15
Top = 386
Width = 36
Caption = 'Zahlen'
Font.Color = clRed
ParentColor = False
ParentFont = False
end
object usernames: TListBox
Left = 8
Height = 360
Top = 137
Width = 336
ItemHeight = 0
OnKeyDown = FormKeyDown
OnSelectionChange = usernamesSelectionChange
TabOrder = 11
TabStop = False
end
object search: TEdit
Left = 8
Height = 23
Top = 112
Width = 336
OnChange = searchChange
OnKeyDown = FormKeyDown
ParentShowHint = False
TabOrder = 0
end
object stepOneLabel: TLabel
Left = 8
Height = 60
Top = 48
Width = 199
Caption = 'Schritt 1:'#13#10'Nutzernamen wählen'
Font.Height = -21
ParentColor = False
ParentFont = False
end
object stepTwoLabel: TLabel
Left = 360
Height = 60
Top = 48
Width = 239
Caption = 'Schritt 2:'#13#10'Neues Passwort eingeben'
Font.Height = -21
ParentColor = False
ParentFont = False
end
end