1 |
tony |
31 |
object IBXLoginDlg: TIBXLoginDlg |
2 |
|
|
Left = 954 |
3 |
|
|
Height = 230 |
4 |
|
|
Top = 351 |
5 |
|
|
Width = 385 |
6 |
|
|
ActiveControl = Password |
7 |
|
|
BorderIcons = [biSystemMenu] |
8 |
|
|
BorderStyle = bsDialog |
9 |
|
|
Caption = 'Database Login' |
10 |
|
|
ClientHeight = 230 |
11 |
|
|
ClientWidth = 385 |
12 |
|
|
Position = poScreenCenter |
13 |
tony |
39 |
LCLVersion = '1.6.0.4' |
14 |
tony |
31 |
object DatabaseName: TLabel |
15 |
tony |
39 |
Left = 144 |
16 |
|
|
Height = 15 |
17 |
|
|
Top = 40 |
18 |
|
|
Width = 35 |
19 |
|
|
Caption = 'Name' |
20 |
tony |
31 |
ParentColor = False |
21 |
|
|
end |
22 |
tony |
39 |
object TargetCaption: TLabel |
23 |
tony |
31 |
Left = 32 |
24 |
tony |
39 |
Height = 15 |
25 |
tony |
31 |
Top = 40 |
26 |
tony |
39 |
Width = 60 |
27 |
tony |
31 |
Caption = 'Database:' |
28 |
|
|
ParentColor = False |
29 |
|
|
end |
30 |
|
|
object Label2: TLabel |
31 |
|
|
Left = 34 |
32 |
tony |
39 |
Height = 15 |
33 |
tony |
31 |
Top = 87 |
34 |
tony |
39 |
Width = 74 |
35 |
tony |
31 |
Caption = 'User Name:' |
36 |
|
|
ParentColor = False |
37 |
|
|
end |
38 |
|
|
object Label3: TLabel |
39 |
|
|
Left = 35 |
40 |
tony |
39 |
Height = 15 |
41 |
tony |
31 |
Top = 135 |
42 |
tony |
39 |
Width = 59 |
43 |
tony |
31 |
Caption = 'Password:' |
44 |
|
|
ParentColor = False |
45 |
|
|
end |
46 |
|
|
object Bevel1: TBevel |
47 |
|
|
Left = 15 |
48 |
|
|
Height = 169 |
49 |
|
|
Top = 15 |
50 |
|
|
Width = 356 |
51 |
|
|
end |
52 |
|
|
object Button1: TButton |
53 |
|
|
Left = 297 |
54 |
|
|
Height = 25 |
55 |
|
|
Top = 192 |
56 |
|
|
Width = 75 |
57 |
|
|
Cancel = True |
58 |
|
|
Caption = 'Cancel' |
59 |
|
|
ModalResult = 2 |
60 |
|
|
TabOrder = 0 |
61 |
|
|
end |
62 |
|
|
object Button2: TButton |
63 |
|
|
Left = 216 |
64 |
|
|
Height = 25 |
65 |
|
|
Top = 192 |
66 |
|
|
Width = 75 |
67 |
|
|
Caption = 'OK' |
68 |
|
|
Default = True |
69 |
|
|
ModalResult = 1 |
70 |
|
|
TabOrder = 1 |
71 |
|
|
end |
72 |
|
|
object UserName: TEdit |
73 |
|
|
Left = 144 |
74 |
tony |
39 |
Height = 25 |
75 |
tony |
31 |
Top = 87 |
76 |
|
|
Width = 195 |
77 |
|
|
TabOrder = 2 |
78 |
|
|
end |
79 |
|
|
object Password: TEdit |
80 |
|
|
Left = 144 |
81 |
tony |
39 |
Height = 25 |
82 |
tony |
31 |
Top = 129 |
83 |
|
|
Width = 190 |
84 |
|
|
EchoMode = emPassword |
85 |
|
|
PasswordChar = '*' |
86 |
|
|
TabOrder = 3 |
87 |
|
|
end |
88 |
|
|
end |