object EditorOptForm: TEditorOptForm Left = 297 Top = 104 Width = 465 Height = 300 Caption = 'EditorOptForm' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BlockIndentLbl: TLabel Left = 8 Top = 232 Width = 62 Height = 13 Caption = 'Block i&ndent:' FocusControl = BlockIndentEdit end object TabStopLbl: TLabel Left = 168 Top = 232 Width = 50 Height = 13 Caption = '&Tab stops:' FocusControl = TabStopsEdit end object KeyMapLbl: TLabel Left = 328 Top = 232 Width = 61 Height = 13 Caption = '&Keymapping:' FocusControl = KeymapEdit end object EditOptGroup: TGroupBox Left = 8 Top = 8 Width = 441 Height = 221 Caption = 'Editor options:' TabOrder = 0 object AutoIndentChk: TCheckBox Left = 8 Top = 16 Width = 209 Height = 21 Caption = '&Auto indent mode' TabOrder = 0 OnClick = ItemChange end object SmartTabChk: TCheckBox Left = 8 Top = 36 Width = 209 Height = 21 Caption = 'S&mart tab' TabOrder = 1 OnClick = SmartTabChkClick end object BackUnindentChk: TCheckBox Left = 8 Top = 76 Width = 209 Height = 21 Caption = 'Backspace &unindents' TabOrder = 3 OnClick = ItemChange end object PersistentBlockChk: TCheckBox Left = 225 Top = 32 Width = 209 Height = 21 Caption = '&Persistent blocks' TabOrder = 11 OnClick = ItemChange end object OverwriteBlockChk: TCheckBox Left = 225 Top = 52 Width = 209 Height = 21 Caption = 'Over&write blocks' TabOrder = 12 OnClick = ItemChange end object DblClickEdit: TCheckBox Left = 225 Top = 72 Width = 209 Height = 21 Caption = '&Double click line' TabOrder = 13 OnClick = ItemChange end object FindTextChk: TCheckBox Left = 225 Top = 92 Width = 209 Height = 21 Caption = 'Find te&xt at cursor' TabOrder = 14 OnClick = ItemChange end object CutCopyEnabledChk: TCheckBox Left = 225 Top = 112 Width = 209 Height = 21 Caption = '&Force cut and copy enabled' TabOrder = 15 OnClick = ItemChange end object SyntaxHighlightChk: TCheckBox Left = 225 Top = 132 Width = 209 Height = 21 Caption = 'Use &syntax highlight' TabOrder = 16 OnClick = ItemChange end object OverCaretChk: TCheckBox Left = 225 Top = 152 Width = 209 Height = 21 Caption = '&Overwrite cursor as block' TabOrder = 17 OnClick = ItemChange end object DisDragChk: TCheckBox Left = 225 Top = 172 Width = 209 Height = 21 Caption = 'Disable dra&gging' TabOrder = 18 OnClick = ItemChange end object MemoEnvOptions: TCheckBox Left = 8 Top = 96 Width = 209 Height = 21 Caption = 'Show &line numbers' TabOrder = 4 OnClick = MemoEnvOptionsClick end object MemoEnvOptions1: TCheckBox Left = 8 Top = 116 Width = 209 Height = 21 Caption = 'S&how line numbers on gutter' TabOrder = 5 OnClick = ItemChange end object GroupUndoChk: TCheckBox Left = 8 Top = 136 Width = 209 Height = 21 Caption = '&Group undo' TabOrder = 6 OnClick = ItemChange end object CursorEofChk: TCheckBox Left = 8 Top = 156 Width = 209 Height = 21 Caption = 'Cursor beyond &EOF' TabOrder = 7 OnClick = ItemChange end object BeyondEolChk: TCheckBox Left = 8 Top = 176 Width = 209 Height = 21 Caption = '&Cursor beyond EOL' TabOrder = 8 OnClick = ItemChange end object SelectEolChk: TCheckBox Left = 8 Top = 196 Width = 209 Height = 21 Caption = '&Selection beyond EOL' TabOrder = 9 OnClick = ItemChange end object KeepTrailingBlanksChk: TCheckBox Left = 225 Top = 12 Width = 209 Height = 21 Caption = '&Keep trailing blanks' TabOrder = 10 OnClick = ItemChange end object UseTabCharBox: TCheckBox Left = 8 Top = 56 Width = 209 Height = 21 Caption = '&Use tab character' TabOrder = 2 OnClick = UseTabCharBoxClick end end object BlockIndentEdit: TEdit Left = 8 Top = 248 Width = 113 Height = 21 TabOrder = 1 OnChange = ItemChange end object TabStopsEdit: TEdit Left = 168 Top = 248 Width = 113 Height = 21 TabOrder = 2 OnChange = ItemChange end object KeymapEdit: TComboBox Left = 328 Top = 248 Width = 121 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = ItemChange end end