home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / pajaczek / _SETUP.1 / Pajaczek.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Encoding:
Text File  |  1998-11-10  |  25.9 KB  |  1,023 lines

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