object Form1: TForm1 Left = 186 Top = 275 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'WordWeb Installation' ClientHeight = 232 ClientWidth = 286 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 273 Height = 33 AutoSize = False Caption = 'The installation program can now create icons that you can click' + ' on to run the program.' WordWrap = True end object Label2: TLabel Left = 8 Top = 56 Width = 146 Height = 13 Caption = 'Where would you like an icon?' end object Bevel1: TBevel Left = 16 Top = 80 Width = 265 Height = 113 end object CheckBox1: TCheckBox Tag = 8 Left = 40 Top = 112 Width = 201 Height = 17 Caption = 'On the &Start Menu' TabOrder = 1 end object CheckBox2: TCheckBox Tag = 5 Left = 40 Top = 88 Width = 201 Height = 17 Caption = 'Under programs on the Start menu' Checked = True State = cbChecked TabOrder = 0 end object CheckBox3: TCheckBox Tag = 1 Left = 40 Top = 136 Width = 97 Height = 17 Caption = 'On the &Desktop' Checked = True State = cbChecked TabOrder = 2 end object CheckBox5: TCheckBox Tag = -2 Left = 40 Top = 160 Width = 185 Height = 17 Caption = 'On the &Taskbar (Quick Launch)' TabOrder = 3 end object Button1: TButton Left = 96 Top = 200 Width = 99 Height = 25 Cancel = True Caption = '&Create Icons' Default = True ModalResult = 1 TabOrder = 4 end end