home *** CD-ROM | disk | FTP | other *** search
- object FFind: TFFind
- Left = 288
- Top = 146
- Width = 544
- Height = 385
- BorderIcons = [biSystemMenu, biMaximize]
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- TextHeight = 13
- object TNot: TTabbedNotebook
- Left = 0
- Top = 0
- Width = 536
- Height = 358
- Align = alClient
- PageIndex = 1
- TabsPerRow = 5
- TabFont.Color = clBtnText
- TabFont.Height = -11
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- OnChange = TNotChange
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Index'
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 461
- Height = 327
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object Label2: TLabel
- Left = 6
- Top = 57
- Width = 266
- Height = 13
- Caption = '2 Click the index entry you want, and then click Display.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 6
- Top = 10
- Width = 266
- Height = 13
- Caption = '1 Type the first few letters of the word you'#39're looking for.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ListBox1: TListBox
- Left = 19
- Top = 73
- Width = 353
- Height = 240
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnClick = ListBox1Click
- OnKeyUp = ListBox1KeyUp
- end
- object Tkey: TEdit
- Left = 19
- Top = 26
- Width = 281
- Height = 21
- TabOrder = 1
- OnChange = TkeyChange
- end
- end
- object Panel4: TPanel
- Left = 461
- Top = 0
- Width = 65
- Height = 327
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object displayBtn: TButton
- Left = 1
- Top = 71
- Width = 61
- Height = 24
- Caption = 'Display'
- Enabled = False
- TabOrder = 0
- OnClick = displayBtnClick
- end
- object close1: TButton
- Left = 1
- Top = 105
- Width = 61
- Height = 24
- Caption = 'Close'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = close1Click
- end
- end
- end
- object TTabPage
- Left = 5
- Top = 26
- Caption = 'Find'
- object Viewer: THTMLViewer
- Left = 0
- Top = 49
- Width = 461
- Height = 278
- Cursor = crIBeam
- OnHotSpotClick = ViewerHotSpotClick
- OnImageRequest = ViewerImageRequest
- ViewImages = False
- TabOrder = 0
- Align = alClient
- BorderStyle = htSingle
- HistoryMaxCount = 0
- DefFontName = 'Times New Roman'
- DefPreFontName = 'Courier New'
- ImageCacheCount = 0
- NoSelect = False
- PrintMarginLeft = 2.000000000000000000
- PrintMarginRight = 2.000000000000000000
- PrintMarginTop = 2.000000000000000000
- PrintMarginBottom = 2.000000000000000000
- end
- object Panel1: TPanel
- Left = 461
- Top = 49
- Width = 65
- Height = 278
- Align = alRight
- BevelOuter = bvNone
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object nextbtn: TButton
- Left = 2
- Top = 35
- Width = 61
- Height = 24
- Caption = 'Next'
- Enabled = False
- TabOrder = 0
- OnClick = nextbtnClick
- end
- object PrintBtn: TButton
- Left = 2
- Top = 69
- Width = 61
- Height = 24
- Caption = 'Print'
- Enabled = False
- TabOrder = 1
- Visible = False
- OnClick = PrintBtnClick
- end
- object findbtn: TButton
- Left = 2
- Top = 0
- Width = 61
- Height = 24
- Caption = 'Find'
- TabOrder = 2
- OnClick = findbtnClick
- end
- object close2: TButton
- Left = 2
- Top = 104
- Width = 61
- Height = 24
- Caption = 'Close'
- TabOrder = 3
- OnClick = close1Click
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 526
- Height = 49
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object Label3: TLabel
- Left = 8
- Top = 5
- Width = 157
- Height = 13
- Caption = 'Type the word(s) you want to find'
- end
- object tfind: TEdit
- Left = 8
- Top = 21
- Width = 281
- Height = 21
- TabOrder = 0
- end
- object CCase: TCheckBox
- Left = 301
- Top = 6
- Width = 300
- Height = 17
- Caption = ' Match case'
- TabOrder = 1
- end
- object Cimages: TCheckBox
- Left = 301
- Top = 25
- Width = 300
- Height = 17
- Caption = 'Show images'
- TabOrder = 2
- OnClick = CimagesClick
- end
- end
- end
- end
- object mensaje: TPanel
- Left = 124
- Top = 120
- Width = 189
- Height = 97
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 1
- Visible = False
- object CancelBtn: TButton
- Left = 46
- Top = 39
- Width = 98
- Height = 20
- Caption = 'Cancel'
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- TabStop = False
- OnClick = CancelBtnClick
- end
- end
- end
-