1 |
tony |
39 |
object IBXDSLoginDlg: TIBXDSLoginDlg |
2 |
|
|
Left = 989 |
3 |
|
|
Height = 257 |
4 |
|
|
Top = 374 |
5 |
|
|
Width = 385 |
6 |
|
|
ActiveControl = Password |
7 |
|
|
BorderIcons = [biSystemMenu] |
8 |
|
|
BorderStyle = bsDialog |
9 |
|
|
Caption = 'Database Login' |
10 |
|
|
ClientHeight = 257 |
11 |
|
|
ClientWidth = 385 |
12 |
|
|
Position = poScreenCenter |
13 |
|
|
LCLVersion = '1.6.0.4' |
14 |
|
|
object Bevel1: TBevel |
15 |
|
|
Left = 15 |
16 |
|
|
Height = 202 |
17 |
|
|
Top = 15 |
18 |
|
|
Width = 356 |
19 |
|
|
Anchors = [akTop, akLeft, akRight, akBottom] |
20 |
|
|
end |
21 |
|
|
object ProjectName: TLabel |
22 |
|
|
Left = 144 |
23 |
|
|
Height = 15 |
24 |
|
|
Top = 40 |
25 |
|
|
Width = 35 |
26 |
|
|
Caption = 'Name' |
27 |
|
|
ParentColor = False |
28 |
|
|
end |
29 |
|
|
object TargetCaption: TLabel |
30 |
|
|
Left = 33 |
31 |
|
|
Height = 15 |
32 |
|
|
Top = 84 |
33 |
|
|
Width = 60 |
34 |
|
|
Caption = 'Database:' |
35 |
|
|
ParentColor = False |
36 |
|
|
end |
37 |
|
|
object Label2: TLabel |
38 |
|
|
Left = 32 |
39 |
|
|
Height = 15 |
40 |
|
|
Top = 128 |
41 |
|
|
Width = 74 |
42 |
|
|
Caption = 'User Name:' |
43 |
|
|
ParentColor = False |
44 |
|
|
end |
45 |
|
|
object Label3: TLabel |
46 |
|
|
Left = 33 |
47 |
|
|
Height = 15 |
48 |
|
|
Top = 176 |
49 |
|
|
Width = 59 |
50 |
|
|
Caption = 'Password:' |
51 |
|
|
ParentColor = False |
52 |
|
|
end |
53 |
|
|
object Button1: TButton |
54 |
|
|
Left = 297 |
55 |
|
|
Height = 25 |
56 |
|
|
Top = 225 |
57 |
|
|
Width = 75 |
58 |
|
|
Anchors = [akRight, akBottom] |
59 |
|
|
Cancel = True |
60 |
|
|
Caption = 'Cancel' |
61 |
|
|
ModalResult = 2 |
62 |
|
|
TabOrder = 0 |
63 |
|
|
end |
64 |
|
|
object Button2: TButton |
65 |
|
|
Left = 216 |
66 |
|
|
Height = 25 |
67 |
|
|
Top = 225 |
68 |
|
|
Width = 75 |
69 |
|
|
Anchors = [akRight, akBottom] |
70 |
|
|
Caption = 'OK' |
71 |
|
|
Default = True |
72 |
|
|
ModalResult = 1 |
73 |
|
|
TabOrder = 1 |
74 |
|
|
end |
75 |
|
|
object DatabaseName: TEdit |
76 |
|
|
Left = 142 |
77 |
|
|
Height = 25 |
78 |
|
|
Top = 80 |
79 |
|
|
Width = 192 |
80 |
|
|
TabOrder = 4 |
81 |
|
|
end |
82 |
|
|
object UserName: TEdit |
83 |
|
|
Left = 142 |
84 |
|
|
Height = 25 |
85 |
|
|
Top = 124 |
86 |
|
|
Width = 192 |
87 |
|
|
TabOrder = 2 |
88 |
|
|
end |
89 |
|
|
object Password: TEdit |
90 |
|
|
Left = 142 |
91 |
|
|
Height = 25 |
92 |
|
|
Top = 170 |
93 |
|
|
Width = 192 |
94 |
|
|
EchoMode = emPassword |
95 |
|
|
PasswordChar = '*' |
96 |
|
|
TabOrder = 3 |
97 |
|
|
end |
98 |
|
|
object Label1: TLabel |
99 |
|
|
Left = 33 |
100 |
|
|
Height = 15 |
101 |
|
|
Top = 40 |
102 |
|
|
Width = 80 |
103 |
|
|
Caption = 'Project Name' |
104 |
|
|
ParentColor = False |
105 |
|
|
end |
106 |
|
|
end |