Revision: | 143 |
Committed: | Fri Feb 23 12:11:21 2018 UTC (6 years, 9 months ago) by tony |
File size: | 1588 byte(s) |
Log Message: | Fixes Merged |
# | Content |
---|---|
1 | object NewUserDlg: TNewUserDlg |
2 | Left = 2046 |
3 | Height = 195 |
4 | Top = 381 |
5 | Width = 352 |
6 | BorderStyle = bsDialog |
7 | Caption = 'New User' |
8 | ClientHeight = 195 |
9 | ClientWidth = 352 |
10 | OnClose = FormClose |
11 | OnShow = FormShow |
12 | Position = poMainFormCenter |
13 | LCLVersion = '1.8.1.0' |
14 | object Bevel1: TBevel |
15 | Left = 5 |
16 | Height = 178 |
17 | Top = 6 |
18 | Width = 256 |
19 | end |
20 | object Button1: TButton |
21 | Left = 272 |
22 | Height = 29 |
23 | Top = 6 |
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 = 43 |
34 | Width = 75 |
35 | Cancel = True |
36 | Caption = 'Cancel' |
37 | ModalResult = 2 |
38 | TabOrder = 1 |
39 | end |
40 | object Label1: TLabel |
41 | Left = 16 |
42 | Height = 14 |
43 | Top = 19 |
44 | Width = 66 |
45 | Caption = 'User Name' |
46 | ParentColor = False |
47 | end |
48 | object Edit1: TEdit |
49 | Left = 16 |
50 | Height = 24 |
51 | Top = 32 |
52 | Width = 232 |
53 | TabOrder = 2 |
54 | Text = 'Edit1' |
55 | end |
56 | object Label2: TLabel |
57 | Left = 16 |
58 | Height = 14 |
59 | Top = 71 |
60 | Width = 55 |
61 | Caption = 'Password' |
62 | ParentColor = False |
63 | end |
64 | object Edit2: TEdit |
65 | Left = 16 |
66 | Height = 24 |
67 | Top = 88 |
68 | Width = 232 |
69 | EchoMode = emPassword |
70 | PasswordChar = '*' |
71 | TabOrder = 3 |
72 | Text = 'Edit2' |
73 | end |
74 | object Label3: TLabel |
75 | Left = 16 |
76 | Height = 14 |
77 | Top = 125 |
78 | Width = 107 |
79 | Caption = 'Confirm Password' |
80 | ParentColor = False |
81 | end |
82 | object Edit3: TEdit |
83 | Left = 16 |
84 | Height = 24 |
85 | Top = 139 |
86 | Width = 230 |
87 | EchoMode = emPassword |
88 | PasswordChar = '*' |
89 | TabOrder = 4 |
90 | Text = 'Edit3' |
91 | end |
92 | end |