ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/MonitorFormUnit.lfm
Revision: 86
Committed: Mon Jan 1 11:31:23 2018 UTC (6 years, 3 months ago) by tony
File size: 660 byte(s)
Log Message:
Updated example form layouts

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 DefaultMonitor = dmPrimary
10 OnShow = FormShow
11 Position = poDefault
12 LCLVersion = '1.8.1.0'
13 object Memo1: TMemo
14 Left = 13
15 Height = 408
16 Top = 19
17 Width = 515
18 Anchors = [akTop, akLeft, akRight, akBottom]
19 ScrollBars = ssAutoVertical
20 TabOrder = 0
21 end
22 object IBSQLMonitor1: TIBSQLMonitor
23 OnSQL = IBSQLMonitor1SQL
24 TraceFlags = [tfQPrepare, tfQExecute, tfQFetch, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfService, tfMisc]
25 left = 34
26 top = 37
27 end
28 end