home *** CD-ROM | disk | FTP | other *** search
- object SQLViewForm: TSQLViewForm
- Left = 240
- Top = 116
- Width = 593
- Height = 214
- Caption = 'SQL View'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsMDIChild
- PixelsPerInch = 96
- Position = poDefault
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- TextHeight = 16
- object SQLGrid: TDBGrid
- Left = 0
- Top = 0
- Width = 585
- Height = 187
- Align = alClient
- BorderStyle = bsNone
- DataSource = SQLDataSource
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -13
- TitleFont.Name = 'Arial'
- TitleFont.Style = [fsBold]
- end
- object SQLDataSource: TDataSource
- AutoEdit = False
- Left = 552
- end
- end
-