home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TEDITOROPTFORM / TEDITOROPTFORM.txt
Encoding:
Text File  |  2002-04-12  |  55.0 KB  |  2,159 lines

  1. object EditorOptForm: TEditorOptForm
  2.   Left = 271
  3.   Top = 105
  4.   HelpType = htKeyword
  5.   BorderStyle = bsDialog
  6.   Caption = 'Editor Properties'
  7.   ClientHeight = 381
  8.   ClientWidth = 429
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnHelp = FormHelp
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   DesignSize = (
  24.     429
  25.     381)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object PagesMain: TdevPages
  29.     Left = 7
  30.     Top = 8
  31.     Width = 415
  32.     Height = 338
  33.     ActivePage = tabClassBrowsing
  34.     Anchors = [akLeft, akTop, akRight, akBottom]
  35.     OnChange = PagesMainChange
  36.     OnKeyDown = FormKeyDown
  37.     object tabGeneral: TdevPage
  38.       Left = 0
  39.       Top = 23
  40.       Width = 415
  41.       Height = 315
  42.       HorzScrollBar.Smooth = True
  43.       HorzScrollBar.Tracking = True
  44.       VertScrollBar.Smooth = True
  45.       VertScrollBar.Tracking = True
  46.       Align = alClient
  47.       BevelKind = bkTile
  48.       TabOrder = 0
  49.       Visible = False
  50.       Caption = 'General'
  51.       object bvlEditor: TBevel
  52.         Left = 10
  53.         Top = 9
  54.         Width = 390
  55.         Height = 3
  56.         Shape = bsTopLine
  57.       end
  58.       object lblEditorOpts: TLabel
  59.         Left = 20
  60.         Top = 2
  61.         Width = 81
  62.         Height = 13
  63.         Caption = '  Editor Options:  '
  64.       end
  65.       object lblTabSize: TLabel
  66.         Left = 279
  67.         Top = 180
  68.         Width = 45
  69.         Height = 13
  70.         Caption = 'Tab Size:'
  71.       end
  72.       object Bevel1: TBevel
  73.         Left = 7
  74.         Top = 176
  75.         Width = 396
  76.         Height = 2
  77.         Shape = bsTopLine
  78.       end
  79.       object cbEHomeKey: TCheckBox
  80.         Left = 209
  81.         Top = 18
  82.         Width = 200
  83.         Height = 17
  84.         Hint = 'enhances home key positioning, similar to visual studio'
  85.         Caption = 'Enhance home key'
  86.         TabOrder = 0
  87.       end
  88.       object cbSmartScroll: TCheckBox
  89.         Left = 209
  90.         Top = 104
  91.         Width = 200
  92.         Height = 17
  93.         Hint = 'show scrollbars only when content is available'
  94.         Caption = 'Scollbars on need'
  95.         TabOrder = 1
  96.       end
  97.       object cbAutoIndent: TCheckBox
  98.         Left = 8
  99.         Top = 18
  100.         Width = 200
  101.         Height = 17
  102.         Hint = 'caret will position to first non-whitespace of preceeding line'
  103.         Caption = 'Auto Indent'
  104.         TabOrder = 2
  105.       end
  106.       object cbInsertMode: TCheckBox
  107.         Left = 8
  108.         Top = 35
  109.         Width = 200
  110.         Height = 17
  111.         Hint = 'editor is in insert mode on start'
  112.         Caption = 'Insert Mode'
  113.         TabOrder = 3
  114.       end
  115.       object cbTabtoSpaces: TCheckBox
  116.         Left = 8
  117.         Top = 52
  118.         Width = 200
  119.         Height = 17
  120.         Caption = 'Use Tab Character'
  121.         TabOrder = 4
  122.       end
  123.       object cbSmartTabs: TCheckBox
  124.         Left = 8
  125.         Top = 69
  126.         Width = 200
  127.         Height = 17
  128.         Hint = 
  129.           'on tab cursor is moved to first nonblank space of preceeding lin' +
  130.           'e'
  131.         Caption = 'Smart Tabs'
  132.         TabOrder = 5
  133.       end
  134.       object cbHalfPage: TCheckBox
  135.         Left = 209
  136.         Top = 121
  137.         Width = 200
  138.         Height = 17
  139.         Hint = 'page up/down will move text by half a page instead of full page'
  140.         Caption = 'Half Page Scrolling'
  141.         TabOrder = 6
  142.       end
  143.       object cbPastEOF: TCheckBox
  144.         Left = 209
  145.         Top = 35
  146.         Width = 200
  147.         Height = 17
  148.         Hint = 'allow cursor position past end of file'
  149.         Caption = 'Cursor Past EOF'
  150.         TabOrder = 7
  151.       end
  152.       object cbPastEOL: TCheckBox
  153.         Left = 209
  154.         Top = 52
  155.         Width = 200
  156.         Height = 17
  157.         Hint = 'allows cursor position past end of line'
  158.         Caption = 'Cursor Past EOL'
  159.         TabOrder = 8
  160.       end
  161.       object cbFindText: TCheckBox
  162.         Left = 209
  163.         Top = 87
  164.         Width = 200
  165.         Height = 17
  166.         Hint = 'inserts text at cursor into text to find of search dialog'
  167.         Caption = 'Find Text at Cursor'
  168.         TabOrder = 9
  169.       end
  170.       object cbTrailingBlanks: TCheckBox
  171.         Left = 8
  172.         Top = 87
  173.         Width = 200
  174.         Height = 17
  175.         Hint = 'Blanks at end of lines will be saved with file'
  176.         Caption = 'Keep Trailing Blanks'
  177.         TabOrder = 10
  178.       end
  179.       object cbScrollHint: TCheckBox
  180.         Left = 209
  181.         Top = 138
  182.         Width = 200
  183.         Height = 17
  184.         Hint = 'shows current line when scrolling'
  185.         Caption = 'Scroll Hint'
  186.         TabOrder = 11
  187.       end
  188.       object cbDoubleLine: TCheckBox
  189.         Left = 209
  190.         Top = 69
  191.         Width = 200
  192.         Height = 17
  193.         Hint = 'double clicking a line selects it'
  194.         Caption = 'Double Click Line'
  195.         TabOrder = 12
  196.       end
  197.       object cbSyntaxHighlight: TCheckBox
  198.         Left = 8
  199.         Top = 180
  200.         Width = 180
  201.         Height = 17
  202.         Caption = 'Use Syntax Highlight'
  203.         TabOrder = 13
  204.         OnClick = cbSyntaxHighlightClick
  205.       end
  206.       object edSyntaxExt: TEdit
  207.         Left = 28
  208.         Top = 196
  209.         Width = 175
  210.         Height = 21
  211.         TabOrder = 14
  212.       end
  213.       object seTabSize: TSpinEdit
  214.         Left = 289
  215.         Top = 195
  216.         Width = 100
  217.         Height = 22
  218.         MaxValue = 0
  219.         MinValue = 0
  220.         TabOrder = 15
  221.         Value = 0
  222.       end
  223.       object cbSmartUnIndent: TCheckBox
  224.         Left = 8
  225.         Top = 104
  226.         Width = 200
  227.         Height = 17
  228.         Hint = 'cursor is moved to nonblank space of previous line '
  229.         Caption = 'Backspace Unindents'
  230.         TabOrder = 16
  231.       end
  232.       object cbGroupUndo: TCheckBox
  233.         Left = 8
  234.         Top = 121
  235.         Width = 200
  236.         Height = 17
  237.         Hint = 'handle all changes of same type as single action'
  238.         Caption = 'Group Undo'
  239.         TabOrder = 17
  240.       end
  241.       object grpMargin: TGroupBox
  242.         Left = 6
  243.         Top = 221
  244.         Width = 154
  245.         Height = 82
  246.         Caption = '  Right Margin  '
  247.         TabOrder = 18
  248.         object lblMarginWidth: TLabel
  249.           Left = 8
  250.           Top = 35
  251.           Width = 28
  252.           Height = 13
  253.           Caption = 'Width'
  254.         end
  255.         object lblMarginColor: TLabel
  256.           Left = 83
  257.           Top = 35
  258.           Width = 24
  259.           Height = 13
  260.           Caption = 'Color'
  261.         end
  262.         object cpMarginColor: TColorPickerButton
  263.           Left = 83
  264.           Top = 50
  265.           Width = 61
  266.           Height = 22
  267.           DefaultText = 'default'
  268.           PopupSpacing = 8
  269.           ShowSystemColors = False
  270.           OnDefaultSelect = cpMarginColorDefaultSelect
  271.           OnHint = cpMarginColorHint
  272.         end
  273.         object cbMarginVis: TCheckBox
  274.           Left = 8
  275.           Top = 16
  276.           Width = 75
  277.           Height = 17
  278.           Caption = 'Visible'
  279.           TabOrder = 0
  280.         end
  281.         object edMarginWidth: TEdit
  282.           Left = 8
  283.           Top = 51
  284.           Width = 60
  285.           Height = 21
  286.           TabOrder = 1
  287.         end
  288.       end
  289.       object grpCaret: TGroupBox
  290.         Left = 169
  291.         Top = 221
  292.         Width = 235
  293.         Height = 82
  294.         Caption = '  Caret  '
  295.         TabOrder = 19
  296.         object lblInsertCaret: TLabel
  297.           Left = 8
  298.           Top = 24
  299.           Width = 56
  300.           Height = 13
  301.           Caption = 'Insert caret:'
  302.         end
  303.         object lblOverCaret: TLabel
  304.           Left = 8
  305.           Top = 55
  306.           Width = 75
  307.           Height = 13
  308.           Caption = 'Overwrite caret:'
  309.         end
  310.         object cboInsertCaret: TComboBox
  311.           Left = 120
  312.           Top = 20
  313.           Width = 100
  314.           Height = 21
  315.           Style = csDropDownList
  316.           ItemHeight = 13
  317.           TabOrder = 0
  318.           OnDblClick = cboDblClick
  319.           Items.Strings = (
  320.             'Vertical Line'
  321.             'Horizontal Line'
  322.             'Half Block'
  323.             'Block')
  324.         end
  325.         object cboOverwriteCaret: TComboBox
  326.           Left = 120
  327.           Top = 51
  328.           Width = 100
  329.           Height = 21
  330.           Style = csDropDownList
  331.           ItemHeight = 13
  332.           TabOrder = 1
  333.           OnDblClick = cboDblClick
  334.           Items.Strings = (
  335.             'Vertical Line'
  336.             'Horizontal Line'
  337.             'Half Block'
  338.             'Block')
  339.         end
  340.       end
  341.       object cbDropFiles: TCheckBox
  342.         Left = 8
  343.         Top = 138
  344.         Width = 200
  345.         Height = 17
  346.         Caption = 'Insert Dropped Files'
  347.         TabOrder = 20
  348.       end
  349.       object cbSpecialChars: TCheckBox
  350.         Left = 8
  351.         Top = 156
  352.         Width = 200
  353.         Height = 17
  354.         Caption = 'Show Special Line Chars'
  355.         TabOrder = 21
  356.       end
  357.     end
  358.     object tabDisplay: TdevPage
  359.       Left = 0
  360.       Top = 23
  361.       Width = 415
  362.       Height = 315
  363.       HorzScrollBar.Smooth = True
  364.       HorzScrollBar.Tracking = True
  365.       VertScrollBar.Smooth = True
  366.       VertScrollBar.Tracking = True
  367.       Align = alClient
  368.       BevelKind = bkTile
  369.       TabOrder = 1
  370.       Visible = False
  371.       Caption = 'Display'
  372.       object grpGutter: TGroupBox
  373.         Left = 6
  374.         Top = 138
  375.         Width = 398
  376.         Height = 165
  377.         Caption = '  Gutter  '
  378.         TabOrder = 0
  379.         DesignSize = (
  380.           398
  381.           165)
  382.         object lblGutterFont: TLabel
  383.           Left = 8
  384.           Top = 71
  385.           Width = 21
  386.           Height = 13
  387.           Anchors = [akLeft, akRight, akBottom]
  388.           Caption = 'Font'
  389.         end
  390.         object lblGutterWidth: TLabel
  391.           Left = 337
  392.           Top = 71
  393.           Width = 28
  394.           Height = 13
  395.           Anchors = [akLeft, akRight, akBottom]
  396.           Caption = 'Width'
  397.           WordWrap = True
  398.         end
  399.         object lblGutterFontSize: TLabel
  400.           Left = 200
  401.           Top = 71
  402.           Width = 20
  403.           Height = 13
  404.           Anchors = [akLeft, akRight, akBottom]
  405.           Caption = 'Size'
  406.         end
  407.         object cbLeadZero: TCheckBox
  408.           Left = 199
  409.           Top = 48
  410.           Width = 190
  411.           Height = 15
  412.           Caption = 'Show Leading Zeros'
  413.           TabOrder = 4
  414.         end
  415.         object cbFirstZero: TCheckBox
  416.           Left = 199
  417.           Top = 32
  418.           Width = 190
  419.           Height = 15
  420.           Caption = 'Start at Zero'
  421.           TabOrder = 3
  422.         end
  423.         object cbLineNum: TCheckBox
  424.           Left = 199
  425.           Top = 16
  426.           Width = 190
  427.           Height = 15
  428.           Caption = 'Show Line Numbers'
  429.           TabOrder = 2
  430.           OnClick = cbLineNumClick
  431.         end
  432.         object cbGutterVis: TCheckBox
  433.           Left = 8
  434.           Top = 16
  435.           Width = 190
  436.           Height = 15
  437.           Caption = 'Visible'
  438.           TabOrder = 0
  439.         end
  440.         object cbGutterAuto: TCheckBox
  441.           Left = 8
  442.           Top = 32
  443.           Width = 190
  444.           Height = 15
  445.           Caption = 'Auto Size'
  446.           TabOrder = 1
  447.         end
  448.         object cbGutterFnt: TCheckBox
  449.           Left = 8
  450.           Top = 48
  451.           Width = 190
  452.           Height = 15
  453.           Caption = 'Use Custom Font'
  454.           TabOrder = 5
  455.           OnClick = cbGutterFntClick
  456.         end
  457.         object pnlGutterPreview: TPanel
  458.           Left = 12
  459.           Top = 114
  460.           Width = 373
  461.           Height = 40
  462.           Anchors = [akLeft, akRight, akBottom]
  463.           BevelOuter = bvLowered
  464.           Caption = 'Gutter Font'
  465.           Font.Charset = DEFAULT_CHARSET
  466.           Font.Color = clWindowText
  467.           Font.Height = -13
  468.           Font.Name = 'Courier New'
  469.           Font.Style = []
  470.           ParentFont = False
  471.           TabOrder = 6
  472.         end
  473.         object cboGutterFont: TComboBox
  474.           Left = 12
  475.           Top = 87
  476.           Width = 180
  477.           Height = 21
  478.           Anchors = [akLeft, akRight, akBottom]
  479.           ItemHeight = 0
  480.           TabOrder = 7
  481.           OnChange = FontChange
  482.           OnDblClick = cboDblClick
  483.         end
  484.         object edGutterWidth: TEdit
  485.           Left = 346
  486.           Top = 87
  487.           Width = 38
  488.           Height = 21
  489.           Anchors = [akLeft, akRight, akBottom]
  490.           TabOrder = 8
  491.           Text = '999'
  492.         end
  493.         object cboGutterSize: TComboBox
  494.           Left = 208
  495.           Top = 87
  496.           Width = 86
  497.           Height = 21
  498.           Anchors = [akLeft, akRight, akBottom]
  499.           ItemHeight = 0
  500.           TabOrder = 9
  501.           OnChange = FontSizeChange
  502.           OnDblClick = cboDblClick
  503.         end
  504.       end
  505.       object grpEditorFont: TGroupBox
  506.         Left = 6
  507.         Top = 6
  508.         Width = 398
  509.         Height = 109
  510.         Caption = '  Editor Font  '
  511.         TabOrder = 1
  512.         DesignSize = (
  513.           398
  514.           109)
  515.         object lblEditorSize: TLabel
  516.           Left = 200
  517.           Top = 16
  518.           Width = 23
  519.           Height = 13
  520.           Caption = 'Size:'
  521.         end
  522.         object lblEditorFont: TLabel
  523.           Left = 8
  524.           Top = 16
  525.           Width = 24
  526.           Height = 13
  527.           Caption = 'Font:'
  528.         end
  529.         object cboEditorFont: TComboBox
  530.           Left = 12
  531.           Top = 32
  532.           Width = 180
  533.           Height = 21
  534.           ItemHeight = 0
  535.           TabOrder = 0
  536.           OnDblClick = cboDblClick
  537.           OnSelect = FontChange
  538.         end
  539.         object cboEditorSize: TComboBox
  540.           Left = 208
  541.           Top = 32
  542.           Width = 80
  543.           Height = 21
  544.           ItemHeight = 0
  545.           TabOrder = 1
  546.           OnChange = FontSizeChange
  547.           OnDblClick = cboDblClick
  548.         end
  549.         object pnlEditorPreview: TPanel
  550.           Left = 12
  551.           Top = 60
  552.           Width = 373
  553.           Height = 40
  554.           Anchors = [akLeft, akRight, akBottom]
  555.           BevelOuter = bvLowered
  556.           Caption = 'Editor Font'
  557.           Font.Charset = DEFAULT_CHARSET
  558.           Font.Color = clWindowText
  559.           Font.Height = -13
  560.           Font.Name = 'Courier New'
  561.           Font.Style = []
  562.           ParentFont = False
  563.           TabOrder = 2
  564.         end
  565.       end
  566.     end
  567.     object tabSyntax: TdevPage
  568.       Left = 0
  569.       Top = 23
  570.       Width = 415
  571.       Height = 315
  572.       HorzScrollBar.Smooth = True
  573.       HorzScrollBar.Tracking = True
  574.       VertScrollBar.Smooth = True
  575.       VertScrollBar.Tracking = True
  576.       Align = alClient
  577.       BevelKind = bkTile
  578.       TabOrder = 2
  579.       Visible = False
  580.       Caption = 'Syntax'
  581.       object cpForeground: TColorPickerButton
  582.         Left = 161
  583.         Top = 23
  584.         Width = 110
  585.         Height = 22
  586.         CustomText = 'Custom'
  587.         DefaultText = 'Default'
  588.         PopupSpacing = 8
  589.         ShowSystemColors = True
  590.         OnChange = StyleChange
  591.         OnDefaultSelect = DefaultSelect
  592.         OnHint = PickerHint
  593.       end
  594.       object cpBackground: TColorPickerButton
  595.         Left = 161
  596.         Top = 76
  597.         Width = 110
  598.         Height = 24
  599.         CustomText = 'Custom'
  600.         DefaultText = 'Default'
  601.         PopupSpacing = 8
  602.         ShowSystemColors = True
  603.         OnChange = StyleChange
  604.         OnDefaultSelect = DefaultSelect
  605.         OnHint = PickerHint
  606.       end
  607.       object lblForeground: TLabel
  608.         Left = 153
  609.         Top = 8
  610.         Width = 57
  611.         Height = 13
  612.         Caption = 'Foreground:'
  613.       end
  614.       object lblBackground: TLabel
  615.         Left = 153
  616.         Top = 59
  617.         Width = 61
  618.         Height = 13
  619.         Caption = 'Background:'
  620.       end
  621.       object lblElements: TLabel
  622.         Left = 7
  623.         Top = 8
  624.         Width = 41
  625.         Height = 13
  626.         Caption = 'Element:'
  627.       end
  628.       object lblSpeed: TLabel
  629.         Left = 281
  630.         Top = 8
  631.         Width = 97
  632.         Height = 13
  633.         Caption = 'Color Speed Setting:'
  634.       end
  635.       object Bevel3: TBevel
  636.         Left = 0
  637.         Top = 157
  638.         Width = 411
  639.         Height = 3
  640.         Align = alBottom
  641.       end
  642.       object CppEdit: TSynEdit
  643.         Left = 0
  644.         Top = 160
  645.         Width = 411
  646.         Height = 151
  647.         Cursor = crIBeam
  648.         Align = alBottom
  649.         Font.Charset = DEFAULT_CHARSET
  650.         Font.Color = clWindowText
  651.         Font.Height = -13
  652.         Font.Name = 'Courier New'
  653.         Font.Style = []
  654.         ParentColor = False
  655.         ParentFont = False
  656.         TabOrder = 0
  657.         BorderStyle = bsNone
  658.         Gutter.DigitCount = 2
  659.         Gutter.Font.Charset = DEFAULT_CHARSET
  660.         Gutter.Font.Color = clWindowText
  661.         Gutter.Font.Height = -11
  662.         Gutter.Font.Name = 'Terminal'
  663.         Gutter.Font.Style = []
  664.         Gutter.LeadingZeros = True
  665.         Gutter.LeftOffset = 6
  666.         Gutter.ShowLineNumbers = True
  667.         HideSelection = True
  668.         Highlighter = cpp
  669.         Keystrokes = <
  670.           item
  671.             Command = ecUp
  672.             ShortCut = 38
  673.           end
  674.           item
  675.             Command = ecSelUp
  676.             ShortCut = 8230
  677.           end
  678.           item
  679.             Command = ecScrollUp
  680.             ShortCut = 16422
  681.           end
  682.           item
  683.             Command = ecDown
  684.             ShortCut = 40
  685.           end
  686.           item
  687.             Command = ecSelDown
  688.             ShortCut = 8232
  689.           end
  690.           item
  691.             Command = ecScrollDown
  692.             ShortCut = 16424
  693.           end
  694.           item
  695.             Command = ecLeft
  696.             ShortCut = 37
  697.           end
  698.           item
  699.             Command = ecSelLeft
  700.             ShortCut = 8229
  701.           end
  702.           item
  703.             Command = ecWordLeft
  704.             ShortCut = 16421
  705.           end
  706.           item
  707.             Command = ecSelWordLeft
  708.             ShortCut = 24613
  709.           end
  710.           item
  711.             Command = ecRight
  712.             ShortCut = 39
  713.           end
  714.           item
  715.             Command = ecSelRight
  716.             ShortCut = 8231
  717.           end
  718.           item
  719.             Command = ecWordRight
  720.             ShortCut = 16423
  721.           end
  722.           item
  723.             Command = ecSelWordRight
  724.             ShortCut = 24615
  725.           end
  726.           item
  727.             Command = ecPageDown
  728.             ShortCut = 34
  729.           end
  730.           item
  731.             Command = ecSelPageDown
  732.             ShortCut = 8226
  733.           end
  734.           item
  735.             Command = ecPageBottom
  736.             ShortCut = 16418
  737.           end
  738.           item
  739.             Command = ecSelPageBottom
  740.             ShortCut = 24610
  741.           end
  742.           item
  743.             Command = ecPageUp
  744.             ShortCut = 33
  745.           end
  746.           item
  747.             Command = ecSelPageUp
  748.             ShortCut = 8225
  749.           end
  750.           item
  751.             Command = ecPageTop
  752.             ShortCut = 16417
  753.           end
  754.           item
  755.             Command = ecSelPageTop
  756.             ShortCut = 24609
  757.           end
  758.           item
  759.             Command = ecLineStart
  760.             ShortCut = 36
  761.           end
  762.           item
  763.             Command = ecSelLineStart
  764.             ShortCut = 8228
  765.           end
  766.           item
  767.             Command = ecEditorTop
  768.             ShortCut = 16420
  769.           end
  770.           item
  771.             Command = ecSelEditorTop
  772.             ShortCut = 24612
  773.           end
  774.           item
  775.             Command = ecLineEnd
  776.             ShortCut = 35
  777.           end
  778.           item
  779.             Command = ecSelLineEnd
  780.             ShortCut = 8227
  781.           end
  782.           item
  783.             Command = ecEditorBottom
  784.             ShortCut = 16419
  785.           end
  786.           item
  787.             Command = ecSelEditorBottom
  788.             ShortCut = 24611
  789.           end
  790.           item
  791.             Command = ecToggleMode
  792.             ShortCut = 45
  793.           end
  794.           item
  795.             Command = ecCopy
  796.             ShortCut = 16429
  797.           end
  798.           item
  799.             Command = ecPaste
  800.             ShortCut = 8237
  801.           end
  802.           item
  803.             Command = ecDeleteChar
  804.             ShortCut = 46
  805.           end
  806.           item
  807.             Command = ecCut
  808.             ShortCut = 8238
  809.           end
  810.           item
  811.             Command = ecDeleteLastChar
  812.             ShortCut = 8
  813.           end
  814.           item
  815.             Command = ecDeleteLastWord
  816.             ShortCut = 16392
  817.           end
  818.           item
  819.             Command = ecUndo
  820.             ShortCut = 32776
  821.           end
  822.           item
  823.             Command = ecRedo
  824.             ShortCut = 40968
  825.           end
  826.           item
  827.             Command = ecLineBreak
  828.             ShortCut = 13
  829.           end
  830.           item
  831.             Command = ecSelectAll
  832.             ShortCut = 16449
  833.           end
  834.           item
  835.             Command = ecCopy
  836.             ShortCut = 16451
  837.           end
  838.           item
  839.             Command = ecBlockIndent
  840.             ShortCut = 24649
  841.           end
  842.           item
  843.             Command = ecLineBreak
  844.             ShortCut = 16461
  845.           end
  846.           item
  847.             Command = ecInsertLine
  848.             ShortCut = 16462
  849.           end
  850.           item
  851.             Command = ecDeleteWord
  852.             ShortCut = 16468
  853.           end
  854.           item
  855.             Command = ecBlockUnindent
  856.             ShortCut = 24661
  857.           end
  858.           item
  859.             Command = ecPaste
  860.             ShortCut = 16470
  861.           end
  862.           item
  863.             Command = ecCut
  864.             ShortCut = 16472
  865.           end
  866.           item
  867.             Command = ecDeleteLine
  868.             ShortCut = 16473
  869.           end
  870.           item
  871.             Command = ecDeleteEOL
  872.             ShortCut = 24665
  873.           end
  874.           item
  875.             Command = ecUndo
  876.             ShortCut = 16474
  877.           end
  878.           item
  879.             Command = ecRedo
  880.             ShortCut = 24666
  881.           end
  882.           item
  883.             Command = ecGotoMarker0
  884.             ShortCut = 16432
  885.           end
  886.           item
  887.             Command = ecGotoMarker1
  888.             ShortCut = 16433
  889.           end
  890.           item
  891.             Command = ecGotoMarker2
  892.             ShortCut = 16434
  893.           end
  894.           item
  895.             Command = ecGotoMarker3
  896.             ShortCut = 16435
  897.           end
  898.           item
  899.             Command = ecGotoMarker4
  900.             ShortCut = 16436
  901.           end
  902.           item
  903.             Command = ecGotoMarker5
  904.             ShortCut = 16437
  905.           end
  906.           item
  907.             Command = ecGotoMarker6
  908.             ShortCut = 16438
  909.           end
  910.           item
  911.             Command = ecGotoMarker7
  912.             ShortCut = 16439
  913.           end
  914.           item
  915.             Command = ecGotoMarker8
  916.             ShortCut = 16440
  917.           end
  918.           item
  919.             Command = ecGotoMarker9
  920.             ShortCut = 16441
  921.           end
  922.           item
  923.             Command = ecSetMarker0
  924.             ShortCut = 24624
  925.           end
  926.           item
  927.             Command = ecSetMarker1
  928.             ShortCut = 24625
  929.           end
  930.           item
  931.             Command = ecSetMarker2
  932.             ShortCut = 24626
  933.           end
  934.           item
  935.             Command = ecSetMarker3
  936.             ShortCut = 24627
  937.           end
  938.           item
  939.             Command = ecSetMarker4
  940.             ShortCut = 24628
  941.           end
  942.           item
  943.             Command = ecSetMarker5
  944.             ShortCut = 24629
  945.           end
  946.           item
  947.             Command = ecSetMarker6
  948.             ShortCut = 24630
  949.           end
  950.           item
  951.             Command = ecSetMarker7
  952.             ShortCut = 24631
  953.           end
  954.           item
  955.             Command = ecSetMarker8
  956.             ShortCut = 24632
  957.           end
  958.           item
  959.             Command = ecSetMarker9
  960.             ShortCut = 24633
  961.           end
  962.           item
  963.             Command = ecNormalSelect
  964.             ShortCut = 24654
  965.           end
  966.           item
  967.             Command = ecColumnSelect
  968.             ShortCut = 24643
  969.           end
  970.           item
  971.             Command = ecLineSelect
  972.             ShortCut = 24652
  973.           end
  974.           item
  975.             Command = ecTab
  976.             ShortCut = 9
  977.           end
  978.           item
  979.             Command = ecShiftTab
  980.             ShortCut = 8201
  981.           end
  982.           item
  983.             Command = ecMatchBracket
  984.             ShortCut = 24642
  985.           end>
  986.         Options = [eoAutoIndent, eoDragDropEditing, eoNoCaret, eoNoSelection, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTrimTrailingSpaces, eoHideShowScrollbars, eoDisableScrollArrows]
  987.         ReadOnly = True
  988.         ScrollHintFormat = shfTopToBottom
  989.         WantTabs = True
  990.         OnGutterClick = CppEditGutterClick
  991.         OnSpecialLineColors = CppEditSpecialLineColors
  992.         OnStatusChange = cppEditStatusChange
  993.       end
  994.       object ElementList: TListBox
  995.         Left = 7
  996.         Top = 23
  997.         Width = 138
  998.         Height = 121
  999.         ImeName = 'CN'#177'??i(CN'#177'U)'
  1000.         IntegralHeight = True
  1001.         ItemHeight = 13
  1002.         Items.Strings = (
  1003.           'Comment'
  1004.           'Identifier'
  1005.           'Keyword'
  1006.           'Number'
  1007.           'Background'
  1008.           'String'
  1009.           'Symbol'
  1010.           'WhiteSpace'
  1011.           'Directives')
  1012.         TabOrder = 1
  1013.         OnClick = ElementListClick
  1014.       end
  1015.       object grpStyle: TGroupBox
  1016.         Left = 295
  1017.         Top = 57
  1018.         Width = 110
  1019.         Height = 73
  1020.         Caption = '  Style:  '
  1021.         TabOrder = 2
  1022.         object cbBold: TCheckBox
  1023.           Left = 8
  1024.           Top = 15
  1025.           Width = 100
  1026.           Height = 17
  1027.           Caption = 'Bold'
  1028.           TabOrder = 0
  1029.           OnClick = StyleChange
  1030.         end
  1031.         object cbItalic: TCheckBox
  1032.           Left = 8
  1033.           Top = 32
  1034.           Width = 100
  1035.           Height = 17
  1036.           Caption = 'Italic'
  1037.           TabOrder = 1
  1038.           OnClick = StyleChange
  1039.         end
  1040.         object cbUnderlined: TCheckBox
  1041.           Left = 8
  1042.           Top = 50
  1043.           Width = 100
  1044.           Height = 17
  1045.           Caption = 'Underlined'
  1046.           TabOrder = 2
  1047.           OnClick = StyleChange
  1048.         end
  1049.       end
  1050.       object cboQuickColor: TComboBox
  1051.         Left = 295
  1052.         Top = 23
  1053.         Width = 110
  1054.         Height = 21
  1055.         Style = csDropDownList
  1056.         ItemHeight = 13
  1057.         TabOrder = 3
  1058.         OnSelect = cboQuickColorSelect
  1059.         Items.Strings = (
  1060.           'Classic'
  1061.           'Twilight'
  1062.           'Ocean'
  1063.           'Visual Studio'
  1064.           'Borland'
  1065.           'Matrix')
  1066.       end
  1067.     end
  1068.     object tabCode: TdevPage
  1069.       Left = 0
  1070.       Top = 23
  1071.       Width = 415
  1072.       Height = 315
  1073.       HorzScrollBar.Smooth = True
  1074.       HorzScrollBar.Tracking = True
  1075.       VertScrollBar.Smooth = True
  1076.       VertScrollBar.Tracking = True
  1077.       Align = alClient
  1078.       BevelKind = bkSoft
  1079.       TabOrder = 3
  1080.       Visible = False
  1081.       Caption = 'Code'
  1082.       object codepages: TdevPages
  1083.         Left = 5
  1084.         Top = 0
  1085.         Width = 401
  1086.         Height = 304
  1087.         ActivePage = tabCPInserts
  1088.         BackTextColor = clInactiveCaptionText
  1089.         BackColor = clInactiveCaption
  1090.         Orientation = toBottom
  1091.         object tabCPInserts: TdevPage
  1092.           Left = 0
  1093.           Top = 0
  1094.           Width = 401
  1095.           Height = 281
  1096.           HorzScrollBar.Smooth = True
  1097.           HorzScrollBar.Tracking = True
  1098.           VertScrollBar.Smooth = True
  1099.           VertScrollBar.Tracking = True
  1100.           Align = alClient
  1101.           TabOrder = 0
  1102.           Caption = 'Inserts'
  1103.           object lblCode: TLabel
  1104.             Left = 0
  1105.             Top = 114
  1106.             Width = 28
  1107.             Height = 13
  1108.             Align = alBottom
  1109.             Caption = 'Code:'
  1110.           end
  1111.           object Bevel2: TBevel
  1112.             Left = 0
  1113.             Top = 278
  1114.             Width = 401
  1115.             Height = 3
  1116.             Align = alBottom
  1117.             Shape = bsTopLine
  1118.           end
  1119.           object Bevel4: TBevel
  1120.             Left = 0
  1121.             Top = 127
  1122.             Width = 401
  1123.             Height = 3
  1124.             Align = alBottom
  1125.             Shape = bsTopLine
  1126.           end
  1127.           object btnAdd: TButton
  1128.             Left = 326
  1129.             Top = 8
  1130.             Width = 70
  1131.             Height = 23
  1132.             Caption = 'Add'
  1133.             TabOrder = 0
  1134.             OnClick = btnAddClick
  1135.           end
  1136.           object btnEdit: TButton
  1137.             Left = 326
  1138.             Top = 41
  1139.             Width = 70
  1140.             Height = 23
  1141.             Caption = 'Edit'
  1142.             TabOrder = 1
  1143.             OnClick = btnEditClick
  1144.           end
  1145.           object btnRemove: TButton
  1146.             Left = 326
  1147.             Top = 75
  1148.             Width = 70
  1149.             Height = 23
  1150.             Caption = 'Remove'
  1151.             TabOrder = 2
  1152.             OnClick = btnRemoveClick
  1153.           end
  1154.           object lvCodeins: TListView
  1155.             Left = 6
  1156.             Top = 8
  1157.             Width = 311
  1158.             Height = 91
  1159.             BevelOuter = bvRaised
  1160.             BevelKind = bkSoft
  1161.             BorderStyle = bsNone
  1162.             Columns = <
  1163.               item
  1164.                 Caption = 'Menu text'
  1165.                 Width = 100
  1166.               end
  1167.               item
  1168.                 Caption = 'Section'
  1169.               end
  1170.               item
  1171.                 Caption = 'Description'
  1172.                 Width = -2
  1173.                 WidthType = (
  1174.                   -2)
  1175.               end>
  1176.             ColumnClick = False
  1177.             FlatScrollBars = True
  1178.             GridLines = True
  1179.             HideSelection = False
  1180.             RowSelect = True
  1181.             TabOrder = 3
  1182.             ViewStyle = vsReport
  1183.             OnColumnClick = lvCodeinsColumnClick
  1184.             OnCompare = lvCodeinsCompare
  1185.             OnSelectItem = lvCodeinsSelectItem
  1186.           end
  1187.           object CodeIns: TSynEdit
  1188.             Left = 0
  1189.             Top = 130
  1190.             Width = 401
  1191.             Height = 148
  1192.             Cursor = crIBeam
  1193.             Align = alBottom
  1194.             Ctl3D = True
  1195.             ParentCtl3D = False
  1196.             Font.Charset = DEFAULT_CHARSET
  1197.             Font.Color = clWindowText
  1198.             Font.Height = -13
  1199.             Font.Name = 'Courier New'
  1200.             Font.Style = []
  1201.             ParentColor = False
  1202.             ParentFont = False
  1203.             TabOrder = 4
  1204.             BorderStyle = bsNone
  1205.             Gutter.Font.Charset = DEFAULT_CHARSET
  1206.             Gutter.Font.Color = clWindowText
  1207.             Gutter.Font.Height = -11
  1208.             Gutter.Font.Name = 'Terminal'
  1209.             Gutter.Font.Style = []
  1210.             Gutter.Width = 10
  1211.             Highlighter = cpp
  1212.             Keystrokes = <
  1213.               item
  1214.                 Command = ecUp
  1215.                 ShortCut = 38
  1216.               end
  1217.               item
  1218.                 Command = ecSelUp
  1219.                 ShortCut = 8230
  1220.               end
  1221.               item
  1222.                 Command = ecScrollUp
  1223.                 ShortCut = 16422
  1224.               end
  1225.               item
  1226.                 Command = ecDown
  1227.                 ShortCut = 40
  1228.               end
  1229.               item
  1230.                 Command = ecSelDown
  1231.                 ShortCut = 8232
  1232.               end
  1233.               item
  1234.                 Command = ecScrollDown
  1235.                 ShortCut = 16424
  1236.               end
  1237.               item
  1238.                 Command = ecLeft
  1239.                 ShortCut = 37
  1240.               end
  1241.               item
  1242.                 Command = ecSelLeft
  1243.                 ShortCut = 8229
  1244.               end
  1245.               item
  1246.                 Command = ecWordLeft
  1247.                 ShortCut = 16421
  1248.               end
  1249.               item
  1250.                 Command = ecSelWordLeft
  1251.                 ShortCut = 24613
  1252.               end
  1253.               item
  1254.                 Command = ecRight
  1255.                 ShortCut = 39
  1256.               end
  1257.               item
  1258.                 Command = ecSelRight
  1259.                 ShortCut = 8231
  1260.               end
  1261.               item
  1262.                 Command = ecWordRight
  1263.                 ShortCut = 16423
  1264.               end
  1265.               item
  1266.                 Command = ecSelWordRight
  1267.                 ShortCut = 24615
  1268.               end
  1269.               item
  1270.                 Command = ecPageDown
  1271.                 ShortCut = 34
  1272.               end
  1273.               item
  1274.                 Command = ecSelPageDown
  1275.                 ShortCut = 8226
  1276.               end
  1277.               item
  1278.                 Command = ecPageBottom
  1279.                 ShortCut = 16418
  1280.               end
  1281.               item
  1282.                 Command = ecSelPageBottom
  1283.                 ShortCut = 24610
  1284.               end
  1285.               item
  1286.                 Command = ecPageUp
  1287.                 ShortCut = 33
  1288.               end
  1289.               item
  1290.                 Command = ecSelPageUp
  1291.                 ShortCut = 8225
  1292.               end
  1293.               item
  1294.                 Command = ecPageTop
  1295.                 ShortCut = 16417
  1296.               end
  1297.               item
  1298.                 Command = ecSelPageTop
  1299.                 ShortCut = 24609
  1300.               end
  1301.               item
  1302.                 Command = ecLineStart
  1303.                 ShortCut = 36
  1304.               end
  1305.               item
  1306.                 Command = ecSelLineStart
  1307.                 ShortCut = 8228
  1308.               end
  1309.               item
  1310.                 Command = ecEditorTop
  1311.                 ShortCut = 16420
  1312.               end
  1313.               item
  1314.                 Command = ecSelEditorTop
  1315.                 ShortCut = 24612
  1316.               end
  1317.               item
  1318.                 Command = ecLineEnd
  1319.                 ShortCut = 35
  1320.               end
  1321.               item
  1322.                 Command = ecSelLineEnd
  1323.                 ShortCut = 8227
  1324.               end
  1325.               item
  1326.                 Command = ecEditorBottom
  1327.                 ShortCut = 16419
  1328.               end
  1329.               item
  1330.                 Command = ecSelEditorBottom
  1331.                 ShortCut = 24611
  1332.               end
  1333.               item
  1334.                 Command = ecToggleMode
  1335.                 ShortCut = 45
  1336.               end
  1337.               item
  1338.                 Command = ecCopy
  1339.                 ShortCut = 16429
  1340.               end
  1341.               item
  1342.                 Command = ecCut
  1343.                 ShortCut = 8238
  1344.               end
  1345.               item
  1346.                 Command = ecPaste
  1347.                 ShortCut = 8237
  1348.               end
  1349.               item
  1350.                 Command = ecDeleteChar
  1351.                 ShortCut = 46
  1352.               end
  1353.               item
  1354.                 Command = ecDeleteLastChar
  1355.                 ShortCut = 8
  1356.               end
  1357.               item
  1358.                 Command = ecDeleteLastChar
  1359.                 ShortCut = 8200
  1360.               end
  1361.               item
  1362.                 Command = ecDeleteLastWord
  1363.                 ShortCut = 16392
  1364.               end
  1365.               item
  1366.                 Command = ecUndo
  1367.                 ShortCut = 32776
  1368.               end
  1369.               item
  1370.                 Command = ecRedo
  1371.                 ShortCut = 40968
  1372.               end
  1373.               item
  1374.                 Command = ecLineBreak
  1375.                 ShortCut = 13
  1376.               end
  1377.               item
  1378.                 Command = ecLineBreak
  1379.                 ShortCut = 8205
  1380.               end
  1381.               item
  1382.                 Command = ecTab
  1383.                 ShortCut = 9
  1384.               end
  1385.               item
  1386.                 Command = ecShiftTab
  1387.                 ShortCut = 8201
  1388.               end
  1389.               item
  1390.                 Command = ecContextHelp
  1391.                 ShortCut = 16496
  1392.               end
  1393.               item
  1394.                 Command = ecSelectAll
  1395.                 ShortCut = 16449
  1396.               end
  1397.               item
  1398.                 Command = ecCopy
  1399.                 ShortCut = 16451
  1400.               end
  1401.               item
  1402.                 Command = ecPaste
  1403.                 ShortCut = 16470
  1404.               end
  1405.               item
  1406.                 Command = ecCut
  1407.                 ShortCut = 16472
  1408.               end
  1409.               item
  1410.                 Command = ecBlockIndent
  1411.                 ShortCut = 24649
  1412.               end
  1413.               item
  1414.                 Command = ecBlockUnindent
  1415.                 ShortCut = 24661
  1416.               end
  1417.               item
  1418.                 Command = ecLineBreak
  1419.                 ShortCut = 16461
  1420.               end
  1421.               item
  1422.                 Command = ecInsertLine
  1423.                 ShortCut = 16462
  1424.               end
  1425.               item
  1426.                 Command = ecDeleteWord
  1427.                 ShortCut = 16468
  1428.               end
  1429.               item
  1430.                 Command = ecDeleteLine
  1431.                 ShortCut = 16473
  1432.               end
  1433.               item
  1434.                 Command = ecDeleteEOL
  1435.                 ShortCut = 24665
  1436.               end
  1437.               item
  1438.                 Command = ecUndo
  1439.                 ShortCut = 16474
  1440.               end
  1441.               item
  1442.                 Command = ecRedo
  1443.                 ShortCut = 24666
  1444.               end
  1445.               item
  1446.                 Command = ecGotoMarker0
  1447.                 ShortCut = 16432
  1448.               end
  1449.               item
  1450.                 Command = ecGotoMarker1
  1451.                 ShortCut = 16433
  1452.               end
  1453.               item
  1454.                 Command = ecGotoMarker2
  1455.                 ShortCut = 16434
  1456.               end
  1457.               item
  1458.                 Command = ecGotoMarker3
  1459.                 ShortCut = 16435
  1460.               end
  1461.               item
  1462.                 Command = ecGotoMarker4
  1463.                 ShortCut = 16436
  1464.               end
  1465.               item
  1466.                 Command = ecGotoMarker5
  1467.                 ShortCut = 16437
  1468.               end
  1469.               item
  1470.                 Command = ecGotoMarker6
  1471.                 ShortCut = 16438
  1472.               end
  1473.               item
  1474.                 Command = ecGotoMarker7
  1475.                 ShortCut = 16439
  1476.               end
  1477.               item
  1478.                 Command = ecGotoMarker8
  1479.                 ShortCut = 16440
  1480.               end
  1481.               item
  1482.                 Command = ecGotoMarker9
  1483.                 ShortCut = 16441
  1484.               end
  1485.               item
  1486.                 Command = ecSetMarker0
  1487.                 ShortCut = 24624
  1488.               end
  1489.               item
  1490.                 Command = ecSetMarker1
  1491.                 ShortCut = 24625
  1492.               end
  1493.               item
  1494.                 Command = ecSetMarker2
  1495.                 ShortCut = 24626
  1496.               end
  1497.               item
  1498.                 Command = ecSetMarker3
  1499.                 ShortCut = 24627
  1500.               end
  1501.               item
  1502.                 Command = ecSetMarker4
  1503.                 ShortCut = 24628
  1504.               end
  1505.               item
  1506.                 Command = ecSetMarker5
  1507.                 ShortCut = 24629
  1508.               end
  1509.               item
  1510.                 Command = ecSetMarker6
  1511.                 ShortCut = 24630
  1512.               end
  1513.               item
  1514.                 Command = ecSetMarker7
  1515.                 ShortCut = 24631
  1516.               end
  1517.               item
  1518.                 Command = ecSetMarker8
  1519.                 ShortCut = 24632
  1520.               end
  1521.               item
  1522.                 Command = ecSetMarker9
  1523.                 ShortCut = 24633
  1524.               end
  1525.               item
  1526.                 Command = ecNormalSelect
  1527.                 ShortCut = 24654
  1528.               end
  1529.               item
  1530.                 Command = ecColumnSelect
  1531.                 ShortCut = 24643
  1532.               end
  1533.               item
  1534.                 Command = ecLineSelect
  1535.                 ShortCut = 24652
  1536.               end
  1537.               item
  1538.                 Command = ecMatchBracket
  1539.                 ShortCut = 24642
  1540.               end>
  1541.             Options = [eoAutoIndent, eoDragDropEditing, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoSmartTabDelete, eoEnhanceHomeKey, eoGroupUndo, eoHideShowScrollbars, eoDisableScrollArrows]
  1542.             WantTabs = True
  1543.             OnStatusChange = CodeInsStatusChange
  1544.           end
  1545.         end
  1546.         object tabCPDefault: TdevPage
  1547.           Left = 0
  1548.           Top = 0
  1549.           Width = 401
  1550.           Height = 281
  1551.           HorzScrollBar.Smooth = True
  1552.           HorzScrollBar.Tracking = True
  1553.           VertScrollBar.Smooth = True
  1554.           VertScrollBar.Tracking = True
  1555.           Align = alClient
  1556.           TabOrder = 1
  1557.           Visible = False
  1558.           Caption = 'Default Source'
  1559.           object seDefault: TSynEdit
  1560.             Left = 0
  1561.             Top = 0
  1562.             Width = 401
  1563.             Height = 261
  1564.             Cursor = crIBeam
  1565.             Align = alClient
  1566.             Font.Charset = DEFAULT_CHARSET
  1567.             Font.Color = clWindowText
  1568.             Font.Height = -13
  1569.             Font.Name = 'Courier New'
  1570.             Font.Style = []
  1571.             ParentColor = False
  1572.             ParentFont = False
  1573.             TabOrder = 0
  1574.             BorderStyle = bsNone
  1575.             Gutter.Font.Charset = DEFAULT_CHARSET
  1576.             Gutter.Font.Color = clWindowText
  1577.             Gutter.Font.Height = -11
  1578.             Gutter.Font.Name = 'Terminal'
  1579.             Gutter.Font.Style = []
  1580.             Gutter.Width = 10
  1581.             Highlighter = cpp
  1582.             Keystrokes = <
  1583.               item
  1584.                 Command = ecUp
  1585.                 ShortCut = 38
  1586.               end
  1587.               item
  1588.                 Command = ecSelUp
  1589.                 ShortCut = 8230
  1590.               end
  1591.               item
  1592.                 Command = ecScrollUp
  1593.                 ShortCut = 16422
  1594.               end
  1595.               item
  1596.                 Command = ecDown
  1597.                 ShortCut = 40
  1598.               end
  1599.               item
  1600.                 Command = ecSelDown
  1601.                 ShortCut = 8232
  1602.               end
  1603.               item
  1604.                 Command = ecScrollDown
  1605.                 ShortCut = 16424
  1606.               end
  1607.               item
  1608.                 Command = ecLeft
  1609.                 ShortCut = 37
  1610.               end
  1611.               item
  1612.                 Command = ecSelLeft
  1613.                 ShortCut = 8229
  1614.               end
  1615.               item
  1616.                 Command = ecWordLeft
  1617.                 ShortCut = 16421
  1618.               end
  1619.               item
  1620.                 Command = ecSelWordLeft
  1621.                 ShortCut = 24613
  1622.               end
  1623.               item
  1624.                 Command = ecRight
  1625.                 ShortCut = 39
  1626.               end
  1627.               item
  1628.                 Command = ecSelRight
  1629.                 ShortCut = 8231
  1630.               end
  1631.               item
  1632.                 Command = ecWordRight
  1633.                 ShortCut = 16423
  1634.               end
  1635.               item
  1636.                 Command = ecSelWordRight
  1637.                 ShortCut = 24615
  1638.               end
  1639.               item
  1640.                 Command = ecPageDown
  1641.                 ShortCut = 34
  1642.               end
  1643.               item
  1644.                 Command = ecSelPageDown
  1645.                 ShortCut = 8226
  1646.               end
  1647.               item
  1648.                 Command = ecPageBottom
  1649.                 ShortCut = 16418
  1650.               end
  1651.               item
  1652.                 Command = ecSelPageBottom
  1653.                 ShortCut = 24610
  1654.               end
  1655.               item
  1656.                 Command = ecPageUp
  1657.                 ShortCut = 33
  1658.               end
  1659.               item
  1660.                 Command = ecSelPageUp
  1661.                 ShortCut = 8225
  1662.               end
  1663.               item
  1664.                 Command = ecPageTop
  1665.                 ShortCut = 16417
  1666.               end
  1667.               item
  1668.                 Command = ecSelPageTop
  1669.                 ShortCut = 24609
  1670.               end
  1671.               item
  1672.                 Command = ecLineStart
  1673.                 ShortCut = 36
  1674.               end
  1675.               item
  1676.                 Command = ecSelLineStart
  1677.                 ShortCut = 8228
  1678.               end
  1679.               item
  1680.                 Command = ecEditorTop
  1681.                 ShortCut = 16420
  1682.               end
  1683.               item
  1684.                 Command = ecSelEditorTop
  1685.                 ShortCut = 24612
  1686.               end
  1687.               item
  1688.                 Command = ecLineEnd
  1689.                 ShortCut = 35
  1690.               end
  1691.               item
  1692.                 Command = ecSelLineEnd
  1693.                 ShortCut = 8227
  1694.               end
  1695.               item
  1696.                 Command = ecEditorBottom
  1697.                 ShortCut = 16419
  1698.               end
  1699.               item
  1700.                 Command = ecSelEditorBottom
  1701.                 ShortCut = 24611
  1702.               end
  1703.               item
  1704.                 Command = ecToggleMode
  1705.                 ShortCut = 45
  1706.               end
  1707.               item
  1708.                 Command = ecCopy
  1709.                 ShortCut = 16429
  1710.               end
  1711.               item
  1712.                 Command = ecCut
  1713.                 ShortCut = 8238
  1714.               end
  1715.               item
  1716.                 Command = ecPaste
  1717.                 ShortCut = 8237
  1718.               end
  1719.               item
  1720.                 Command = ecDeleteChar
  1721.                 ShortCut = 46
  1722.               end
  1723.               item
  1724.                 Command = ecDeleteLastChar
  1725.                 ShortCut = 8
  1726.               end
  1727.               item
  1728.                 Command = ecDeleteLastChar
  1729.                 ShortCut = 8200
  1730.               end
  1731.               item
  1732.                 Command = ecDeleteLastWord
  1733.                 ShortCut = 16392
  1734.               end
  1735.               item
  1736.                 Command = ecUndo
  1737.                 ShortCut = 32776
  1738.               end
  1739.               item
  1740.                 Command = ecRedo
  1741.                 ShortCut = 40968
  1742.               end
  1743.               item
  1744.                 Command = ecLineBreak
  1745.                 ShortCut = 13
  1746.               end
  1747.               item
  1748.                 Command = ecLineBreak
  1749.                 ShortCut = 8205
  1750.               end
  1751.               item
  1752.                 Command = ecTab
  1753.                 ShortCut = 9
  1754.               end
  1755.               item
  1756.                 Command = ecShiftTab
  1757.                 ShortCut = 8201
  1758.               end
  1759.               item
  1760.                 Command = ecContextHelp
  1761.                 ShortCut = 16496
  1762.               end
  1763.               item
  1764.                 Command = ecSelectAll
  1765.                 ShortCut = 16449
  1766.               end
  1767.               item
  1768.                 Command = ecCopy
  1769.                 ShortCut = 16451
  1770.               end
  1771.               item
  1772.                 Command = ecPaste
  1773.                 ShortCut = 16470
  1774.               end
  1775.               item
  1776.                 Command = ecCut
  1777.                 ShortCut = 16472
  1778.               end
  1779.               item
  1780.                 Command = ecBlockIndent
  1781.                 ShortCut = 24649
  1782.               end
  1783.               item
  1784.                 Command = ecBlockUnindent
  1785.                 ShortCut = 24661
  1786.               end
  1787.               item
  1788.                 Command = ecLineBreak
  1789.                 ShortCut = 16461
  1790.               end
  1791.               item
  1792.                 Command = ecInsertLine
  1793.                 ShortCut = 16462
  1794.               end
  1795.               item
  1796.                 Command = ecDeleteWord
  1797.                 ShortCut = 16468
  1798.               end
  1799.               item
  1800.                 Command = ecDeleteLine
  1801.                 ShortCut = 16473
  1802.               end
  1803.               item
  1804.                 Command = ecDeleteEOL
  1805.                 ShortCut = 24665
  1806.               end
  1807.               item
  1808.                 Command = ecUndo
  1809.                 ShortCut = 16474
  1810.               end
  1811.               item
  1812.                 Command = ecRedo
  1813.                 ShortCut = 24666
  1814.               end
  1815.               item
  1816.                 Command = ecGotoMarker0
  1817.                 ShortCut = 16432
  1818.               end
  1819.               item
  1820.                 Command = ecGotoMarker1
  1821.                 ShortCut = 16433
  1822.               end
  1823.               item
  1824.                 Command = ecGotoMarker2
  1825.                 ShortCut = 16434
  1826.               end
  1827.               item
  1828.                 Command = ecGotoMarker3
  1829.                 ShortCut = 16435
  1830.               end
  1831.               item
  1832.                 Command = ecGotoMarker4
  1833.                 ShortCut = 16436
  1834.               end
  1835.               item
  1836.                 Command = ecGotoMarker5
  1837.                 ShortCut = 16437
  1838.               end
  1839.               item
  1840.                 Command = ecGotoMarker6
  1841.                 ShortCut = 16438
  1842.               end
  1843.               item
  1844.                 Command = ecGotoMarker7
  1845.                 ShortCut = 16439
  1846.               end
  1847.               item
  1848.                 Command = ecGotoMarker8
  1849.                 ShortCut = 16440
  1850.               end
  1851.               item
  1852.                 Command = ecGotoMarker9
  1853.                 ShortCut = 16441
  1854.               end
  1855.               item
  1856.                 Command = ecSetMarker0
  1857.                 ShortCut = 24624
  1858.               end
  1859.               item
  1860.                 Command = ecSetMarker1
  1861.                 ShortCut = 24625
  1862.               end
  1863.               item
  1864.                 Command = ecSetMarker2
  1865.                 ShortCut = 24626
  1866.               end
  1867.               item
  1868.                 Command = ecSetMarker3
  1869.                 ShortCut = 24627
  1870.               end
  1871.               item
  1872.                 Command = ecSetMarker4
  1873.                 ShortCut = 24628
  1874.               end
  1875.               item
  1876.                 Command = ecSetMarker5
  1877.                 ShortCut = 24629
  1878.               end
  1879.               item
  1880.                 Command = ecSetMarker6
  1881.                 ShortCut = 24630
  1882.               end
  1883.               item
  1884.                 Command = ecSetMarker7
  1885.                 ShortCut = 24631
  1886.               end
  1887.               item
  1888.                 Command = ecSetMarker8
  1889.                 ShortCut = 24632
  1890.               end
  1891.               item
  1892.                 Command = ecSetMarker9
  1893.                 ShortCut = 24633
  1894.               end
  1895.               item
  1896.                 Command = ecNormalSelect
  1897.                 ShortCut = 24654
  1898.               end
  1899.               item
  1900.                 Command = ecColumnSelect
  1901.                 ShortCut = 24643
  1902.               end
  1903.               item
  1904.                 Command = ecLineSelect
  1905.                 ShortCut = 24652
  1906.               end
  1907.               item
  1908.                 Command = ecMatchBracket
  1909.                 ShortCut = 24642
  1910.               end>
  1911.             Options = [eoAutoIndent, eoDragDropEditing, eoScrollPastEol, eoShowScrollHint, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoSmartTabDelete, eoGroupUndo, eoHideShowScrollbars, eoDisableScrollArrows]
  1912.           end
  1913.           object Panel1: TPanel
  1914.             Left = 0
  1915.             Top = 261
  1916.             Width = 401
  1917.             Height = 20
  1918.             Align = alBottom
  1919.             BevelInner = bvLowered
  1920.             BevelOuter = bvNone
  1921.             TabOrder = 1
  1922.             object cbDefaultintoprj: TCheckBox
  1923.               Left = 4
  1924.               Top = 2
  1925.               Width = 395
  1926.               Height = 17
  1927.               Caption = 'Insert Default Code into Empty Projects'
  1928.               TabOrder = 0
  1929.             end
  1930.           end
  1931.         end
  1932.       end
  1933.     end
  1934.     object tabCompletion: TdevPage
  1935.       Left = 0
  1936.       Top = 23
  1937.       Width = 415
  1938.       Height = 315
  1939.       HorzScrollBar.Smooth = True
  1940.       HorzScrollBar.Tracking = True
  1941.       VertScrollBar.Smooth = True
  1942.       VertScrollBar.Tracking = True
  1943.       Align = alClient
  1944.       BevelKind = bkTile
  1945.       TabOrder = 4
  1946.       Visible = False
  1947.       Caption = 'Completion'
  1948.       object gbCodeCompletion: TGroupBox
  1949.         Left = 8
  1950.         Top = 12
  1951.         Width = 393
  1952.         Height = 173
  1953.         Caption = 'Code-completion'
  1954.         TabOrder = 0
  1955.         object lblCompletionDelay: TLabel
  1956.           Left = 16
  1957.           Top = 60
  1958.           Width = 52
  1959.           Height = 13
  1960.           Caption = 'Delay (ms):'
  1961.         end
  1962.         object cpCompletionBackground: TColorPickerButton
  1963.           Left = 29
  1964.           Top = 135
  1965.           Width = 112
  1966.           Height = 22
  1967.           CustomText = 'Custom'
  1968.           DefaultText = 'Default'
  1969.           PopupSpacing = 8
  1970.           ShowSystemColors = True
  1971.           OnChange = StyleChange
  1972.           OnDefaultSelect = DefaultSelect
  1973.           OnHint = PickerHint
  1974.         end
  1975.         object lblCompletionColor: TLabel
  1976.           Left = 16
  1977.           Top = 116
  1978.           Width = 87
  1979.           Height = 13
  1980.           Caption = 'Background color:'
  1981.         end
  1982.         object tbCompletionDelay: TTrackBar
  1983.           Left = 24
  1984.           Top = 76
  1985.           Width = 353
  1986.           Height = 29
  1987.           LineSize = 50
  1988.           Max = 1500
  1989.           Orientation = trHorizontal
  1990.           PageSize = 50
  1991.           Frequency = 50
  1992.           Position = 500
  1993.           SelEnd = 0
  1994.           SelStart = 0
  1995.           TabOrder = 0
  1996.           ThumbLength = 16
  1997.           TickMarks = tmTopLeft
  1998.           TickStyle = tsAuto
  1999.           OnChange = tbCompletionDelayChange
  2000.         end
  2001.         object chkEnableCompletion: TCheckBox
  2002.           Left = 16
  2003.           Top = 24
  2004.           Width = 361
  2005.           Height = 17
  2006.           Caption = 'Enable code-completion'
  2007.           TabOrder = 1
  2008.           OnClick = chkEnableCompletionClick
  2009.         end
  2010.       end
  2011.     end
  2012.     object tabClassBrowsing: TdevPage
  2013.       Left = 0
  2014.       Top = 23
  2015.       Width = 415
  2016.       Height = 315
  2017.       HorzScrollBar.Smooth = True
  2018.       HorzScrollBar.Tracking = True
  2019.       VertScrollBar.Smooth = True
  2020.       VertScrollBar.Tracking = True
  2021.       Align = alClient
  2022.       BevelKind = bkTile
  2023.       TabOrder = 5
  2024.       Caption = 'Class browsing'
  2025.       object gbClassBrowser: TGroupBox
  2026.         Left = 8
  2027.         Top = 12
  2028.         Width = 393
  2029.         Height = 289
  2030.         Caption = 'Class Browser settings'
  2031.         TabOrder = 0
  2032.         object lblClassBrowserAppearence: TLabel
  2033.           Left = 16
  2034.           Top = 60
  2035.           Width = 129
  2036.           Height = 13
  2037.           Caption = 'Class Browser appearance:'
  2038.         end
  2039.         object lblClassBrowserSample: TLabel
  2040.           Left = 196
  2041.           Top = 60
  2042.           Width = 38
  2043.           Height = 13
  2044.           Caption = 'Sample:'
  2045.         end
  2046.         object cmbClassBrowserAppearence: TComboBox
  2047.           Left = 32
  2048.           Top = 80
  2049.           Width = 145
  2050.           Height = 21
  2051.           Style = csDropDownList
  2052.           ItemHeight = 13
  2053.           ItemIndex = 0
  2054.           TabOrder = 0
  2055.           Text = 'Simple'
  2056.           OnClick = cmbClassBrowserAppearenceClick
  2057.           Items.Strings = (
  2058.             'Simple'
  2059.             'Extended')
  2060.         end
  2061.         object ClassBrowser1: TClassBrowser
  2062.           Left = 204
  2063.           Top = 80
  2064.           Width = 169
  2065.           Height = 169
  2066.           Images = dmMain.ClassImages
  2067.           Indent = 19
  2068.           ReadOnly = True
  2069.           TabOrder = 1
  2070.           ViewStyle = tvSimple
  2071.           ItemImages.Globals = -1
  2072.           ItemImages.Folder = 0
  2073.           ItemImages.Classes = 1
  2074.           ItemImages.VariablesPrivate = 5
  2075.           ItemImages.VariablesProtected = 6
  2076.           ItemImages.VariablesPublic = 7
  2077.           ItemImages.VariablesPublished = 7
  2078.           ItemImages.MethodsPrivate = 2
  2079.           ItemImages.MethodsProtected = 3
  2080.           ItemImages.MethodsPublic = 4
  2081.           ItemImages.MethodsPublished = 4
  2082.           ParseForeignHeaders = False
  2083.         end
  2084.         object chkEnableClassBrowser: TCheckBox
  2085.           Left = 16
  2086.           Top = 24
  2087.           Width = 361
  2088.           Height = 17
  2089.           Caption = 'Enable class browser'
  2090.           TabOrder = 2
  2091.           OnClick = chkEnableClassBrowserClick
  2092.         end
  2093.         object chkCBParseForeignH: TCheckBox
  2094.           Left = 16
  2095.           Top = 260
  2096.           Width = 357
  2097.           Height = 17
  2098.           Caption = 'Scan files not belonging to project'
  2099.           TabOrder = 3
  2100.         end
  2101.       end
  2102.     end
  2103.   end
  2104.   object btnOk: TBitBtn
  2105.     Left = 169
  2106.     Top = 353
  2107.     Width = 75
  2108.     Height = 24
  2109.     Anchors = [akRight, akBottom]
  2110.     Caption = 'OK'
  2111.     ModalResult = 1
  2112.     TabOrder = 1
  2113.     OnClick = btnOkClick
  2114.     Glyph.Data = {
  2115.       DE010000424DDE01000000000000760000002800000024000000120000000100
  2116.       0400000000006801000000000000000000001000000000000000000000000000
  2117.       80000080000000808000800000008000800080800000C0C0C000808080000000
  2118.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  2119.       3333333333333333333333330000333333333333333333333333F33333333333
  2120.       00003333344333333333333333388F3333333333000033334224333333333333
  2121.       338338F3333333330000333422224333333333333833338F3333333300003342
  2122.       222224333333333383333338F3333333000034222A22224333333338F338F333
  2123.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  2124.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  2125.       0000333333333A222433333333333338F338F33300003333333333A222433333
  2126.       333333338F338F33000033333333333A222433333333333338F338F300003333
  2127.       33333333A222433333333333338F338F00003333333333333A22433333333333
  2128.       3338F38F000033333333333333A223333333333333338F830000333333333333
  2129.       333A333333333333333338330000333333333333333333333333333333333333
  2130.       0000}
  2131.     NumGlyphs = 2
  2132.   end
  2133.   object btnCancel: TBitBtn
  2134.     Left = 257
  2135.     Top = 353
  2136.     Width = 75
  2137.     Height = 24
  2138.     Anchors = [akRight, akBottom]
  2139.     TabOrder = 2
  2140.     OnClick = btnCancelClick
  2141.     Kind = bkCancel
  2142.   end
  2143.   object btnHelp: TBitBtn
  2144.     Left = 345
  2145.     Top = 353
  2146.     Width = 75
  2147.     Height = 24
  2148.     Anchors = [akRight, akBottom]
  2149.     TabOrder = 3
  2150.     OnClick = btnHelpClick
  2151.     Kind = bkHelp
  2152.   end
  2153.   object cpp: TSynCppSyn
  2154.     DefaultFilter = 'C++ Files (*.c,*.cpp,*.h,*.hpp)|*.c;*.cpp;*.h;*.hpp'
  2155.     Left = 5
  2156.     Top = 354
  2157.   end
  2158. end
  2159.