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

  1. object SQLViewForm: TSQLViewForm
  2.   Left = 240
  3.   Top = 116
  4.   Width = 593
  5.   Height = 214
  6.   Caption = 'SQL View'
  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 SQLGrid: TDBGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 585
  22.     Height = 187
  23.     Align = alClient
  24.     BorderStyle = bsNone
  25.     DataSource = SQLDataSource
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     ReadOnly = True
  32.     TabOrder = 0
  33.     TitleFont.Color = clBlack
  34.     TitleFont.Height = -13
  35.     TitleFont.Name = 'Arial'
  36.     TitleFont.Style = [fsBold]
  37.   end
  38.   object SQLDataSource: TDataSource
  39.     AutoEdit = False
  40.     Left = 552
  41.   end
  42. end
  43.