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

  1. object frmInterpRun: TfrmInterpRun
  2.   Left = 254
  3.   Top = 149
  4.   Width = 406
  5.   Height = 92
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Waiting the parser...'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblResult: TLabel
  22.     Left = 104
  23.     Top = 24
  24.     Width = 230
  25.     Height = 16
  26.     Caption = 'Waiting for test results from the parser...'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object animate: TAnimate
  35.     Left = 8
  36.     Top = 8
  37.     Width = 80
  38.     Height = 50
  39.     Active = False
  40.     CommonAVI = aviFindFolder
  41.     StopFrame = 29
  42.   end
  43. end
  44.