home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / idcfmf.dfm / idcfmf.txt next >
Text File  |  1995-07-19  |  1KB  |  62 lines

  1. object dlgCF: TdlgCF
  2.   Left = 224
  3.   Top = 126
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Copy Installation Files'
  7.   ClientHeight = 86
  8.   ClientWidth = 301
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 301
  21.     Height = 86
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object lblCopyFileHeader: TLabel
  25.       Left = 64
  26.       Top = 8
  27.       Width = 104
  28.       Height = 16
  29.       Caption = 'Extracting File'
  30.     end
  31.     object lblCopyingFile: TLabel
  32.       Left = 64
  33.       Top = 24
  34.       Width = 12
  35.       Height = 16
  36.       Caption = '---'
  37.     end
  38.     object Gauge1: TGauge
  39.       Left = 18
  40.       Top = 48
  41.       Width = 265
  42.       Height = 25
  43.       Color = clNavy
  44.       Font.Color = clBlack
  45.       Font.Height = -13
  46.       Font.Name = 'System'
  47.       Font.Style = [fsBold]
  48.       ForeColor = clNavy
  49.       ParentColor = False
  50.       ParentFont = False
  51.       Progress = 0
  52.     end
  53.     object UnZipImage: TImage
  54.       Left = 8
  55.       Top = 8
  56.       Width = 41
  57.       Height = 33
  58.       Picture.Data = {<image000.bmp>}
  59.     end
  60.   end
  61. end
  62.