home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UM250.ZIP / SETUP.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-06-24  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 125
  4.   BorderStyle = bsNone
  5.   Caption = 'Setup'
  6.   ClientHeight = 342
  7.   ClientWidth = 500
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Gradient1: TGradient
  21.     Left = 0
  22.     Top = 0
  23.     Width = 500
  24.     Height = 342
  25.     Swap = True
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 104
  29.     Top = 104
  30.     Width = 265
  31.     Height = 73
  32.     TabOrder = 0
  33.     Visible = False
  34.     object Label1: TLabel
  35.       Left = 96
  36.       Top = 8
  37.       Width = 65
  38.       Height = 16
  39.       Caption = 'Copying ....'
  40.       Font.Charset = DEFAULT_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -13
  43.       Font.Name = 'MS Sans Serif'
  44.       Font.Style = []
  45.       ParentFont = False
  46.     end
  47.     object ProgressBar1: TProgressBar
  48.       Left = 16
  49.       Top = 40
  50.       Width = 233
  51.       Height = 16
  52.       Min = 0
  53.       Max = 100
  54.       TabOrder = 0
  55.     end
  56.   end
  57.   object DDEClient: TDdeClientConv
  58.     DdeService = 'ProgMan'
  59.     Left = 416
  60.     Top = 16
  61.     LinkInfo = (
  62.       'Service ProgMan'
  63.       'Topic ')
  64.   end
  65. end
  66.