object InstallForm: TInstallForm Left = 160 Top = 85 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'Directories Setup' ClientHeight = 342 ClientWidth = 408 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 288 Width = 390 Height = 2 Shape = bsTopLine end object cbMakeDT: TCheckBox Left = 16 Top = 148 Width = 385 Height = 17 Caption = 'Create shortcut on the Windows &Desktop' TabOrder = 4 end object cbMakeStart: TCheckBox Left = 16 Top = 172 Width = 385 Height = 17 Caption = 'Create shortcut in &Start Menu' TabOrder = 5 OnClick = cbMakeStartClick end object gStart: TGroupBox Left = 8 Top = 80 Width = 393 Height = 57 Caption = 'Create Shortcut in Start Menu at' TabOrder = 3 object eGroup: TEdit Left = 8 Top = 24 Width = 237 Height = 21 TabStop = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 0 end object bChangeStart: TButton Left = 300 Top = 20 Width = 83 Height = 25 Caption = '&Change...' TabOrder = 1 OnClick = bChangeStartClick end end object bOK: TButton Left = 160 Top = 304 Width = 89 Height = 25 Caption = '&Next >' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 264 Top = 304 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 8 Top = 16 Width = 393 Height = 57 Caption = '&Basic Mail Directory' TabOrder = 2 object eWDir: TEdit Left = 8 Top = 24 Width = 237 Height = 21 TabStop = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 0 end object bChDir: TButton Left = 300 Top = 20 Width = 83 Height = 25 Caption = '&Change...' TabOrder = 1 OnClick = bChDirClick end end object cbAddSendTo: TCheckBox Left = 16 Top = 196 Width = 385 Height = 17 Caption = '&Add The Bat! to "Send To" menu' State = cbChecked TabOrder = 6 end object bBack: TButton Left = 64 Top = 304 Width = 89 Height = 25 HelpContext = 12006 Caption = '< &Back' Enabled = False TabOrder = 7 end end