ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/RemoteMonitorFormUnit.lfm
Revision: 37
Committed: Mon Feb 15 14:44:25 2016 UTC (8 years, 2 months ago) by tony
File size: 579 byte(s)
Log Message:
Committing updates for Release R1-4-0

File Contents

# User Rev Content
1 tony 31 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 tony 37 LCLVersion = '1.4.4.0'
10 tony 31 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