home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / vyuka / wordweb / WORDWEB.EXE / uninst.exe / 0 / RCDATA / TMAIN / TMAIN.txt
Text File  |  2001-01-19  |  3KB  |  142 lines

  1. object Main: TMain
  2.   Left = 305
  3.   Top = 318
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'WordWeb Setup'
  7.   ClientHeight = 202
  8.   ClientWidth = 397
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TButton
  20.     Left = 223
  21.     Top = 172
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Next >'
  25.     Default = True
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 311
  31.     Top = 172
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object Group1: TGroupBox
  40.     Left = 16
  41.     Top = 8
  42.     Width = 369
  43.     Height = 153
  44.     TabOrder = 2
  45.     object Label1: TLabel
  46.       Left = 16
  47.       Top = 56
  48.       Width = 266
  49.       Height = 13
  50.       Caption = 'Welcome to the Crossword Compiler installation program.'
  51.     end
  52.     object Label2: TLabel
  53.       Left = 16
  54.       Top = 56
  55.       Width = 305
  56.       Height = 49
  57.       AutoSize = False
  58.       Caption = 
  59.         'You are strongly recommended to close all other programs before ' +
  60.         'continuing with this installation.'
  61.       WordWrap = True
  62.     end
  63.     object Label3: TLabel
  64.       Left = 16
  65.       Top = 112
  66.       Width = 345
  67.       Height = 33
  68.       AutoSize = False
  69.       Caption = 
  70.         'When you are ready to continue the installation click the Next b' +
  71.         'utton or press Enter.'
  72.       WordWrap = True
  73.     end
  74.     object Label6: TLabel
  75.       Left = 16
  76.       Top = 24
  77.       Width = 223
  78.       Height = 13
  79.       Caption = 'Welcome to the WordWeb installation program.'
  80.     end
  81.   end
  82.   object Group3: TGroupBox
  83.     Left = 14
  84.     Top = 8
  85.     Width = 369
  86.     Height = 153
  87.     TabOrder = 3
  88.     Visible = False
  89.     object Label4: TLabel
  90.       Left = 8
  91.       Top = 20
  92.       Width = 345
  93.       Height = 29
  94.       AutoSize = False
  95.       Caption = 'WordWeb will be installed to the following location.'
  96.       WordWrap = True
  97.     end
  98.     object Label5: TLabel
  99.       Left = 8
  100.       Top = 104
  101.       Width = 45
  102.       Height = 13
  103.       Caption = 'Directory:'
  104.     end
  105.     object Label7: TLabel
  106.       Left = 8
  107.       Top = 48
  108.       Width = 345
  109.       Height = 46
  110.       AutoSize = False
  111.       Caption = 
  112.         'Change the folder if you wish to install somewhere else. When yo' +
  113.         'u are ready to start the installation press the Install button'
  114.       WordWrap = True
  115.     end
  116.     object Edit1: TEdit
  117.       Left = 72
  118.       Top = 96
  119.       Width = 281
  120.       Height = 21
  121.       MaxLength = 256
  122.       TabOrder = 0
  123.     end
  124.     object Button1: TButton
  125.       Left = 280
  126.       Top = 124
  127.       Width = 75
  128.       Height = 21
  129.       Caption = '&Browse...'
  130.       TabOrder = 1
  131.       OnClick = Button1Click
  132.     end
  133.   end
  134.   object Browser: TBrowseFolder
  135.     Flags = [bfFileSysDirsOnly, bfStatusText]
  136.     ShowPathInStatusArea = False
  137.     SyncCustomButton = False
  138.     Left = 88
  139.     Top = 168
  140.   end
  141. end
  142.