ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/Unit1.lfm
Revision: 31
Committed: Tue Jul 14 15:31:25 2015 UTC (8 years, 9 months ago) by tony
File size: 765 byte(s)
Log Message:
Committing updates for Release R1-3-0

File Contents

# Content
1 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 LCLVersion = '1.4.0.4'
11 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 )
35 TraceFlags = []
36 Options = []
37 left = 320
38 top = 24
39 end
40 end