home *** CD-ROM | disk | FTP | other *** search
/ PC Open 18 / pcopen18.iso / INTERNET / HyperM / HMVIEWER.DAT / 0 / RCDATA / TFFIND / TFFIND.txt
Encoding:
Text File  |  1998-01-03  |  6.0 KB  |  263 lines

  1. object FFind: TFFind
  2.   Left = 288
  3.   Top = 146
  4.   Width = 544
  5.   Height = 385
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object TNot: TTabbedNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 536
  22.     Height = 358
  23.     Align = alClient
  24.     PageIndex = 1
  25.     TabsPerRow = 5
  26.     TabFont.Color = clBtnText
  27.     TabFont.Height = -11
  28.     TabFont.Name = 'MS Sans Serif'
  29.     TabFont.Style = []
  30.     TabOrder = 0
  31.     OnChange = TNotChange
  32.     object TTabPage
  33.       Left = 5
  34.       Top = 26
  35.       Caption = 'Index'
  36.       object Panel3: TPanel
  37.         Left = 0
  38.         Top = 0
  39.         Width = 461
  40.         Height = 327
  41.         Align = alClient
  42.         BevelOuter = bvNone
  43.         TabOrder = 0
  44.         object Label2: TLabel
  45.           Left = 6
  46.           Top = 57
  47.           Width = 266
  48.           Height = 13
  49.           Caption = '2  Click the index entry you want, and then click Display.'
  50.           Font.Color = clBlack
  51.           Font.Height = -11
  52.           Font.Name = 'MS Sans Serif'
  53.           Font.Style = []
  54.           ParentFont = False
  55.         end
  56.         object Label1: TLabel
  57.           Left = 6
  58.           Top = 10
  59.           Width = 266
  60.           Height = 13
  61.           Caption = '1  Type the first few letters of the word you'#39're looking for.'
  62.           Font.Color = clBlack
  63.           Font.Height = -11
  64.           Font.Name = 'MS Sans Serif'
  65.           Font.Style = []
  66.           ParentFont = False
  67.         end
  68.         object ListBox1: TListBox
  69.           Left = 19
  70.           Top = 73
  71.           Width = 353
  72.           Height = 240
  73.           ItemHeight = 13
  74.           Sorted = True
  75.           TabOrder = 0
  76.           OnClick = ListBox1Click
  77.           OnKeyUp = ListBox1KeyUp
  78.         end
  79.         object Tkey: TEdit
  80.           Left = 19
  81.           Top = 26
  82.           Width = 281
  83.           Height = 21
  84.           TabOrder = 1
  85.           OnChange = TkeyChange
  86.         end
  87.       end
  88.       object Panel4: TPanel
  89.         Left = 461
  90.         Top = 0
  91.         Width = 65
  92.         Height = 327
  93.         Align = alRight
  94.         BevelOuter = bvNone
  95.         TabOrder = 1
  96.         object displayBtn: TButton
  97.           Left = 1
  98.           Top = 71
  99.           Width = 61
  100.           Height = 24
  101.           Caption = 'Display'
  102.           Enabled = False
  103.           TabOrder = 0
  104.           OnClick = displayBtnClick
  105.         end
  106.         object close1: TButton
  107.           Left = 1
  108.           Top = 105
  109.           Width = 61
  110.           Height = 24
  111.           Caption = 'Close'
  112.           ParentShowHint = False
  113.           ShowHint = True
  114.           TabOrder = 1
  115.           OnClick = close1Click
  116.         end
  117.       end
  118.     end
  119.     object TTabPage
  120.       Left = 5
  121.       Top = 26
  122.       Caption = 'Find'
  123.       object Viewer: THTMLViewer
  124.         Left = 0
  125.         Top = 49
  126.         Width = 461
  127.         Height = 278
  128.         Cursor = crIBeam
  129.         OnHotSpotClick = ViewerHotSpotClick
  130.         OnImageRequest = ViewerImageRequest
  131.         ViewImages = False
  132.         TabOrder = 0
  133.         Align = alClient
  134.         BorderStyle = htSingle
  135.         HistoryMaxCount = 0
  136.         DefFontName = 'Times New Roman'
  137.         DefPreFontName = 'Courier New'
  138.         ImageCacheCount = 0
  139.         NoSelect = False
  140.         PrintMarginLeft = 2.000000000000000000
  141.         PrintMarginRight = 2.000000000000000000
  142.         PrintMarginTop = 2.000000000000000000
  143.         PrintMarginBottom = 2.000000000000000000
  144.       end
  145.       object Panel1: TPanel
  146.         Left = 461
  147.         Top = 49
  148.         Width = 65
  149.         Height = 278
  150.         Align = alRight
  151.         BevelOuter = bvNone
  152.         ParentShowHint = False
  153.         ShowHint = True
  154.         TabOrder = 1
  155.         object nextbtn: TButton
  156.           Left = 2
  157.           Top = 35
  158.           Width = 61
  159.           Height = 24
  160.           Caption = 'Next'
  161.           Enabled = False
  162.           TabOrder = 0
  163.           OnClick = nextbtnClick
  164.         end
  165.         object PrintBtn: TButton
  166.           Left = 2
  167.           Top = 69
  168.           Width = 61
  169.           Height = 24
  170.           Caption = 'Print'
  171.           Enabled = False
  172.           TabOrder = 1
  173.           Visible = False
  174.           OnClick = PrintBtnClick
  175.         end
  176.         object findbtn: TButton
  177.           Left = 2
  178.           Top = 0
  179.           Width = 61
  180.           Height = 24
  181.           Caption = 'Find'
  182.           TabOrder = 2
  183.           OnClick = findbtnClick
  184.         end
  185.         object close2: TButton
  186.           Left = 2
  187.           Top = 104
  188.           Width = 61
  189.           Height = 24
  190.           Caption = 'Close'
  191.           TabOrder = 3
  192.           OnClick = close1Click
  193.         end
  194.       end
  195.       object Panel2: TPanel
  196.         Left = 0
  197.         Top = 0
  198.         Width = 526
  199.         Height = 49
  200.         Align = alTop
  201.         BevelOuter = bvNone
  202.         TabOrder = 2
  203.         object Label3: TLabel
  204.           Left = 8
  205.           Top = 5
  206.           Width = 157
  207.           Height = 13
  208.           Caption = 'Type the word(s) you want to find'
  209.         end
  210.         object tfind: TEdit
  211.           Left = 8
  212.           Top = 21
  213.           Width = 281
  214.           Height = 21
  215.           TabOrder = 0
  216.         end
  217.         object CCase: TCheckBox
  218.           Left = 301
  219.           Top = 6
  220.           Width = 300
  221.           Height = 17
  222.           Caption = ' Match case'
  223.           TabOrder = 1
  224.         end
  225.         object Cimages: TCheckBox
  226.           Left = 301
  227.           Top = 25
  228.           Width = 300
  229.           Height = 17
  230.           Caption = 'Show images'
  231.           TabOrder = 2
  232.           OnClick = CimagesClick
  233.         end
  234.       end
  235.     end
  236.   end
  237.   object mensaje: TPanel
  238.     Left = 124
  239.     Top = 120
  240.     Width = 189
  241.     Height = 97
  242.     BevelInner = bvLowered
  243.     BevelWidth = 2
  244.     TabOrder = 1
  245.     Visible = False
  246.     object CancelBtn: TButton
  247.       Left = 46
  248.       Top = 39
  249.       Width = 98
  250.       Height = 20
  251.       Caption = 'Cancel'
  252.       Font.Color = clNavy
  253.       Font.Height = -11
  254.       Font.Name = 'MS Sans Serif'
  255.       Font.Style = [fsBold]
  256.       ParentFont = False
  257.       TabOrder = 0
  258.       TabStop = False
  259.       OnClick = CancelBtnClick
  260.     end
  261.   end
  262. end
  263.