object IndexDlg: TIndexDlg Left = 314 Top = 120 HelpContext = 5026 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Index' ClientHeight = 222 ClientWidth = 305 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose TextHeight = 13 object WhichIndex: TTabbedNotebook Left = 0 Top = 0 Width = 305 Height = 222 Align = alClient TabFont.Color = clBlack TabFont.Height = -13 TabFont.Name = 'MS Sans Serif' TabFont.Style = [fsBold] TabOrder = 2 OnClick = BChapterClick object TTabPage Left = 5 Top = 29 Caption = 'Co&mplete' object Label3: TLabel Left = 16 Top = 15 Width = 24 Height = 13 Caption = '&Part' FocusControl = CBWhat end object GBExclude: TGroupBox Left = 8 Top = 80 Width = 281 Height = 65 Caption = 'Exclude' TabOrder = 1 object BChapter: TCheckBox Left = 16 Top = 20 Width = 97 Height = 17 Caption = '&Chapter' State = cbChecked TabOrder = 0 OnClick = BChapterClick end object BHidden: TCheckBox Left = 16 Top = 41 Width = 97 Height = 17 Caption = '&Hidden Text' State = cbChecked TabOrder = 1 OnClick = BChapterClick end object BIMrg: TCheckBox Left = 152 Top = 20 Width = 97 Height = 17 Caption = '&Inner Margin' State = cbChecked TabOrder = 2 OnClick = BChapterClick end object BOMrg: TCheckBox Left = 152 Top = 41 Width = 97 Height = 17 Caption = '&Outer Margin' State = cbChecked TabOrder = 3 OnClick = BChapterClick end end object RGHow: TRadioGroup Left = 8 Top = 44 Width = 281 Height = 33 Columns = 3 ItemIndex = 1 Items.Strings = ( '&All Words' 'Index &0' '&Both') TabOrder = 0 OnClick = BChapterClick end end object TTabPage Left = 5 Top = 29 Caption = 'E&ntries' object Label1: TLabel Left = 82 Top = 88 Width = 53 Height = 13 Caption = '&Index Nr.' FocusControl = SEIndexNr end object Bevel1: TBevel Left = 8 Top = 48 Width = 281 Height = 97 Shape = bsFrame end object Label2: TLabel Left = 16 Top = 16 Width = 24 Height = 13 Caption = '&Part' FocusControl = CBWhat end object SEIndexNr: TSpinEdit Left = 160 Top = 83 Width = 41 Height = 22 MaxValue = 99 MinValue = 0 TabOrder = 0 Value = 1 end end end object CBWhat: TComboBox Left = 60 Top = 40 Width = 145 Height = 20 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = CBWhatChange end object BEnabled: TCheckBox Left = 213 Top = 42 Width = 76 Height = 17 Caption = '&Enabled' State = cbChecked TabOrder = 1 OnClick = BChapterClick end object BIndex: TButton Left = 13 Top = 184 Width = 75 Height = 25 Caption = 'Inde&x' Default = True TabOrder = 3 OnClick = BIndexClick end object CancelBtn: TBitBtn Left = 134 Top = 183 Width = 75 Height = 27 Caption = 'Close' TabOrder = 4 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 218 Top = 183 Width = 75 Height = 27 TabOrder = 5 Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object SaveDlg: TSaveDialog DefaultExt = 'txt' FileName = 'Index' Options = [ofReadOnly, ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Save Index As' Left = 272 end end