home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / Shredder.dll1 / RCDATA / TFRMPROGRESS / TFRMPROGRESS.txt
Encoding:
Text File  |  2004-03-31  |  3.4 KB  |  164 lines

  1. object frmProgress: TfrmProgress
  2.   Left = 231
  3.   Top = 475
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delete... (With TuneUp Shredder)'
  6.   ClientHeight = 261
  7.   ClientWidth = 393
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     393
  21.     261)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object bvlLine: TBevel
  25.     Left = 10
  26.     Top = 221
  27.     Width = 374
  28.     Height = 13
  29.     Shape = bsTopLine
  30.   end
  31.   object paneldepp: TPanel
  32.     Left = 0
  33.     Top = 22
  34.     Width = 393
  35.     Height = 196
  36.     BevelOuter = bvNone
  37.     Caption = 'pnlMain'
  38.     TabOrder = 1
  39.     DesignSize = (
  40.       393
  41.       196)
  42.     object lblFileName: TEllipsisLabel
  43.       Left = 61
  44.       Top = 90
  45.       Width = 319
  46.       Height = 14
  47.       Anchors = [akLeft, akTop, akRight]
  48.       AutoSize = False
  49.       ShowAccelChar = False
  50.       EllipsisStyle = etEndEllipsis
  51.     end
  52.     object Label6: TLabel
  53.       Left = 12
  54.       Top = 107
  55.       Width = 44
  56.       Height = 13
  57.       Caption = 'Location:'
  58.       ShowAccelChar = False
  59.     end
  60.     object lblFilePath: TEllipsisLabel
  61.       Left = 61
  62.       Top = 107
  63.       Width = 319
  64.       Height = 13
  65.       Anchors = [akLeft, akTop, akRight]
  66.       AutoSize = False
  67.       ShowAccelChar = False
  68.       EllipsisStyle = etPathEllipsis
  69.     end
  70.     object lblMethode: TLabel
  71.       Left = 11
  72.       Top = 48
  73.       Width = 381
  74.       Height = 13
  75.       AutoSize = False
  76.       ShowAccelChar = False
  77.     end
  78.     object lblTopicCurFile: TLabel
  79.       Left = 11
  80.       Top = 73
  81.       Width = 83
  82.       Height = 13
  83.       Caption = 'Current file:'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clWindowText
  86.       Font.Height = -11
  87.       Font.Name = 'Tahoma'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.       ShowAccelChar = False
  91.     end
  92.     object lblTimeLeft: TLabel
  93.       Left = 14
  94.       Top = 168
  95.       Width = 133
  96.       Height = 13
  97.       Caption = 'Time remaining: 43 seconds'
  98.       ShowAccelChar = False
  99.       Visible = False
  100.     end
  101.     object lblTopicTotal: TLabel
  102.       Left = 11
  103.       Top = 130
  104.       Width = 64
  105.       Height = 13
  106.       Caption = 'Total:'
  107.       Font.Charset = DEFAULT_CHARSET
  108.       Font.Color = clWindowText
  109.       Font.Height = -11
  110.       Font.Name = 'Tahoma'
  111.       Font.Style = [fsBold]
  112.       ParentFont = False
  113.       ShowAccelChar = False
  114.     end
  115.     object Label16: TLabel
  116.       Left = 12
  117.       Top = 90
  118.       Width = 31
  119.       Height = 13
  120.       Caption = 'Name:'
  121.       ShowAccelChar = False
  122.     end
  123.     object pbTotal: TALProgressBar
  124.       Left = 13
  125.       Top = 148
  126.       Width = 366
  127.       Height = 17
  128.       Anchors = [akLeft, akTop, akRight]
  129.       BackColor = clBlack
  130.       BorderStyle = bstFlat
  131.       TabOrder = 0
  132.       BackgroundColor = 16119285
  133.       BarColor1 = 10937243
  134.       BarColor2 = 7074169
  135.       Max = 1000
  136.       Position = 100
  137.       PosTextSuffix = '%'
  138.       InBarFontColor = clBlack
  139.       VerticalBorder = 10
  140.     end
  141.   end
  142.   object aniDelete: TAnimate
  143.     Left = 8
  144.     Top = 4
  145.     Width = 304
  146.     Height = 60
  147.     Active = False
  148.     Color = clBtnFace
  149.     ParentColor = False
  150.     StopFrame = 24
  151.   end
  152.   object btnCancel: TButton
  153.     Left = 310
  154.     Top = 231
  155.     Width = 74
  156.     Height = 23
  157.     Anchors = [akTop, akRight]
  158.     Cancel = True
  159.     Caption = 'Cancel'
  160.     TabOrder = 0
  161.     OnClick = btnCancelClick
  162.   end
  163. end
  164.