home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 560
- Height = 279
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 40
- Width = 37
- Height = 16
- Caption = 'TITLE'
- end
- object Label2: TLabel
- Left = 128
- Top = 40
- Width = 56
- Height = 16
- Caption = 'AUTHOR'
- end
- object Label3: TLabel
- Left = 232
- Top = 40
- Width = 37
- Height = 16
- Caption = 'YEAR'
- end
- object Label4: TLabel
- Left = 328
- Top = 40
- Width = 82
- Height = 16
- Caption = 'PRICE (USD)'
- end
- object lblTitle: TLabel
- Left = 16
- Top = 56
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'lblTitle'
- end
- object lblAuthor: TLabel
- Left = 128
- Top = 56
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'lblAuthor'
- end
- object lblYear: TLabel
- Left = 232
- Top = 56
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'lblYear'
- end
- object lblPrice: TLabel
- Left = 328
- Top = 56
- Width = 89
- Height = 17
- AutoSize = False
- Caption = 'lblPrice'
- end
- object Label5: TLabel
- Left = 104
- Top = 168
- Width = 415
- Height = 16
- Caption = 'Type a price and click, Seeks to prices < at what you have typed'
- end
- object btnNext: TButton
- Left = 216
- Top = 112
- Width = 49
- Height = 17
- Caption = '>'
- TabOrder = 0
- OnClick = btnNextClick
- end
- object btnLast: TButton
- Left = 272
- Top = 112
- Width = 49
- Height = 17
- Caption = '>>'
- TabOrder = 1
- OnClick = btnLastClick
- end
- object btnPrev: TButton
- Left = 160
- Top = 112
- Width = 49
- Height = 17
- Caption = '<'
- TabOrder = 2
- OnClick = btnPrevClick
- end
- object btnFirst: TButton
- Left = 104
- Top = 112
- Width = 49
- Height = 17
- Caption = '<<'
- TabOrder = 3
- OnClick = btnFirstClick
- end
- object Edit1: TEdit
- Left = 104
- Top = 144
- Width = 105
- Height = 21
- TabOrder = 4
- end
- object Button1: TButton
- Left = 224
- Top = 144
- Width = 73
- Height = 17
- Caption = 'Seek'
- TabOrder = 5
- OnClick = Button1Click
- end
- end
-