home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Warsztat / Compress / Tarfwin / SETUP.EXE / 0 / RCDATA / TWELCOMESCREEN / TWELCOMESCREEN.txt < prev   
Text File  |  1997-05-10  |  1KB  |  62 lines

  1. object WelcomeScreen: TWelcomeScreen
  2.   Left = 205
  3.   Top = 165
  4.   Width = 451
  5.   Height = 144
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Welcome'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image1: TImage
  16.     Left = 16
  17.     Top = 16
  18.     Width = 32
  19.     Height = 32
  20.     AutoSize = True
  21.     Picture.Data = {<image000.ico>}
  22.   end
  23.   object Label1: TLabel
  24.     Left = 56
  25.     Top = 16
  26.     Width = 327
  27.     Height = 13
  28.     Caption = 
  29.       'Welcome, this utility will install the following program to your' +
  30.       ' computer:'
  31.   end
  32.   object Progname: TLabel
  33.     Left = 56
  34.     Top = 40
  35.     Width = 329
  36.     Height = 13
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 'Progname'
  40.   end
  41.   object ProceedButton: TButton
  42.     Left = 128
  43.     Top = 80
  44.     Width = 89
  45.     Height = 25
  46.     Caption = '&Proceed'
  47.     Default = True
  48.     TabOrder = 0
  49.     OnClick = ProceedButtonClick
  50.   end
  51.   object Cancelbutton: TButton
  52.     Left = 224
  53.     Top = 80
  54.     Width = 89
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = '&Cancel'
  58.     TabOrder = 1
  59.     OnClick = CancelbuttonClick
  60.   end
  61. end
  62.