home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / CLEANUP1.ZIP / CleanUp.ex_ / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-02-09  |  1KB  |  75 lines

  1. object Form3: TForm3
  2.   Left = 291
  3.   Top = 240
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'CleanUp in Process!'
  7.   ClientHeight = 80
  8.   ClientWidth = 416
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Status: TLabel
  20.     Left = 112
  21.     Top = 32
  22.     Width = 3
  23.     Height = 13
  24.   end
  25.   object Label1: TLabel
  26.     Left = 64
  27.     Top = 16
  28.     Width = 41
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     Caption = 'Status:'
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Label2: TLabel
  39.     Left = 64
  40.     Top = 32
  41.     Width = 41
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     Caption = 'Found:'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object Label3: TLabel
  52.     Left = 112
  53.     Top = 16
  54.     Width = 3
  55.     Height = 13
  56.   end
  57.   object Button1: TButton
  58.     Left = 336
  59.     Top = 48
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&Stop'
  63.     ModalResult = 2
  64.     TabOrder = 0
  65.     OnClick = Button1Click
  66.   end
  67.   object AnimatedSymbol1: TAnimatedSymbol
  68.     Left = 8
  69.     Top = 8
  70.     Width = 43
  71.     Height = 48
  72.     State = acmPlaying
  73.   end
  74. end
  75.