object ToolbarsForm: TToolbarsForm Left = 100 Top = 100 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Toolbars' ClientHeight = 187 ClientWidth = 183 Font.Color = clBlack Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 7 Top = 156 Width = 169 Height = 7 Shape = bsTopLine end object ShowHints: TCheckBox Left = 88 Top = 166 Width = 88 Height = 14 Caption = '&Show hints' TabOrder = 0 end object BitBtn1: TBitBtn Left = 104 Top = 5 Width = 72 Height = 27 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 104 Top = 34 Width = 72 Height = 27 TabOrder = 2 Kind = bkCancel end object ResetButton: TBitBtn Left = 104 Top = 63 Width = 72 Height = 27 Caption = '&Reset...' TabOrder = 3 OnClick = ResetButtonClick end object CustomizeButton: TBitBtn Left = 104 Top = 93 Width = 72 Height = 26 Caption = '&Customize...' ModalResult = 4 TabOrder = 4 end object StandardToolbar: TCheckBox Left = 7 Top = 8 Width = 79 Height = 14 Caption = 'Standard' TabOrder = 5 end object FormattingToolbar: TCheckBox Left = 7 Top = 28 Width = 79 Height = 13 Caption = 'Formatting' TabOrder = 6 end object BordersToolbar: TCheckBox Left = 7 Top = 47 Width = 79 Height = 14 Caption = 'Borders' TabOrder = 7 end object TablesToolbar: TCheckBox Left = 7 Top = 67 Width = 79 Height = 13 Caption = 'Tables' TabOrder = 8 end end