home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFFINDRUN / TFFINDRUN.txt
Text File  |  2006-09-21  |  2KB  |  83 lines

  1. object fFindRun: TfFindRun
  2.   Left = 322
  3.   Top = 103
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsSizeToolWin
  6.   Caption = 'Searching...'
  7.   ClientHeight = 91
  8.   ClientWidth = 260
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel: TPanel
  24.     Left = 4
  25.     Top = 4
  26.     Width = 253
  27.     Height = 78
  28.     BevelInner = bvLowered
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object lblFoundCap: TLabel
  32.       Left = 58
  33.       Top = 56
  34.       Width = 33
  35.       Height = 13
  36.       Caption = 'Found:'
  37.     end
  38.     object lblSearchingCap: TLabel
  39.       Left = 58
  40.       Top = 34
  41.       Width = 51
  42.       Height = 13
  43.       Caption = 'Searching:'
  44.     end
  45.     object lblTextCap: TLabel
  46.       Left = 58
  47.       Top = 12
  48.       Width = 24
  49.       Height = 13
  50.       Caption = 'Text:'
  51.     end
  52.     object lblFound: TLabel
  53.       Left = 99
  54.       Top = 56
  55.       Width = 15
  56.       Height = 13
  57.       Caption = 'xxx'
  58.     end
  59.     object lblSearching: TLabel
  60.       Left = 119
  61.       Top = 34
  62.       Width = 25
  63.       Height = 13
  64.       Caption = 'xxxxx'
  65.     end
  66.     object lblText: TLabel
  67.       Left = 90
  68.       Top = 12
  69.       Width = 20
  70.       Height = 13
  71.       Caption = 'xxxx'
  72.     end
  73.     object Animate: TAnimate
  74.       Left = 8
  75.       Top = 12
  76.       Width = 16
  77.       Height = 16
  78.       CommonAVI = aviFindFile
  79.       StopFrame = 8
  80.     end
  81.   end
  82. end
  83.