home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STDVCS32.DLL / RCDATA / TCREATEPROGRESSDLG / TCREATEPROGRESSDLG.txt
Text File  |  1997-01-16  |  825b  |  43 lines

  1. object CreateProgressDlg: TCreateProgressDlg
  2.   Left = 815
  3.   Top = 428
  4.   BorderStyle = bsDialog
  5.   Caption = 'Adding Files to Version Control'
  6.   ClientHeight = 79
  7.   ClientWidth = 389
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   FormStyle = fsStayOnTop
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 39
  17.     Top = 16
  18.     Width = 309
  19.     Height = 13
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 14
  25.     Top = 36
  26.     Width = 354
  27.     Height = 25
  28.     BevelOuter = bvLowered
  29.     Caption = 'Panel1'
  30.     TabOrder = 0
  31.     object ProgressBar: TProgressBar
  32.       Left = 1
  33.       Top = 1
  34.       Width = 352
  35.       Height = 23
  36.       Align = alClient
  37.       Min = 0
  38.       Max = 100
  39.       TabOrder = 0
  40.     end
  41.   end
  42. end
  43.