home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / winnc / setup.exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1997-04-30  |  3KB  |  146 lines

  1. object Form9: TForm9
  2.   Left = 178
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form9'
  7.   ClientHeight = 297
  8.   ClientWidth = 394
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 10
  21.     Top = 245
  22.     Width = 376
  23.     Height = 11
  24.     Shape = bsBottomLine
  25.   end
  26.   object GroupBox1: TGroupBox
  27.     Left = 10
  28.     Top = 85
  29.     Width = 376
  30.     Height = 151
  31.     TabOrder = 0
  32.     object Label2: TLabel
  33.       Left = 190
  34.       Top = 15
  35.       Width = 156
  36.       Height = 41
  37.       AutoSize = False
  38.       Caption = 'All files will be correctly installed  (recommended)'
  39.       WordWrap = True
  40.     end
  41.     object Label3: TLabel
  42.       Left = 190
  43.       Top = 65
  44.       Width = 181
  45.       Height = 41
  46.       AutoSize = False
  47.       Caption = 
  48.         'Setup only installs the files neccessary to run. Use this option' +
  49.         ' if you don'#39't have diskspace enought.'
  50.       WordWrap = True
  51.     end
  52.     object Label4: TLabel
  53.       Left = 190
  54.       Top = 115
  55.       Width = 136
  56.       Height = 31
  57.       AutoSize = False
  58.       Caption = 'Setup asks which files you want to install.'
  59.       WordWrap = True
  60.     end
  61.     object Button2: TButton
  62.       Left = 10
  63.       Top = 15
  64.       Width = 166
  65.       Height = 26
  66.       Caption = '&Full Installation.'
  67.       TabOrder = 0
  68.       OnClick = Button2Click
  69.     end
  70.     object Button3: TButton
  71.       Left = 10
  72.       Top = 65
  73.       Width = 166
  74.       Height = 26
  75.       Caption = '&Minimum Installation'
  76.       TabOrder = 1
  77.       OnClick = Button
  78.     end
  79.     object Button4: TButton
  80.       Left = 10
  81.       Top = 115
  82.       Width = 166
  83.       Height = 26
  84.       Caption = 'C&ustom Installation'
  85.       TabOrder = 2
  86.       OnClick = Button3Click
  87.     end
  88.   end
  89.   object Button1: TButton
  90.     Left = 310
  91.     Top = 265
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = '&Cancel'
  96.     TabOrder = 1
  97.     OnClick = Button1Click
  98.   end
  99.   object GroupBox2: TGroupBox
  100.     Left = 10
  101.     Top = 5
  102.     Width = 376
  103.     Height = 71
  104.     TabOrder = 2
  105.     object Image1: TImage
  106.       Left = 10
  107.       Top = 20
  108.       Width = 32
  109.       Height = 32
  110.       AutoSize = True
  111.       Picture.Data = {<image000.ico>}
  112.     end
  113.     object Label1: TLabel
  114.       Left = 50
  115.       Top = 10
  116.       Width = 306
  117.       Height = 56
  118.       AutoSize = False
  119.       Caption = 
  120.         'Setup needs to know which option you want to use, If you choose ' +
  121.         'Full installation all files will be correctly installed, If you ' +
  122.         'choose Custom installation setup will ask which files you want t' +
  123.         'o install. Choose Minimum installation if you don'#39't have space'
  124.       WordWrap = True
  125.     end
  126.   end
  127.   object Button5: TButton
  128.     Left = 215
  129.     Top = 265
  130.     Width = 80
  131.     Height = 25
  132.     Caption = '&Next >'
  133.     Enabled = False
  134.     TabOrder = 3
  135.   end
  136.   object Button6: TButton
  137.     Left = 135
  138.     Top = 265
  139.     Width = 80
  140.     Height = 25
  141.     Caption = '< &Back'
  142.     TabOrder = 4
  143.     OnClick = Button6Click
  144.   end
  145. end
  146.