home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  2003-02-24  |  96.3 KB  |  3,381 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 315
  3.   Top = 183
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Options'
  7.   ClientHeight = 416
  8.   ClientWidth = 444
  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.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl: TPageControl
  22.     Left = 5
  23.     Top = 6
  24.     Width = 436
  25.     Height = 374
  26.     ActivePage = tColorScheme
  27.     HotTrack = True
  28.     MultiLine = True
  29.     TabOrder = 0
  30.     OnChange = PageControlChange
  31.     object tGeneral: TTabSheet
  32.       Caption = 'General'
  33.       ImageIndex = 70
  34.       object gEditorOptions: TGroupBox
  35.         Tag = 204
  36.         Left = 9
  37.         Top = 2
  38.         Width = 410
  39.         Height = 318
  40.         Caption = 'Editor options'
  41.         TabOrder = 0
  42.         object lBlockIndent: TLabel
  43.           Tag = 223
  44.           Left = 10
  45.           Top = 268
  46.           Width = 59
  47.           Height = 13
  48.           Caption = 'Block indent'
  49.           Transparent = True
  50.         end
  51.         object lOutputFormat: TLabel
  52.           Tag = 224
  53.           Left = 10
  54.           Top = 292
  55.           Width = 64
  56.           Height = 13
  57.           Caption = 'Output format'
  58.           Transparent = True
  59.         end
  60.         object lTabSize: TLabel
  61.           Tag = 226
  62.           Left = 209
  63.           Top = 268
  64.           Width = 40
  65.           Height = 13
  66.           Caption = 'Tab size'
  67.           Transparent = True
  68.         end
  69.         object lTabStops: TLabel
  70.           Tag = 225
  71.           Left = 209
  72.           Top = 244
  73.           Width = 47
  74.           Height = 13
  75.           Caption = 'Tab stops'
  76.           Transparent = True
  77.         end
  78.         object lLanguage: TLabel
  79.           Tag = 228
  80.           Left = 209
  81.           Top = 292
  82.           Width = 48
  83.           Height = 13
  84.           Caption = 'Language'
  85.           Transparent = True
  86.         end
  87.         object cCreateBackup: TCheckBox
  88.           Tag = 210
  89.           Left = 209
  90.           Top = 203
  91.           Width = 190
  92.           Height = 17
  93.           Caption = 'Create backup file'
  94.           TabOrder = 24
  95.           OnClick = cAutoIndentClick
  96.         end
  97.         object cWordWrap: TCheckBox
  98.           Tag = 211
  99.           Left = 209
  100.           Top = 169
  101.           Width = 190
  102.           Height = 17
  103.           Caption = 'Word wrap'
  104.           TabOrder = 22
  105.           OnClick = cWordWrapClick
  106.         end
  107.         object cWrapAtMargin: TCheckBox
  108.           Tag = 212
  109.           Left = 209
  110.           Top = 186
  111.           Width = 190
  112.           Height = 17
  113.           Caption = 'Wrap at margin'
  114.           TabOrder = 23
  115.           OnClick = cAutoIndentClick
  116.         end
  117.         object cDrawSpecialSymbols: TCheckBox
  118.           Tag = 213
  119.           Left = 209
  120.           Top = 152
  121.           Width = 190
  122.           Height = 17
  123.           Caption = 'Draw special symbols'
  124.           TabOrder = 21
  125.           OnClick = cAutoIndentClick
  126.         end
  127.         object cHighlightURLs: TCheckBox
  128.           Tag = 221
  129.           Left = 209
  130.           Top = 118
  131.           Width = 190
  132.           Height = 17
  133.           Caption = 'Highlight URLs'
  134.           TabOrder = 19
  135.           OnClick = cAutoIndentClick
  136.         end
  137.         object cCursorBeyondEOL: TCheckBox
  138.           Tag = 222
  139.           Left = 10
  140.           Top = 169
  141.           Width = 190
  142.           Height = 17
  143.           Caption = 'Cursor beyond EOL'
  144.           TabOrder = 9
  145.           OnClick = cAutoIndentClick
  146.         end
  147.         object cUseMultipleInstance: TCheckBox
  148.           Tag = 227
  149.           Left = 10
  150.           Top = 243
  151.           Width = 191
  152.           Height = 17
  153.           Caption = 'Use multiple instance'
  154.           TabOrder = 26
  155.           OnClick = cUseMultipleInstanceClick
  156.         end
  157.         object eLanguage: TComboBox
  158.           Left = 284
  159.           Top = 289
  160.           Width = 116
  161.           Height = 21
  162.           Style = csDropDownList
  163.           ItemHeight = 13
  164.           Sorted = True
  165.           TabOrder = 31
  166.           OnChange = cUseMultipleInstanceClick
  167.           Items.Strings = (
  168.             '')
  169.         end
  170.         object eOutputFormat: TComboBox
  171.           Left = 120
  172.           Top = 289
  173.           Width = 80
  174.           Height = 21
  175.           Style = csDropDownList
  176.           ItemHeight = 13
  177.           TabOrder = 28
  178.           OnChange = cAutoIndentClick
  179.           Items.Strings = (
  180.             'Windows'
  181.             'Mac'
  182.             'Unix')
  183.         end
  184.         object eTabStops: TEdit
  185.           Left = 319
  186.           Top = 241
  187.           Width = 80
  188.           Height = 21
  189.           TabOrder = 29
  190.           OnChange = cAutoIndentClick
  191.           OnExit = eBlockIndentExit
  192.           OnKeyPress = eTabStopsKeyPress
  193.         end
  194.         object cAutoIndent: TCheckBox
  195.           Left = 10
  196.           Top = 16
  197.           Width = 190
  198.           Height = 17
  199.           Caption = 'Auto indent mode'
  200.           TabOrder = 0
  201.           OnClick = cAutoIndentClick
  202.         end
  203.         object cSmartTab: TCheckBox
  204.           Left = 10
  205.           Top = 33
  206.           Width = 190
  207.           Height = 17
  208.           Caption = 'Smart tab'
  209.           TabOrder = 1
  210.           OnClick = cSmartTabClick
  211.         end
  212.         object cUseTabChar: TCheckBox
  213.           Left = 10
  214.           Top = 50
  215.           Width = 190
  216.           Height = 17
  217.           Caption = 'Use tab character'
  218.           TabOrder = 2
  219.           OnClick = cUseTabCharClick
  220.         end
  221.         object cBackUnindent: TCheckBox
  222.           Left = 10
  223.           Top = 84
  224.           Width = 190
  225.           Height = 17
  226.           Caption = 'Backspace unindents'
  227.           TabOrder = 4
  228.           OnClick = cAutoIndentClick
  229.         end
  230.         object cShowLineNumbers: TCheckBox
  231.           Left = 10
  232.           Top = 101
  233.           Width = 190
  234.           Height = 17
  235.           Caption = 'Show line numbers'
  236.           TabOrder = 5
  237.           OnClick = cShowLineNumbersClick
  238.         end
  239.         object cShowLineNumbOnGutter: TCheckBox
  240.           Left = 10
  241.           Top = 118
  242.           Width = 190
  243.           Height = 17
  244.           Caption = 'Show line numbers on gutter'
  245.           TabOrder = 6
  246.           OnClick = cAutoIndentClick
  247.         end
  248.         object cGroupUndo: TCheckBox
  249.           Left = 10
  250.           Top = 135
  251.           Width = 190
  252.           Height = 17
  253.           Caption = 'Group undo'
  254.           TabOrder = 7
  255.           OnClick = cAutoIndentClick
  256.         end
  257.         object cCursorEof: TCheckBox
  258.           Left = 10
  259.           Top = 152
  260.           Width = 190
  261.           Height = 17
  262.           Caption = 'Cursor beyond EOF'
  263.           TabOrder = 8
  264.           OnClick = cAutoIndentClick
  265.         end
  266.         object cSelectEol: TCheckBox
  267.           Left = 10
  268.           Top = 186
  269.           Width = 190
  270.           Height = 17
  271.           Caption = 'Selection beyond EOL'
  272.           TabOrder = 10
  273.           OnClick = cAutoIndentClick
  274.         end
  275.         object cDisableDragging: TCheckBox
  276.           Left = 209
  277.           Top = 135
  278.           Width = 190
  279.           Height = 17
  280.           Caption = 'Disable dragging'
  281.           TabOrder = 20
  282.           OnClick = cAutoIndentClick
  283.         end
  284.         object cNewDocOnStart: TCheckBox
  285.           Left = 209
  286.           Top = 220
  287.           Width = 190
  288.           Height = 17
  289.           Caption = 'New document on startup'
  290.           TabOrder = 25
  291.           OnClick = cNewDocOnStartClick
  292.         end
  293.         object cUseSyntaxHighlight: TCheckBox
  294.           Left = 209
  295.           Top = 101
  296.           Width = 190
  297.           Height = 17
  298.           Caption = 'Use syntax highlight'
  299.           TabOrder = 18
  300.           OnClick = cAutoIndentClick
  301.         end
  302.         object cCutCopyEnabled: TCheckBox
  303.           Left = 209
  304.           Top = 84
  305.           Width = 190
  306.           Height = 17
  307.           Caption = 'Force cut and copy enabled'
  308.           TabOrder = 17
  309.           OnClick = cAutoIndentClick
  310.         end
  311.         object cFindTextAtCursor: TCheckBox
  312.           Left = 209
  313.           Top = 67
  314.           Width = 190
  315.           Height = 17
  316.           Caption = 'Find text at cursor'
  317.           TabOrder = 16
  318.           OnClick = cAutoIndentClick
  319.         end
  320.         object cDblClickLine: TCheckBox
  321.           Left = 10
  322.           Top = 203
  323.           Width = 190
  324.           Height = 17
  325.           Caption = 'Double click line'
  326.           TabOrder = 11
  327.           OnClick = cAutoIndentClick
  328.         end
  329.         object cOverwriteBlock: TCheckBox
  330.           Left = 209
  331.           Top = 50
  332.           Width = 190
  333.           Height = 17
  334.           Caption = 'Overwrite blocks'
  335.           TabOrder = 15
  336.           OnClick = cAutoIndentClick
  337.         end
  338.         object cPersistentBlock: TCheckBox
  339.           Left = 209
  340.           Top = 33
  341.           Width = 190
  342.           Height = 17
  343.           Caption = 'Persistent blocks'
  344.           TabOrder = 14
  345.           OnClick = cAutoIndentClick
  346.         end
  347.         object cKeepTrailingBlank: TCheckBox
  348.           Left = 209
  349.           Top = 16
  350.           Width = 190
  351.           Height = 17
  352.           Caption = 'Keep trailing blanks'
  353.           TabOrder = 13
  354.           OnClick = cAutoIndentClick
  355.         end
  356.         object cCursorOnTabs: TCheckBox
  357.           Left = 10
  358.           Top = 67
  359.           Width = 190
  360.           Height = 17
  361.           Caption = 'Cursor on tabs'
  362.           TabOrder = 3
  363.           OnClick = cAutoIndentClick
  364.         end
  365.         object cTripleClickLine: TCheckBox
  366.           Left = 10
  367.           Top = 220
  368.           Width = 190
  369.           Height = 17
  370.           Caption = 'Triple click line'
  371.           TabOrder = 12
  372.           OnClick = cAutoIndentClick
  373.         end
  374.         object eBlockIndent: TJvSpinEdit
  375.           Left = 120
  376.           Top = 265
  377.           Width = 80
  378.           Height = 21
  379.           Alignment = taRightJustify
  380.           ButtonKind = bkStandard
  381.           MaxValue = 100
  382.           MinValue = 1
  383.           Value = 1
  384.           ReadOnly = False
  385.           TabOrder = 27
  386.           OnChange = cAutoIndentClick
  387.           OnExit = eBlockIndentExit
  388.           OnKeyPress = eBlockIndentKeyPress
  389.         end
  390.         object eTabSize: TJvSpinEdit
  391.           Left = 319
  392.           Top = 265
  393.           Width = 80
  394.           Height = 21
  395.           Alignment = taRightJustify
  396.           ButtonKind = bkStandard
  397.           MaxValue = 100
  398.           MinValue = 1
  399.           Value = 1
  400.           ReadOnly = False
  401.           TabOrder = 30
  402.           OnChange = cAutoIndentClick
  403.           OnExit = eBlockIndentExit
  404.           OnKeyPress = eBlockIndentKeyPress
  405.         end
  406.       end
  407.     end
  408.     object tDisplay: TTabSheet
  409.       Caption = 'Display'
  410.       ImageIndex = 73
  411.       object gEditorMargin: TGroupBox
  412.         Left = 219
  413.         Top = 2
  414.         Width = 200
  415.         Height = 163
  416.         Caption = 'Editor margin'
  417.         Color = clBtnFace
  418.         ParentColor = False
  419.         TabOrder = 1
  420.         object lMarginPosition: TLabel
  421.           Tag = 239
  422.           Left = 10
  423.           Top = 103
  424.           Width = 37
  425.           Height = 13
  426.           Caption = 'Position'
  427.           Transparent = True
  428.         end
  429.         object lMarginColor: TLabel
  430.           Tag = 238
  431.           Left = 10
  432.           Top = 75
  433.           Width = 24
  434.           Height = 13
  435.           Caption = 'Color'
  436.           Transparent = True
  437.         end
  438.         object lMarginStyle: TLabel
  439.           Tag = 237
  440.           Left = 10
  441.           Top = 47
  442.           Width = 23
  443.           Height = 13
  444.           Caption = 'Style'
  445.           Transparent = True
  446.         end
  447.         object cVisibleRightMargin: TCheckBox
  448.           Tag = 236
  449.           Left = 10
  450.           Top = 19
  451.           Width = 180
  452.           Height = 17
  453.           Caption = 'Visible right margin'
  454.           TabOrder = 0
  455.           OnClick = cVisibleRightMarginClick
  456.         end
  457.         object ToolBar1: TToolBar
  458.           Left = 167
  459.           Top = 71
  460.           Width = 23
  461.           Height = 22
  462.           Align = alNone
  463.           AutoSize = True
  464.           Caption = 'ToolBar1'
  465.           EdgeBorders = []
  466.           Flat = True
  467.           Images = CodePadMainForm.ImageList1
  468.           TabOrder = 3
  469.           Transparent = True
  470.           object ToolButton1: TToolButton
  471.             Left = 0
  472.             Top = 0
  473.             Hint = 'Select custom Color'
  474.             Caption = 'ToolButton1'
  475.             ImageIndex = 45
  476.             ParentShowHint = False
  477.             ShowHint = True
  478.             OnClick = ToolButton1Click
  479.           end
  480.         end
  481.         object eMarginPosition: TJvSpinEdit
  482.           Left = 64
  483.           Top = 100
  484.           Width = 125
  485.           Height = 21
  486.           Alignment = taRightJustify
  487.           ButtonKind = bkStandard
  488.           MaxValue = 1000
  489.           MinValue = 2
  490.           Value = 2
  491.           ReadOnly = False
  492.           TabOrder = 4
  493.           OnChange = eMarginStyleChange
  494.           OnExit = eBlockIndentExit
  495.           OnKeyPress = eBlockIndentKeyPress
  496.         end
  497.         object eMarginStyle: TComboBox
  498.           Left = 64
  499.           Top = 44
  500.           Width = 125
  501.           Height = 21
  502.           Style = csOwnerDrawFixed
  503.           ItemHeight = 15
  504.           TabOrder = 1
  505.           OnChange = eMarginStyleChange
  506.           OnDrawItem = PenComboDrawItem
  507.           Items.Strings = (
  508.             '0'
  509.             '1'
  510.             '2'
  511.             '3'
  512.             '4'
  513.             '5'
  514.             '6')
  515.         end
  516.         object eMarginColor: TComboBox
  517.           Left = 64
  518.           Top = 72
  519.           Width = 101
  520.           Height = 21
  521.           Style = csOwnerDrawFixed
  522.           ItemHeight = 15
  523.           TabOrder = 2
  524.           OnChange = eMarginStyleChange
  525.           OnDrawItem = ColorComboDrawItem
  526.           Items.Strings = (
  527.             'clBlack'
  528.             'clMaroon'
  529.             'clGreen'
  530.             'clOlive'
  531.             'clNavy'
  532.             'clPurple'
  533.             'clTeal'
  534.             'clGray'
  535.             'clSilver'
  536.             'clRed'
  537.             'clLime'
  538.             'clYellow'
  539.             'clBlue'
  540.             'clFuchsia'
  541.             'clAqua'
  542.             'clWhite'
  543.             'clScrollBar'
  544.             'clBackground'
  545.             'clActiveCaption'
  546.             'clInactiveCaption'
  547.             'clMenu'
  548.             'clWindow'
  549.             'clWindowFrame'
  550.             'clMenuText'
  551.             'clWindowText'
  552.             'clCaptionText'
  553.             'clActiveBorder'
  554.             'clInactiveBorder'
  555.             'clAppWorkSpace'
  556.             'clHighlight'
  557.             'clHighlightText'
  558.             'clBtnFace'
  559.             'clBtnShadow'
  560.             'clGrayText'
  561.             'clBtnText'
  562.             'clInactiveCaptionText'
  563.             'clBtnHighlight'
  564.             'cl3DDkShadow'
  565.             'cl3DLight'
  566.             'clInfoText'
  567.             'clInfoBk'
  568.             'clNone'
  569.             '$00000000')
  570.         end
  571.       end
  572.       object gLineSeparator: TGroupBox
  573.         Left = 9
  574.         Top = 170
  575.         Width = 200
  576.         Height = 150
  577.         Caption = 'Line separator'
  578.         TabOrder = 2
  579.         object lLineSeparatorStyle: TLabel
  580.           Tag = 237
  581.           Left = 10
  582.           Top = 75
  583.           Width = 23
  584.           Height = 13
  585.           Caption = 'Style'
  586.           Transparent = True
  587.         end
  588.         object lLineSeparatorColor: TLabel
  589.           Tag = 238
  590.           Left = 10
  591.           Top = 103
  592.           Width = 24
  593.           Height = 13
  594.           Caption = 'Color'
  595.           Transparent = True
  596.         end
  597.         object cWrappedLineSeparator: TCheckBox
  598.           Tag = 245
  599.           Left = 10
  600.           Top = 47
  601.           Width = 180
  602.           Height = 17
  603.           Caption = 'Wrapped line separator'
  604.           TabOrder = 1
  605.           OnClick = eMarginStyleChange
  606.         end
  607.         object ToolBar4: TToolBar
  608.           Left = 167
  609.           Top = 99
  610.           Width = 23
  611.           Height = 22
  612.           Align = alNone
  613.           AutoSize = True
  614.           Caption = 'ToolBar1'
  615.           EdgeBorders = []
  616.           Flat = True
  617.           Images = CodePadMainForm.ImageList1
  618.           TabOrder = 4
  619.           Transparent = True
  620.           object ToolButton4: TToolButton
  621.             Left = 0
  622.             Top = 0
  623.             Hint = 'Select custom Color'
  624.             Caption = 'ToolButton1'
  625.             ImageIndex = 45
  626.             ParentShowHint = False
  627.             ShowHint = True
  628.             OnClick = ToolButton4Click
  629.           end
  630.         end
  631.         object cVisibleLineSeparator: TCheckBox
  632.           Tag = 236
  633.           Left = 10
  634.           Top = 19
  635.           Width = 180
  636.           Height = 17
  637.           Caption = 'Visible line separator'
  638.           TabOrder = 0
  639.           OnClick = cVisibleLineSeparatorClick
  640.         end
  641.         object eLineSeparatorStyle: TComboBox
  642.           Left = 64
  643.           Top = 72
  644.           Width = 125
  645.           Height = 21
  646.           Style = csOwnerDrawFixed
  647.           ItemHeight = 15
  648.           TabOrder = 2
  649.           OnChange = eMarginStyleChange
  650.           OnDrawItem = PenComboDrawItem
  651.           Items.Strings = (
  652.             '0'
  653.             '1'
  654.             '2'
  655.             '3'
  656.             '4'
  657.             '5'
  658.             '6')
  659.         end
  660.         object eLineSeparatorColor: TComboBox
  661.           Left = 64
  662.           Top = 100
  663.           Width = 101
  664.           Height = 21
  665.           Style = csOwnerDrawFixed
  666.           ItemHeight = 15
  667.           TabOrder = 3
  668.           OnChange = eMarginStyleChange
  669.           OnDrawItem = ColorComboDrawItem
  670.           Items.Strings = (
  671.             'clBlack'
  672.             'clMaroon'
  673.             'clGreen'
  674.             'clOlive'
  675.             'clNavy'
  676.             'clPurple'
  677.             'clTeal'
  678.             'clGray'
  679.             'clSilver'
  680.             'clRed'
  681.             'clLime'
  682.             'clYellow'
  683.             'clBlue'
  684.             'clFuchsia'
  685.             'clAqua'
  686.             'clWhite'
  687.             'clScrollBar'
  688.             'clBackground'
  689.             'clActiveCaption'
  690.             'clInactiveCaption'
  691.             'clMenu'
  692.             'clWindow'
  693.             'clWindowFrame'
  694.             'clMenuText'
  695.             'clWindowText'
  696.             'clCaptionText'
  697.             'clActiveBorder'
  698.             'clInactiveBorder'
  699.             'clAppWorkSpace'
  700.             'clHighlight'
  701.             'clHighlightText'
  702.             'clBtnFace'
  703.             'clBtnShadow'
  704.             'clGrayText'
  705.             'clBtnText'
  706.             'clInactiveCaptionText'
  707.             'clBtnHighlight'
  708.             'cl3DDkShadow'
  709.             'cl3DLight'
  710.             'clInfoText'
  711.             'clInfoBk'
  712.             'clNone'
  713.             '$00000000')
  714.         end
  715.       end
  716.       object gLineHighlight: TGroupBox
  717.         Left = 219
  718.         Top = 170
  719.         Width = 200
  720.         Height = 150
  721.         Caption = 'Line highlight'
  722.         TabOrder = 3
  723.         object lLineHighlightColor: TLabel
  724.           Tag = 238
  725.           Left = 10
  726.           Top = 75
  727.           Width = 24
  728.           Height = 13
  729.           Caption = 'Color'
  730.           Transparent = True
  731.         end
  732.         object lLineHighlightLineColor: TLabel
  733.           Tag = 238
  734.           Left = 10
  735.           Top = 103
  736.           Width = 46
  737.           Height = 13
  738.           Caption = 'Line color'
  739.           Transparent = True
  740.         end
  741.         object lLineHighlightLineStyle: TLabel
  742.           Tag = 237
  743.           Left = 10
  744.           Top = 47
  745.           Width = 44
  746.           Height = 13
  747.           Caption = 'Line style'
  748.           Transparent = True
  749.         end
  750.         object ToolBar5: TToolBar
  751.           Left = 167
  752.           Top = 71
  753.           Width = 23
  754.           Height = 22
  755.           Align = alNone
  756.           AutoSize = True
  757.           Caption = 'ToolBar1'
  758.           EdgeBorders = []
  759.           Flat = True
  760.           Images = CodePadMainForm.ImageList1
  761.           TabOrder = 3
  762.           Transparent = True
  763.           object ToolButton5: TToolButton
  764.             Left = 0
  765.             Top = 0
  766.             Hint = 'Select custom Color'
  767.             Caption = 'ToolButton1'
  768.             ImageIndex = 45
  769.             ParentShowHint = False
  770.             Wrap = True
  771.             ShowHint = True
  772.             OnClick = ToolButton5Click
  773.           end
  774.         end
  775.         object cVisibleLineHighlight: TCheckBox
  776.           Tag = 236
  777.           Left = 10
  778.           Top = 19
  779.           Width = 180
  780.           Height = 17
  781.           Caption = 'Visible line highlight'
  782.           TabOrder = 0
  783.           OnClick = cVisibleLineHighlightClick
  784.         end
  785.         object ToolBar6: TToolBar
  786.           Left = 167
  787.           Top = 99
  788.           Width = 23
  789.           Height = 22
  790.           Align = alNone
  791.           AutoSize = True
  792.           Caption = 'ToolBar1'
  793.           EdgeBorders = []
  794.           Flat = True
  795.           Images = CodePadMainForm.ImageList1
  796.           TabOrder = 5
  797.           Transparent = True
  798.           object ToolButton6: TToolButton
  799.             Left = 0
  800.             Top = 0
  801.             Hint = 'Select custom Color'
  802.             Caption = 'ToolButton1'
  803.             ImageIndex = 45
  804.             ParentShowHint = False
  805.             Wrap = True
  806.             ShowHint = True
  807.             OnClick = ToolButton6Click
  808.           end
  809.         end
  810.         object eLineHighlightStyle: TComboBox
  811.           Left = 64
  812.           Top = 44
  813.           Width = 125
  814.           Height = 21
  815.           Style = csOwnerDrawFixed
  816.           ItemHeight = 15
  817.           TabOrder = 1
  818.           OnChange = eMarginStyleChange
  819.           OnDrawItem = PenComboDrawItem
  820.           Items.Strings = (
  821.             '0'
  822.             '1'
  823.             '2'
  824.             '3'
  825.             '4'
  826.             '5'
  827.             '6')
  828.         end
  829.         object eLineHighlightColor: TComboBox
  830.           Left = 64
  831.           Top = 72
  832.           Width = 101
  833.           Height = 21
  834.           Style = csOwnerDrawFixed
  835.           ItemHeight = 15
  836.           TabOrder = 2
  837.           OnChange = eMarginStyleChange
  838.           OnDrawItem = ColorComboDrawItem
  839.           Items.Strings = (
  840.             'clBlack'
  841.             'clMaroon'
  842.             'clGreen'
  843.             'clOlive'
  844.             'clNavy'
  845.             'clPurple'
  846.             'clTeal'
  847.             'clGray'
  848.             'clSilver'
  849.             'clRed'
  850.             'clLime'
  851.             'clYellow'
  852.             'clBlue'
  853.             'clFuchsia'
  854.             'clAqua'
  855.             'clWhite'
  856.             'clScrollBar'
  857.             'clBackground'
  858.             'clActiveCaption'
  859.             'clInactiveCaption'
  860.             'clMenu'
  861.             'clWindow'
  862.             'clWindowFrame'
  863.             'clMenuText'
  864.             'clWindowText'
  865.             'clCaptionText'
  866.             'clActiveBorder'
  867.             'clInactiveBorder'
  868.             'clAppWorkSpace'
  869.             'clHighlight'
  870.             'clHighlightText'
  871.             'clBtnFace'
  872.             'clBtnShadow'
  873.             'clGrayText'
  874.             'clBtnText'
  875.             'clInactiveCaptionText'
  876.             'clBtnHighlight'
  877.             'cl3DDkShadow'
  878.             'cl3DLight'
  879.             'clInfoText'
  880.             'clInfoBk'
  881.             'clNone'
  882.             '$00000000')
  883.         end
  884.         object eLineHighlightLineColor: TComboBox
  885.           Left = 64
  886.           Top = 100
  887.           Width = 101
  888.           Height = 21
  889.           Style = csOwnerDrawFixed
  890.           ItemHeight = 15
  891.           TabOrder = 4
  892.           OnChange = eMarginStyleChange
  893.           OnDrawItem = ColorComboDrawItem
  894.           Items.Strings = (
  895.             'clBlack'
  896.             'clMaroon'
  897.             'clGreen'
  898.             'clOlive'
  899.             'clNavy'
  900.             'clPurple'
  901.             'clTeal'
  902.             'clGray'
  903.             'clSilver'
  904.             'clRed'
  905.             'clLime'
  906.             'clYellow'
  907.             'clBlue'
  908.             'clFuchsia'
  909.             'clAqua'
  910.             'clWhite'
  911.             'clScrollBar'
  912.             'clBackground'
  913.             'clActiveCaption'
  914.             'clInactiveCaption'
  915.             'clMenu'
  916.             'clWindow'
  917.             'clWindowFrame'
  918.             'clMenuText'
  919.             'clWindowText'
  920.             'clCaptionText'
  921.             'clActiveBorder'
  922.             'clInactiveBorder'
  923.             'clAppWorkSpace'
  924.             'clHighlight'
  925.             'clHighlightText'
  926.             'clBtnFace'
  927.             'clBtnShadow'
  928.             'clGrayText'
  929.             'clBtnText'
  930.             'clInactiveCaptionText'
  931.             'clBtnHighlight'
  932.             'cl3DDkShadow'
  933.             'cl3DLight'
  934.             'clInfoText'
  935.             'clInfoBk'
  936.             'clNone'
  937.             '$00000000')
  938.         end
  939.       end
  940.       object gEditorGutter: TGroupBox
  941.         Left = 9
  942.         Top = 2
  943.         Width = 200
  944.         Height = 163
  945.         Caption = 'Editor gutter'
  946.         TabOrder = 0
  947.         object lGutterStyle: TLabel
  948.           Tag = 237
  949.           Left = 10
  950.           Top = 47
  951.           Width = 23
  952.           Height = 13
  953.           Caption = 'Style'
  954.           Transparent = True
  955.         end
  956.         object lGutterLineColor: TLabel
  957.           Tag = 238
  958.           Left = 10
  959.           Top = 103
  960.           Width = 46
  961.           Height = 13
  962.           Caption = 'Line color'
  963.           Transparent = True
  964.         end
  965.         object lGutterWidth: TLabel
  966.           Tag = 239
  967.           Left = 10
  968.           Top = 131
  969.           Width = 28
  970.           Height = 13
  971.           Caption = 'Width'
  972.           Transparent = True
  973.         end
  974.         object lGutterColor: TLabel
  975.           Tag = 238
  976.           Left = 10
  977.           Top = 75
  978.           Width = 24
  979.           Height = 13
  980.           Caption = 'Color'
  981.           Transparent = True
  982.         end
  983.         object ToolBar2: TToolBar
  984.           Left = 167
  985.           Top = 99
  986.           Width = 23
  987.           Height = 22
  988.           Align = alNone
  989.           AutoSize = True
  990.           Caption = 'ToolBar1'
  991.           EdgeBorders = []
  992.           Flat = True
  993.           Images = CodePadMainForm.ImageList1
  994.           TabOrder = 5
  995.           Transparent = True
  996.           object ToolButton2: TToolButton
  997.             Left = 0
  998.             Top = 0
  999.             Hint = 'Select custom Color'
  1000.             Caption = 'ToolButton1'
  1001.             ImageIndex = 45
  1002.             ParentShowHint = False
  1003.             ShowHint = True
  1004.             OnClick = ToolButton2Click
  1005.           end
  1006.         end
  1007.         object cVisibleGutter: TCheckBox
  1008.           Tag = 236
  1009.           Left = 10
  1010.           Top = 19
  1011.           Width = 180
  1012.           Height = 17
  1013.           Caption = 'Visible gutter'
  1014.           TabOrder = 0
  1015.           OnClick = cVisibleGutterClick
  1016.         end
  1017.         object ToolBar3: TToolBar
  1018.           Left = 167
  1019.           Top = 71
  1020.           Width = 23
  1021.           Height = 22
  1022.           Align = alNone
  1023.           AutoSize = True
  1024.           Caption = 'ToolBar1'
  1025.           EdgeBorders = []
  1026.           Flat = True
  1027.           Images = CodePadMainForm.ImageList1
  1028.           TabOrder = 3
  1029.           Transparent = True
  1030.           object ToolButton3: TToolButton
  1031.             Left = 0
  1032.             Top = 0
  1033.             Hint = 'Select custom Color'
  1034.             Caption = 'ToolButton1'
  1035.             ImageIndex = 45
  1036.             ParentShowHint = False
  1037.             ShowHint = True
  1038.             OnClick = ToolButton3Click
  1039.           end
  1040.         end
  1041.         object eGutterWidth: TJvSpinEdit
  1042.           Left = 64
  1043.           Top = 128
  1044.           Width = 125
  1045.           Height = 21
  1046.           Alignment = taRightJustify
  1047.           ButtonKind = bkStandard
  1048.           MaxValue = 100
  1049.           MinValue = 5
  1050.           Value = 5
  1051.           ReadOnly = False
  1052.           TabOrder = 6
  1053.           OnChange = eMarginStyleChange
  1054.           OnExit = eBlockIndentExit
  1055.           OnKeyPress = eBlockIndentKeyPress
  1056.         end
  1057.         object eGutterStyle: TComboBox
  1058.           Left = 64
  1059.           Top = 44
  1060.           Width = 125
  1061.           Height = 21
  1062.           Style = csOwnerDrawFixed
  1063.           ItemHeight = 15
  1064.           TabOrder = 1
  1065.           OnChange = eMarginStyleChange
  1066.           OnDrawItem = BrushComboDrawItem
  1067.           Items.Strings = (
  1068.             '0'
  1069.             '1'
  1070.             '2'
  1071.             '3'
  1072.             '4'
  1073.             '5'
  1074.             '6'
  1075.             '7')
  1076.         end
  1077.         object eGutterColor: TComboBox
  1078.           Left = 64
  1079.           Top = 72
  1080.           Width = 101
  1081.           Height = 21
  1082.           Style = csOwnerDrawFixed
  1083.           ItemHeight = 15
  1084.           TabOrder = 2
  1085.           OnChange = eMarginStyleChange
  1086.           OnDrawItem = ColorComboDrawItem
  1087.           Items.Strings = (
  1088.             'clBlack'
  1089.             'clMaroon'
  1090.             'clGreen'
  1091.             'clOlive'
  1092.             'clNavy'
  1093.             'clPurple'
  1094.             'clTeal'
  1095.             'clGray'
  1096.             'clSilver'
  1097.             'clRed'
  1098.             'clLime'
  1099.             'clYellow'
  1100.             'clBlue'
  1101.             'clFuchsia'
  1102.             'clAqua'
  1103.             'clWhite'
  1104.             'clScrollBar'
  1105.             'clBackground'
  1106.             'clActiveCaption'
  1107.             'clInactiveCaption'
  1108.             'clMenu'
  1109.             'clWindow'
  1110.             'clWindowFrame'
  1111.             'clMenuText'
  1112.             'clWindowText'
  1113.             'clCaptionText'
  1114.             'clActiveBorder'
  1115.             'clInactiveBorder'
  1116.             'clAppWorkSpace'
  1117.             'clHighlight'
  1118.             'clHighlightText'
  1119.             'clBtnFace'
  1120.             'clBtnShadow'
  1121.             'clGrayText'
  1122.             'clBtnText'
  1123.             'clInactiveCaptionText'
  1124.             'clBtnHighlight'
  1125.             'cl3DDkShadow'
  1126.             'cl3DLight'
  1127.             'clInfoText'
  1128.             'clInfoBk'
  1129.             'clNone'
  1130.             '$00000000')
  1131.         end
  1132.         object eGutterLineColor: TComboBox
  1133.           Left = 64
  1134.           Top = 100
  1135.           Width = 101
  1136.           Height = 21
  1137.           Style = csOwnerDrawFixed
  1138.           ItemHeight = 15
  1139.           TabOrder = 4
  1140.           OnChange = eMarginStyleChange
  1141.           OnDrawItem = ColorComboDrawItem
  1142.           Items.Strings = (
  1143.             'clBlack'
  1144.             'clMaroon'
  1145.             'clGreen'
  1146.             'clOlive'
  1147.             'clNavy'
  1148.             'clPurple'
  1149.             'clTeal'
  1150.             'clGray'
  1151.             'clSilver'
  1152.             'clRed'
  1153.             'clLime'
  1154.             'clYellow'
  1155.             'clBlue'
  1156.             'clFuchsia'
  1157.             'clAqua'
  1158.             'clWhite'
  1159.             'clScrollBar'
  1160.             'clBackground'
  1161.             'clActiveCaption'
  1162.             'clInactiveCaption'
  1163.             'clMenu'
  1164.             'clWindow'
  1165.             'clWindowFrame'
  1166.             'clMenuText'
  1167.             'clWindowText'
  1168.             'clCaptionText'
  1169.             'clActiveBorder'
  1170.             'clInactiveBorder'
  1171.             'clAppWorkSpace'
  1172.             'clHighlight'
  1173.             'clHighlightText'
  1174.             'clBtnFace'
  1175.             'clBtnShadow'
  1176.             'clGrayText'
  1177.             'clBtnText'
  1178.             'clInactiveCaptionText'
  1179.             'clBtnHighlight'
  1180.             'cl3DDkShadow'
  1181.             'cl3DLight'
  1182.             'clInfoText'
  1183.             'clInfoBk'
  1184.             'clNone'
  1185.             '$00000000')
  1186.         end
  1187.       end
  1188.     end
  1189.     object tColorScheme: TTabSheet
  1190.       Caption = 'Colors && Font'
  1191.       ImageIndex = 45
  1192.       object lElements: TLabel
  1193.         Left = 9
  1194.         Top = 47
  1195.         Width = 43
  1196.         Height = 13
  1197.         Caption = 'Elements'
  1198.         Transparent = True
  1199.       end
  1200.       object lColorScheme: TLabel
  1201.         Left = 10
  1202.         Top = 293
  1203.         Width = 211
  1204.         Height = 26
  1205.         AutoSize = False
  1206.         Caption = 'Color scheme will be used with selected syntax definition.'
  1207.         Transparent = True
  1208.         WordWrap = True
  1209.       end
  1210.       object lBackgroundColor: TLabel
  1211.         Left = 146
  1212.         Top = 47
  1213.         Width = 84
  1214.         Height = 13
  1215.         Caption = 'Background color'
  1216.         Transparent = True
  1217.       end
  1218.       object lForegroundColor: TLabel
  1219.         Left = 146
  1220.         Top = 2
  1221.         Width = 80
  1222.         Height = 13
  1223.         Caption = 'Foreground color'
  1224.         Transparent = True
  1225.       end
  1226.       object lSpeedColorSetting: TLabel
  1227.         Left = 9
  1228.         Top = 2
  1229.         Width = 91
  1230.         Height = 13
  1231.         Caption = 'Speed color setting'
  1232.         Transparent = True
  1233.       end
  1234.       object ListBox: TListBox
  1235.         Left = 9
  1236.         Top = 64
  1237.         Width = 127
  1238.         Height = 105
  1239.         ItemHeight = 13
  1240.         TabOrder = 1
  1241.         OnClick = ListBoxClick
  1242.       end
  1243.       object gTextAtributes: TGroupBox
  1244.         Left = 317
  1245.         Top = 2
  1246.         Width = 102
  1247.         Height = 87
  1248.         Caption = 'Text attributes'
  1249.         TabOrder = 6
  1250.         object cBold: TCheckBox
  1251.           Left = 10
  1252.           Top = 16
  1253.           Width = 85
  1254.           Height = 17
  1255.           Caption = 'Bold'
  1256.           Font.Charset = DEFAULT_CHARSET
  1257.           Font.Color = clWindowText
  1258.           Font.Height = -11
  1259.           Font.Name = 'MS Sans Serif'
  1260.           Font.Style = []
  1261.           ParentFont = False
  1262.           TabOrder = 0
  1263.           OnClick = cBoldClick
  1264.         end
  1265.         object cItalic: TCheckBox
  1266.           Left = 10
  1267.           Top = 38
  1268.           Width = 85
  1269.           Height = 17
  1270.           Caption = 'Italic'
  1271.           Font.Charset = DEFAULT_CHARSET
  1272.           Font.Color = clWindowText
  1273.           Font.Height = -11
  1274.           Font.Name = 'MS Sans Serif'
  1275.           Font.Style = []
  1276.           ParentFont = False
  1277.           TabOrder = 1
  1278.           OnClick = cItalicClick
  1279.         end
  1280.         object cUnderline: TCheckBox
  1281.           Left = 10
  1282.           Top = 60
  1283.           Width = 85
  1284.           Height = 17
  1285.           Caption = 'Underline'
  1286.           Font.Charset = DEFAULT_CHARSET
  1287.           Font.Color = clWindowText
  1288.           Font.Height = -11
  1289.           Font.Name = 'MS Sans Serif'
  1290.           Font.Style = []
  1291.           ParentFont = False
  1292.           TabOrder = 2
  1293.           OnClick = cUnderlineClick
  1294.         end
  1295.       end
  1296.       object gUseDefaultsFor: TGroupBox
  1297.         Left = 317
  1298.         Top = 94
  1299.         Width = 102
  1300.         Height = 75
  1301.         Caption = 'Use defaults for'
  1302.         TabOrder = 8
  1303.         object cForeground: TCheckBox
  1304.           Left = 10
  1305.           Top = 20
  1306.           Width = 85
  1307.           Height = 17
  1308.           Caption = 'Foreground'
  1309.           TabOrder = 0
  1310.           OnClick = cForegroundClick
  1311.         end
  1312.         object cBackground: TCheckBox
  1313.           Left = 10
  1314.           Top = 43
  1315.           Width = 85
  1316.           Height = 17
  1317.           Caption = 'Background'
  1318.           TabOrder = 1
  1319.           OnClick = cBackgroundClick
  1320.         end
  1321.       end
  1322.       object bLoadScheme: TButton
  1323.         Tag = 101
  1324.         Left = 234
  1325.         Top = 296
  1326.         Width = 90
  1327.         Height = 24
  1328.         Caption = 'Load scheme'
  1329.         TabOrder = 10
  1330.         OnClick = bLoadSchemeClick
  1331.       end
  1332.       object bSaveColorScheme: TButton
  1333.         Tag = 101
  1334.         Left = 329
  1335.         Top = 296
  1336.         Width = 90
  1337.         Height = 24
  1338.         Caption = 'Save scheme'
  1339.         TabOrder = 11
  1340.         OnClick = bSaveColorSchemeClick
  1341.       end
  1342.       object DCMemo: TDCMemo
  1343.         Left = 9
  1344.         Top = 180
  1345.         Width = 410
  1346.         Height = 105
  1347.         Cursor = crIBeam
  1348.         PrintOptions = [poShowProgress]
  1349.         LineNumColor = clBlack
  1350.         LineNumAlign = taRightJustify
  1351.         StringsOptions = [soBackUnindents, soGroupUndo, soForceCutCopy, soAutoIndent, soSmartTab, soFindTextAtCursor, soOverwriteBlocks]
  1352.         SyntaxParser = DelphiParser1
  1353.         TabStops = '9,17'
  1354.         KeyMapping = 'Default'
  1355.         SelColor = clWhite
  1356.         SelBackColor = clNavy
  1357.         MatchBackColor = clBlack
  1358.         GutterBackColor = clWindow
  1359.         ScrollBars = ssBoth
  1360.         Options = [moThumbTracking, moColorSyntax]
  1361.         GutterBrush.Color = clBtnFace
  1362.         MarginPen.Color = clGrayText
  1363.         GutterImgs = <
  1364.           item
  1365.             Name = 'BreakPoint'
  1366.             Glyph.Data = {
  1367.               BE000000424DBE00000000000000760000002800000009000000090000000100
  1368.               0400000000004800000000000000000000001000000000000000000000000000
  1369.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1370.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFF000
  1371.               0000FFF000FFF0000000FF09990FF0000000F0999990F0000000F0999990F000
  1372.               0000F0999990F0000000FF09990FF0000000FFF000FFF0000000FFFFFFFFF000
  1373.               0000}
  1374.           end
  1375.           item
  1376.             Name = 'Bookmark0'
  1377.             Glyph.Data = {
  1378.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1379.               0400000000007800000000000000000000001000000000000000000000000000
  1380.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1381.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1382.               FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
  1383.               70F0FF086062606070F0FF082026202070F0FF086062606070F0FF0820262020
  1384.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1385.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1386.             BookmarkIndex = 0
  1387.           end
  1388.           item
  1389.             Name = 'Bookmark1'
  1390.             Glyph.Data = {
  1391.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1392.               0400000000007800000000000000000000001000000000000000000000000000
  1393.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1394.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1395.               FFF0FF08626262600FF0FF082000002070F0FF086260626070F0FF0826202620
  1396.               70F0FF086260626070F0FF082620262070F0FF086060626070F0FF0826002620
  1397.               70F0FF086260626070F0FF082626262070F0FF000000000070F0FFF088888888
  1398.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1399.             BookmarkIndex = 1
  1400.           end
  1401.           item
  1402.             Name = 'Bookmark2'
  1403.             Glyph.Data = {
  1404.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1405.               0400000000007800000000000000000000001000000000000000000000000000
  1406.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1407.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1408.               FFF0FF08626262600FF0FF082000002070F0FF086062626070F0FF0826062620
  1409.               70F0FF086260626070F0FF082626062070F0FF086262606070F0FF0820262020
  1410.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1411.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1412.             BookmarkIndex = 2
  1413.           end
  1414.           item
  1415.             Name = 'Bookmark3'
  1416.             Glyph.Data = {
  1417.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1418.               0400000000007800000000000000000000001000000000000000000000000000
  1419.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1420.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1421.               FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0826262020
  1422.               70F0FF086262606070F0FF082620062070F0FF086262606070F0FF0820262020
  1423.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1424.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1425.             BookmarkIndex = 3
  1426.           end
  1427.           item
  1428.             Name = 'Bookmark4'
  1429.             Glyph.Data = {
  1430.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1431.               0400000000007800000000000000000000001000000000000000000000000000
  1432.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1433.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1434.               FFF0FF08626262600FF0FF082626062070F0FF086262026070F0FF0826260620
  1435.               70F0FF086000006070F0FF082026062070F0FF086062026070F0FF0820260620
  1436.               70F0FF086062026070F0FF082626262070F0FF000000000070F0FFF088888888
  1437.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1438.             BookmarkIndex = 4
  1439.           end
  1440.           item
  1441.             Name = 'Bookmark5'
  1442.             Glyph.Data = {
  1443.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1444.               0400000000007800000000000000000000001000000000000000000000000000
  1445.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1446.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1447.               FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0826262020
  1448.               70F0FF086262606070F0FF082000062070F0FF086062626070F0FF0820262620
  1449.               70F0FF086000006070F0FF082626262070F0FF000000000070F0FFF088888888
  1450.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1451.             BookmarkIndex = 5
  1452.           end
  1453.           item
  1454.             Name = 'Bookmark6'
  1455.             Glyph.Data = {
  1456.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1457.               0400000000007800000000000000000000001000000000000000000000000000
  1458.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1459.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1460.               FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
  1461.               70F0FF086062606070F0FF082000062070F0FF086062626070F0FF0820262020
  1462.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1463.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1464.             BookmarkIndex = 6
  1465.           end
  1466.           item
  1467.             Name = 'Bookmark7'
  1468.             Glyph.Data = {
  1469.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1470.               0400000000007800000000000000000000001000000000000000000000000000
  1471.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1472.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1473.               FFF0FF08626262600FF0FF082620262070F0FF086260626070F0FF0826202620
  1474.               70F0FF086262026070F0FF082626062070F0FF086262606070F0FF0820262020
  1475.               70F0FF086000006070F0FF082626262070F0FF000000000070F0FFF088888888
  1476.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1477.             BookmarkIndex = 7
  1478.           end
  1479.           item
  1480.             Name = 'Bookmark8'
  1481.             Glyph.Data = {
  1482.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1483.               0400000000007800000000000000000000001000000000000000000000000000
  1484.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1485.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1486.               FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
  1487.               70F0FF086062606070F0FF086600062070F0FF086062606070F0FF0820262020
  1488.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1489.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1490.             BookmarkIndex = 8
  1491.           end
  1492.           item
  1493.             Name = 'Bookmark9'
  1494.             Glyph.Data = {
  1495.               EE000000424DEE0000000000000076000000280000000F0000000F0000000100
  1496.               0400000000007800000000000000000000001000000000000000000000000000
  1497.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  1498.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
  1499.               FFF0FF08626262600FF0FF082600062070F0FF086262206070F0FF0826262020
  1500.               70F0FF086200606070F0FF082026002070F0FF086062606070F0FF0820262020
  1501.               70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
  1502.               70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
  1503.             BookmarkIndex = 9
  1504.           end
  1505.           item
  1506.             Name = 'Added Lines'
  1507.           end
  1508.           item
  1509.             Name = 'Deleted Lines'
  1510.           end
  1511.           item
  1512.             Name = 'Modified Lines'
  1513.           end>
  1514.         BkgndOption = boNone
  1515.         LineSeparator.Options = []
  1516.         LineSeparator.Pen.Color = clGrayText
  1517.         LineHighlight.Visible = False
  1518.         LineHighlight.Shape = shDoubleLine
  1519.         SpecialSymbols.EOLStringBinary = {01000000B6}
  1520.         SpecialSymbols.EOFStringBinary = {010000005F}
  1521.         UseDefaultMenu = False
  1522.         ReadOnly = True
  1523.         Lines.Strings = (
  1524.           '{ Syntax Highlighting }'
  1525.           'procedure TForm1.Button1Click(Sender: TObject);'
  1526.           'var'
  1527.           '  Number, I, X: Integer;'
  1528.           'begin'
  1529.           '  Number := 12356;'
  1530.           '  Caption := '#39'The number is '#39' + IntToStr(Number);'
  1531.           '  asm'
  1532.           '    MOV AX,1234H'
  1533.           '    MOV Number,AX'
  1534.           '  end;'
  1535.           '  X := 10;'
  1536.           '  for I := 0 to Number do'
  1537.           '  begin'
  1538.           '    Inc(X);'
  1539.           '    Dec(X);'
  1540.           '    X := X + 1.0;'
  1541.           '    ListBox1.Items.Add(IntToStr(X));'
  1542.           '  end;'
  1543.           'end;')
  1544.         Font.Charset = DEFAULT_CHARSET
  1545.         Font.Color = clBlack
  1546.         Font.Height = -13
  1547.         Font.Name = 'Courier New'
  1548.         Font.Style = []
  1549.         TextStyles = <
  1550.           item
  1551.             Name = 'Whitespace'
  1552.             Font.Charset = DEFAULT_CHARSET
  1553.             Font.Color = clBlack
  1554.             Font.Height = -13
  1555.             Font.Name = 'Courier New'
  1556.             Font.Style = []
  1557.             UpdateMemoColors = mcNone
  1558.             UseMemoColor = True
  1559.             UseMemoFont = False
  1560.           end
  1561.           item
  1562.             Name = 'String'
  1563.             Font.Charset = DEFAULT_CHARSET
  1564.             Font.Color = clMaroon
  1565.             Font.Height = -13
  1566.             Font.Name = 'Courier New'
  1567.             Font.Style = []
  1568.             UpdateMemoColors = mcNone
  1569.             UseMemoColor = True
  1570.             UseMemoFont = False
  1571.           end
  1572.           item
  1573.             Name = 'Comment'
  1574.             Font.Charset = DEFAULT_CHARSET
  1575.             Font.Color = clGray
  1576.             Font.Height = -13
  1577.             Font.Name = 'Courier New'
  1578.             Font.Style = [fsItalic]
  1579.             UpdateMemoColors = mcNone
  1580.             UseMemoColor = True
  1581.             UseMemoFont = False
  1582.           end
  1583.           item
  1584.             Name = 'Identifier'
  1585.             Font.Charset = DEFAULT_CHARSET
  1586.             Font.Color = clBlack
  1587.             Font.Height = -13
  1588.             Font.Name = 'Courier New'
  1589.             Font.Style = []
  1590.             UpdateMemoColors = mcNone
  1591.             UseMemoColor = True
  1592.             UseMemoFont = False
  1593.           end
  1594.           item
  1595.             Name = 'Integer'
  1596.             Font.Charset = DEFAULT_CHARSET
  1597.             Font.Color = clGreen
  1598.             Font.Height = -13
  1599.             Font.Name = 'Courier New'
  1600.             Font.Style = []
  1601.             UpdateMemoColors = mcNone
  1602.             UseMemoColor = True
  1603.             UseMemoFont = False
  1604.           end
  1605.           item
  1606.             Name = 'Float'
  1607.             Font.Charset = DEFAULT_CHARSET
  1608.             Font.Color = clGreen
  1609.             Font.Height = -13
  1610.             Font.Name = 'Courier New'
  1611.             Font.Style = []
  1612.             UpdateMemoColors = mcNone
  1613.             UseMemoColor = True
  1614.             UseMemoFont = False
  1615.           end
  1616.           item
  1617.             Name = 'Reserved words'
  1618.             Font.Charset = DEFAULT_CHARSET
  1619.             Font.Color = clBlue
  1620.             Font.Height = -13
  1621.             Font.Name = 'Courier New'
  1622.             Font.Style = [fsBold]
  1623.             UpdateMemoColors = mcNone
  1624.             UseMemoColor = True
  1625.             UseMemoFont = False
  1626.           end
  1627.           item
  1628.             Name = 'Delimiters'
  1629.             Font.Charset = DEFAULT_CHARSET
  1630.             Font.Color = clBlack
  1631.             Font.Height = -13
  1632.             Font.Name = 'Courier New'
  1633.             Font.Style = []
  1634.             UpdateMemoColors = mcNone
  1635.             UseMemoColor = True
  1636.             UseMemoFont = False
  1637.           end
  1638.           item
  1639.             Name = 'Defines'
  1640.             Font.Charset = DEFAULT_CHARSET
  1641.             Font.Color = clGreen
  1642.             Font.Height = -13
  1643.             Font.Name = 'Courier New'
  1644.             Font.Style = []
  1645.             UpdateMemoColors = mcNone
  1646.             UseMemoColor = True
  1647.             UseMemoFont = False
  1648.           end
  1649.           item
  1650.             Name = 'Assembler'
  1651.             Font.Charset = DEFAULT_CHARSET
  1652.             Font.Color = clGreen
  1653.             Font.Height = -13
  1654.             Font.Name = 'Courier New'
  1655.             Font.Style = []
  1656.             UpdateMemoColors = mcNone
  1657.             UseMemoColor = True
  1658.             UseMemoFont = False
  1659.           end
  1660.           item
  1661.             Name = 'Html tags'
  1662.             Font.Charset = DEFAULT_CHARSET
  1663.             Font.Color = clBlue
  1664.             Font.Height = -13
  1665.             Font.Name = 'Courier New'
  1666.             Font.Style = []
  1667.             UpdateMemoColors = mcNone
  1668.             UseMemoColor = True
  1669.             UseMemoFont = False
  1670.           end
  1671.           item
  1672.             Name = 'Html params'
  1673.             Font.Charset = DEFAULT_CHARSET
  1674.             Font.Color = clBlue
  1675.             Font.Height = -13
  1676.             Font.Name = 'Courier New'
  1677.             Font.Style = []
  1678.             UpdateMemoColors = mcNone
  1679.             UseMemoColor = True
  1680.             UseMemoFont = False
  1681.           end
  1682.           item
  1683.             Name = 'Url'
  1684.             Font.Charset = DEFAULT_CHARSET
  1685.             Font.Color = clBlue
  1686.             Font.Height = -13
  1687.             Font.Name = 'Courier New'
  1688.             Font.Style = [fsUnderline]
  1689.             UpdateMemoColors = mcNone
  1690.             UseMemoColor = True
  1691.             UseMemoFont = False
  1692.           end
  1693.           item
  1694.             Name = 'BreakPoint'
  1695.             Color = clRed
  1696.             Font.Charset = DEFAULT_CHARSET
  1697.             Font.Color = clWindow
  1698.             Font.Height = -13
  1699.             Font.Name = 'Courier New'
  1700.             Font.Style = []
  1701.             UpdateMemoColors = mcNone
  1702.             UseMemoColor = False
  1703.             UseMemoFont = False
  1704.           end
  1705.           item
  1706.             Name = 'Error line'
  1707.             Color = clMaroon
  1708.             Font.Charset = DEFAULT_CHARSET
  1709.             Font.Color = clWindow
  1710.             Font.Height = -13
  1711.             Font.Name = 'Courier New'
  1712.             Font.Style = []
  1713.             UpdateMemoColors = mcNone
  1714.             UseMemoColor = False
  1715.             UseMemoFont = False
  1716.           end
  1717.           item
  1718.             Name = 'Marked Block'
  1719.             Color = clNavy
  1720.             Font.Charset = DEFAULT_CHARSET
  1721.             Font.Color = clWhite
  1722.             Font.Height = -13
  1723.             Font.Name = 'Courier New'
  1724.             Font.Style = []
  1725.             UpdateMemoColors = mcSelection
  1726.             UseMemoColor = False
  1727.             UseMemoFont = False
  1728.           end
  1729.           item
  1730.             Name = 'Search Match'
  1731.             Color = clBlack
  1732.             Font.Charset = DEFAULT_CHARSET
  1733.             Font.Color = clLime
  1734.             Font.Height = -13
  1735.             Font.Name = 'Courier New'
  1736.             Font.Style = []
  1737.             UpdateMemoColors = mcSearchMatch
  1738.             UseMemoColor = False
  1739.             UseMemoFont = False
  1740.           end
  1741.           item
  1742.             Name = 'Emphasis'
  1743.             Font.Charset = DEFAULT_CHARSET
  1744.             Font.Color = clBlack
  1745.             Font.Height = -13
  1746.             Font.Name = 'Courier New'
  1747.             Font.Style = [fsBold]
  1748.             UpdateMemoColors = mcNone
  1749.             UseMemoColor = True
  1750.             UseMemoFont = False
  1751.           end
  1752.           item
  1753.             Name = 'System Variable'
  1754.             Font.Charset = DEFAULT_CHARSET
  1755.             Font.Color = clBlue
  1756.             Font.Height = -13
  1757.             Font.Name = 'Courier New'
  1758.             Font.Style = []
  1759.             UpdateMemoColors = mcNone
  1760.             UseMemoColor = True
  1761.             UseMemoFont = False
  1762.           end
  1763.           item
  1764.             Name = 'Script Whitespace'
  1765.             Font.Charset = DEFAULT_CHARSET
  1766.             Font.Color = clTeal
  1767.             Font.Height = -13
  1768.             Font.Name = 'Courier New'
  1769.             Font.Style = []
  1770.             UpdateMemoColors = mcNone
  1771.             UseMemoColor = True
  1772.             UseMemoFont = False
  1773.           end
  1774.           item
  1775.             Name = 'Script Delimiters'
  1776.             Font.Charset = DEFAULT_CHARSET
  1777.             Font.Color = clBlack
  1778.             Font.Height = -13
  1779.             Font.Name = 'Courier New'
  1780.             Font.Style = []
  1781.             UpdateMemoColors = mcNone
  1782.             UseMemoColor = True
  1783.             UseMemoFont = False
  1784.           end
  1785.           item
  1786.             Name = 'Script Comment'
  1787.             Font.Charset = DEFAULT_CHARSET
  1788.             Font.Color = clGray
  1789.             Font.Height = -13
  1790.             Font.Name = 'Courier New'
  1791.             Font.Style = [fsItalic]
  1792.             UpdateMemoColors = mcNone
  1793.             UseMemoColor = True
  1794.             UseMemoFont = False
  1795.           end
  1796.           item
  1797.             Name = 'Script String'
  1798.             Font.Charset = DEFAULT_CHARSET
  1799.             Font.Color = clMaroon
  1800.             Font.Height = -13
  1801.             Font.Name = 'Courier New'
  1802.             Font.Style = []
  1803.             UpdateMemoColors = mcNone
  1804.             UseMemoColor = True
  1805.             UseMemoFont = False
  1806.           end
  1807.           item
  1808.             Name = 'Script Number'
  1809.             Font.Charset = DEFAULT_CHARSET
  1810.             Font.Color = clBlue
  1811.             Font.Height = -13
  1812.             Font.Name = 'Courier New'
  1813.             Font.Style = []
  1814.             UpdateMemoColors = mcNone
  1815.             UseMemoColor = True
  1816.             UseMemoFont = False
  1817.           end
  1818.           item
  1819.             Name = 'Script ResWord'
  1820.             Font.Charset = DEFAULT_CHARSET
  1821.             Font.Color = clBlack
  1822.             Font.Height = -13
  1823.             Font.Name = 'Courier New'
  1824.             Font.Style = [fsBold]
  1825.             UpdateMemoColors = mcNone
  1826.             UseMemoColor = True
  1827.             UseMemoFont = False
  1828.           end
  1829.           item
  1830.             Name = 'Plain Text'
  1831.             Color = clWindow
  1832.             Font.Charset = DEFAULT_CHARSET
  1833.             Font.Color = clBlack
  1834.             Font.Height = -13
  1835.             Font.Name = 'Courier New'
  1836.             Font.Style = []
  1837.             UpdateMemoColors = mcText
  1838.             UseMemoColor = False
  1839.             UseMemoFont = False
  1840.           end
  1841.           item
  1842.             Name = 'Added Lines'
  1843.             Color = clBlue
  1844.             Font.Charset = DEFAULT_CHARSET
  1845.             Font.Color = clWhite
  1846.             Font.Height = -13
  1847.             Font.Name = 'Courier New'
  1848.             Font.Style = []
  1849.             UpdateMemoColors = mcNone
  1850.             UseMemoColor = False
  1851.             UseMemoFont = False
  1852.           end
  1853.           item
  1854.             Name = 'Deleted Lines'
  1855.             Color = clRed
  1856.             Font.Charset = DEFAULT_CHARSET
  1857.             Font.Color = clWhite
  1858.             Font.Height = -13
  1859.             Font.Name = 'Courier New'
  1860.             Font.Style = []
  1861.             UpdateMemoColors = mcNone
  1862.             UseMemoColor = False
  1863.             UseMemoFont = False
  1864.           end
  1865.           item
  1866.             Name = 'Modified Lines'
  1867.             Color = clLime
  1868.             Font.Charset = DEFAULT_CHARSET
  1869.             Font.Color = clBlack
  1870.             Font.Height = -13
  1871.             Font.Name = 'Courier New'
  1872.             Font.Style = []
  1873.             UpdateMemoColors = mcNone
  1874.             UseMemoColor = False
  1875.             UseMemoFont = False
  1876.           end>
  1877.         PrinterFont.Charset = DEFAULT_CHARSET
  1878.         PrinterFont.Color = clBlack
  1879.         PrinterFont.Height = -13
  1880.         PrinterFont.Name = 'Courier New'
  1881.         PrinterFont.Style = []
  1882.         TemplateFont.Charset = DEFAULT_CHARSET
  1883.         TemplateFont.Color = clWindowText
  1884.         TemplateFont.Height = -11
  1885.         TemplateFont.Name = 'MS Sans Serif'
  1886.         TemplateFont.Style = []
  1887.         UsePrinterFont = False
  1888.         BlockIndent = 1
  1889.         SpacesInTab = 8
  1890.         UseDockManager = False
  1891.         TabOrder = 9
  1892.         TabStop = True
  1893.         CodeTemplates = <>
  1894.         TemplatesType = 'None'
  1895.         HideCaret = False
  1896.         UseGlobalOptions = False
  1897.       end
  1898.       object ToolBar8: TToolBar
  1899.         Left = 283
  1900.         Top = 62
  1901.         Width = 23
  1902.         Height = 22
  1903.         Align = alNone
  1904.         AutoSize = True
  1905.         Caption = 'ToolBar1'
  1906.         EdgeBorders = []
  1907.         Flat = True
  1908.         Images = CodePadMainForm.ImageList1
  1909.         TabOrder = 5
  1910.         Transparent = True
  1911.         object ToolButton8: TToolButton
  1912.           Left = 0
  1913.           Top = 0
  1914.           Hint = 'Select custom Color'
  1915.           Caption = 'ToolButton1'
  1916.           ImageIndex = 45
  1917.           ParentShowHint = False
  1918.           ShowHint = True
  1919.           OnClick = ToolButton8Click
  1920.         end
  1921.       end
  1922.       object ToolBar7: TToolBar
  1923.         Left = 283
  1924.         Top = 17
  1925.         Width = 23
  1926.         Height = 22
  1927.         Align = alNone
  1928.         AutoSize = True
  1929.         Caption = 'ToolBar1'
  1930.         EdgeBorders = []
  1931.         Flat = True
  1932.         Images = CodePadMainForm.ImageList1
  1933.         TabOrder = 3
  1934.         Transparent = True
  1935.         object ToolButton7: TToolButton
  1936.           Left = 0
  1937.           Top = 0
  1938.           Hint = 'Select custom Color'
  1939.           Caption = 'ToolButton1'
  1940.           ImageIndex = 45
  1941.           ParentShowHint = False
  1942.           ShowHint = True
  1943.           OnClick = ToolButton7Click
  1944.         end
  1945.       end
  1946.       object gFont: TGroupBox
  1947.         Left = 146
  1948.         Top = 94
  1949.         Width = 161
  1950.         Height = 75
  1951.         Caption = 'Font'
  1952.         TabOrder = 7
  1953.         object lFontSize: TLabel
  1954.           Left = 10
  1955.           Top = 47
  1956.           Width = 20
  1957.           Height = 13
  1958.           Caption = 'Size'
  1959.           Transparent = True
  1960.         end
  1961.         object eFontName: TJvFontComboBox
  1962.           Left = 10
  1963.           Top = 18
  1964.           Width = 141
  1965.           Height = 22
  1966.           FontName = 'Terminal'
  1967.           ItemIndex = 0
  1968.           Options = [foFixedPitchOnly, foWysiWyg]
  1969.           TabOrder = 0
  1970.           OnChange = eFontNameChange
  1971.         end
  1972.         object eFontSize: TComboBox
  1973.           Left = 56
  1974.           Top = 44
  1975.           Width = 95
  1976.           Height = 21
  1977.           ItemHeight = 13
  1978.           TabOrder = 1
  1979.           OnChange = eFontSizeChange
  1980.           OnExit = eBlockIndentExit
  1981.           OnKeyPress = eBlockIndentKeyPress
  1982.           Items.Strings = (
  1983.             '7'
  1984.             '8'
  1985.             '9'
  1986.             '10'
  1987.             '11'
  1988.             '12'
  1989.             '13'
  1990.             '14'
  1991.             '15'
  1992.             '16'
  1993.             '17'
  1994.             '18'
  1995.             '19'
  1996.             '20'
  1997.             '21'
  1998.             '22'
  1999.             '23'
  2000.             '24'
  2001.             '25'
  2002.             '26'
  2003.             '27'
  2004.             '28'
  2005.             '29'
  2006.             '30')
  2007.         end
  2008.       end
  2009.       object eSpeed: TComboBox
  2010.         Left = 9
  2011.         Top = 18
  2012.         Width = 127
  2013.         Height = 21
  2014.         Style = csDropDownList
  2015.         ItemHeight = 13
  2016.         TabOrder = 0
  2017.         OnChange = eSpeedChange
  2018.         Items.Strings = (
  2019.           'Default'
  2020.           'Classic'
  2021.           'Ocean'
  2022.           'Twilight')
  2023.       end
  2024.       object eForeground: TComboBox
  2025.         Left = 146
  2026.         Top = 18
  2027.         Width = 133
  2028.         Height = 21
  2029.         Style = csOwnerDrawFixed
  2030.         ItemHeight = 15
  2031.         TabOrder = 2
  2032.         OnChange = eForegroundChange
  2033.         OnDrawItem = ColorComboDrawItem
  2034.         Items.Strings = (
  2035.           'clBlack'
  2036.           'clMaroon'
  2037.           'clGreen'
  2038.           'clOlive'
  2039.           'clNavy'
  2040.           'clPurple'
  2041.           'clTeal'
  2042.           'clGray'
  2043.           'clSilver'
  2044.           'clRed'
  2045.           'clLime'
  2046.           'clYellow'
  2047.           'clBlue'
  2048.           'clFuchsia'
  2049.           'clAqua'
  2050.           'clWhite'
  2051.           'clScrollBar'
  2052.           'clBackground'
  2053.           'clActiveCaption'
  2054.           'clInactiveCaption'
  2055.           'clMenu'
  2056.           'clWindow'
  2057.           'clWindowFrame'
  2058.           'clMenuText'
  2059.           'clWindowText'
  2060.           'clCaptionText'
  2061.           'clActiveBorder'
  2062.           'clInactiveBorder'
  2063.           'clAppWorkSpace'
  2064.           'clHighlight'
  2065.           'clHighlightText'
  2066.           'clBtnFace'
  2067.           'clBtnShadow'
  2068.           'clGrayText'
  2069.           'clBtnText'
  2070.           'clInactiveCaptionText'
  2071.           'clBtnHighlight'
  2072.           'cl3DDkShadow'
  2073.           'cl3DLight'
  2074.           'clInfoText'
  2075.           'clInfoBk'
  2076.           'clNone'
  2077.           '$00000000')
  2078.       end
  2079.       object eBackground: TComboBox
  2080.         Left = 146
  2081.         Top = 63
  2082.         Width = 133
  2083.         Height = 21
  2084.         Style = csOwnerDrawFixed
  2085.         ItemHeight = 15
  2086.         TabOrder = 4
  2087.         OnChange = eBackgroundChange
  2088.         OnDrawItem = ColorComboDrawItem
  2089.         Items.Strings = (
  2090.           'clBlack'
  2091.           'clMaroon'
  2092.           'clGreen'
  2093.           'clOlive'
  2094.           'clNavy'
  2095.           'clPurple'
  2096.           'clTeal'
  2097.           'clGray'
  2098.           'clSilver'
  2099.           'clRed'
  2100.           'clLime'
  2101.           'clYellow'
  2102.           'clBlue'
  2103.           'clFuchsia'
  2104.           'clAqua'
  2105.           'clWhite'
  2106.           'clScrollBar'
  2107.           'clBackground'
  2108.           'clActiveCaption'
  2109.           'clInactiveCaption'
  2110.           'clMenu'
  2111.           'clWindow'
  2112.           'clWindowFrame'
  2113.           'clMenuText'
  2114.           'clWindowText'
  2115.           'clCaptionText'
  2116.           'clActiveBorder'
  2117.           'clInactiveBorder'
  2118.           'clAppWorkSpace'
  2119.           'clHighlight'
  2120.           'clHighlightText'
  2121.           'clBtnFace'
  2122.           'clBtnShadow'
  2123.           'clGrayText'
  2124.           'clBtnText'
  2125.           'clInactiveCaptionText'
  2126.           'clBtnHighlight'
  2127.           'cl3DDkShadow'
  2128.           'cl3DLight'
  2129.           'clInfoText'
  2130.           'clInfoBk'
  2131.           'clNone'
  2132.           '$00000000')
  2133.       end
  2134.     end
  2135.     object tHexEditor: TTabSheet
  2136.       Caption = 'Hex Editor'
  2137.       ImageIndex = 78
  2138.       object lSomeOptionsHex: TLabel
  2139.         Left = 8
  2140.         Top = 293
  2141.         Width = 410
  2142.         Height = 26
  2143.         AutoSize = False
  2144.         Caption = 
  2145.           'Some options are the same as in text editor (see General tab). F' +
  2146.           'or example: create backup file, find text at cursor, use syntax ' +
  2147.           'highlight, draw special symbols and font.'
  2148.         Transparent = True
  2149.         WordWrap = True
  2150.       end
  2151.       object gDisplay: TGroupBox
  2152.         Tag = 204
  2153.         Left = 9
  2154.         Top = 2
  2155.         Width = 410
  2156.         Height = 71
  2157.         Caption = 'Display'
  2158.         TabOrder = 0
  2159.         object lColumnWidth: TLabel
  2160.           Tag = 224
  2161.           Left = 10
  2162.           Top = 20
  2163.           Width = 63
  2164.           Height = 13
  2165.           Caption = 'Column width'
  2166.           Transparent = True
  2167.         end
  2168.         object lLineSize: TLabel
  2169.           Tag = 224
  2170.           Left = 10
  2171.           Top = 44
  2172.           Width = 41
  2173.           Height = 13
  2174.           Caption = 'Line size'
  2175.           Transparent = True
  2176.         end
  2177.         object lOffsetDisplay: TLabel
  2178.           Tag = 224
  2179.           Left = 209
  2180.           Top = 20
  2181.           Width = 63
  2182.           Height = 13
  2183.           Caption = 'Offset display'
  2184.           Transparent = True
  2185.         end
  2186.         object eColumnWidth: TComboBox
  2187.           Left = 120
  2188.           Top = 17
  2189.           Width = 80
  2190.           Height = 21
  2191.           Style = csDropDownList
  2192.           ItemHeight = 13
  2193.           TabOrder = 0
  2194.           OnChange = eColumnWidthChange
  2195.           Items.Strings = (
  2196.             '1'
  2197.             '2'
  2198.             '4')
  2199.         end
  2200.         object eLineSize: TComboBox
  2201.           Left = 120
  2202.           Top = 41
  2203.           Width = 80
  2204.           Height = 21
  2205.           Style = csDropDownList
  2206.           ItemHeight = 13
  2207.           TabOrder = 1
  2208.           OnChange = eColumnWidthChange
  2209.           Items.Strings = (
  2210.             '16'
  2211.             '32'
  2212.             '64')
  2213.         end
  2214.         object eDisplayOffset: TComboBox
  2215.           Left = 319
  2216.           Top = 17
  2217.           Width = 80
  2218.           Height = 21
  2219.           Style = csDropDownList
  2220.           ItemHeight = 13
  2221.           TabOrder = 2
  2222.           OnChange = eColumnWidthChange
  2223.           Items.Strings = (
  2224.             'Hex'
  2225.             'Dec'
  2226.             'Octal'
  2227.             'None')
  2228.         end
  2229.       end
  2230.       object gColors: TGroupBox
  2231.         Tag = 204
  2232.         Left = 9
  2233.         Top = 78
  2234.         Width = 410
  2235.         Height = 207
  2236.         Caption = 'Colors'
  2237.         TabOrder = 1
  2238.         object lHexBackground: TLabel
  2239.           Left = 10
  2240.           Top = 21
  2241.           Width = 58
  2242.           Height = 13
  2243.           Caption = 'Background'
  2244.           Transparent = True
  2245.         end
  2246.         object lChangedBackground: TLabel
  2247.           Left = 10
  2248.           Top = 46
  2249.           Width = 103
  2250.           Height = 13
  2251.           Caption = 'Changed background'
  2252.           Transparent = True
  2253.         end
  2254.         object lChangedText: TLabel
  2255.           Left = 10
  2256.           Top = 71
  2257.           Width = 63
  2258.           Height = 13
  2259.           Caption = 'Changed text'
  2260.           Transparent = True
  2261.         end
  2262.         object lCursorFrame: TLabel
  2263.           Left = 10
  2264.           Top = 96
  2265.           Width = 59
  2266.           Height = 13
  2267.           Caption = 'Cursor frame'
  2268.           Transparent = True
  2269.         end
  2270.         object lEvenColumn: TLabel
  2271.           Left = 10
  2272.           Top = 121
  2273.           Width = 62
  2274.           Height = 13
  2275.           Caption = 'Even column'
  2276.           Transparent = True
  2277.         end
  2278.         object lOddColumn: TLabel
  2279.           Left = 10
  2280.           Top = 146
  2281.           Width = 57
  2282.           Height = 13
  2283.           Caption = 'Odd column'
  2284.           Transparent = True
  2285.         end
  2286.         object lOffsetColor: TLabel
  2287.           Left = 10
  2288.           Top = 171
  2289.           Width = 54
  2290.           Height = 13
  2291.           Caption = 'Offset color'
  2292.           Transparent = True
  2293.         end
  2294.         object ToolBar13: TToolBar
  2295.           Left = 346
  2296.           Top = 17
  2297.           Width = 23
  2298.           Height = 22
  2299.           Align = alNone
  2300.           AutoSize = True
  2301.           Caption = 'ToolBar1'
  2302.           EdgeBorders = []
  2303.           Flat = True
  2304.           Images = CodePadMainForm.ImageList1
  2305.           TabOrder = 1
  2306.           Transparent = True
  2307.           object ToolButton13: TToolButton
  2308.             Left = 0
  2309.             Top = 0
  2310.             Hint = 'Select custom Color'
  2311.             Caption = 'ToolButton1'
  2312.             ImageIndex = 45
  2313.             ParentShowHint = False
  2314.             ShowHint = True
  2315.             OnClick = ToolButton13Click
  2316.           end
  2317.         end
  2318.         object eHexBackground: TComboBox
  2319.           Left = 209
  2320.           Top = 18
  2321.           Width = 133
  2322.           Height = 21
  2323.           Style = csOwnerDrawFixed
  2324.           ItemHeight = 15
  2325.           TabOrder = 0
  2326.           OnChange = eColumnWidthChange
  2327.           OnDrawItem = ColorComboDrawItem
  2328.           Items.Strings = (
  2329.             'clBlack'
  2330.             'clMaroon'
  2331.             'clGreen'
  2332.             'clOlive'
  2333.             'clNavy'
  2334.             'clPurple'
  2335.             'clTeal'
  2336.             'clGray'
  2337.             'clSilver'
  2338.             'clRed'
  2339.             'clLime'
  2340.             'clYellow'
  2341.             'clBlue'
  2342.             'clFuchsia'
  2343.             'clAqua'
  2344.             'clWhite'
  2345.             'clScrollBar'
  2346.             'clBackground'
  2347.             'clActiveCaption'
  2348.             'clInactiveCaption'
  2349.             'clMenu'
  2350.             'clWindow'
  2351.             'clWindowFrame'
  2352.             'clMenuText'
  2353.             'clWindowText'
  2354.             'clCaptionText'
  2355.             'clActiveBorder'
  2356.             'clInactiveBorder'
  2357.             'clAppWorkSpace'
  2358.             'clHighlight'
  2359.             'clHighlightText'
  2360.             'clBtnFace'
  2361.             'clBtnShadow'
  2362.             'clGrayText'
  2363.             'clBtnText'
  2364.             'clInactiveCaptionText'
  2365.             'clBtnHighlight'
  2366.             'cl3DDkShadow'
  2367.             'cl3DLight'
  2368.             'clInfoText'
  2369.             'clInfoBk'
  2370.             'clNone'
  2371.             '$00000000')
  2372.         end
  2373.         object eChangedBackground: TComboBox
  2374.           Left = 209
  2375.           Top = 43
  2376.           Width = 133
  2377.           Height = 21
  2378.           Style = csOwnerDrawFixed
  2379.           ItemHeight = 15
  2380.           TabOrder = 2
  2381.           OnChange = eColumnWidthChange
  2382.           OnDrawItem = ColorComboDrawItem
  2383.           Items.Strings = (
  2384.             'clBlack'
  2385.             'clMaroon'
  2386.             'clGreen'
  2387.             'clOlive'
  2388.             'clNavy'
  2389.             'clPurple'
  2390.             'clTeal'
  2391.             'clGray'
  2392.             'clSilver'
  2393.             'clRed'
  2394.             'clLime'
  2395.             'clYellow'
  2396.             'clBlue'
  2397.             'clFuchsia'
  2398.             'clAqua'
  2399.             'clWhite'
  2400.             'clScrollBar'
  2401.             'clBackground'
  2402.             'clActiveCaption'
  2403.             'clInactiveCaption'
  2404.             'clMenu'
  2405.             'clWindow'
  2406.             'clWindowFrame'
  2407.             'clMenuText'
  2408.             'clWindowText'
  2409.             'clCaptionText'
  2410.             'clActiveBorder'
  2411.             'clInactiveBorder'
  2412.             'clAppWorkSpace'
  2413.             'clHighlight'
  2414.             'clHighlightText'
  2415.             'clBtnFace'
  2416.             'clBtnShadow'
  2417.             'clGrayText'
  2418.             'clBtnText'
  2419.             'clInactiveCaptionText'
  2420.             'clBtnHighlight'
  2421.             'cl3DDkShadow'
  2422.             'cl3DLight'
  2423.             'clInfoText'
  2424.             'clInfoBk'
  2425.             'clNone'
  2426.             '$00000000')
  2427.         end
  2428.         object eChangedText: TComboBox
  2429.           Left = 209
  2430.           Top = 68
  2431.           Width = 133
  2432.           Height = 21
  2433.           Style = csOwnerDrawFixed
  2434.           ItemHeight = 15
  2435.           TabOrder = 4
  2436.           OnChange = eColumnWidthChange
  2437.           OnDrawItem = ColorComboDrawItem
  2438.           Items.Strings = (
  2439.             'clBlack'
  2440.             'clMaroon'
  2441.             'clGreen'
  2442.             'clOlive'
  2443.             'clNavy'
  2444.             'clPurple'
  2445.             'clTeal'
  2446.             'clGray'
  2447.             'clSilver'
  2448.             'clRed'
  2449.             'clLime'
  2450.             'clYellow'
  2451.             'clBlue'
  2452.             'clFuchsia'
  2453.             'clAqua'
  2454.             'clWhite'
  2455.             'clScrollBar'
  2456.             'clBackground'
  2457.             'clActiveCaption'
  2458.             'clInactiveCaption'
  2459.             'clMenu'
  2460.             'clWindow'
  2461.             'clWindowFrame'
  2462.             'clMenuText'
  2463.             'clWindowText'
  2464.             'clCaptionText'
  2465.             'clActiveBorder'
  2466.             'clInactiveBorder'
  2467.             'clAppWorkSpace'
  2468.             'clHighlight'
  2469.             'clHighlightText'
  2470.             'clBtnFace'
  2471.             'clBtnShadow'
  2472.             'clGrayText'
  2473.             'clBtnText'
  2474.             'clInactiveCaptionText'
  2475.             'clBtnHighlight'
  2476.             'cl3DDkShadow'
  2477.             'cl3DLight'
  2478.             'clInfoText'
  2479.             'clInfoBk'
  2480.             'clNone'
  2481.             '$00000000')
  2482.         end
  2483.         object eCursorFrame: TComboBox
  2484.           Left = 209
  2485.           Top = 93
  2486.           Width = 133
  2487.           Height = 21
  2488.           Style = csOwnerDrawFixed
  2489.           ItemHeight = 15
  2490.           TabOrder = 6
  2491.           OnChange = eColumnWidthChange
  2492.           OnDrawItem = ColorComboDrawItem
  2493.           Items.Strings = (
  2494.             'clBlack'
  2495.             'clMaroon'
  2496.             'clGreen'
  2497.             'clOlive'
  2498.             'clNavy'
  2499.             'clPurple'
  2500.             'clTeal'
  2501.             'clGray'
  2502.             'clSilver'
  2503.             'clRed'
  2504.             'clLime'
  2505.             'clYellow'
  2506.             'clBlue'
  2507.             'clFuchsia'
  2508.             'clAqua'
  2509.             'clWhite'
  2510.             'clScrollBar'
  2511.             'clBackground'
  2512.             'clActiveCaption'
  2513.             'clInactiveCaption'
  2514.             'clMenu'
  2515.             'clWindow'
  2516.             'clWindowFrame'
  2517.             'clMenuText'
  2518.             'clWindowText'
  2519.             'clCaptionText'
  2520.             'clActiveBorder'
  2521.             'clInactiveBorder'
  2522.             'clAppWorkSpace'
  2523.             'clHighlight'
  2524.             'clHighlightText'
  2525.             'clBtnFace'
  2526.             'clBtnShadow'
  2527.             'clGrayText'
  2528.             'clBtnText'
  2529.             'clInactiveCaptionText'
  2530.             'clBtnHighlight'
  2531.             'cl3DDkShadow'
  2532.             'cl3DLight'
  2533.             'clInfoText'
  2534.             'clInfoBk'
  2535.             'clNone'
  2536.             '$00000000')
  2537.         end
  2538.         object eEvenColumn: TComboBox
  2539.           Left = 209
  2540.           Top = 118
  2541.           Width = 133
  2542.           Height = 21
  2543.           Style = csOwnerDrawFixed
  2544.           ItemHeight = 15
  2545.           TabOrder = 8
  2546.           OnChange = eColumnWidthChange
  2547.           OnDrawItem = ColorComboDrawItem
  2548.           Items.Strings = (
  2549.             'clBlack'
  2550.             'clMaroon'
  2551.             'clGreen'
  2552.             'clOlive'
  2553.             'clNavy'
  2554.             'clPurple'
  2555.             'clTeal'
  2556.             'clGray'
  2557.             'clSilver'
  2558.             'clRed'
  2559.             'clLime'
  2560.             'clYellow'
  2561.             'clBlue'
  2562.             'clFuchsia'
  2563.             'clAqua'
  2564.             'clWhite'
  2565.             'clScrollBar'
  2566.             'clBackground'
  2567.             'clActiveCaption'
  2568.             'clInactiveCaption'
  2569.             'clMenu'
  2570.             'clWindow'
  2571.             'clWindowFrame'
  2572.             'clMenuText'
  2573.             'clWindowText'
  2574.             'clCaptionText'
  2575.             'clActiveBorder'
  2576.             'clInactiveBorder'
  2577.             'clAppWorkSpace'
  2578.             'clHighlight'
  2579.             'clHighlightText'
  2580.             'clBtnFace'
  2581.             'clBtnShadow'
  2582.             'clGrayText'
  2583.             'clBtnText'
  2584.             'clInactiveCaptionText'
  2585.             'clBtnHighlight'
  2586.             'cl3DDkShadow'
  2587.             'cl3DLight'
  2588.             'clInfoText'
  2589.             'clInfoBk'
  2590.             'clNone'
  2591.             '$00000000')
  2592.         end
  2593.         object eOddColumn: TComboBox
  2594.           Left = 209
  2595.           Top = 143
  2596.           Width = 133
  2597.           Height = 21
  2598.           Style = csOwnerDrawFixed
  2599.           ItemHeight = 15
  2600.           TabOrder = 10
  2601.           OnChange = eColumnWidthChange
  2602.           OnDrawItem = ColorComboDrawItem
  2603.           Items.Strings = (
  2604.             'clBlack'
  2605.             'clMaroon'
  2606.             'clGreen'
  2607.             'clOlive'
  2608.             'clNavy'
  2609.             'clPurple'
  2610.             'clTeal'
  2611.             'clGray'
  2612.             'clSilver'
  2613.             'clRed'
  2614.             'clLime'
  2615.             'clYellow'
  2616.             'clBlue'
  2617.             'clFuchsia'
  2618.             'clAqua'
  2619.             'clWhite'
  2620.             'clScrollBar'
  2621.             'clBackground'
  2622.             'clActiveCaption'
  2623.             'clInactiveCaption'
  2624.             'clMenu'
  2625.             'clWindow'
  2626.             'clWindowFrame'
  2627.             'clMenuText'
  2628.             'clWindowText'
  2629.             'clCaptionText'
  2630.             'clActiveBorder'
  2631.             'clInactiveBorder'
  2632.             'clAppWorkSpace'
  2633.             'clHighlight'
  2634.             'clHighlightText'
  2635.             'clBtnFace'
  2636.             'clBtnShadow'
  2637.             'clGrayText'
  2638.             'clBtnText'
  2639.             'clInactiveCaptionText'
  2640.             'clBtnHighlight'
  2641.             'cl3DDkShadow'
  2642.             'cl3DLight'
  2643.             'clInfoText'
  2644.             'clInfoBk'
  2645.             'clNone'
  2646.             '$00000000')
  2647.         end
  2648.         object eOffsetColor: TComboBox
  2649.           Left = 209
  2650.           Top = 168
  2651.           Width = 133
  2652.           Height = 21
  2653.           Style = csOwnerDrawFixed
  2654.           ItemHeight = 15
  2655.           TabOrder = 12
  2656.           OnChange = eColumnWidthChange
  2657.           OnDrawItem = ColorComboDrawItem
  2658.           Items.Strings = (
  2659.             'clBlack'
  2660.             'clMaroon'
  2661.             'clGreen'
  2662.             'clOlive'
  2663.             'clNavy'
  2664.             'clPurple'
  2665.             'clTeal'
  2666.             'clGray'
  2667.             'clSilver'
  2668.             'clRed'
  2669.             'clLime'
  2670.             'clYellow'
  2671.             'clBlue'
  2672.             'clFuchsia'
  2673.             'clAqua'
  2674.             'clWhite'
  2675.             'clScrollBar'
  2676.             'clBackground'
  2677.             'clActiveCaption'
  2678.             'clInactiveCaption'
  2679.             'clMenu'
  2680.             'clWindow'
  2681.             'clWindowFrame'
  2682.             'clMenuText'
  2683.             'clWindowText'
  2684.             'clCaptionText'
  2685.             'clActiveBorder'
  2686.             'clInactiveBorder'
  2687.             'clAppWorkSpace'
  2688.             'clHighlight'
  2689.             'clHighlightText'
  2690.             'clBtnFace'
  2691.             'clBtnShadow'
  2692.             'clGrayText'
  2693.             'clBtnText'
  2694.             'clInactiveCaptionText'
  2695.             'clBtnHighlight'
  2696.             'cl3DDkShadow'
  2697.             'cl3DLight'
  2698.             'clInfoText'
  2699.             'clInfoBk'
  2700.             'clNone'
  2701.             '$00000000')
  2702.         end
  2703.         object ToolBar14: TToolBar
  2704.           Left = 346
  2705.           Top = 42
  2706.           Width = 23
  2707.           Height = 22
  2708.           Align = alNone
  2709.           AutoSize = True
  2710.           Caption = 'ToolBar1'
  2711.           EdgeBorders = []
  2712.           Flat = True
  2713.           Images = CodePadMainForm.ImageList1
  2714.           TabOrder = 3
  2715.           Transparent = True
  2716.           object ToolButton14: TToolButton
  2717.             Left = 0
  2718.             Top = 0
  2719.             Hint = 'Select custom Color'
  2720.             Caption = 'ToolButton1'
  2721.             ImageIndex = 45
  2722.             ParentShowHint = False
  2723.             ShowHint = True
  2724.             OnClick = ToolButton14Click
  2725.           end
  2726.         end
  2727.         object ToolBar15: TToolBar
  2728.           Left = 346
  2729.           Top = 67
  2730.           Width = 23
  2731.           Height = 22
  2732.           Align = alNone
  2733.           AutoSize = True
  2734.           Caption = 'ToolBar1'
  2735.           EdgeBorders = []
  2736.           Flat = True
  2737.           Images = CodePadMainForm.ImageList1
  2738.           TabOrder = 5
  2739.           Transparent = True
  2740.           object ToolButton15: TToolButton
  2741.             Left = 0
  2742.             Top = 0
  2743.             Hint = 'Select custom Color'
  2744.             Caption = 'ToolButton1'
  2745.             ImageIndex = 45
  2746.             ParentShowHint = False
  2747.             ShowHint = True
  2748.             OnClick = ToolButton15Click
  2749.           end
  2750.         end
  2751.         object ToolBar16: TToolBar
  2752.           Left = 346
  2753.           Top = 92
  2754.           Width = 23
  2755.           Height = 22
  2756.           Align = alNone
  2757.           AutoSize = True
  2758.           Caption = 'ToolBar1'
  2759.           EdgeBorders = []
  2760.           Flat = True
  2761.           Images = CodePadMainForm.ImageList1
  2762.           TabOrder = 7
  2763.           Transparent = True
  2764.           object ToolButton16: TToolButton
  2765.             Left = 0
  2766.             Top = 0
  2767.             Hint = 'Select custom Color'
  2768.             Caption = 'ToolButton1'
  2769.             ImageIndex = 45
  2770.             ParentShowHint = False
  2771.             ShowHint = True
  2772.             OnClick = ToolButton16Click
  2773.           end
  2774.         end
  2775.         object ToolBar17: TToolBar
  2776.           Left = 346
  2777.           Top = 117
  2778.           Width = 23
  2779.           Height = 22
  2780.           Align = alNone
  2781.           AutoSize = True
  2782.           Caption = 'ToolBar1'
  2783.           EdgeBorders = []
  2784.           Flat = True
  2785.           Images = CodePadMainForm.ImageList1
  2786.           TabOrder = 9
  2787.           Transparent = True
  2788.           object ToolButton17: TToolButton
  2789.             Left = 0
  2790.             Top = 0
  2791.             Hint = 'Select custom Color'
  2792.             Caption = 'ToolButton1'
  2793.             ImageIndex = 45
  2794.             ParentShowHint = False
  2795.             ShowHint = True
  2796.             OnClick = ToolButton17Click
  2797.           end
  2798.         end
  2799.         object ToolBar18: TToolBar
  2800.           Left = 346
  2801.           Top = 142
  2802.           Width = 23
  2803.           Height = 22
  2804.           Align = alNone
  2805.           AutoSize = True
  2806.           Caption = 'ToolBar1'
  2807.           EdgeBorders = []
  2808.           Flat = True
  2809.           Images = CodePadMainForm.ImageList1
  2810.           TabOrder = 11
  2811.           Transparent = True
  2812.           object ToolButton18: TToolButton
  2813.             Left = 0
  2814.             Top = 0
  2815.             Hint = 'Select custom Color'
  2816.             Caption = 'ToolButton1'
  2817.             ImageIndex = 45
  2818.             ParentShowHint = False
  2819.             ShowHint = True
  2820.             OnClick = ToolButton18Click
  2821.           end
  2822.         end
  2823.         object ToolBar19: TToolBar
  2824.           Left = 346
  2825.           Top = 167
  2826.           Width = 23
  2827.           Height = 22
  2828.           Align = alNone
  2829.           AutoSize = True
  2830.           Caption = 'ToolBar1'
  2831.           EdgeBorders = []
  2832.           Flat = True
  2833.           Images = CodePadMainForm.ImageList1
  2834.           TabOrder = 13
  2835.           Transparent = True
  2836.           object ToolButton19: TToolButton
  2837.             Left = 0
  2838.             Top = 0
  2839.             Hint = 'Select custom Color'
  2840.             Caption = 'ToolButton1'
  2841.             ImageIndex = 45
  2842.             ParentShowHint = False
  2843.             ShowHint = True
  2844.             OnClick = ToolButton19Click
  2845.           end
  2846.         end
  2847.       end
  2848.     end
  2849.     object tSyntaxDefinition: TTabSheet
  2850.       Caption = 'Syntax Definition'
  2851.       ImageIndex = 52
  2852.       object lSyntaxDefinition: TLabel
  2853.         Tag = 351
  2854.         Left = 10
  2855.         Top = 293
  2856.         Width = 410
  2857.         Height = 26
  2858.         AutoSize = False
  2859.         Caption = 
  2860.           'Specify the syntax definitions which you would like CodePad to u' +
  2861.           'se automaticaly for chosen file types.'
  2862.         Transparent = True
  2863.         WordWrap = True
  2864.       end
  2865.       object gSyntaxDefinitions: TGroupBox
  2866.         Tag = 349
  2867.         Left = 9
  2868.         Top = 2
  2869.         Width = 410
  2870.         Height = 283
  2871.         Caption = 'Syntax definitions and file types'
  2872.         TabOrder = 0
  2873.         object wDefinitions: TListView
  2874.           Left = 10
  2875.           Top = 19
  2876.           Width = 390
  2877.           Height = 224
  2878.           Columns = <
  2879.             item
  2880.               Caption = 'Syntax definition'
  2881.               MinWidth = 50
  2882.               Width = 150
  2883.             end
  2884.             item
  2885.               Caption = 'File types'
  2886.               MinWidth = 50
  2887.               Width = 218
  2888.             end>
  2889.           ColumnClick = False
  2890.           HideSelection = False
  2891.           ReadOnly = True
  2892.           RowSelect = True
  2893.           TabOrder = 0
  2894.           ViewStyle = vsReport
  2895.           OnDblClick = bEditClick
  2896.         end
  2897.         object bDelete: TButton
  2898.           Tag = 101
  2899.           Left = 316
  2900.           Top = 249
  2901.           Width = 83
  2902.           Height = 24
  2903.           Caption = 'Delete'
  2904.           TabOrder = 3
  2905.           OnClick = bDeleteClick
  2906.         end
  2907.         object bAdd: TButton
  2908.           Tag = 101
  2909.           Left = 140
  2910.           Top = 249
  2911.           Width = 83
  2912.           Height = 24
  2913.           Caption = 'Add'
  2914.           TabOrder = 1
  2915.           OnClick = bAddClick
  2916.         end
  2917.         object bEdit: TButton
  2918.           Tag = 101
  2919.           Left = 228
  2920.           Top = 249
  2921.           Width = 83
  2922.           Height = 24
  2923.           Caption = 'Edit'
  2924.           TabOrder = 2
  2925.           OnClick = bEditClick
  2926.         end
  2927.       end
  2928.     end
  2929.     object tFileAssociations: TTabSheet
  2930.       Caption = 'File Associations'
  2931.       ImageIndex = 65
  2932.       object lFileAssociations: TLabel
  2933.         Left = 9
  2934.         Top = 293
  2935.         Width = 410
  2936.         Height = 26
  2937.         AutoSize = False
  2938.         Caption = 
  2939.           'From the list, select the file types which you would like CodePa' +
  2940.           'd to open when you double-click on them in Explorer.'
  2941.         Transparent = True
  2942.         WordWrap = True
  2943.       end
  2944.       object gFileTypes: TGroupBox
  2945.         Left = 9
  2946.         Top = 2
  2947.         Width = 410
  2948.         Height = 283
  2949.         Caption = 'File types'
  2950.         TabOrder = 0
  2951.         object lOther: TLabel
  2952.           Left = 10
  2953.           Top = 230
  2954.           Width = 110
  2955.           Height = 13
  2956.           Caption = 'Other (e.g *.ext1;*.ext2)'
  2957.           Transparent = True
  2958.         end
  2959.         object wAssociations: TListView
  2960.           Left = 10
  2961.           Top = 19
  2962.           Width = 390
  2963.           Height = 166
  2964.           BiDiMode = bdLeftToRight
  2965.           Checkboxes = True
  2966.           Columns = <
  2967.             item
  2968.               Caption = 'Extension'
  2969.               MinWidth = 50
  2970.               Width = 70
  2971.             end
  2972.             item
  2973.               Caption = 'Type'
  2974.               MinWidth = 50
  2975.               Width = 298
  2976.             end>
  2977.           ColumnClick = False
  2978.           HideSelection = False
  2979.           ReadOnly = True
  2980.           RowSelect = True
  2981.           ParentBiDiMode = False
  2982.           SmallImages = ImageList2
  2983.           TabOrder = 0
  2984.           ViewStyle = vsReport
  2985.           OnDblClick = wAssociationsDblClick
  2986.           OnKeyPress = wAssociationsKeyPress
  2987.           OnMouseDown = wAssociationsMouseDown
  2988.         end
  2989.         object bUnselectAll: TButton
  2990.           Left = 316
  2991.           Top = 191
  2992.           Width = 83
  2993.           Height = 24
  2994.           Caption = 'Unselect all'
  2995.           TabOrder = 1
  2996.           OnClick = bUnselectAllClick
  2997.         end
  2998.         object eOther: TEdit
  2999.           Left = 140
  3000.           Top = 227
  3001.           Width = 259
  3002.           Height = 21
  3003.           TabOrder = 2
  3004.           OnChange = eOtherChange
  3005.           OnExit = eBlockIndentExit
  3006.         end
  3007.         object cAddToContextMenu: TCheckBox
  3008.           Left = 10
  3009.           Top = 256
  3010.           Width = 382
  3011.           Height = 17
  3012.           Caption = 'Add CodePad to context menu for all files'
  3013.           TabOrder = 3
  3014.           OnClick = eOtherChange
  3015.         end
  3016.         object Extens: TListBox
  3017.           Left = 144
  3018.           Top = 40
  3019.           Width = 65
  3020.           Height = 209
  3021.           TabStop = False
  3022.           Enabled = False
  3023.           ItemHeight = 13
  3024.           Items.Strings = (
  3025.             '386'
  3026.             'BAT'
  3027.             'BFC'
  3028.             'BIN'
  3029.             'CAB'
  3030.             'CMD'
  3031.             'COM'
  3032.             'DLL'
  3033.             'DRV'
  3034.             'EXE'
  3035.             'LNK'
  3036.             'OCX'
  3037.             'SYS')
  3038.           TabOrder = 4
  3039.           Visible = False
  3040.         end
  3041.       end
  3042.     end
  3043.     object tUserActions: TTabSheet
  3044.       Caption = 'User Actions'
  3045.       ImageIndex = 64
  3046.       object gActions: TGroupBox
  3047.         Left = 9
  3048.         Top = 2
  3049.         Width = 410
  3050.         Height = 318
  3051.         Caption = 'Actions'
  3052.         TabOrder = 0
  3053.         object lActionCommand: TLabel
  3054.           Left = 10
  3055.           Top = 265
  3056.           Width = 47
  3057.           Height = 13
  3058.           Caption = 'Command'
  3059.           Transparent = True
  3060.         end
  3061.         object lActionParameters: TLabel
  3062.           Left = 10
  3063.           Top = 290
  3064.           Width = 53
  3065.           Height = 13
  3066.           Caption = 'Parameters'
  3067.           Transparent = True
  3068.         end
  3069.         object lUseInParameters: TLabel
  3070.           Left = 10
  3071.           Top = 191
  3072.           Width = 392
  3073.           Height = 39
  3074.           Caption = 
  3075.             'Use "%s" in command or parameters to substitute current document' +
  3076.             ' name with full path, "%f" to substitute name with extension, "%' +
  3077.             'g" to substitute name without extension, "%e" to substitute file' +
  3078.             ' extension and "%p" to substitute documment path.'
  3079.           Transparent = True
  3080.           WordWrap = True
  3081.         end
  3082.         object lActionCaption: TLabel
  3083.           Left = 10
  3084.           Top = 240
  3085.           Width = 36
  3086.           Height = 13
  3087.           Caption = 'Caption'
  3088.           Transparent = True
  3089.         end
  3090.         object eCommand: TEdit
  3091.           Left = 84
  3092.           Top = 262
  3093.           Width = 290
  3094.           Height = 21
  3095.           TabOrder = 2
  3096.           OnChange = eCommandChange
  3097.           OnDblClick = eCommandDblClick
  3098.         end
  3099.         object eParameters: TEdit
  3100.           Left = 84
  3101.           Top = 287
  3102.           Width = 290
  3103.           Height = 21
  3104.           TabOrder = 4
  3105.           OnChange = eParametersChange
  3106.         end
  3107.         object ToolBar9: TToolBar
  3108.           Left = 376
  3109.           Top = 261
  3110.           Width = 23
  3111.           Height = 22
  3112.           Align = alNone
  3113.           AutoSize = True
  3114.           Caption = 'ToolBar1'
  3115.           EdgeBorders = []
  3116.           Flat = True
  3117.           Images = CodePadMainForm.ImageList1
  3118.           TabOrder = 3
  3119.           Transparent = True
  3120.           object ToolButton9: TToolButton
  3121.             Tag = 1
  3122.             Left = 0
  3123.             Top = 0
  3124.             Hint = 'Select Program to execute'
  3125.             Caption = 'ToolButton1'
  3126.             ImageIndex = 99
  3127.             ParentShowHint = False
  3128.             ShowHint = True
  3129.             OnClick = ToolButton9Click
  3130.           end
  3131.         end
  3132.         object eCaption: TEdit
  3133.           Left = 84
  3134.           Top = 237
  3135.           Width = 290
  3136.           Height = 21
  3137.           TabOrder = 1
  3138.           OnChange = eCaptionChange
  3139.         end
  3140.         object wActions: TListView
  3141.           Left = 10
  3142.           Top = 19
  3143.           Width = 390
  3144.           Height = 166
  3145.           Columns = <
  3146.             item
  3147.               Width = 20
  3148.             end
  3149.             item
  3150.               Caption = 'Caption'
  3151.               Width = 100
  3152.             end
  3153.             item
  3154.               Caption = 'Command'
  3155.               Width = 196
  3156.             end
  3157.             item
  3158.               Caption = 'Parameters'
  3159.               Width = 70
  3160.             end>
  3161.           ColumnClick = False
  3162.           HideSelection = False
  3163.           Items.Data = {
  3164.             3F0100000A00000000000000FFFFFFFFFFFFFFFF030000000000000001310000
  3165.             0000000000FFFFFFFFFFFFFFFF0300000000000000013200000000000000FFFF
  3166.             FFFFFFFFFFFF0300000000000000013300000000000000FFFFFFFFFFFFFFFF03
  3167.             00000000000000013400000000000000FFFFFFFFFFFFFFFF0300000000000000
  3168.             013500000000000000FFFFFFFFFFFFFFFF030000000000000001360000000000
  3169.             0000FFFFFFFFFFFFFFFF0300000000000000013700000000000000FFFFFFFFFF
  3170.             FFFFFF0300000000000000013800000000000000FFFFFFFFFFFFFFFF03000000
  3171.             00000000013900000000000000FFFFFFFFFFFFFFFF0300000000000000023130
  3172.             000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  3173.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  3174.           ReadOnly = True
  3175.           RowSelect = True
  3176.           TabOrder = 0
  3177.           ViewStyle = vsReport
  3178.           OnSelectItem = wActionsSelectItem
  3179.         end
  3180.       end
  3181.     end
  3182.   end
  3183.   object bSaveSettings: TButton
  3184.     Tag = 101
  3185.     Left = 350
  3186.     Top = 388
  3187.     Width = 90
  3188.     Height = 24
  3189.     Caption = 'Save settings'
  3190.     ModalResult = 4
  3191.     TabOrder = 3
  3192.     OnClick = bSaveSettingsClick
  3193.   end
  3194.   object bCancel: TButton
  3195.     Tag = 101
  3196.     Left = 262
  3197.     Top = 388
  3198.     Width = 83
  3199.     Height = 24
  3200.     Cancel = True
  3201.     Caption = 'Cancel'
  3202.     ModalResult = 2
  3203.     TabOrder = 2
  3204.   end
  3205.   object bOK: TButton
  3206.     Tag = 101
  3207.     Left = 174
  3208.     Top = 388
  3209.     Width = 83
  3210.     Height = 24
  3211.     Caption = 'OK'
  3212.     Default = True
  3213.     ModalResult = 1
  3214.     TabOrder = 1
  3215.     OnClick = bOKClick
  3216.   end
  3217.   object ColorDialog: TColorDialog
  3218.     Ctl3D = True
  3219.     Options = [cdFullOpen, cdAnyColor]
  3220.     Left = 416
  3221.     Top = 72
  3222.   end
  3223.   object DelphiParser1: TDelphiParser
  3224.     Left = 417
  3225.     Top = 103
  3226.   end
  3227.   object ImageList2: TImageList
  3228.     Left = 419
  3229.     Top = 132
  3230.     Bitmap = {
  3231.       494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  3232.       0000000000003600000028000000400000001000000001002000000000000010
  3233.       0000000000000000000000000000000000000000000052525200525252005252
  3234.       5200525252005252520052525200525252005252520052525200525252005252
  3235.       5200525252005252520052525200000000000000000000000000000000000000
  3236.       0000000000000000000000000000000000000000000000000000000000000000
  3237.       0000000000000000000000000000000000000000000000000000000000000000
  3238.       0000000000000000000000000000000000000000000000000000000000000000
  3239.       0000000000000000000000000000000000000000000000000000000000000000
  3240.       0000000000000000000000000000000000000000000000000000000000000000
  3241.       0000000000000000000000000000000000000000000084848400CECECE00CECE
  3242.       CE00CECECE00CECECE00CECECE00CECECE00CECECE00CECECE00CECECE00CECE
  3243.       CE00CECECE00CECECE0052525200000000000000000000000000000000000000
  3244.       0000000000000000000000000000000000000000000000000000000000000000
  3245.       0000000000000000000000000000000000000000000000000000000000000000
  3246.       0000000000000000000000000000000000000000000000000000000000000000
  3247.       0000000000000000000000000000000000000000000000000000000000000000
  3248.       0000000000000000000000000000000000000000000000000000000000000000
  3249.       0000000000000000000000000000000000000000000084848400000000000000
  3250.       0000000000000000000000000000000000000000000000000000000000000000
  3251.       0000000000000000000052525200000000000000000000000000000000000000
  3252.       0000000000000000000000000000000000000000000000000000000000000000
  3253.       0000000000000000000000000000000000000000000000000000000000000000
  3254.       0000000000000000000000000000000000000000000000000000000000000000
  3255.       0000000000000000000000000000000000000000000000000000000000000000
  3256.       0000000000000000000000000000000000000000000000000000000000000000
  3257.       0000000000000000000000000000000000000000000084848400000000000808
  3258.       0800080808000808080008080800080808000808080008080800080808000808
  3259.       0800080808000000000052525200000000000000000000000000000000000000
  3260.       0000000000000000000000000000000000000000000000000000000000000000
  3261.       0000000000000000000000000000000000000000000000000000000000000000
  3262.       0000000000000000000000000000000000000000000000000000000000000000
  3263.       0000000000000000000000000000000000000000000000000000000000000000
  3264.       0000000000000000000000000000000000000000000000000000000000000000
  3265.       0000000000000000000000000000000000000000000084848400000000008484
  3266.       8400D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7
  3267.       E700080808000000000052525200000000000000000000000000000000000000
  3268.       0000000000000000000000000000000000000000000000000000000000000000
  3269.       0000000000000000000000000000000000000000000000000000000000000000
  3270.       0000000000000000000000000000000000000000000000000000000000000000
  3271.       0000000000000000000000000000000000000000000000000000000000000000
  3272.       0000000000000000000000000000000000000000000000000000000000000000
  3273.       0000000000000000000000000000000000000000000084848400000000008484
  3274.       840000000000000000000000840000000000000000000084000000840000D6E7
  3275.       E700080808000000000052525200000000000000000000000000000000000000
  3276.       0000000000000000000000000000000000000000000000000000000000000000
  3277.       0000000000000000000000000000000000000000000000000000000000000000
  3278.       0000000000000000000000000000000000000000000000000000000000000000
  3279.       0000000000000000000000000000000000000000000000000000000000000000
  3280.       0000000000000000000000000000000000000000000000000000000000000000
  3281.       0000000000000000000000000000000000000000000084848400000000008484
  3282.       840000000000000084000000FF0000000000FF000000FFFF0000FF000000D6E7
  3283.       E700080808000000000052525200000000000000000000000000000000000000
  3284.       0000000000000000000000000000000000000000000000000000000000000000
  3285.       0000000000000000000000000000000000000000000000000000000000000000
  3286.       0000000000000000000000000000000000000000000000000000000000000000
  3287.       0000000000000000000000000000000000000000000000000000000000000000
  3288.       0000000000000000000000000000000000000000000000000000000000000000
  3289.       0000000000000000000000000000000000000000000084848400000000008484
  3290.       84000000000000FFFF00000084000000000000000000FF00000000000000D6E7
  3291.       E700080808000000000052525200000000000000000000000000000000000000
  3292.       0000000000000000000000000000000000000000000000000000000000000000
  3293.       0000000000000000000000000000000000000000000000000000000000000000
  3294.       0000000000000000000000000000000000000000000000000000000000000000
  3295.       0000000000000000000000000000000000000000000000000000000000000000
  3296.       0000000000000000000000000000000000000000000000000000000000000000
  3297.       0000000000000000000000000000000000000000000084848400000000008484
  3298.       840000000000000000000000000000000000000000000000000000000000D6E7
  3299.       E700080808000000000052525200000000000000000000000000000000000000
  3300.       0000000000000000000000000000000000000000000000000000000000000000
  3301.       0000000000000000000000000000000000000000000000000000000000000000
  3302.       0000000000000000000000000000000000000000000000000000000000000000
  3303.       0000000000000000000000000000000000000000000000000000000000000000
  3304.       0000000000000000000000000000000000000000000000000000000000000000
  3305.       0000000000000000000000000000000000000000000084848400000000008484
  3306.       84009C0000009C0000009C0000009C0000009C0000009C0000009C0000009C00
  3307.       0000080808000000000052525200000000000000000000000000000000000000
  3308.       0000000000000000000000000000000000000000000000000000000000000000
  3309.       0000000000000000000000000000000000000000000000000000000000000000
  3310.       0000000000000000000000000000000000000000000000000000000000000000
  3311.       0000000000000000000000000000000000000000000000000000000000000000
  3312.       0000000000000000000000000000000000000000000000000000000000000000
  3313.       0000000000000000000000000000000000000000000084848400000000008484
  3314.       84009C00000031CEFF009C0000009C0000009C0000009C0000009C0000009C00
  3315.       0000080808000000000052525200000000000000000000000000000000000000
  3316.       0000000000000000000000000000000000000000000000000000000000000000
  3317.       0000000000000000000000000000000000000000000000000000000000000000
  3318.       0000000000000000000000000000000000000000000000000000000000000000
  3319.       0000000000000000000000000000000000000000000000000000000000000000
  3320.       0000000000000000000000000000000000000000000000000000000000000000
  3321.       0000000000000000000000000000000000000000000084848400000000008484
  3322.       8400848484008484840084848400848484008484840084848400848484008484
  3323.       840008080800CECECE0052525200000000000000000000000000000000000000
  3324.       0000000000000000000000000000000000000000000000000000000000000000
  3325.       0000000000000000000000000000000000000000000000000000000000000000
  3326.       0000000000000000000000000000000000000000000000000000000000000000
  3327.       0000000000000000000000000000000000000000000000000000000000000000
  3328.       0000000000000000000000000000000000000000000000000000000000000000
  3329.       0000000000000000000000000000000000000000000084848400000000000000
  3330.       0000000000000000000000000000000000000000000000000000000000009C9C
  3331.       9C00525252005252520052525200000000000000000000000000000000000000
  3332.       0000000000000000000000000000000000000000000000000000000000000000
  3333.       0000000000000000000000000000000000000000000000000000000000000000
  3334.       0000000000000000000000000000000000000000000000000000000000000000
  3335.       0000000000000000000000000000000000000000000000000000000000000000
  3336.       0000000000000000000000000000000000000000000000000000000000000000
  3337.       0000000000000000000000000000000000000000000084848400000000000000
  3338.       0000000000000000000000000000000000000000000000000000000000009C9C
  3339.       9C00000000005252520000000000000000000000000000000000000000000000
  3340.       0000000000000000000000000000000000000000000000000000000000000000
  3341.       0000000000000000000000000000000000000000000000000000000000000000
  3342.       0000000000000000000000000000000000000000000000000000000000000000
  3343.       0000000000000000000000000000000000000000000000000000000000000000
  3344.       0000000000000000000000000000000000000000000000000000000000000000
  3345.       0000000000000000000000000000000000000000000084848400D6E7E700D6E7
  3346.       E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E7009C9C
  3347.       9C00525252000000000000000000000000000000000000000000000000000000
  3348.       0000000000000000000000000000000000000000000000000000000000000000
  3349.       0000000000000000000000000000000000000000000000000000000000000000
  3350.       0000000000000000000000000000000000000000000000000000000000000000
  3351.       0000000000000000000000000000000000000000000000000000000000000000
  3352.       0000000000000000000000000000000000000000000000000000000000000000
  3353.       0000000000000000000000000000000000000000000084848400848484008484
  3354.       8400848484008484840084848400848484008484840084848400848484009C9C
  3355.       9C00000000000000000000000000000000000000000000000000000000000000
  3356.       0000000000000000000000000000000000000000000000000000000000000000
  3357.       0000000000000000000000000000000000000000000000000000000000000000
  3358.       0000000000000000000000000000000000000000000000000000000000000000
  3359.       0000000000000000000000000000000000000000000000000000000000000000
  3360.       0000000000000000000000000000000000000000000000000000000000000000
  3361.       000000000000000000000000000000000000424D3E000000000000003E000000
  3362.       2800000040000000100000000100010000000000800000000000000000000000
  3363.       000000000000000000000000FFFFFF0080010000000000008001000000000000
  3364.       BFFD000000000000A005000000000000A005000000000000AD85000000000000
  3365.       A905000000000000A9A5000000000000AFE5000000000000A005000000000000
  3366.       A005000000000000A001000000000000BFE1000000000000BFEB000000000000
  3367.       8007000000000000800F00000000000000000000000000000000000000000000
  3368.       000000000000}
  3369.   end
  3370.   object OpenDialog: TJvOpenDialog2000
  3371.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  3372.     Left = 336
  3373.     Top = 176
  3374.   end
  3375.   object SaveDialog: TJvSaveDialog2000
  3376.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  3377.     Left = 416
  3378.     Top = 192
  3379.   end
  3380. end
  3381.