home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / RESC98 / SETUP.EXE / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1998-06-23  |  1KB  |  55 lines

  1. object Form5: TForm5
  2.   Left = 235
  3.   Top = 169
  4.   Width = 267
  5.   Height = 124
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Installing'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnActivate = Form5Activate
  17.   OnClose = Form5Close
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Gauge1: TGauge
  21.     Left = 9
  22.     Top = 41
  23.     Width = 241
  24.     Height = 23
  25.     Progress = 0
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 57
  31.     Height = 13
  32.     Caption = 'Copying file:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 25
  36.     Top = 24
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object Button1: TButton
  41.     Left = 100
  42.     Top = 71
  43.     Width = 55
  44.     Height = 20
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     TabOrder = 0
  48.     OnClick = Button1Click
  49.   end
  50.   object ProgMan1: TProgMan
  51.     ShowGroup = activateNormalSize
  52.     Left = 136
  53.   end
  54. end
  55.