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

  1. object SQLForm: TSQLForm
  2.   Left = 228
  3.   Top = 233
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'SQL Editor'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   Visible = True
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnDeactivate = FormDeactivate
  18.   TextHeight = 16
  19.   object SQLText: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 427
  23.     Height = 273
  24.     Align = alClient
  25.     BorderStyle = bsNone
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object SQLQuery: TQuery
  34.     Left = 400
  35.   end
  36. end
  37.