home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 181
- Top = 113
- Width = 612
- Height = 300
- ActiveControl = DBGrid1
- Caption = 'Delphi Unleashed Programs'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object DBGrid1: TDBGrid
- Left = 0
- Top = 144
- Width = 604
- Height = 110
- Align = alBottom
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object DBMemo1: TDBMemo
- Left = 0
- Top = 41
- Width = 604
- Height = 103
- Align = alClient
- DataField = 'DESCRIPTIO'
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 604
- Height = 41
- Align = alTop
- Caption = 'Panel1'
- TabOrder = 2
- object DBNavigator1: TDBNavigator
- Left = 168
- Top = 8
- Width = 225
- Height = 25
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- TabOrder = 0
- end
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 48
- Top = 8
- end
- object Table1: TTable
- DatabaseName = 'DataSpot'
- Exclusive = True
- TableName = 'ALLPROGS.DBF'
- TableType = ttDBase
- Left = 16
- Top = 8
- end
- object FileIterator1: TFileIterator
- OnFoundFile = FileIterator1FoundFile
- UseFileList = False
- UseDirList = False
- Left = 80
- Top = 8
- end
- object Database1: TDatabase
- AliasName = 'ADDRESS'
- Connected = True
- DatabaseName = 'DataSpot'
- Left = 144
- Top = 8
- end
- object MainMenu1: TMainMenu
- Left = 112
- Top = 8
- object Options1: TMenuItem
- Caption = 'Options'
- object Search1: TMenuItem
- Caption = 'Search'
- OnClick = Search1Click
- end
- object Count1: TMenuItem
- Caption = 'Count'
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ReLoad1: TMenuItem
- Caption = 'ReLoad'
- OnClick = ReLoad1Click
- end
- end
- object Indexes1: TMenuItem
- Caption = 'Indexes'
- object None1: TMenuItem
- Tag = 100
- Caption = 'None'
- OnClick = Indexes1Click
- end
- object Programs1: TMenuItem
- Tag = 101
- Caption = 'Programs'
- OnClick = Indexes1Click
- end
- object Chapters1: TMenuItem
- Tag = 102
- Caption = 'Chapters'
- OnClick = Indexes1Click
- end
- end
- end
- end
-