home *** CD-ROM | disk | FTP | other *** search
- object QueryForm: TQueryForm
- Left = 247
- Top = 138
- Width = 443
- Height = 332
- Caption = 'Background Query'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- PixelsPerInch = 96
- TextHeight = 13
- object QueryLabel: TLabel
- Left = 0
- Top = 0
- Width = 435
- Height = 21
- Align = alTop
- Caption = '[Query text]'
- WordWrap = True
- end
- object StatusLine: TLabel
- Left = 0
- Top = 292
- Width = 435
- Height = 13
- Align = alBottom
- Caption = 'Openning...'
- WordWrap = True
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 21
- Width = 435
- Height = 271
- Align = alClient
- DataSource = DataSource
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- object DataSource: TDataSource
- Left = 112
- Top = 248
- end
- object Query: TQuery
- Left = 80
- Top = 248
- end
- object Session: TSession
- Left = 16
- Top = 248
- end
- object Database: TDatabase
- LoginPrompt = False
- SessionName = 'Default'
- Left = 48
- Top = 248
- end
- end
-