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

  1. object Form1: TForm1
  2.   Left = 186
  3.   Top = 275
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WordWeb Installation'
  7.   ClientHeight = 232
  8.   ClientWidth = 286
  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 = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 273
  23.     Height = 33
  24.     AutoSize = False
  25.     Caption = 
  26.       'The installation program can now create icons that you can click' +
  27.       ' on to run the program.'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 56
  33.     Width = 146
  34.     Height = 13
  35.     Caption = 'Where would you like an icon?'
  36.   end
  37.   object Bevel1: TBevel
  38.     Left = 16
  39.     Top = 80
  40.     Width = 265
  41.     Height = 113
  42.   end
  43.   object CheckBox1: TCheckBox
  44.     Tag = 8
  45.     Left = 40
  46.     Top = 112
  47.     Width = 201
  48.     Height = 17
  49.     Caption = 'On the &Start Menu'
  50.     TabOrder = 1
  51.   end
  52.   object CheckBox2: TCheckBox
  53.     Tag = 5
  54.     Left = 40
  55.     Top = 88
  56.     Width = 201
  57.     Height = 17
  58.     Caption = 'Under programs on the Start menu'
  59.     Checked = True
  60.     State = cbChecked
  61.     TabOrder = 0
  62.   end
  63.   object CheckBox3: TCheckBox
  64.     Tag = 1
  65.     Left = 40
  66.     Top = 136
  67.     Width = 97
  68.     Height = 17
  69.     Caption = 'On the &Desktop'
  70.     Checked = True
  71.     State = cbChecked
  72.     TabOrder = 2
  73.   end
  74.   object CheckBox5: TCheckBox
  75.     Tag = -2
  76.     Left = 40
  77.     Top = 160
  78.     Width = 185
  79.     Height = 17
  80.     Caption = 'On the &Taskbar (Quick Launch)'
  81.     TabOrder = 3
  82.   end
  83.   object Button1: TButton
  84.     Left = 96
  85.     Top = 200
  86.     Width = 99
  87.     Height = 25
  88.     Cancel = True
  89.     Caption = '&Create Icons'
  90.     Default = True
  91.     ModalResult = 1
  92.     TabOrder = 4
  93.   end
  94. end
  95.