home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / ProKon / Setup.exe / 0 / RCDATA / TCOPYDLG / TCOPYDLG.txt
Text File  |  1998-12-17  |  2KB  |  85 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.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 20
  23.     Width = 447
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Copying file:'
  27.     Color = clBlack
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWhite
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = [fsBold]
  33.     ParentColor = False
  34.     ParentFont = False
  35.   end
  36.   object Gauge1: TGauge
  37.     Left = 16
  38.     Top = 100
  39.     Width = 449
  40.     Height = 33
  41.     Color = clBlack
  42.     ForeColor = clNavy
  43.     ParentColor = False
  44.     Progress = 0
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 14
  48.     Top = 98
  49.     Width = 451
  50.     Height = 35
  51.     Shape = bsFrame
  52.   end
  53.   object Gauge2: TGauge
  54.     Left = 18
  55.     Top = 44
  56.     Width = 445
  57.     Height = 23
  58.     ForeColor = clLime
  59.     Progress = 0
  60.   end
  61.   object Bevel2: TBevel
  62.     Left = 16
  63.     Top = 42
  64.     Width = 449
  65.     Height = 27
  66.     Shape = bsFrame
  67.   end
  68.   object Label2: TLabel
  69.     Left = 14
  70.     Top = 78
  71.     Width = 451
  72.     Height = 16
  73.     AutoSize = False
  74.     Caption = 'Total Copied:'
  75.     Color = clBlack
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWhite
  78.     Font.Height = -13
  79.     Font.Name = 'Arial'
  80.     Font.Style = [fsBold]
  81.     ParentColor = False
  82.     ParentFont = False
  83.   end
  84. end
  85.