home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TSTATUSDISPLAYFRAME / TSTATUSDISPLAYFRAME.txt
Encoding:
Text File  |  2002-12-06  |  1.9 KB  |  111 lines

  1. object StatusDisplayFrame: TStatusDisplayFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 420
  5.   Height = 131
  6.   TabOrder = 0
  7.   object Label3: TLabel
  8.     Left = 7
  9.     Top = 8
  10.     Width = 60
  11.     Height = 13
  12.     AutoSize = False
  13.     Caption = 'Track:'
  14.   end
  15.   object Label4: TLabel
  16.     Left = 7
  17.     Top = 33
  18.     Width = 60
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = 'Total:'
  22.   end
  23.   object lblTrackProgress: TLabel
  24.     Left = 383
  25.     Top = 8
  26.     Width = 31
  27.     Height = 13
  28.     Alignment = taRightJustify
  29.     AutoSize = False
  30.     Caption = '0%'
  31.   end
  32.   object lblTotalProgress: TLabel
  33.     Left = 383
  34.     Top = 32
  35.     Width = 31
  36.     Height = 13
  37.     Alignment = taRightJustify
  38.     AutoSize = False
  39.     Caption = '0%'
  40.   end
  41.   object lblProgress: TLabel
  42.     Left = 71
  43.     Top = 54
  44.     Width = 305
  45.     Height = 13
  46.     AutoSize = False
  47.     Caption = 'Track 1 of 14 (100,4 MB of 300, 5 MB)'
  48.   end
  49.   object Label8: TLabel
  50.     Left = 7
  51.     Top = 54
  52.     Width = 60
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'Progress:'
  56.   end
  57.   object lblStatCaption: TLabel
  58.     Left = 7
  59.     Top = 73
  60.     Width = 60
  61.     Height = 13
  62.     AutoSize = False
  63.     Caption = 'Status:'
  64.   end
  65.   object lblStatus: TLabel
  66.     Left = 71
  67.     Top = 73
  68.     Width = 305
  69.     Height = 13
  70.     AutoSize = False
  71.     Caption = 'Writing...'
  72.     WordWrap = True
  73.   end
  74.   object lblStatus2: TLabel
  75.     Left = 72
  76.     Top = 91
  77.     Width = 305
  78.     Height = 16
  79.     AutoSize = False
  80.     Caption = 'Copy 1 of 1'
  81.     WordWrap = True
  82.   end
  83.   object lblTimeRemaining: TLabel
  84.     Left = 8
  85.     Top = 112
  86.     Width = 313
  87.     Height = 13
  88.     AutoSize = False
  89.   end
  90.   object pbTrack: TProgressBar
  91.     Left = 71
  92.     Top = 8
  93.     Width = 305
  94.     Height = 16
  95.     HelpContext = 21
  96.     Min = 0
  97.     Max = 100
  98.     TabOrder = 0
  99.   end
  100.   object pbTotal: TProgressBar
  101.     Left = 71
  102.     Top = 32
  103.     Width = 305
  104.     Height = 16
  105.     HelpContext = 30
  106.     Min = 0
  107.     Max = 100
  108.     TabOrder = 1
  109.   end
  110. end
  111.