object EditorOptionsForm: TEditorOptionsForm Left = 387 Top = 306 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Editor Options' ClientHeight = 159 ClientWidth = 228 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object TabsGroup: TGroupBox Left = 6 Top = 8 Width = 211 Height = 49 Caption = 'Tab Settings' TabOrder = 0 object Label1: TLabel Left = 10 Top = 23 Width = 42 Height = 13 Caption = 'Tab Size' end object AutoIndentCheck: TCheckBox Left = 130 Top = 21 Width = 73 Height = 17 Caption = 'Auto-indent' TabOrder = 2 end object TabSizeEdit: TEdit Left = 66 Top = 20 Width = 41 Height = 21 ReadOnly = True TabOrder = 0 Text = '1' end object TabUpDown: TUpDown Left = 107 Top = 20 Width = 12 Height = 21 Associate = TabSizeEdit Min = 1 Max = 8 Position = 1 TabOrder = 1 Wrap = False end end object SQLCompletionCheck: TCheckBox Left = 8 Top = 67 Width = 97 Height = 17 Caption = 'SQL Completion' TabOrder = 1 end object Button1: TButton Left = 40 Top = 120 Width = 60 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 3 end object Button2: TButton Left = 128 Top = 120 Width = 60 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 4 end object AbbCheck: TCheckBox Left = 8 Top = 91 Width = 129 Height = 17 Caption = 'Macro &Abbreviations' TabOrder = 2 end end