home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / dbtools.pak / DBTABLE.DFM / DBTABLE.txt
Encoding:
Text File  |  1995-08-24  |  1.0 KB  |  46 lines

  1. object TableViewForm: TTableViewForm
  2.   Left = 220
  3.   Top = 132
  4.   Width = 599
  5.   Height = 216
  6.   Caption = 'View Table'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   TextHeight = 16
  18.   object TableGrid: TDBGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 591
  22.     Height = 189
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     DataSource = TableDataSource
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgAlwaysShowSelection, dgConfirmDelete]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     TitleFont.Color = clBlack
  34.     TitleFont.Height = -13
  35.     TitleFont.Name = 'Arial'
  36.     TitleFont.Style = [fsBold]
  37.   end
  38.   object TableDataSource: TDataSource
  39.     DataSet = TableView
  40.     Left = 560
  41.   end
  42.   object TableView: TTable
  43.     Left = 528
  44.   end
  45. end
  46.