object EditorConfig: TEditorConfig Left = 200 Top = 114 HelpContext = 14056 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Editor/Viewer Preferences' ClientHeight = 379 ClientWidth = 474 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Tabs: TTabControl Left = 0 Top = 0 Width = 474 Height = 337 Align = alTop TabIndex = 0 TabOrder = 0 Tabs.Strings = ( 'General' 'Display') TabStop = False OnChange = TabsChange object Book: TNotebook Left = 4 Top = 24 Width = 466 Height = 309 Align = alClient PageIndex = 1 TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'General' object lWrapText: TLabel Left = 16 Top = 208 Width = 58 Height = 13 Caption = '&Wrap text at' FocusControl = eLeft end object lAutoSave: TLabel Left = 256 Top = 208 Width = 77 Height = 13 Caption = 'A&uto-save every' FocusControl = eAutosave end object lAutoSaveSecs: TLabel Left = 317 Top = 228 Width = 17 Height = 13 Caption = 'sec' end object lQuote: TLabel Left = 16 Top = 256 Width = 78 Height = 13 Caption = 'Quote name limit' FocusControl = eQuoteLen end object lWrapChars: TLabel Left = 78 Top = 228 Width = 50 Height = 13 Caption = 'characters' FocusControl = eLeft end object lQuoteLimitChars: TLabel Left = 78 Top = 276 Width = 50 Height = 13 Caption = 'characters' FocusControl = eQuoteLen end object gbText: TGroupBox Left = 8 Top = 8 Width = 233 Height = 185 Caption = 'Text' TabOrder = 0 object cbAutowrap: TCheckBox Left = 8 Top = 16 Width = 220 Height = 17 Caption = '&Auto-wrap' TabOrder = 0 end object cbWrapJustify: TCheckBox Left = 8 Top = 64 Width = 220 Height = 17 Caption = '&Justify on wrap' TabOrder = 2 end object cbSmartTab: TCheckBox Left = 8 Top = 88 Width = 220 Height = 17 Caption = #39'&Smart'#39' tabs' TabOrder = 3 end object cbAutoIndent: TCheckBox Left = 8 Top = 112 Width = 220 Height = 17 Caption = 'Auto &Indent' TabOrder = 4 end object cbBSIndent: TCheckBox Left = 8 Top = 136 Width = 220 Height = 17 Caption = '&Backspace unindents' TabOrder = 5 end object cbFindAtCursor: TCheckBox Left = 8 Top = 160 Width = 220 Height = 17 Caption = '&Find text at cursor' TabOrder = 6 end object cbAutoFmt: TCheckBox Left = 8 Top = 40 Width = 217 Height = 17 Caption = 'Auto-forma&t' TabOrder = 1 end end object gbBlocks: TGroupBox Left = 248 Top = 8 Width = 209 Height = 57 Caption = 'Blocks' TabOrder = 3 object cbPersistentBlock: TCheckBox Left = 8 Top = 16 Width = 193 Height = 17 Caption = '&Persistent blocks' TabOrder = 0 OnClick = cbPersistentBlockClick end object cbOverwriteBlock: TCheckBox Left = 8 Top = 32 Width = 193 Height = 17 Caption = 'O&verwrite blocks' TabOrder = 1 end end object gbShape: TGroupBox Left = 248 Top = 136 Width = 210 Height = 57 Caption = 'Cursor shape' TabOrder = 5 object cbBlockInsert: TCheckBox Left = 8 Top = 16 Width = 200 Height = 17 Caption = 'Blo&ck insert cursor' TabOrder = 0 end object cbBriefCursor: TCheckBox Left = 8 Top = 32 Width = 200 Height = 17 Caption = 'BRI&EF cursor shape' TabOrder = 1 end end object eLeft: TSpinEdit Left = 16 Top = 224 Width = 57 Height = 22 MaxLength = 3 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object eAutosave: TSpinEdit Left = 256 Top = 224 Width = 57 Height = 22 Increment = 20 MaxValue = 10000000 MinValue = 0 TabOrder = 6 Value = 0 end object gbPaste: TGroupBox Left = 248 Top = 72 Width = 209 Height = 57 Caption = 'Pasting different block type' TabOrder = 4 object cbAutoInsert: TCheckBox Left = 8 Top = 16 Width = 182 Height = 17 Caption = 'S&kip prompt' TabOrder = 0 end object cbAutoAdjust: TCheckBox Left = 8 Top = 32 Width = 182 Height = 17 Caption = 'Adjust auto&matically' TabOrder = 1 end end object eQuoteLen: TSpinEdit Left = 16 Top = 272 Width = 57 Height = 22 MaxLength = 3 MaxValue = 60 MinValue = 1 TabOrder = 2 Value = 1 end end object TPage Left = 0 Top = 0 Caption = 'Display' object lFont: TLabel Left = 40 Top = 12 Width = 25 Height = 13 Alignment = taRightJustify Caption = '&Font:' FocusControl = cbFont end object lSize: TLabel Left = 285 Top = 12 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Si&ze:' FocusControl = eSize end object eSample: TTextEditor Left = 8 Top = 152 Width = 449 Height = 149 BgColor = clWhite TextColor = clBlack SelColor = clWhite SelBgColor = clBlack QuoteColor = clBlue RefColor = clBlue Kludge1Color = clBlack Kludge2Color = clBlack Kludge3Color = clBlack ReadOnly = True FontCharset = 1 Enabled = False TabOrder = 8 Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Pitch = fpFixed Font.Style = [] end object GroupBox4: TGroupBox Left = 8 Top = 40 Width = 449 Height = 81 Caption = 'Colouring' TabOrder = 3 object lItem: TLabel Left = 32 Top = 20 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Ite&m:' FocusControl = cbItem end object lColour: TLabel Left = 24 Top = 52 Width = 33 Height = 13 Caption = '&Colour:' FocusControl = cbColorEx end object cbItem: TComboBox Left = 64 Top = 16 Width = 273 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 Items.Strings = ( 'Background' 'Plain text' 'Selection background' 'Selected text' 'Quotation' 'References') TabOrder = 0 OnChange = cbItemChange OnDrawItem = cbItemDrawItem end object cbColorEx: TComboBox Left = 64 Top = 48 Width = 377 Height = 22 Style = csOwnerDrawFixed ItemHeight = 16 Items.Strings = ( 'Black' 'Maroon' 'Green' 'Olive' 'Navy' 'Purple' 'Teal' 'Grey' 'Silver' 'Red' 'Lime' 'Yellow' 'Blue' 'Fuchsia' 'Aqua' 'White' 'Windows - Scroll bar gray area' 'Windows - Desktop' 'Windows - Active window title bar' 'Windows - Inactive caption' 'Windows - Inactive window caption' 'Windows - Background of a window' 'Windows - Frame of a window' 'Windows - Text in menus' 'Windows - Text in a window' 'Windows - Text in caption, size box, and scroll bar arrow box' 'Windows - Active window border' 'Windows - Inactive window border' 'Windows - Background color of MDI applications' 'Windows - Item(s) selected in a control' 'Windows - Text of item(s) selected in a control' 'Windows - Face color for three-dimensional display elements' 'Windows - Shadow color for 3D display elements' 'Windows - Grayed (disabled) text' 'Windows - Text on push buttons' 'Windows - Text in an inactive caption' 'Windows - Highlight color for 3D display elements' 'Windows - Dark shadow for 3D display elements' 'Windows - Light color for 3D display elements' 'Windows - Text color for tooltip controls' 'Windows - Background color for tooltip controls' 'Custom') TabOrder = 2 OnChange = cbColorExChange OnDrawItem = cbColorExDrawItem end object bEditColor: TButton Left = 352 Top = 16 Width = 89 Height = 22 Caption = 'Edit...' TabOrder = 1 OnClick = bEditColorClick end end object cbFont: TEdit Left = 72 Top = 8 Width = 185 Height = 21 Enabled = False TabOrder = 0 end object eSize: TEdit Left = 312 Top = 8 Width = 49 Height = 21 Enabled = False TabOrder = 1 end object cChangeFont: TButton Left = 376 Top = 6 Width = 81 Height = 25 Caption = 'C&hange...' TabOrder = 2 OnClick = cChangeFontClick end object cbFBold: TCheckBox Left = 12 Top = 128 Width = 109 Height = 17 Caption = '&Bold' TabOrder = 4 OnClick = cbFBoldClick end object cbFItalic: TCheckBox Left = 124 Top = 128 Width = 109 Height = 17 Caption = '&Italic' TabOrder = 5 OnClick = cbFBoldClick end object cbFUnderline: TCheckBox Left = 236 Top = 128 Width = 109 Height = 17 Caption = '&Underlined' TabOrder = 6 OnClick = cbFBoldClick end object cbFStrikeOut: TCheckBox Left = 348 Top = 128 Width = 109 Height = 17 Caption = '&Strikeout' TabOrder = 7 OnClick = cbFBoldClick end end object TPage Left = 0 Top = 0 Caption = 'Rich' end end end object bOK: TButton Left = 224 Top = 344 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 304 Top = 344 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object bHelp: TButton Left = 384 Top = 344 Width = 75 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = bHelpClick end object dColor: TColorDialog Ctl3D = True Options = [cdFullOpen, cdShowHelp] Left = 40 Top = 344 end object dFont: TFontDialog Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [fdForceFontExist, fdNoSimulations] Left = 8 Top = 344 end end