- object frmMain: TfrmMain
- Left = 292
- Top = 123
- BorderStyle = bsDialog
- Caption = #21518#21488#25968#25454#24211#22810#32447#31243#26597#35810
- ClientHeight = 333
- ClientWidth = 418
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 12
- object btnQuery: TSpeedButton
- Left = 0
- Top = 304
- Width = 73
- Height = 22
- Caption = #26597#35810#25968#25454#38598
- OnClick = btnQueryClick
- end
- object DBGrid1: TDBGrid
- Left = 1
- Top = 0
- Width = 416
- Height = 145
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Charset = GB2312_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -12
- TitleFont.Name = #23435#20307
- TitleFont.Style = []
- end
- object DBGrid2: TDBGrid
- Left = 1
- Top = 152
- Width = 416
- Height = 145
- DataSource = DataSource2
- TabOrder = 1
- TitleFont.Charset = GB2312_CHARSET
- TitleFont.Color = clWindowText
- TitleFont.Height = -12
- TitleFont.Name = #23435#20307
- TitleFont.Style = []
- end
- object Database1: TDatabase
- AliasName = 'DBDEMOS'
- DatabaseName = 'db1'
- LoginPrompt = False
- SessionName = 'Ses1'
- Left = 154
- Top = 24
- end
- object Query1: TQuery
- AutoRefresh = True
- DatabaseName = 'db1'
- SessionName = 'Ses1'
- SQL.Strings = (
- 'select * from employee')
- Left = 221
- Top = 24
- end
- object DataSource1: TDataSource
- Left = 288
- Top = 24
- end
- object Database2: TDatabase
- AliasName = 'DBDEMOS'
- DatabaseName = 'db2'
- LoginPrompt = False
- SessionName = 'ses2'
- Left = 152
- Top = 72
- end
- object Query2: TQuery
- AutoRefresh = True
- DatabaseName = 'db2'
- SessionName = 'ses2'
- SQL.Strings = (
- 'select * from Customer')
- Left = 224
- Top = 72
- end
- object DataSource2: TDataSource
- Left = 288
- Top = 72
- end
- object Session2: TSession
- Active = True
- SessionName = 'ses2'
- Left = 88
- Top = 72
- end
- object Session1: TSession
- Active = True
- SessionName = 'Ses1'
- Left = 88
- Top = 24
- end
- end