ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/services/Unit1.lfm
Revision: 43
Committed: Thu Sep 22 17:10:15 2016 UTC (7 years, 6 months ago) by tony
File size: 774 byte(s)
Log Message:
Committing updates for Release R1-4-3

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.6.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 )
36 TraceFlags = []
37 Options = []
38 left = 320
39 top = 24
40 end
41 end