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

File Contents

# Content
1 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.4.0'
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