ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/ChgPasswordDlgUnit.lfm
Revision: 143
Committed: Fri Feb 23 12:11:21 2018 UTC (6 years, 2 months ago) by tony
File size: 1343 byte(s)
Log Message:
Fixes Merged

File Contents

# User Rev Content
1 tony 143 object ChgPasswordDlg: TChgPasswordDlg
2     Left = 1990
3     Height = 139
4     Top = 329
5     Width = 355
6     BorderStyle = bsDialog
7     Caption = 'Change Password'
8     ClientHeight = 139
9     ClientWidth = 355
10     OnClose = FormClose
11     OnShow = FormShow
12     Position = poMainFormCenter
13     LCLVersion = '1.8.0.5'
14     object Bevel1: TBevel
15     Left = 11
16     Height = 114
17     Top = 15
18     Width = 253
19     end
20     object Button1: TButton
21     Left = 272
22     Height = 29
23     Top = 15
24     Width = 75
25     Caption = 'OK'
26     Default = True
27     ModalResult = 1
28     TabOrder = 0
29     end
30     object Button2: TButton
31     Left = 272
32     Height = 29
33     Top = 52
34     Width = 75
35     Cancel = True
36     Caption = 'Cancel'
37     ModalResult = 2
38     TabOrder = 1
39     end
40     object Label2: TLabel
41     Left = 16
42     Height = 14
43     Top = 24
44     Width = 55
45     Caption = 'Password'
46     ParentColor = False
47     end
48     object Edit2: TEdit
49     Left = 16
50     Height = 24
51     Top = 41
52     Width = 232
53     EchoMode = emPassword
54     PasswordChar = '*'
55     TabOrder = 2
56     Text = 'Edit2'
57     end
58     object Label3: TLabel
59     Left = 16
60     Height = 14
61     Top = 78
62     Width = 107
63     Caption = 'Confirm Password'
64     ParentColor = False
65     end
66     object Edit3: TEdit
67     Left = 16
68     Height = 24
69     Top = 92
70     Width = 230
71     EchoMode = emPassword
72     PasswordChar = '*'
73     TabOrder = 3
74     Text = 'Edit3'
75     end
76     end