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

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