home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top20av / Aew95 / aew95.exe / SETUP.EXE / 0 / RCDATA / TWELCOMEFORM / TWELCOMEFORM.txt
Text File  |  1998-05-18  |  1KB  |  73 lines

  1. object WelcomeForm: TWelcomeForm
  2.   Left = 365
  3.   Top = 454
  4.   ActiveControl = NextBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Welcome'
  8.   ClientHeight = 329
  9.   ClientWidth = 472
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 442
  27.     Height = 272
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 1
  32.       Top = 1
  33.       Width = 440
  34.       Height = 270
  35.       Align = alClient
  36.       Stretch = True
  37.     end
  38.   end
  39.   object CancelBtn: TButton
  40.     Left = 382
  41.     Top = 300
  42.     Width = 74
  43.     Height = 24
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 3
  47.     TabOrder = 3
  48.     OnClick = ButtonClick
  49.   end
  50.   object BackBtn: TButton
  51.     Left = 222
  52.     Top = 300
  53.     Width = 74
  54.     Height = 24
  55.     Caption = '< &Back'
  56.     Enabled = False
  57.     ModalResult = 7
  58.     TabOrder = 1
  59.     OnClick = ButtonClick
  60.   end
  61.   object NextBtn: TButton
  62.     Left = 296
  63.     Top = 300
  64.     Width = 74
  65.     Height = 24
  66.     Caption = '&Next >'
  67.     Default = True
  68.     ModalResult = 6
  69.     TabOrder = 2
  70.     OnClick = ButtonClick
  71.   end
  72. end
  73.