home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TOWPROGRESSFORM / TOWPROGRESSFORM.txt
Encoding:
Text File  |  2000-10-20  |  1.5 KB  |  77 lines

  1. object OWProgressForm: TOWProgressForm
  2.   Left = 269
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 115
  8.   ClientWidth = 471
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 7
  21.     Top = 7
  22.     Width = 457
  23.     Height = 101
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object TitleLabel: TLabel
  28.       Left = 13
  29.       Top = 8
  30.       Width = 429
  31.       Height = 13
  32.       Alignment = taCenter
  33.       AutoSize = False
  34.       Caption = 'TitleLabel'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object StatusLabel: TLabel
  43.       Left = 56
  44.       Top = 44
  45.       Width = 385
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = 'StatusLabel'
  49.     end
  50.     object Label1: TLabel
  51.       Left = 16
  52.       Top = 44
  53.       Width = 33
  54.       Height = 13
  55.       Caption = 'Status:'
  56.     end
  57.     object ProgressBar: TProgressBar
  58.       Left = 16
  59.       Top = 72
  60.       Width = 329
  61.       Height = 16
  62.       Min = 0
  63.       Max = 100
  64.       TabOrder = 0
  65.     end
  66.     object AbortBtn: TBitBtn
  67.       Left = 366
  68.       Top = 68
  69.       Width = 75
  70.       Height = 25
  71.       Caption = '&Abort'
  72.       TabOrder = 1
  73.       OnClick = AbortBtnClick
  74.     end
  75.   end
  76. end
  77.