home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / SETUP.EXE / 0 / RCDATA / TCOPYFORM / TCOPYFORM.txt
Text File  |  1998-03-04  |  2KB  |  106 lines

  1. object CopyForm: TCopyForm
  2.   Left = 325
  3.   Top = 366
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Setup'
  7.   ClientHeight = 151
  8.   ClientWidth = 256
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 3
  20.     Top = 7
  21.     Width = 108
  22.     Height = 13
  23.     Alignment = taCenter
  24.     Caption = 'Setup is copying files...'
  25.   end
  26.   object Gauge: TGauge
  27.     Left = 40
  28.     Top = 28
  29.     Width = 181
  30.     Height = 83
  31.     Kind = gkPie
  32.     BorderStyle = bsNone
  33.     ForeColor = clAqua
  34.     BackColor = clNavy
  35.     Progress = 0
  36.   end
  37.   object AbortButton: TBitBtn
  38.     Left = 91
  39.     Top = 119
  40.     Width = 75
  41.     Height = 25
  42.     TabOrder = 0
  43.     OnClick = AbortButtonClick
  44.     Kind = bkAbort
  45.   end
  46.   object FileList: TListBox
  47.     Left = 172
  48.     Top = 119
  49.     Width = 77
  50.     Height = 25
  51.     ItemHeight = 13
  52.     Items.Strings = (
  53.       'AquaScap.exe'
  54.       'AquaDX.exe'
  55.       'AquaLX.exe'
  56.       'Control.exe'
  57.       'WebSite.exe'
  58.       'Enable.exe'
  59.       'Disable.exe'
  60.       'uInstall.exe'
  61.       'AquaScap.Cnt'
  62.       'AquaScap.hlp'
  63.       'AquaScap.Opt'
  64.       'LoFish1.Dat'
  65.       'HiFish1.Dat'
  66.       'Misc.Dat'
  67.       'Init.Dat'
  68.       'Themes.Dat'
  69.       'License.txt'
  70.       'History.txt'
  71.       'File_id.diz'
  72.       'Order.frm'
  73.       'Gallery\Image8.jpg'
  74.       'LoFish2.Dat'
  75.       'HiFish2.Dat'
  76.       'Guide\Chapter1.rtf'
  77.       'Guide\Chapter2.rtf'
  78.       'Guide\Chapter3.rtf'
  79.       'Gallery\Image1.jpg'
  80.       'Gallery\Image2.jpg'
  81.       'Gallery\Image3.jpg'
  82.       'Gallery\Image4.jpg'
  83.       'Gallery\Image5.jpg'
  84.       'Gallery\Image6.jpg'
  85.       'Gallery\Image7.jpg'
  86.       'Gallery\Image9.jpg'
  87.       'Gallery\Image10.jpg'
  88.       'Gallery\Image11.jpg'
  89.       'Gallery\Image12.jpg'
  90.       'Gallery\Image13.jpg'
  91.       'Gallery\Image14.jpg'
  92.       'Gallery\Image15.jpg'
  93.       'Undocume.txt')
  94.     TabOrder = 1
  95.     Visible = False
  96.   end
  97.   object DdeClient: TDdeClientConv
  98.     DdeService = 'ProgMan'
  99.     Left = 226
  100.     Top = 5
  101.     LinkInfo = (
  102.       'Service ProgMan'
  103.       'Topic ')
  104.   end
  105. end
  106.