home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / chipcd20010102.iso / software / internet / acehtml / AceHTML4Free.exe / %MAINDIR% / AceHTMLFree.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Encoding:
Text File  |  2000-11-22  |  24.2 KB  |  964 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 242
  3.   Top = 98
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Editor options'
  7.   ClientHeight = 398
  8.   ClientWidth = 442
  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.   OnKeyDown = FormKeyDown
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 363
  27.     Width = 442
  28.     Height = 35
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object OKButton: TButton
  33.       Left = 206
  34.       Top = 8
  35.       Width = 72
  36.       Height = 22
  37.       HelpContext = 49
  38.       TabOrder = 0
  39.       OnClick = OKButtonClick
  40.     end
  41.     object CancelButton: TButton
  42.       Left = 286
  43.       Top = 8
  44.       Width = 72
  45.       Height = 22
  46.       HelpContext = 44
  47.       Cancel = True
  48.       ModalResult = 2
  49.       TabOrder = 1
  50.     end
  51.     object BtnHelp: TButton
  52.       Left = 366
  53.       Top = 8
  54.       Width = 72
  55.       Height = 22
  56.       HelpContext = 7
  57.       TabOrder = 2
  58.       OnClick = BtnHelpClick
  59.     end
  60.   end
  61.   object PageControl1: TPageControl
  62.     Left = 0
  63.     Top = 0
  64.     Width = 442
  65.     Height = 363
  66.     ActivePage = OptionsPage
  67.     Align = alClient
  68.     TabOrder = 1
  69.     object OptionsPage: TTabSheet
  70.       Caption = 'Options'
  71.       object Label7: TLabel
  72.         Left = 323
  73.         Top = 324
  74.         Width = 59
  75.         Height = 13
  76.         Caption = 'Right margin'
  77.         Visible = False
  78.       end
  79.       object GroupBox4: TGroupBox
  80.         Left = 8
  81.         Top = 8
  82.         Width = 417
  83.         Height = 119
  84.         TabOrder = 0
  85.         object Label16: TLabel
  86.           Left = 212
  87.           Top = 19
  88.           Width = 3
  89.           Height = 13
  90.         end
  91.         object DispWrapBox: TCheckBox
  92.           Left = 213
  93.           Top = 51
  94.           Width = 200
  95.           Height = 17
  96.           HelpContext = 1044
  97.           TabOrder = 7
  98.           OnClick = DispWrapBoxClick
  99.         end
  100.         object AutoIndentBox: TCheckBox
  101.           Left = 8
  102.           Top = 19
  103.           Width = 200
  104.           Height = 17
  105.           HelpContext = 928
  106.           TabOrder = 0
  107.           OnClick = SHIFTSelectBoxClick
  108.         end
  109.         object TabColBox: TCheckBox
  110.           Left = 8
  111.           Top = 35
  112.           Width = 200
  113.           Height = 17
  114.           HelpContext = 699
  115.           Caption = 'Smart tabs'
  116.           TabOrder = 1
  117.           OnClick = SHIFTSelectBoxClick
  118.         end
  119.         object WrapOverrideBox: TCheckBox
  120.           Left = 152
  121.           Top = 9
  122.           Width = 200
  123.           Height = 17
  124.           Caption = 'Override wrapping'
  125.           TabOrder = 12
  126.           Visible = False
  127.           OnClick = SHIFTSelectBoxClick
  128.         end
  129.         object WordSelectBox: TCheckBox
  130.           Left = 8
  131.           Top = 67
  132.           Width = 200
  133.           Height = 17
  134.           HelpContext = 929
  135.           TabOrder = 3
  136.           OnClick = SHIFTSelectBoxClick
  137.         end
  138.         object PrnSynHighlightBox: TCheckBox
  139.           Left = 8
  140.           Top = 83
  141.           Width = 200
  142.           Height = 17
  143.           HelpContext = 932
  144.           TabOrder = 4
  145.           OnClick = SHIFTSelectBoxClick
  146.         end
  147.         object TitleAsFilenameBox: TCheckBox
  148.           Left = 158
  149.           Top = 13
  150.           Width = 200
  151.           Height = 17
  152.           Caption = 'Title as filename'
  153.           TabOrder = 13
  154.           Visible = False
  155.           OnClick = SHIFTSelectBoxClick
  156.         end
  157.         object BlockCursorBox: TCheckBox
  158.           Left = 158
  159.           Top = 11
  160.           Width = 200
  161.           Height = 17
  162.           Caption = 'Block cursor for Overwrite'
  163.           TabOrder = 14
  164.           Visible = False
  165.           OnClick = SHIFTSelectBoxClick
  166.         end
  167.         object MarkWrapBox: TCheckBox
  168.           Left = 213
  169.           Top = 83
  170.           Width = 202
  171.           Height = 17
  172.           HelpContext = 930
  173.           TabOrder = 10
  174.           OnClick = SHIFTSelectBoxClick
  175.         end
  176.         object SmartFillBox: TCheckBox
  177.           Left = 8
  178.           Top = 51
  179.           Width = 200
  180.           Height = 17
  181.           HelpContext = 700
  182.           Caption = 'Smart fill'
  183.           TabOrder = 2
  184.           OnClick = SHIFTSelectBoxClick
  185.         end
  186.         object UseTabBox: TCheckBox
  187.           Left = 149
  188.           Top = 11
  189.           Width = 200
  190.           Height = 17
  191.           Caption = 'Use TAB character'
  192.           TabOrder = 15
  193.           Visible = False
  194.           OnClick = SHIFTSelectBoxClick
  195.         end
  196.         object WrapColumnBox: TEdit
  197.           Left = 376
  198.           Top = 15
  199.           Width = 30
  200.           Height = 21
  201.           HelpContext = 1043
  202.           TabOrder = 6
  203.           OnExit = WrapColumnBoxExit
  204.           OnKeyDown = WrapColumnBoxKeyDown
  205.         end
  206.         object ShowWrapColumnBox: TCheckBox
  207.           Left = 157
  208.           Top = 11
  209.           Width = 202
  210.           Height = 17
  211.           TabOrder = 9
  212.           Visible = False
  213.           OnClick = SHIFTSelectBoxClick
  214.         end
  215.         object EdLineNosBox: TCheckBox
  216.           Left = 213
  217.           Top = 67
  218.           Width = 200
  219.           Height = 17
  220.           HelpContext = 1213
  221.           TabOrder = 8
  222.           OnClick = SHIFTSelectBoxClick
  223.         end
  224.         object CursorAfterEOLBox: TCheckBox
  225.           Left = 8
  226.           Top = 99
  227.           Width = 200
  228.           Height = 17
  229.           HelpContext = 1212
  230.           TabOrder = 5
  231.           OnClick = SHIFTSelectBoxClick
  232.         end
  233.         object ShowAllCharsBox: TCheckBox
  234.           Left = 213
  235.           Top = 99
  236.           Width = 202
  237.           Height = 17
  238.           HelpContext = 620
  239.           Caption = 'Show All Chars Box'
  240.           TabOrder = 11
  241.           OnClick = SHIFTSelectBoxClick
  242.         end
  243.       end
  244.       object GroupBox2: TGroupBox
  245.         Left = 8
  246.         Top = 220
  247.         Width = 417
  248.         Height = 103
  249.         TabOrder = 2
  250.         object Label9: TLabel
  251.           Left = 8
  252.           Top = 22
  253.           Width = 3
  254.           Height = 13
  255.         end
  256.         object Label15: TLabel
  257.           Left = 214
  258.           Top = 22
  259.           Width = 3
  260.           Height = 13
  261.         end
  262.         object DefTabStopLabel: TLabel
  263.           Left = 214
  264.           Top = 49
  265.           Width = 3
  266.           Height = 13
  267.         end
  268.         object Label11: TLabel
  269.           Left = 8
  270.           Top = 75
  271.           Width = 3
  272.           Height = 13
  273.         end
  274.         object VisGutterBox: TCheckBox
  275.           Left = 8
  276.           Top = 49
  277.           Width = 185
  278.           Height = 17
  279.           HelpContext = 938
  280.           TabOrder = 1
  281.           OnClick = SHIFTSelectBoxClick
  282.         end
  283.         object LeftBorderWidthBox: TEdit
  284.           Tag = 1
  285.           Left = 128
  286.           Top = 19
  287.           Width = 45
  288.           Height = 21
  289.           HelpContext = 1045
  290.           MaxLength = 3
  291.           TabOrder = 0
  292.           Text = '1'
  293.           OnChange = LeftBorderWidthBoxChange
  294.           OnKeyDown = LeftBorderWidthBoxKeyDown
  295.         end
  296.         object IndentStepBox: TEdit
  297.           Left = 382
  298.           Top = 19
  299.           Width = 25
  300.           Height = 21
  301.           HelpContext = 939
  302.           TabOrder = 2
  303.           OnExit = IndentStepBoxExit
  304.           OnKeyDown = WrapColumnBoxKeyDown
  305.         end
  306.         object DeftabBox: TEdit
  307.           Left = 382
  308.           Top = 46
  309.           Width = 25
  310.           Height = 21
  311.           HelpContext = 940
  312.           TabOrder = 3
  313.           OnExit = DeftabBoxExit
  314.         end
  315.         object TabColumnsBox: TEdit
  316.           Left = 214
  317.           Top = 73
  318.           Width = 193
  319.           Height = 21
  320.           HelpContext = 1046
  321.           TabOrder = 4
  322.           OnExit = TabColumnsBoxExit
  323.         end
  324.       end
  325.       object GroupBox3: TGroupBox
  326.         Left = 8
  327.         Top = 136
  328.         Width = 417
  329.         Height = 75
  330.         TabOrder = 1
  331.         object PageNosBox: TCheckBox
  332.           Left = 214
  333.           Top = 35
  334.           Width = 200
  335.           Height = 17
  336.           HelpContext = 937
  337.           TabOrder = 4
  338.           OnClick = SHIFTSelectBoxClick
  339.         end
  340.         object DateBox: TCheckBox
  341.           Left = 214
  342.           Top = 19
  343.           Width = 200
  344.           Height = 17
  345.           HelpContext = 936
  346.           TabOrder = 3
  347.           OnClick = SHIFTSelectBoxClick
  348.         end
  349.         object FileNamBox: TCheckBox
  350.           Left = 8
  351.           Top = 51
  352.           Width = 200
  353.           Height = 17
  354.           HelpContext = 934
  355.           TabOrder = 2
  356.           OnClick = SHIFTSelectBoxClick
  357.         end
  358.         object LineNosBox: TCheckBox
  359.           Left = 8
  360.           Top = 35
  361.           Width = 200
  362.           Height = 17
  363.           HelpContext = 933
  364.           TabOrder = 1
  365.           OnClick = SHIFTSelectBoxClick
  366.         end
  367.         object WrapLineBox: TCheckBox
  368.           Left = 8
  369.           Top = 19
  370.           Width = 200
  371.           Height = 17
  372.           HelpContext = 935
  373.           TabOrder = 0
  374.           OnClick = SHIFTSelectBoxClick
  375.         end
  376.         object cbPrintColor: TCheckBox
  377.           Left = 214
  378.           Top = 51
  379.           Width = 200
  380.           Height = 17
  381.           HelpContext = 701
  382.           TabOrder = 5
  383.           Visible = False
  384.           OnClick = SHIFTSelectBoxClick
  385.         end
  386.       end
  387.       object VisRMarginBox: TCheckBox
  388.         Left = 216
  389.         Top = 323
  390.         Width = 121
  391.         Height = 17
  392.         Caption = 'Visible Right margin'
  393.         TabOrder = 3
  394.         Visible = False
  395.         OnClick = SHIFTSelectBoxClick
  396.       end
  397.       object RightMarginWidthBox: TEdit
  398.         Tag = 2
  399.         Left = 390
  400.         Top = 321
  401.         Width = 30
  402.         Height = 21
  403.         MaxLength = 3
  404.         TabOrder = 4
  405.         Text = '1'
  406.         Visible = False
  407.         OnChange = LeftBorderWidthBoxChange
  408.         OnKeyDown = LeftBorderWidthBoxKeyDown
  409.       end
  410.     end
  411.     object HighlightingPage: TTabSheet
  412.       Caption = 'Highlighting'
  413.       object Label3: TLabel
  414.         Left = 8
  415.         Top = 7
  416.         Width = 3
  417.         Height = 13
  418.       end
  419.       object ElementLabel: TLabel
  420.         Left = 8
  421.         Top = 143
  422.         Width = 3
  423.         Height = 13
  424.       end
  425.       object FontNameLabel: TLabel
  426.         Left = 8
  427.         Top = 312
  428.         Width = 3
  429.         Height = 13
  430.       end
  431.       object FontSizeLabel: TLabel
  432.         Left = 319
  433.         Top = 311
  434.         Width = 3
  435.         Height = 13
  436.       end
  437.       object FGLabel: TLabel
  438.         Left = 192
  439.         Top = 156
  440.         Width = 3
  441.         Height = 13
  442.       end
  443.       object BGLabel: TLabel
  444.         Left = 192
  445.         Top = 207
  446.         Width = 3
  447.         Height = 13
  448.       end
  449.       object CharSetLabel: TLabel
  450.         Left = 8
  451.         Top = 282
  452.         Width = 3
  453.         Height = 13
  454.       end
  455.       object LangNameBox: TEdit
  456.         Left = 152
  457.         Top = 3
  458.         Width = 273
  459.         Height = 21
  460.         HelpContext = 1047
  461.         TabStop = False
  462.         Enabled = False
  463.         TabOrder = 0
  464.       end
  465.       object GroupBox1: TGroupBox
  466.         Left = 288
  467.         Top = 216
  468.         Width = 138
  469.         Height = 65
  470.         TabOrder = 1
  471.         object UseBoldBox: TCheckBox
  472.           Tag = 1
  473.           Left = 10
  474.           Top = 13
  475.           Width = 124
  476.           Height = 17
  477.           HelpContext = 942
  478.           TabOrder = 0
  479.           OnClick = UseBoldBoxClick
  480.         end
  481.         object UseItalicBox: TCheckBox
  482.           Tag = 2
  483.           Left = 10
  484.           Top = 29
  485.           Width = 124
  486.           Height = 17
  487.           HelpContext = 942
  488.           TabOrder = 1
  489.           OnClick = UseBoldBoxClick
  490.         end
  491.         object UseUnderlineBox: TCheckBox
  492.           Tag = 3
  493.           Left = 10
  494.           Top = 45
  495.           Width = 124
  496.           Height = 17
  497.           HelpContext = 942
  498.           TabOrder = 2
  499.           OnClick = UseBoldBoxClick
  500.         end
  501.       end
  502.       object SynElementsBox: TListBox
  503.         Left = 8
  504.         Top = 158
  505.         Width = 177
  506.         Height = 109
  507.         HelpContext = 941
  508.         ItemHeight = 13
  509.         TabOrder = 2
  510.         OnClick = SynElementsBoxClick
  511.       end
  512.       object Panel1: TPanel
  513.         Left = 8
  514.         Top = 31
  515.         Width = 417
  516.         Height = 104
  517.         BevelOuter = bvNone
  518.         TabOrder = 3
  519.         object FEditor: TSyntaxMemo
  520.           Tag = 2
  521.           Left = 0
  522.           Top = 0
  523.           Width = 417
  524.           Height = 104
  525.           HelpContext = 1048
  526.           Align = alClient
  527.           ClipCopyFormats = [smTEXT, smRTF]
  528.           Font.Charset = DEFAULT_CHARSET
  529.           Font.Color = clWindowText
  530.           Font.Height = -13
  531.           Font.Name = 'Courier New'
  532.           Font.Style = []
  533.           GutterFont.Charset = DEFAULT_CHARSET
  534.           GutterFont.Color = clWindowText
  535.           GutterFont.Height = -11
  536.           GutterFont.Name = 'MS Sans Serif'
  537.           GutterFont.Style = []
  538.           HyperCursor = crDefault
  539.           IndentStep = 1
  540.           Margin = 2
  541.           Modified = False
  542.           MonoPrint = True
  543.           Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  544.           ReadOnly = True
  545.           RightMargin = 80
  546.           SaveFormat = sfTEXT
  547.           ScrollBars = ssBoth
  548.           SelLineStyle = lsCRLF
  549.           SelStart = 0
  550.           SelLength = 0
  551.           SelTextColor = clWhite
  552.           SelTextBack = clTeal
  553.           TabDefault = 4
  554.           TabOrder = 0
  555.           TabStop = False
  556.           Version = '3.00.39u'
  557.           VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  558.           WrapAtColumn = 0
  559.           OnMouseDown = EditorMouseDown
  560.           ActiveParser = 1
  561.         end
  562.       end
  563.       object FontSizeBox: TComboBox
  564.         Left = 371
  565.         Top = 308
  566.         Width = 55
  567.         Height = 21
  568.         HelpContext = 248
  569.         ItemHeight = 13
  570.         TabOrder = 4
  571.         OnChange = FontSizeBoxChange
  572.         Items.Strings = (
  573.           '8'
  574.           '9'
  575.           '10'
  576.           '11'
  577.           '12'
  578.           '14'
  579.           '16'
  580.           '18'
  581.           '20'
  582.           '22'
  583.           '24'
  584.           '26'
  585.           '30')
  586.       end
  587.       object FontNameBox: TComboBox
  588.         Left = 86
  589.         Top = 308
  590.         Width = 180
  591.         Height = 21
  592.         HelpContext = 226
  593.         ItemHeight = 13
  594.         TabOrder = 5
  595.         OnChange = FontNameBoxChange
  596.       end
  597.       object DefCheckBox: TGroupBox
  598.         Left = 288
  599.         Top = 158
  600.         Width = 138
  601.         Height = 53
  602.         TabOrder = 6
  603.         object UseDefForeBox: TCheckBox
  604.           Tag = 1
  605.           Left = 8
  606.           Top = 16
  607.           Width = 124
  608.           Height = 17
  609.           TabOrder = 0
  610.           OnClick = UseDefForeBoxClick
  611.         end
  612.         object UseDefBackBox: TCheckBox
  613.           Left = 8
  614.           Top = 33
  615.           Width = 124
  616.           Height = 17
  617.           TabOrder = 1
  618.           OnClick = UseDefForeBoxClick
  619.         end
  620.       end
  621.       object FontFamilyBox: TComboBox
  622.         Left = 86
  623.         Top = 278
  624.         Width = 180
  625.         Height = 21
  626.         HelpContext = 621
  627.         ItemHeight = 13
  628.         TabOrder = 7
  629.         OnChange = FontFamilyBoxChange
  630.       end
  631.     end
  632.     object AutoCorrectPage: TTabSheet
  633.       Caption = 'Auto correct'
  634.       object Panel4: TPanel
  635.         Left = 0
  636.         Top = 0
  637.         Width = 434
  638.         Height = 335
  639.         Align = alClient
  640.         BevelInner = bvLowered
  641.         BevelOuter = bvNone
  642.         BorderWidth = 2
  643.         TabOrder = 0
  644.         object ReplaceLabel: TLabel
  645.           Left = 10
  646.           Top = 18
  647.           Width = 48
  648.           Height = 13
  649.           Caption = 'Replace'
  650.           Font.Charset = DEFAULT_CHARSET
  651.           Font.Color = clWindowText
  652.           Font.Height = -11
  653.           Font.Name = 'MS Sans Serif'
  654.           Font.Style = [fsBold]
  655.           ParentFont = False
  656.         end
  657.         object WithLabel: TLabel
  658.           Left = 154
  659.           Top = 18
  660.           Width = 27
  661.           Height = 13
  662.           Caption = 'With'
  663.           Font.Charset = DEFAULT_CHARSET
  664.           Font.Color = clWindowText
  665.           Font.Height = -11
  666.           Font.Name = 'MS Sans Serif'
  667.           Font.Style = [fsBold]
  668.           ParentFont = False
  669.         end
  670.         object ActKeysLabel: TLabel
  671.           Left = 179
  672.           Top = 304
  673.           Width = 58
  674.           Height = 13
  675.           Caption = 'Act key(s)'
  676.           Font.Charset = DEFAULT_CHARSET
  677.           Font.Color = clWindowText
  678.           Font.Height = -11
  679.           Font.Name = 'MS Sans Serif'
  680.           Font.Style = [fsBold]
  681.           ParentFont = False
  682.         end
  683.         object AutoReplButton1: TButton
  684.           Left = 10
  685.           Top = 303
  686.           Width = 75
  687.           Height = 19
  688.           HelpContext = 1129
  689.           Caption = 'Add'
  690.           TabOrder = 0
  691.           OnClick = AutoReplButton1Click
  692.         end
  693.         object AutoReplButton2: TButton
  694.           Left = 90
  695.           Top = 303
  696.           Width = 75
  697.           Height = 19
  698.           HelpContext = 1130
  699.           Caption = 'Replace'
  700.           TabOrder = 1
  701.           OnClick = AutoReplButton2Click
  702.         end
  703.         object AutoReplBox: TListBox
  704.           Left = 10
  705.           Top = 32
  706.           Width = 414
  707.           Height = 237
  708.           HelpContext = 1128
  709.           Font.Charset = DEFAULT_CHARSET
  710.           Font.Color = clWindowText
  711.           Font.Height = -11
  712.           Font.Name = 'Courier New'
  713.           Font.Style = []
  714.           ItemHeight = 16
  715.           ParentFont = False
  716.           Sorted = True
  717.           Style = lbOwnerDrawFixed
  718.           TabOrder = 2
  719.           OnClick = AutoReplBoxClick
  720.           OnDrawItem = AutoReplBoxDrawItem
  721.           OnMeasureItem = AutoReplBoxMeasureItem
  722.         end
  723.         object ReplaceBox: TEdit
  724.           Left = 10
  725.           Top = 270
  726.           Width = 137
  727.           Height = 22
  728.           HelpContext = 1126
  729.           Font.Charset = DEFAULT_CHARSET
  730.           Font.Color = clWindowText
  731.           Font.Height = -11
  732.           Font.Name = 'Courier New'
  733.           Font.Style = []
  734.           ParentFont = False
  735.           TabOrder = 3
  736.           OnChange = ReplaceBoxChange
  737.         end
  738.         object WithBox: TEdit
  739.           Left = 147
  740.           Top = 270
  741.           Width = 277
  742.           Height = 22
  743.           HelpContext = 1127
  744.           Font.Charset = DEFAULT_CHARSET
  745.           Font.Color = clWindowText
  746.           Font.Height = -11
  747.           Font.Name = 'Courier New'
  748.           Font.Style = []
  749.           ParentFont = False
  750.           TabOrder = 4
  751.           OnChange = WithBoxChange
  752.         end
  753.         object AutoReplActBox: TEdit
  754.           Left = 256
  755.           Top = 301
  756.           Width = 168
  757.           Height = 21
  758.           HelpContext = 1131
  759.           TabOrder = 5
  760.           OnExit = AutoReplActBoxExit
  761.         end
  762.       end
  763.     end
  764.     object TemplatesPage: TTabSheet
  765.       Caption = 'Code templates'
  766.       object Panel5: TPanel
  767.         Left = 0
  768.         Top = 0
  769.         Width = 434
  770.         Height = 335
  771.         Align = alClient
  772.         BevelInner = bvLowered
  773.         BevelOuter = bvNone
  774.         BorderWidth = 2
  775.         TabOrder = 0
  776.         object NameLabel: TLabel
  777.           Left = 10
  778.           Top = 18
  779.           Width = 33
  780.           Height = 13
  781.           Caption = 'Name'
  782.           Font.Charset = DEFAULT_CHARSET
  783.           Font.Color = clWindowText
  784.           Font.Height = -11
  785.           Font.Name = 'MS Sans Serif'
  786.           Font.Style = [fsBold]
  787.           ParentFont = False
  788.         end
  789.         object DescLabel: TLabel
  790.           Left = 141
  791.           Top = 18
  792.           Width = 65
  793.           Height = 13
  794.           Caption = 'Description'
  795.           Font.Charset = DEFAULT_CHARSET
  796.           Font.Color = clWindowText
  797.           Font.Height = -11
  798.           Font.Name = 'MS Sans Serif'
  799.           Font.Style = [fsBold]
  800.           ParentFont = False
  801.         end
  802.         object HotKeyLabel: TLabel
  803.           Left = 178
  804.           Top = 304
  805.           Width = 41
  806.           Height = 13
  807.           Caption = 'Hotkey'
  808.           Font.Charset = DEFAULT_CHARSET
  809.           Font.Color = clWindowText
  810.           Font.Height = -11
  811.           Font.Name = 'MS Sans Serif'
  812.           Font.Style = [fsBold]
  813.           ParentFont = False
  814.         end
  815.         object TemplateValueLabel: TLabel
  816.           Left = 10
  817.           Top = 137
  818.           Width = 82
  819.           Height = 13
  820.           Caption = 'Code template'
  821.           Font.Charset = DEFAULT_CHARSET
  822.           Font.Color = clWindowText
  823.           Font.Height = -11
  824.           Font.Name = 'MS Sans Serif'
  825.           Font.Style = [fsBold]
  826.           ParentFont = False
  827.         end
  828.         object cteListBox: TListBox
  829.           Left = 10
  830.           Top = 32
  831.           Width = 414
  832.           Height = 73
  833.           HelpContext = 1135
  834.           Font.Charset = DEFAULT_CHARSET
  835.           Font.Color = clWindowText
  836.           Font.Height = -11
  837.           Font.Name = 'Courier New'
  838.           Font.Style = []
  839.           ItemHeight = 16
  840.           ParentFont = False
  841.           Sorted = True
  842.           Style = lbOwnerDrawFixed
  843.           TabOrder = 0
  844.           OnClick = cteListBoxClick
  845.           OnDrawItem = AutoReplBoxDrawItem
  846.           OnMeasureItem = AutoReplBoxMeasureItem
  847.         end
  848.         object cteNameBox: TEdit
  849.           Left = 10
  850.           Top = 106
  851.           Width = 131
  852.           Height = 22
  853.           HelpContext = 1011
  854.           Font.Charset = DEFAULT_CHARSET
  855.           Font.Color = clWindowText
  856.           Font.Height = -11
  857.           Font.Name = 'Courier New'
  858.           Font.Style = []
  859.           ParentFont = False
  860.           TabOrder = 1
  861.           OnChange = cteNameBoxChange
  862.         end
  863.         object cteDescBox: TEdit
  864.           Left = 140
  865.           Top = 106
  866.           Width = 284
  867.           Height = 22
  868.           HelpContext = 1012
  869.           Font.Charset = DEFAULT_CHARSET
  870.           Font.Color = clWindowText
  871.           Font.Height = -11
  872.           Font.Name = 'Courier New'
  873.           Font.Style = []
  874.           ParentFont = False
  875.           TabOrder = 2
  876.           OnChange = cteDescBoxChange
  877.         end
  878.         object cteSynMemoPanel: TPanel
  879.           Left = 10
  880.           Top = 151
  881.           Width = 414
  882.           Height = 141
  883.           BevelOuter = bvNone
  884.           TabOrder = 3
  885.           object SyntaxMemo1: TSyntaxMemo
  886.             Left = 0
  887.             Top = 0
  888.             Width = 414
  889.             Height = 141
  890.             HelpContext = 1010
  891.             Align = alClient
  892.             ClipCopyFormats = [smTEXT, smRTF]
  893.             Font.Charset = DEFAULT_CHARSET
  894.             Font.Color = clWindowText
  895.             Font.Height = -13
  896.             Font.Name = 'Courier New'
  897.             Font.Style = []
  898.             GutterFont.Charset = DEFAULT_CHARSET
  899.             GutterFont.Color = clWindowText
  900.             GutterFont.Height = -11
  901.             GutterFont.Name = 'MS Sans Serif'
  902.             GutterFont.Style = []
  903.             HyperCursor = crDefault
  904.             IndentStep = 1
  905.             Margin = 2
  906.             Modified = False
  907.             MonoPrint = True
  908.             Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  909.             ReadOnly = False
  910.             RightMargin = 80
  911.             SaveFormat = sfTEXT
  912.             ScrollBars = ssBoth
  913.             SelLineStyle = lsCRLF
  914.             SelStart = 0
  915.             SelLength = 0
  916.             SelTextColor = clWhite
  917.             SelTextBack = clTeal
  918.             TabDefault = 4
  919.             TabOrder = 0
  920.             Version = '3.00.39u'
  921.             VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  922.             WrapAtColumn = 0
  923.             OnChange = SyntaxMemo1Change
  924.             OnDataDrop = SyntaxMemo1DataDrop
  925.             ActiveParser = 1
  926.           end
  927.         end
  928.         object CodeTemplateButton1: TButton
  929.           Left = 10
  930.           Top = 303
  931.           Width = 75
  932.           Height = 19
  933.           HelpContext = 1132
  934.           Caption = 'Add'
  935.           TabOrder = 4
  936.           OnClick = CodeTemplateButton1Click
  937.         end
  938.         object CodeTemplateButton2: TButton
  939.           Left = 90
  940.           Top = 303
  941.           Width = 75
  942.           Height = 19
  943.           HelpContext = 1133
  944.           Caption = 'Replace'
  945.           TabOrder = 5
  946.           OnClick = CodeTemplateButton2Click
  947.         end
  948.         object cteHotkey: THotKey
  949.           Left = 312
  950.           Top = 301
  951.           Width = 112
  952.           Height = 19
  953.           HelpContext = 1134
  954.           HotKey = 32833
  955.           InvalidKeys = [hcNone, hcShift]
  956.           Modifiers = [hkAlt]
  957.           TabOrder = 6
  958.           OnExit = cteHotkeyExit
  959.         end
  960.       end
  961.     end
  962.   end
  963. end
  964.