home *** CD-ROM | disk | FTP | other *** search
- object SearchDemo: TSearchDemo
- Left = 204
- Top = 101
- ActiveControl = Edit1
- AutoScroll = False
- Caption = 'Search Demo'
- ClientHeight = 273
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object label1: TLabel
- Left = 8
- Top = 8
- Width = 85
- Height = 16
- Caption = 'Enter CustNo'
- end
- object Edit1: TEdit
- Left = 96
- Top = 8
- Width = 121
- Height = 24
- TabOrder = 0
- Text = '1356'
- end
- object Search: TButton
- Left = 232
- Top = 8
- Width = 89
- Height = 33
- Caption = 'Search'
- TabOrder = 1
- OnClick = SearchClick
- end
- object DBGrid1: TDBGrid
- Left = 0
- Top = 48
- Width = 427
- Height = 225
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 2
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'CUSTOMER'
- Left = 328
- Top = 8
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 360
- Top = 8
- end
- end
-