home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0696 / 0696.ZIP / Setup.exe / 0 / RCDATA / TCOPYFORM / TCOPYFORM.txt
Encoding:
Text File  |  1999-04-01  |  2.1 KB  |  104 lines

  1. object CopyForm: TCopyForm
  2.   Left = 265
  3.   Top = 297
  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.       'Control.exe'
  55.       'WebSite.url'
  56.       'Enable.exe'
  57.       'Disable.exe'
  58.       'uInstall.exe'
  59.       'AquaScap.Cnt'
  60.       'AquaScap.hlp'
  61.       'AquaScap.Opt'
  62.       'HiFish1.Dat'
  63.       'Plants.Dat'
  64.       'Rocks.Dat'
  65.       'Decor.Dat'
  66.       'Misc.Dat'
  67.       'Init.Dat'
  68.       'Themes.Dat'
  69.       'License.txt'
  70.       'History.txt'
  71.       'File_id.diz'
  72.       'Order.doc'
  73.       'Gallery\Image8.jpg'
  74.       'HiFish2.Dat'
  75.       'Guide\Chapter1.rtf'
  76.       'Guide\Chapter2.rtf'
  77.       'Guide\Chapter3.rtf'
  78.       'Gallery\Image1.jpg'
  79.       'Gallery\Image2.jpg'
  80.       'Gallery\Image3.jpg'
  81.       'Gallery\Image4.jpg'
  82.       'Gallery\Image5.jpg'
  83.       'Gallery\Image6.jpg'
  84.       'Gallery\Image7.jpg'
  85.       'Gallery\Image9.jpg'
  86.       'Gallery\Image10.jpg'
  87.       'Gallery\Image11.jpg'
  88.       'Gallery\Image12.jpg'
  89.       'Gallery\Image13.jpg'
  90.       'Gallery\Image14.jpg'
  91.       'Gallery\Image15.jpg')
  92.     TabOrder = 1
  93.     Visible = False
  94.   end
  95.   object DdeClient: TDdeClientConv
  96.     DdeService = 'ProgMan'
  97.     Left = 226
  98.     Top = 5
  99.     LinkInfo = (
  100.       'Service ProgMan'
  101.       'Topic ')
  102.   end
  103. end
  104.