home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 177
- Top = 46
- ActiveControl = DBGrid1
- AutoScroll = False
- Caption = 'Links'
- ClientHeight = 295
- ClientWidth = 509
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 0
- Width = 509
- Height = 113
- Align = alTop
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object DBGrid2: TDBGrid
- Left = 0
- Top = 175
- Width = 509
- Height = 120
- Align = alBottom
- DataSource = DataSource2
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'CUSTOMER'
- Top = 128
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 40
- Top = 128
- end
- object Table2: TTable
- Active = True
- DatabaseName = 'dbdemos'
- IndexFieldNames = 'CustNo'
- MasterFields = 'CustNo'
- MasterSource = DataSource1
- TableName = 'ORDERS'
- Left = 80
- Top = 128
- end
- object DataSource2: TDataSource
- DataSet = Table2
- Left = 120
- Top = 128
- end
- end
-