home *** CD-ROM | disk | FTP | other *** search
- object TableViewForm: TTableViewForm
- Left = 220
- Top = 132
- Width = 599
- Height = 216
- Caption = 'View Table'
- 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 TableGrid: TDBGrid
- Left = 0
- Top = 0
- Width = 591
- Height = 189
- Align = alClient
- BorderStyle = bsNone
- DataSource = TableDataSource
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete]
- ParentFont = False
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -13
- TitleFont.Name = 'Arial'
- TitleFont.Style = [fsBold]
- end
- object TableDataSource: TDataSource
- DataSet = TableView
- Left = 560
- end
- object TableView: TTable
- Left = 528
- end
- end
-