home *** CD-ROM | disk | FTP | other *** search
- object LookUp: TLookUp
- Left = 314
- Top = 84
- AutoScroll = False
- Caption = 'dbListBoxLookUp Example'
- ClientHeight = 366
- ClientWidth = 389
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 14
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 389
- Height = 161
- Align = alTop
- TabOrder = 0
- object Panel2: TPanel
- Left = 195
- Top = 1
- Width = 193
- Height = 159
- Align = alRight
- BevelOuter = bvNone
- Caption = 'Panel2'
- TabOrder = 0
- object DBNavigator: TDBNavigator
- Left = 18
- Top = 2
- Width = 169
- Height = 33
- DataSource = DataSource2
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 0
- end
- end
- object DBLookupList1: TDBLookupList
- Left = 32
- Top = 56
- Width = 313
- Height = 89
- DataField = 'CustNo'
- DataSource = DataSource2
- LookupSource = DataSource1
- LookupDisplay = 'Company'
- LookupField = 'CustNo'
- Align = alRight
- TabOrder = 1
- end
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 161
- Width = 389
- Height = 205
- Align = alClient
- DataSource = DataSource2
- TabOrder = 1
- TitleFont.Color = clBlack
- TitleFont.Height = -11
- TitleFont.Name = 'Arial'
- TitleFont.Style = []
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 29
- Top = 5
- end
- object DataSource2: TDataSource
- DataSet = Table2
- Left = 83
- Top = 5
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'customer.db'
- Left = 2
- Top = 5
- end
- object Table2: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- IndexFieldNames = 'CustNo'
- TableName = 'orders.db'
- Left = 56
- Top = 5
- end
- end
-