home *** CD-ROM | disk | FTP | other *** search
- object PropDlg: TPropDlg
- Left = 374
- Top = 287
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 287
- ClientWidth = 268
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 13
- object FileDate: TLabel
- Left = 55
- Top = 17
- Width = 40
- Height = 13
- Caption = 'No Date'
- end
- object Label1: TLabel
- Left = 22
- Top = 17
- Width = 26
- Height = 13
- Caption = 'Date:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 22
- Top = 39
- Width = 51
- Height = 13
- Caption = 'Page Title:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 21
- Top = 137
- Width = 67
- Height = 13
- Caption = 'Words Found:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Memo1: TMemo
- Left = 21
- Top = 57
- Width = 228
- Height = 73
- Lines.Strings = (
- '')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Memo2: TMemo
- Left = 20
- Top = 155
- Width = 229
- Height = 73
- Lines.Strings = (
- '')
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 97
- Top = 243
- Width = 75
- Height = 33
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- end
-