home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TEDITOROPTIONSDLG / TEDITOROPTIONSDLG.txt
Text File  |  2006-09-21  |  27KB  |  1,001 lines

  1. object EditorOptionsDlg: TEditorOptionsDlg
  2.   Left = 332
  3.   Top = 164
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Editor options'
  7.   ClientHeight = 433
  8.   ClientWidth = 462
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PanelBottom: TPanel
  24.     Left = 0
  25.     Top = 396
  26.     Width = 462
  27.     Height = 37
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object btnOK: TButton
  32.       Left = 218
  33.       Top = 8
  34.       Width = 72
  35.       Height = 22
  36.       HelpContext = 49
  37.       Caption = 'btnOK'
  38.       Default = True
  39.       TabOrder = 0
  40.       OnClick = btnOKClick
  41.     end
  42.     object btnCancel: TButton
  43.       Left = 298
  44.       Top = 8
  45.       Width = 72
  46.       Height = 22
  47.       HelpContext = 44
  48.       Cancel = True
  49.       Caption = 'btnCancel'
  50.       ModalResult = 2
  51.       TabOrder = 1
  52.     end
  53.     object btnHelp: TButton
  54.       Left = 378
  55.       Top = 8
  56.       Width = 72
  57.       Height = 22
  58.       HelpContext = 7
  59.       Caption = 'btnHelp'
  60.       TabOrder = 2
  61.       OnClick = btnHelpClick
  62.     end
  63.     object btnRestore: TButton
  64.       Left = 5
  65.       Top = 8
  66.       Width = 91
  67.       Height = 22
  68.       Caption = 'btnRestore'
  69.       TabOrder = 3
  70.       OnClick = btnRestoreClick
  71.     end
  72.   end
  73.   object MainFlatPageControl: TPageControl
  74.     Left = 0
  75.     Top = 0
  76.     Width = 462
  77.     Height = 396
  78.     ActivePage = tsGeneral
  79.     Align = alClient
  80.     ParentShowHint = False
  81.     ShowHint = False
  82.     TabOrder = 1
  83.     object tsGeneral: TTabSheet
  84.       BorderWidth = 10
  85.       Caption = 'General'
  86.       ExplicitLeft = 0
  87.       ExplicitTop = 0
  88.       ExplicitWidth = 0
  89.       ExplicitHeight = 0
  90.       object GBEditorOptions: TGroupBox
  91.         Left = 0
  92.         Top = 0
  93.         Width = 431
  94.         Height = 163
  95.         Caption = 'GBEditorOptions'
  96.         TabOrder = 0
  97.         object lblWrapColumn: TLabel
  98.           Left = 220
  99.           Top = 19
  100.           Width = 71
  101.           Height = 13
  102.           Caption = 'lblWrapColumn'
  103.         end
  104.         object chkAutoIndent: TCheckBox
  105.           Left = 8
  106.           Top = 19
  107.           Width = 205
  108.           Height = 17
  109.           HelpContext = 928
  110.           Caption = 'chkAutoIndent'
  111.           TabOrder = 0
  112.         end
  113.         object chkSmartTabs: TCheckBox
  114.           Left = 8
  115.           Top = 37
  116.           Width = 205
  117.           Height = 17
  118.           HelpContext = 699
  119.           Caption = 'chkSmartTabs'
  120.           TabOrder = 1
  121.         end
  122.         object chkDblClickSelectWord: TCheckBox
  123.           Left = 8
  124.           Top = 110
  125.           Width = 210
  126.           Height = 17
  127.           HelpContext = 929
  128.           Caption = 'chkDblClickSelectWord'
  129.           TabOrder = 6
  130.         end
  131.         object chkSmartFill: TCheckBox
  132.           Left = 8
  133.           Top = 55
  134.           Width = 205
  135.           Height = 17
  136.           HelpContext = 700
  137.           Caption = 'chkSmartFill'
  138.           TabOrder = 2
  139.         end
  140.         object chkCursorAfterEOL: TCheckBox
  141.           Left = 220
  142.           Top = 56
  143.           Width = 191
  144.           Height = 17
  145.           HelpContext = 1212
  146.           Caption = 'chkCursorAfterEOL'
  147.           TabOrder = 4
  148.         end
  149.         object chkUseTABChar: TCheckBox
  150.           Left = 8
  151.           Top = 73
  152.           Width = 205
  153.           Height = 17
  154.           HelpContext = 1464
  155.           Caption = 'chkUseTABChar'
  156.           Checked = True
  157.           State = cbChecked
  158.           TabOrder = 3
  159.         end
  160.         object chkShowFocusLine: TCheckBox
  161.           Left = 220
  162.           Top = 74
  163.           Width = 196
  164.           Height = 17
  165.           HelpContext = 6003
  166.           Caption = 'chkShowFocusLine'
  167.           TabOrder = 5
  168.         end
  169.         object chkShowAllChars: TCheckBox
  170.           Left = 8
  171.           Top = 92
  172.           Width = 205
  173.           Height = 17
  174.           HelpContext = 620
  175.           Caption = 'chkShowAllChars'
  176.           TabOrder = 7
  177.         end
  178.         object chkUnlimitedUndo: TCheckBox
  179.           Left = 220
  180.           Top = 92
  181.           Width = 196
  182.           Height = 17
  183.           HelpContext = 6004
  184.           Caption = 'chkUnlimitedUndo'
  185.           TabOrder = 8
  186.         end
  187.         object chkWordWrap: TCheckBox
  188.           Left = 220
  189.           Top = 37
  190.           Width = 191
  191.           Height = 17
  192.           HelpContext = 1044
  193.           Caption = 'chkWordWrap'
  194.           TabOrder = 9
  195.           OnClick = chkWordWrapClick
  196.         end
  197.         object EdWrapColumn: TEdit
  198.           Left = 390
  199.           Top = 13
  200.           Width = 30
  201.           Height = 21
  202.           HelpContext = 1043
  203.           MaxLength = 4
  204.           TabOrder = 10
  205.         end
  206.         object chkShowWrappedLines: TCheckBox
  207.           Left = 220
  208.           Top = 129
  209.           Width = 201
  210.           Height = 17
  211.           HelpContext = 620
  212.           Caption = 'chkShowWrappedLines'
  213.           TabOrder = 11
  214.         end
  215.         object chkUseHighlighting: TCheckBox
  216.           Left = 8
  217.           Top = 129
  218.           Width = 210
  219.           Height = 17
  220.           HelpContext = 932
  221.           Caption = 'chkUseHighlighting'
  222.           TabOrder = 12
  223.         end
  224.         object chkUndoAfterSave: TCheckBox
  225.           Left = 220
  226.           Top = 111
  227.           Width = 196
  228.           Height = 17
  229.           Caption = 'chkUndoAfterSave'
  230.           TabOrder = 13
  231.         end
  232.       end
  233.       object GBPrintOptions: TGroupBox
  234.         Left = 0
  235.         Top = 172
  236.         Width = 431
  237.         Height = 85
  238.         Caption = 'GBPrintOptions'
  239.         TabOrder = 1
  240.         object chkPrintPageNos: TCheckBox
  241.           Left = 220
  242.           Top = 37
  243.           Width = 201
  244.           Height = 17
  245.           HelpContext = 937
  246.           Caption = 'chkPrintPageNos'
  247.           TabOrder = 4
  248.         end
  249.         object chkPrintDate: TCheckBox
  250.           Left = 220
  251.           Top = 19
  252.           Width = 206
  253.           Height = 17
  254.           HelpContext = 936
  255.           Caption = 'chkPrintDate'
  256.           TabOrder = 3
  257.         end
  258.         object chkPrintFileName: TCheckBox
  259.           Left = 8
  260.           Top = 55
  261.           Width = 208
  262.           Height = 17
  263.           HelpContext = 934
  264.           Caption = 'chkPrintFileName'
  265.           TabOrder = 2
  266.         end
  267.         object chkPrintLineNos: TCheckBox
  268.           Left = 8
  269.           Top = 37
  270.           Width = 208
  271.           Height = 17
  272.           HelpContext = 933
  273.           Caption = 'chkPrintLineNos'
  274.           TabOrder = 1
  275.         end
  276.         object chkPrintWrap: TCheckBox
  277.           Left = 8
  278.           Top = 19
  279.           Width = 208
  280.           Height = 17
  281.           HelpContext = 935
  282.           Caption = 'chkPrintWrap'
  283.           TabOrder = 0
  284.         end
  285.         object chkPrintInColor: TCheckBox
  286.           Left = 220
  287.           Top = 55
  288.           Width = 196
  289.           Height = 17
  290.           HelpContext = 701
  291.           Caption = 'chkPrintInColor'
  292.           TabOrder = 5
  293.         end
  294.       end
  295.       object GBOtherOptions: TGroupBox
  296.         Left = 0
  297.         Top = 266
  298.         Width = 431
  299.         Height = 82
  300.         Caption = 'GBOtherOptions'
  301.         TabOrder = 2
  302.         object lblIndentStep: TLabel
  303.           Left = 117
  304.           Top = 23
  305.           Width = 62
  306.           Height = 13
  307.           Alignment = taRightJustify
  308.           Caption = 'lblIndentStep'
  309.         end
  310.         object lblDefTabStop: TLabel
  311.           Left = 312
  312.           Top = 23
  313.           Width = 68
  314.           Height = 13
  315.           Alignment = taRightJustify
  316.           Caption = 'lblDefTabStop'
  317.         end
  318.         object lblTabColumns: TLabel
  319.           Left = 109
  320.           Top = 49
  321.           Width = 69
  322.           Height = 13
  323.           Alignment = taRightJustify
  324.           Caption = 'lblTabColumns'
  325.         end
  326.         object EdIndentStep: TEdit
  327.           Left = 184
  328.           Top = 19
  329.           Width = 30
  330.           Height = 21
  331.           HelpContext = 939
  332.           MaxLength = 3
  333.           TabOrder = 0
  334.         end
  335.         object EdDefTabStop: TEdit
  336.           Left = 387
  337.           Top = 19
  338.           Width = 30
  339.           Height = 21
  340.           HelpContext = 940
  341.           MaxLength = 3
  342.           TabOrder = 1
  343.         end
  344.         object EdTabColumns: TEdit
  345.           Left = 184
  346.           Top = 46
  347.           Width = 232
  348.           Height = 21
  349.           HelpContext = 1046
  350.           TabOrder = 2
  351.         end
  352.       end
  353.     end
  354.     object tsDisplay: TTabSheet
  355.       BorderWidth = 10
  356.       Caption = 'Display'
  357.       ExplicitLeft = 0
  358.       ExplicitTop = 0
  359.       ExplicitWidth = 0
  360.       ExplicitHeight = 0
  361.       object GBGutter: TGroupBox
  362.         Left = 0
  363.         Top = 0
  364.         Width = 434
  365.         Height = 65
  366.         Align = alTop
  367.         Caption = 'GBGutter'
  368.         TabOrder = 0
  369.         object lblGutterWidth: TLabel
  370.           Left = 263
  371.           Top = 21
  372.           Width = 67
  373.           Height = 13
  374.           Alignment = taRightJustify
  375.           Caption = 'lblGutterWidth'
  376.         end
  377.         object chkShowGutter: TCheckBox
  378.           Left = 8
  379.           Top = 19
  380.           Width = 185
  381.           Height = 17
  382.           HelpContext = 938
  383.           Caption = 'chkShowGutter'
  384.           TabOrder = 0
  385.         end
  386.         object EdGutterWidth: TEdit
  387.           Tag = 1
  388.           Left = 335
  389.           Top = 17
  390.           Width = 32
  391.           Height = 21
  392.           HelpContext = 1045
  393.           MaxLength = 2
  394.           TabOrder = 1
  395.           Text = '1'
  396.         end
  397.         object chkGutterLineNos: TCheckBox
  398.           Left = 8
  399.           Top = 37
  400.           Width = 210
  401.           Height = 17
  402.           HelpContext = 930
  403.           Caption = 'chkGutterLineNos'
  404.           TabOrder = 2
  405.         end
  406.       end
  407.       object GBEditorFont: TGroupBox
  408.         Left = 0
  409.         Top = 75
  410.         Width = 434
  411.         Height = 195
  412.         Caption = 'GBEditorFont'
  413.         TabOrder = 1
  414.         object lblFontName: TLabel
  415.           Left = 19
  416.           Top = 20
  417.           Width = 59
  418.           Height = 13
  419.           Alignment = taRightJustify
  420.           Caption = 'lblFontName'
  421.         end
  422.         object lblFontSize: TLabel
  423.           Left = 223
  424.           Top = 20
  425.           Width = 51
  426.           Height = 13
  427.           Alignment = taRightJustify
  428.           Caption = 'lblFontSize'
  429.         end
  430.         object CBFontName: TComboBox
  431.           Left = 18
  432.           Top = 36
  433.           Width = 180
  434.           Height = 21
  435.           HelpContext = 226
  436.           Style = csDropDownList
  437.           ItemHeight = 0
  438.           TabOrder = 0
  439.           OnClick = CBFontNameClick
  440.         end
  441.         object CBFontSize: TComboBox
  442.           Left = 222
  443.           Top = 36
  444.           Width = 55
  445.           Height = 21
  446.           HelpContext = 248
  447.           Style = csDropDownList
  448.           ItemHeight = 13
  449.           MaxLength = 2
  450.           TabOrder = 1
  451.           OnClick = CBFontNameClick
  452.           Items.Strings = (
  453.             '8'
  454.             '9'
  455.             '10'
  456.             '11'
  457.             '12'
  458.             '14'
  459.             '16'
  460.             '18'
  461.             '20'
  462.             '22'
  463.             '24'
  464.             '26'
  465.             '30')
  466.         end
  467.         object PanelFontPreview: TPanel
  468.           Left = 16
  469.           Top = 92
  470.           Width = 401
  471.           Height = 89
  472.           BevelKind = bkTile
  473.           BevelOuter = bvNone
  474.           Caption = 'AaBbCc XxYyZz'
  475.           Color = clWindow
  476.           Font.Charset = DEFAULT_CHARSET
  477.           Font.Color = clWindowText
  478.           Font.Height = -13
  479.           Font.Name = 'Courier New'
  480.           Font.Style = []
  481.           ParentFont = False
  482.           TabOrder = 3
  483.         end
  484.         object chkFixedFontsOnly: TCheckBox
  485.           Left = 18
  486.           Top = 63
  487.           Width = 161
  488.           Height = 17
  489.           Caption = 'Use only fixed-width fonts '
  490.           Checked = True
  491.           State = cbChecked
  492.           TabOrder = 2
  493.           OnClick = chkFixedFontsOnlyClick
  494.         end
  495.       end
  496.     end
  497.     object tsHighlighting: TTabSheet
  498.       BorderWidth = 12
  499.       Caption = 'Syntax Highlighting'
  500.       ExplicitLeft = 0
  501.       ExplicitTop = 0
  502.       ExplicitWidth = 0
  503.       ExplicitHeight = 0
  504.       object PanelSyntaxHighlight: TGroupBox
  505.         Left = 0
  506.         Top = 0
  507.         Width = 430
  508.         Height = 344
  509.         Align = alClient
  510.         TabOrder = 0
  511.         object lblSynElements: TLabel
  512.           Left = 10
  513.           Top = 180
  514.           Width = 71
  515.           Height = 13
  516.           Caption = 'lblSynElements'
  517.         end
  518.         object lblFGColor: TLabel
  519.           Left = 180
  520.           Top = 180
  521.           Width = 48
  522.           Height = 13
  523.           Caption = 'lblFGColor'
  524.         end
  525.         object lblBGColor: TLabel
  526.           Left = 180
  527.           Top = 230
  528.           Width = 48
  529.           Height = 13
  530.           Caption = 'lblFGColor'
  531.         end
  532.         object lblHighlightLanguage: TLabel
  533.           Left = 102
  534.           Top = 17
  535.           Width = 99
  536.           Height = 13
  537.           Alignment = taRightJustify
  538.           Caption = 'lblHighlightLanguage'
  539.         end
  540.         object LBSynElements: TListBox
  541.           Left = 10
  542.           Top = 195
  543.           Width = 156
  544.           Height = 141
  545.           HelpContext = 941
  546.           ItemHeight = 13
  547.           TabOrder = 0
  548.           OnClick = LBSynElementsClick
  549.         end
  550.         object GBDefaultColors: TGroupBox
  551.           Left = 264
  552.           Top = 180
  553.           Width = 161
  554.           Height = 60
  555.           Caption = 'GBDefaultColors'
  556.           TabOrder = 1
  557.           object chkDefaultFG: TCheckBox
  558.             Tag = 1
  559.             Left = 11
  560.             Top = 16
  561.             Width = 145
  562.             Height = 17
  563.             Caption = 'chkDefaultFG'
  564.             TabOrder = 0
  565.             OnClick = chkDefaultFGClick
  566.           end
  567.           object chkDefaultBG: TCheckBox
  568.             Left = 11
  569.             Top = 35
  570.             Width = 145
  571.             Height = 17
  572.             Caption = 'chkDefaultBG'
  573.             TabOrder = 1
  574.             OnClick = chkDefaultFGClick
  575.           end
  576.         end
  577.         object GBTextAttr: TGroupBox
  578.           Left = 264
  579.           Top = 247
  580.           Width = 161
  581.           Height = 74
  582.           Caption = 'GBTextAttr'
  583.           TabOrder = 2
  584.           object chkBold: TCheckBox
  585.             Tag = 1
  586.             Left = 10
  587.             Top = 15
  588.             Width = 145
  589.             Height = 17
  590.             HelpContext = 942
  591.             Caption = 'chkBold'
  592.             TabOrder = 0
  593.             OnClick = chkBoldClick
  594.           end
  595.           object chkItalic: TCheckBox
  596.             Tag = 2
  597.             Left = 10
  598.             Top = 33
  599.             Width = 145
  600.             Height = 17
  601.             HelpContext = 942
  602.             Caption = 'chkItalic'
  603.             TabOrder = 1
  604.             OnClick = chkBoldClick
  605.           end
  606.           object chkUnderline: TCheckBox
  607.             Tag = 3
  608.             Left = 10
  609.             Top = 51
  610.             Width = 145
  611.             Height = 17
  612.             HelpContext = 942
  613.             Caption = 'chkUnderline'
  614.             TabOrder = 2
  615.             OnClick = chkBoldClick
  616.           end
  617.         end
  618.         object SMHighlight: TSyntaxMemo
  619.           Tag = 2
  620.           Left = 10
  621.           Top = 54
  622.           Width = 414
  623.           Height = 115
  624.           HelpContext = 1048
  625.           ClipCopyFormats = [smTEXT, smRTF]
  626.           Font.Charset = ANSI_CHARSET
  627.           Font.Color = clWindowText
  628.           Font.Height = -13
  629.           Font.Name = 'Courier New'
  630.           Font.Style = []
  631.           GutterFont.Charset = DEFAULT_CHARSET
  632.           GutterFont.Color = clWindowText
  633.           GutterFont.Height = -11
  634.           GutterFont.Name = 'MS Sans Serif'
  635.           GutterFont.Style = []
  636.           HyperCursor = crDefault
  637.           IndentStep = 1
  638.           Margin = 2
  639.           Modified = False
  640.           MonoPrint = True
  641.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  642.           ReadOnly = True
  643.           RightMargin = 80
  644.           SaveFormat = sfTEXT
  645.           ScrollBars = ssBoth
  646.           SelLineStyle = lsCRLF
  647.           SelStart = 0
  648.           SelLength = 0
  649.           SelTextColor = clWhite
  650.           SelTextBack = clTeal
  651.           TabDefault = 4
  652.           TabOrder = 3
  653.           TabStop = False
  654.           Version = '3.00.39'
  655.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  656.           WantReturns = False
  657.           WantTab = False
  658.           WrapAtColumn = 2048
  659.           CanMoveGutter = False
  660.           OnMouseDown = SMHighlightMouseDown
  661.           ActiveParser = 1
  662.         end
  663.         object CBHighlightParser: TComboBox
  664.           Left = 207
  665.           Top = 13
  666.           Width = 217
  667.           Height = 21
  668.           Style = csDropDownList
  669.           ItemHeight = 0
  670.           TabOrder = 4
  671.           OnClick = CBHighlightParserClick
  672.         end
  673.         object cboxFGColor: TcxColorComboBox
  674.           Left = 180
  675.           Top = 195
  676.           ParentFont = False
  677.           Properties.AllowSelectColor = True
  678.           Properties.ColorBoxWidth = 16
  679.           Properties.ColorDialogType = cxcdtCustom
  680.           Properties.CustomColors = <>
  681.           Properties.DefaultColor = clBlack
  682.           Properties.ImmediatePost = True
  683.           Properties.NamingConvention = cxncNone
  684.           Properties.PrepareList = cxplHTML4
  685.           Properties.ShowDescriptions = False
  686.           Properties.OnChange = colorBtnFGColorChange
  687.           Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor
  688.           Style.LookAndFeel.Kind = lfStandard
  689.           Style.LookAndFeel.NativeStyle = True
  690.           StyleDisabled.LookAndFeel.Kind = lfStandard
  691.           StyleDisabled.LookAndFeel.NativeStyle = True
  692.           StyleFocused.LookAndFeel.Kind = lfStandard
  693.           StyleFocused.LookAndFeel.NativeStyle = True
  694.           StyleHot.LookAndFeel.Kind = lfStandard
  695.           StyleHot.LookAndFeel.NativeStyle = True
  696.           TabOrder = 5
  697.           Width = 66
  698.         end
  699.         object cboxBGColor: TcxColorComboBox
  700.           Left = 180
  701.           Top = 245
  702.           Enabled = False
  703.           ParentFont = False
  704.           Properties.AllowSelectColor = True
  705.           Properties.ColorBoxWidth = 16
  706.           Properties.ColorDialogType = cxcdtCustom
  707.           Properties.CustomColors = <>
  708.           Properties.DefaultColor = clBlack
  709.           Properties.ImmediatePost = True
  710.           Properties.NamingConvention = cxncNone
  711.           Properties.PrepareList = cxplHTML4
  712.           Properties.ShowDescriptions = False
  713.           Properties.OnChange = colorBtnFGColorChange
  714.           Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor
  715.           Style.LookAndFeel.Kind = lfStandard
  716.           Style.LookAndFeel.NativeStyle = True
  717.           StyleDisabled.LookAndFeel.Kind = lfStandard
  718.           StyleDisabled.LookAndFeel.NativeStyle = True
  719.           StyleFocused.LookAndFeel.Kind = lfStandard
  720.           StyleFocused.LookAndFeel.NativeStyle = True
  721.           StyleHot.LookAndFeel.Kind = lfStandard
  722.           StyleHot.LookAndFeel.NativeStyle = True
  723.           TabOrder = 6
  724.           Width = 66
  725.         end
  726.       end
  727.     end
  728.     object tsAutoCorrect: TTabSheet
  729.       BorderWidth = 10
  730.       Caption = 'Auto Correct'
  731.       ExplicitLeft = 0
  732.       ExplicitTop = 0
  733.       ExplicitWidth = 0
  734.       ExplicitHeight = 0
  735.       object PanelAutoCorrect: TGroupBox
  736.         Left = 0
  737.         Top = 0
  738.         Width = 434
  739.         Height = 348
  740.         Align = alClient
  741.         TabOrder = 0
  742.         object lblAutoCorrectKeys: TLabel
  743.           Left = 142
  744.           Top = 324
  745.           Width = 108
  746.           Height = 13
  747.           Caption = 'lblAutoCorrectKeys'
  748.           Font.Charset = DEFAULT_CHARSET
  749.           Font.Color = clWindowText
  750.           Font.Height = -11
  751.           Font.Name = 'MS Sans Serif'
  752.           Font.Style = [fsBold]
  753.           ParentFont = False
  754.         end
  755.         object lblAutoCorrectLanguage: TLabel
  756.           Left = 89
  757.           Top = 19
  758.           Width = 114
  759.           Height = 13
  760.           Alignment = taRightJustify
  761.           Caption = 'lblAutoCorrectLanguage'
  762.         end
  763.         object btnAutoCorrectAdd: TButton
  764.           Left = 12
  765.           Top = 292
  766.           Width = 75
  767.           Height = 19
  768.           HelpContext = 1129
  769.           Caption = 'btnAutoCorrectAdd'
  770.           TabOrder = 0
  771.           OnClick = btnAutoCorrectAddClick
  772.         end
  773.         object btnAutoCorrectRemove: TButton
  774.           Left = 172
  775.           Top = 292
  776.           Width = 75
  777.           Height = 19
  778.           HelpContext = 1130
  779.           Caption = 'btnAutoCorrectRemove'
  780.           TabOrder = 1
  781.           OnClick = btnAutoCorrectRemoveClick
  782.         end
  783.         object EdAutoCorrectKeys: TEdit
  784.           Left = 259
  785.           Top = 321
  786.           Width = 168
  787.           Height = 21
  788.           HelpContext = 1131
  789.           TabOrder = 2
  790.           OnExit = EdAutoCorrectKeysExit
  791.         end
  792.         object CBAutoCorrectParser: TComboBox
  793.           Left = 209
  794.           Top = 15
  795.           Width = 217
  796.           Height = 21
  797.           Style = csDropDownList
  798.           ItemHeight = 0
  799.           TabOrder = 3
  800.           OnClick = CBHighlightParserClick
  801.         end
  802.         object LVAutoCorrect: TListView
  803.           Left = 12
  804.           Top = 45
  805.           Width = 412
  806.           Height = 244
  807.           HelpContext = 1128
  808.           Columns = <
  809.             item
  810.               Caption = 'Replace'
  811.               Width = 180
  812.             end
  813.             item
  814.               Caption = 'With'
  815.               Width = 200
  816.             end>
  817.           HideSelection = False
  818.           ReadOnly = True
  819.           RowSelect = True
  820.           TabOrder = 4
  821.           ViewStyle = vsReport
  822.           OnChange = LVAutoCorrectChange
  823.         end
  824.         object btnAutoCorrectEdit: TButton
  825.           Left = 92
  826.           Top = 292
  827.           Width = 75
  828.           Height = 19
  829.           HelpContext = 1130
  830.           Caption = 'btnAutoCorrectEdit'
  831.           TabOrder = 5
  832.           OnClick = btnAutoCorrectEditClick
  833.         end
  834.       end
  835.     end
  836.     object tsCodeTemplates: TTabSheet
  837.       BorderWidth = 10
  838.       Caption = 'Code Templates'
  839.       ExplicitLeft = 0
  840.       ExplicitTop = 0
  841.       ExplicitWidth = 0
  842.       ExplicitHeight = 0
  843.       object PanelCodeTpl: TGroupBox
  844.         Left = 0
  845.         Top = 0
  846.         Width = 434
  847.         Height = 348
  848.         Align = alClient
  849.         TabOrder = 0
  850.         object lblCodeTplValue: TLabel
  851.           Left = 12
  852.           Top = 173
  853.           Width = 93
  854.           Height = 13
  855.           Caption = 'lblCodeTplValue'
  856.           Font.Charset = DEFAULT_CHARSET
  857.           Font.Color = clWindowText
  858.           Font.Height = -11
  859.           Font.Name = 'MS Sans Serif'
  860.           Font.Style = [fsBold]
  861.           ParentFont = False
  862.         end
  863.         object lblCodeTplLanguage: TLabel
  864.           Left = 105
  865.           Top = 19
  866.           Width = 98
  867.           Height = 13
  868.           Alignment = taRightJustify
  869.           Caption = 'lblCodeTplLanguage'
  870.         end
  871.         object lblCodeTplHotKey: TLabel
  872.           Left = 191
  873.           Top = 326
  874.           Width = 102
  875.           Height = 13
  876.           Alignment = taRightJustify
  877.           Caption = 'lblCodeTplHotKey'
  878.           Font.Charset = DEFAULT_CHARSET
  879.           Font.Color = clWindowText
  880.           Font.Height = -11
  881.           Font.Name = 'MS Sans Serif'
  882.           Font.Style = [fsBold]
  883.           ParentFont = False
  884.         end
  885.         object SMCodeTplValue: TSyntaxMemo
  886.           Left = 12
  887.           Top = 187
  888.           Width = 414
  889.           Height = 127
  890.           HelpContext = 1010
  891.           ClipCopyFormats = [smTEXT, smRTF]
  892.           Font.Charset = ANSI_CHARSET
  893.           Font.Color = clWindowText
  894.           Font.Height = -13
  895.           Font.Name = 'Courier New'
  896.           Font.Style = []
  897.           GutterFont.Charset = DEFAULT_CHARSET
  898.           GutterFont.Color = clWindowText
  899.           GutterFont.Height = -11
  900.           GutterFont.Name = 'MS Sans Serif'
  901.           GutterFont.Style = []
  902.           HyperCursor = crDefault
  903.           IndentStep = 1
  904.           Margin = 2
  905.           Modified = False
  906.           MonoPrint = True
  907.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  908.           ReadOnly = True
  909.           RightMargin = 80
  910.           SaveFormat = sfTEXT
  911.           ScrollBars = ssBoth
  912.           SelLineStyle = lsCRLF
  913.           SelStart = 0
  914.           SelLength = 0
  915.           SelTextColor = clWhite
  916.           SelTextBack = clTeal
  917.           TabDefault = 4
  918.           TabOrder = 0
  919.           Version = '3.00.39'
  920.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  921.           WrapAtColumn = 2048
  922.           CanMoveGutter = False
  923.           ActiveParser = 1
  924.         end
  925.         object CBCodeTplParser: TComboBox
  926.           Left = 209
  927.           Top = 15
  928.           Width = 217
  929.           Height = 21
  930.           Style = csDropDownList
  931.           ItemHeight = 0
  932.           TabOrder = 1
  933.           OnClick = CBHighlightParserClick
  934.         end
  935.         object LVCodeTpl: TListView
  936.           Left = 12
  937.           Top = 45
  938.           Width = 325
  939.           Height = 121
  940.           HelpContext = 1135
  941.           Columns = <
  942.             item
  943.               Caption = 'Name'
  944.               Width = 100
  945.             end
  946.             item
  947.               Caption = 'Description'
  948.               Width = 180
  949.             end>
  950.           HideSelection = False
  951.           ReadOnly = True
  952.           RowSelect = True
  953.           TabOrder = 2
  954.           ViewStyle = vsReport
  955.           OnChange = LVCodeTplChange
  956.         end
  957.         object btnCodeTplAdd: TButton
  958.           Left = 349
  959.           Top = 45
  960.           Width = 75
  961.           Height = 19
  962.           HelpContext = 1132
  963.           Caption = 'btnCodeTplAdd'
  964.           TabOrder = 3
  965.           OnClick = btnCodeTplAddClick
  966.         end
  967.         object btnCodeTplRemove: TButton
  968.           Left = 349
  969.           Top = 91
  970.           Width = 75
  971.           Height = 19
  972.           HelpContext = 1133
  973.           Caption = 'btnCodeTplRemove'
  974.           TabOrder = 4
  975.           OnClick = btnCodeTplRemoveClick
  976.         end
  977.         object btnCodeTplEdit: TButton
  978.           Left = 349
  979.           Top = 68
  980.           Width = 75
  981.           Height = 19
  982.           HelpContext = 1133
  983.           Caption = 'btnCodeTplEdit'
  984.           TabOrder = 5
  985.           OnClick = btnCodeTplEditClick
  986.         end
  987.         object HKCodeTplHotKey: THotKey
  988.           Left = 296
  989.           Top = 323
  990.           Width = 130
  991.           Height = 19
  992.           HelpContext = 1134
  993.           HotKey = 32833
  994.           TabOrder = 6
  995.           OnChange = HKCodeTplHotKeyChange
  996.         end
  997.       end
  998.     end
  999.   end
  1000. end
  1001.