home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / PROKON84.ZIP / SETUP.EXE / 0 / RCDATA / TCOPYDLG / TCOPYDLG.txt
Text File  |  1998-05-02  |  2KB  |  84 lines

  1. object CopyDlg: TCopyDlg
  2.   Left = 278
  3.   Top = 213
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Installing ProKon . . .'
  7.   ClientHeight = 149
  8.   ClientWidth = 479
  9.   Color = clGray
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 20
  22.     Width = 447
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = 'Copying file:'
  26.     Color = clBlack
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWhite
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object Gauge1: TGauge
  36.     Left = 16
  37.     Top = 100
  38.     Width = 449
  39.     Height = 33
  40.     Color = clBlack
  41.     ForeColor = clNavy
  42.     ParentColor = False
  43.     Progress = 0
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 14
  47.     Top = 98
  48.     Width = 451
  49.     Height = 35
  50.     Shape = bsFrame
  51.   end
  52.   object Gauge2: TGauge
  53.     Left = 18
  54.     Top = 44
  55.     Width = 445
  56.     Height = 23
  57.     ForeColor = clLime
  58.     Progress = 0
  59.   end
  60.   object Bevel2: TBevel
  61.     Left = 16
  62.     Top = 42
  63.     Width = 449
  64.     Height = 27
  65.     Shape = bsFrame
  66.   end
  67.   object Label2: TLabel
  68.     Left = 14
  69.     Top = 78
  70.     Width = 451
  71.     Height = 16
  72.     AutoSize = False
  73.     Caption = 'Total Copied:'
  74.     Color = clBlack
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWhite
  77.     Font.Height = -13
  78.     Font.Name = 'Arial'
  79.     Font.Style = [fsBold]
  80.     ParentColor = False
  81.     ParentFont = False
  82.   end
  83. end
  84.