home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TEXPORTTASKPROGRESSFORM / TEXPORTTASKPROGRESSFORM.txt
Encoding:
Text File  |  2002-10-30  |  656 b   |  36 lines

  1. inherited ExportTaskProgressForm: TExportTaskProgressForm
  2.   Left = 329
  3.   Top = 270
  4.   Caption = 'Save Task(s) As ...'
  5.   ClientHeight = 236
  6.   ClientWidth = 322
  7.   Font.Height = -11
  8.   OldCreateOrder = True
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object lbTotal: TLabel [7]
  13.     Left = 24
  14.     Top = 144
  15.     Width = 24
  16.     Height = 13
  17.     Caption = 'Total'
  18.   end
  19.   inherited ProgressBar1: TProgressBar
  20.     TabOrder = 1
  21.   end
  22.   inherited btCancel: TBitBtn
  23.     Top = 145
  24.     TabOrder = 2
  25.   end
  26.   object pbTotal: TProgressBar
  27.     Left = 24
  28.     Top = 164
  29.     Width = 273
  30.     Height = 25
  31.     Min = 0
  32.     Max = 100
  33.     TabOrder = 0
  34.   end
  35. end
  36.