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

File Contents

# User Rev Content
1 tony 31 object MonitorForm: TMonitorForm
2     Left = 716
3     Height = 440
4     Top = 321
5     Width = 541
6     Caption = 'SQL Monitor'
7     ClientHeight = 440
8     ClientWidth = 541
9     OnShow = FormShow
10     LCLVersion = '1.4.0.4'
11     object Memo1: TMemo
12     Left = 13
13     Height = 408
14     Top = 19
15     Width = 515
16     Anchors = [akTop, akLeft, akRight, akBottom]
17     ScrollBars = ssAutoVertical
18     TabOrder = 0
19     end
20     object IBSQLMonitor1: TIBSQLMonitor
21     OnSQL = IBSQLMonitor1SQL
22     TraceFlags = [tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfService, tfMisc]
23     left = 34
24     top = 37
25     end
26     end