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