ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/RemoteMonitorFormUnit.lfm
Revision: 33
Committed: Sat Jul 18 12:30:52 2015 UTC (8 years, 9 months ago) by tony
File size: 579 byte(s)
Log Message:
Committing updates for Release R1-3-1

File Contents

# Content
1 object Form1: TForm1
2 Left = 311
3 Height = 484
4 Top = 186
5 Width = 618
6 Caption = 'Remote Monitor'
7 ClientHeight = 484
8 ClientWidth = 618
9 LCLVersion = '1.4.2.0'
10 object Memo1: TMemo
11 Left = 7
12 Height = 461
13 Top = 12
14 Width = 598
15 Anchors = [akTop, akLeft, akRight, akBottom]
16 ScrollBars = ssAutoVertical
17 TabOrder = 0
18 end
19 object IBSQLMonitor1: TIBSQLMonitor
20 OnSQL = IBSQLMonitor1SQL
21 TraceFlags = [tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfService, tfMisc]
22 left = 376
23 top = 55
24 end
25 end