1 |
tony |
31 |
object Form1: TForm1 |
2 |
|
|
Left = 1062 |
3 |
|
|
Height = 370 |
4 |
|
|
Top = 405 |
5 |
|
|
Width = 453 |
6 |
|
|
Caption = 'Server Properties' |
7 |
|
|
ClientHeight = 370 |
8 |
|
|
ClientWidth = 453 |
9 |
|
|
OnShow = FormShow |
10 |
tony |
39 |
LCLVersion = '1.6.0.4' |
11 |
tony |
31 |
object Memo1: TMemo |
12 |
|
|
Left = 8 |
13 |
|
|
Height = 322 |
14 |
|
|
Top = 9 |
15 |
|
|
Width = 434 |
16 |
|
|
Anchors = [akTop, akLeft, akRight, akBottom] |
17 |
|
|
TabOrder = 0 |
18 |
|
|
end |
19 |
|
|
object Button1: TButton |
20 |
|
|
Left = 366 |
21 |
|
|
Height = 25 |
22 |
|
|
Top = 340 |
23 |
|
|
Width = 75 |
24 |
|
|
Anchors = [akRight, akBottom] |
25 |
|
|
Caption = 'Close' |
26 |
|
|
OnClick = Button1Click |
27 |
|
|
TabOrder = 1 |
28 |
|
|
end |
29 |
|
|
object IBServerProperties1: TIBServerProperties |
30 |
|
|
ServerName = 'localhost' |
31 |
|
|
Protocol = TCP |
32 |
|
|
Params.Strings = ( |
33 |
|
|
'user_name=SYSDBA' |
34 |
tony |
39 |
'password=Apples' |
35 |
tony |
31 |
) |
36 |
|
|
TraceFlags = [] |
37 |
|
|
Options = [] |
38 |
|
|
left = 320 |
39 |
|
|
top = 24 |
40 |
|
|
end |
41 |
|
|
end |