home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TFINDDLG / TFINDDLG.txt
Text File  |  1998-06-03  |  3KB  |  152 lines

  1. object FindDlg: TFindDlg
  2.   Left = 427
  3.   Top = 126
  4.   HelpContext = 1540
  5.   ActiveControl = EFindWhat
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Find'
  9.   ClientHeight = 118
  10.   ClientWidth = 420
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   ShowHint = False
  17.   Visible = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BFindNext: TButton
  22.     Left = 325
  23.     Top = 4
  24.     Width = 89
  25.     Height = 28
  26.     Hint = 'Search now!'
  27.     Caption = '&Find Next'
  28.     Default = True
  29.     ParentShowHint = False
  30.     ShowHint = True
  31.     TabOrder = 1
  32.     OnClick = BFindNextClick
  33.   end
  34.   object Cancel: TBitBtn
  35.     Left = 326
  36.     Top = 34
  37.     Width = 89
  38.     Height = 28
  39.     TabOrder = 2
  40.     OnClick = CancelClick
  41.     Kind = bkCancel
  42.   end
  43.   object Help: TBitBtn
  44.     Left = 326
  45.     Top = 64
  46.     Width = 89
  47.     Height = 28
  48.     TabOrder = 3
  49.     Kind = bkHelp
  50.   end
  51.   object BCaseSensitive: TCheckBox
  52.     Left = 327
  53.     Top = 97
  54.     Width = 88
  55.     Height = 17
  56.     Hint = 'Perform case-sensitive search'
  57.     Caption = 'Match &Case'
  58.     ParentShowHint = False
  59.     ShowHint = True
  60.     TabOrder = 4
  61.   end
  62.   object GroupBox1: TGroupBox
  63.     Left = 3
  64.     Top = 0
  65.     Width = 318
  66.     Height = 113
  67.     TabOrder = 0
  68.     object Label1: TLabel
  69.       Left = 6
  70.       Top = 14
  71.       Width = 63
  72.       Height = 13
  73.       Caption = 'Fi&nd What:'
  74.     end
  75.     object Bevel2: TBevel
  76.       Left = 7
  77.       Top = 64
  78.       Width = 303
  79.       Height = 43
  80.     end
  81.     object FindFormatShow: TLabel
  82.       Left = 12
  83.       Top = 66
  84.       Width = 292
  85.       Height = 39
  86.       AutoSize = False
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object EFindWhat: TEdit
  94.       Left = 98
  95.       Top = 11
  96.       Width = 214
  97.       Height = 21
  98.       Hint = 'Enter the string to search for'
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       TabOrder = 0
  102.     end
  103.     object FindPlain: TButton
  104.       Left = 7
  105.       Top = 35
  106.       Width = 75
  107.       Height = 25
  108.       Hint = 'Clear search formats'
  109.       Caption = 'P&lain'
  110.       ParentShowHint = False
  111.       ShowHint = True
  112.       TabOrder = 1
  113.       TabStop = False
  114.       OnClick = FindPlainClick
  115.     end
  116.     object FindParagraph: TButton
  117.       Left = 84
  118.       Top = 35
  119.       Width = 75
  120.       Height = 25
  121.       Hint = 'Enter paragraph formats to search for'
  122.       Caption = '&Paragraph'
  123.       ParentShowHint = False
  124.       ShowHint = True
  125.       TabOrder = 2
  126.       TabStop = False
  127.       OnClick = FindParagraphClick
  128.     end
  129.     object FindFont: TButton
  130.       Left = 161
  131.       Top = 35
  132.       Width = 75
  133.       Height = 25
  134.       Hint = 'Enter font formats to search for'
  135.       Caption = 'F&ont'
  136.       ParentShowHint = False
  137.       ShowHint = True
  138.       TabOrder = 3
  139.       TabStop = False
  140.       OnClick = FindFontClick
  141.     end
  142.     object FindFontShow: TPanel
  143.       Left = 240
  144.       Top = 36
  145.       Width = 68
  146.       Height = 24
  147.       BevelOuter = bvLowered
  148.       TabOrder = 4
  149.     end
  150.   end
  151. end
  152.