10 |
|
ClientHeight = 230 |
11 |
|
ClientWidth = 385 |
12 |
|
Position = poScreenCenter |
13 |
< |
LCLVersion = '0.9.30' |
13 |
> |
LCLVersion = '1.6.0.4' |
14 |
|
object DatabaseName: TLabel |
15 |
< |
Left = 121 |
16 |
< |
Height = 1 |
17 |
< |
Top = 42 |
18 |
< |
Width = 1 |
15 |
> |
Left = 144 |
16 |
> |
Height = 15 |
17 |
> |
Top = 40 |
18 |
> |
Width = 35 |
19 |
> |
Caption = 'Name' |
20 |
|
ParentColor = False |
21 |
|
end |
22 |
< |
object Label1: TLabel |
22 |
> |
object TargetCaption: TLabel |
23 |
|
Left = 32 |
24 |
< |
Height = 18 |
24 |
> |
Height = 15 |
25 |
|
Top = 40 |
26 |
< |
Width = 67 |
26 |
> |
Width = 60 |
27 |
|
Caption = 'Database:' |
28 |
|
ParentColor = False |
29 |
|
end |
30 |
|
object Label2: TLabel |
31 |
|
Left = 34 |
32 |
< |
Height = 18 |
32 |
> |
Height = 15 |
33 |
|
Top = 87 |
34 |
< |
Width = 82 |
34 |
> |
Width = 74 |
35 |
|
Caption = 'User Name:' |
36 |
|
ParentColor = False |
37 |
|
end |
38 |
|
object Label3: TLabel |
39 |
|
Left = 35 |
40 |
< |
Height = 18 |
40 |
> |
Height = 15 |
41 |
|
Top = 135 |
42 |
< |
Width = 66 |
42 |
> |
Width = 59 |
43 |
|
Caption = 'Password:' |
44 |
|
ParentColor = False |
45 |
|
end |
71 |
|
end |
72 |
|
object UserName: TEdit |
73 |
|
Left = 144 |
74 |
< |
Height = 27 |
74 |
> |
Height = 25 |
75 |
|
Top = 87 |
76 |
|
Width = 195 |
77 |
|
TabOrder = 2 |
78 |
|
end |
79 |
|
object Password: TEdit |
80 |
|
Left = 144 |
81 |
< |
Height = 27 |
81 |
> |
Height = 25 |
82 |
|
Top = 129 |
83 |
|
Width = 190 |
84 |
|
EchoMode = emPassword |