home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / _SETUP.DLL / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1998-09-11  |  956b  |  52 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.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = Form5Activate
  18.   OnClose = Form5Close
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Gauge1: TGauge
  22.     Left = 9
  23.     Top = 41
  24.     Width = 241
  25.     Height = 23
  26.     Progress = 0
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 57
  32.     Height = 13
  33.     Caption = 'Copying file:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 25
  37.     Top = 24
  38.     Width = 3
  39.     Height = 13
  40.   end
  41.   object Button1: TButton
  42.     Left = 100
  43.     Top = 71
  44.     Width = 55
  45.     Height = 20
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     TabOrder = 0
  49.     OnClick = Button1Click
  50.   end
  51. end
  52.