home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 February / DPPCPRO0299.ISO / February / Delphi / Install / DATA.Z / RESLTFRM.DFM / RESLTFRM.txt
Encoding:
Text File  |  1996-06-11  |  1.2 KB  |  64 lines

  1. object QueryForm: TQueryForm
  2.   Left = 247
  3.   Top = 138
  4.   Width = 443
  5.   Height = 332
  6.   Caption = 'Background Query'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poDefault
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object QueryLabel: TLabel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 435
  18.     Height = 21
  19.     Align = alTop
  20.     Caption = '[Query text]'
  21.     WordWrap = True
  22.   end
  23.   object StatusLine: TLabel
  24.     Left = 0
  25.     Top = 292
  26.     Width = 435
  27.     Height = 13
  28.     Align = alBottom
  29.     Caption = 'Openning...'
  30.     WordWrap = True
  31.   end
  32.   object DBGrid1: TDBGrid
  33.     Left = 0
  34.     Top = 21
  35.     Width = 435
  36.     Height = 271
  37.     Align = alClient
  38.     DataSource = DataSource
  39.     TabOrder = 0
  40.     TitleFont.Color = clWindowText
  41.     TitleFont.Height = -11
  42.     TitleFont.Name = 'MS Sans Serif'
  43.     TitleFont.Style = []
  44.   end
  45.   object DataSource: TDataSource
  46.     Left = 112
  47.     Top = 248
  48.   end
  49.   object Query: TQuery
  50.     Left = 80
  51.     Top = 248
  52.   end
  53.   object Session: TSession
  54.     Left = 16
  55.     Top = 248
  56.   end
  57.   object Database: TDatabase
  58.     LoginPrompt = False
  59.     SessionName = 'Default'
  60.     Left = 48
  61.     Top = 248
  62.   end
  63. end
  64.