forked from ibv/LDAP-Admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathADPassDlg.dfm
69 lines (69 loc) · 1.28 KB
/
ADPassDlg.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
object ADPassDlg: TADPassDlg
Left = 411
Height = 82
Top = 220
Width = 420
BorderStyle = bsDialog
Caption = 'Set Password'
ClientHeight = 82
ClientWidth = 420
Color = clBtnFace
OnCloseQuery = FormCloseQuery
ParentFont = True
Position = poScreenCenter
LCLVersion = '1.6.0.4'
object Label1: TLabel
Left = 24
Height = 15
Top = 12
Width = 95
Caption = '&New password:'
ParentColor = False
end
object Label2: TLabel
Left = 1
Height = 15
Top = 44
Width = 118
Caption = '&Confirm password:'
ParentColor = False
end
object Password: TEdit
Left = 120
Height = 21
Top = 8
Width = 217
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 339
Height = 25
Top = 7
Width = 75
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 2
end
object CancelBtn: TButton
Left = 339
Height = 25
Top = 38
Width = 75
Cancel = True
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
end
object Password2: TEdit
Left = 120
Height = 21
Top = 40
Width = 217
EchoMode = emPassword
PasswordChar = '*'
TabOrder = 1
end
end