home *** CD-ROM | disk | FTP | other *** search
- object SQLForm: TSQLForm
- Left = 228
- Top = 233
- Width = 435
- Height = 300
- Caption = 'SQL Editor'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- PixelsPerInch = 96
- Position = poDefault
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnDeactivate = FormDeactivate
- TextHeight = 16
- object SQLText: TMemo
- Left = 0
- Top = 0
- Width = 427
- Height = 273
- Align = alClient
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object SQLQuery: TQuery
- Left = 400
- end
- end
-