home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Skryba / _SETUP.1 / Skryba.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt
Text File  |  1998-09-18  |  27KB  |  1,044 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 161
  3.   Top = 108
  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 = OptionsPage
  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.         Caption = 'Block Indent step size'
  65.       end
  66.       object Label16: TLabel
  67.         Left = 7
  68.         Top = 276
  69.         Width = 89
  70.         Height = 13
  71.         Caption = 'Word wrap column'
  72.       end
  73.       object Label11: TLabel
  74.         Left = 178
  75.         Top = 253
  76.         Width = 62
  77.         Height = 13
  78.         Alignment = taRightJustify
  79.         Caption = 'Tab Columns'
  80.       end
  81.       object DefTabStopLabel: TLabel
  82.         Left = 178
  83.         Top = 276
  84.         Width = 79
  85.         Height = 13
  86.         Caption = 'Default Tab stop'
  87.       end
  88.       object GroupBox4: TGroupBox
  89.         Left = 8
  90.         Top = 8
  91.         Width = 417
  92.         Height = 171
  93.         Caption = 'Options'
  94.         TabOrder = 0
  95.         object Label13: TLabel
  96.           Left = 12
  97.           Top = 21
  98.           Width = 72
  99.           Height = 13
  100.           Caption = 'Print options'
  101.           Font.Charset = DEFAULT_CHARSET
  102.           Font.Color = clWindowText
  103.           Font.Height = -12
  104.           Font.Name = 'MS Sans Serif'
  105.           Font.Style = [fsBold]
  106.           ParentFont = False
  107.         end
  108.         object Label14: TLabel
  109.           Left = 134
  110.           Top = 21
  111.           Width = 90
  112.           Height = 13
  113.           Caption = 'General options'
  114.           Font.Charset = DEFAULT_CHARSET
  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.       end
  275.       object WrapColumnBox: TEdit
  276.         Left = 118
  277.         Top = 272
  278.         Width = 25
  279.         Height = 21
  280.         TabOrder = 1
  281.         Text = 'WrapColumnBox'
  282.         OnExit = WrapColumnBoxExit
  283.         OnKeyDown = WrapColumnBoxKeyDown
  284.       end
  285.       object IndentStepBox: TEdit
  286.         Left = 118
  287.         Top = 249
  288.         Width = 25
  289.         Height = 21
  290.         TabOrder = 2
  291.         Text = 'IndentStepBox'
  292.         OnExit = IndentStepBoxExit
  293.         OnKeyDown = WrapColumnBoxKeyDown
  294.       end
  295.       object GroupBox2: TGroupBox
  296.         Left = 8
  297.         Top = 182
  298.         Width = 417
  299.         Height = 59
  300.         TabOrder = 3
  301.         object Label7: TLabel
  302.           Left = 16
  303.           Top = 36
  304.           Width = 59
  305.           Height = 13
  306.           Caption = 'Right margin'
  307.         end
  308.         object Label9: TLabel
  309.           Left = 184
  310.           Top = 36
  311.           Width = 57
  312.           Height = 13
  313.           Caption = 'Gutter width'
  314.         end
  315.         object VisRMarginBox: TCheckBox
  316.           Left = 16
  317.           Top = 12
  318.           Width = 157
  319.           Height = 17
  320.           Caption = 'Visible Right margin'
  321.           TabOrder = 0
  322.           OnClick = SHIFTSelectBoxClick
  323.         end
  324.         object RightMarginWidthBox: TEdit
  325.           Tag = 2
  326.           Left = 83
  327.           Top = 32
  328.           Width = 45
  329.           Height = 21
  330.           MaxLength = 3
  331.           TabOrder = 1
  332.           Text = '1'
  333.           OnChange = LeftBorderWidthBoxChange
  334.           OnKeyDown = LeftBorderWidthBoxKeyDown
  335.         end
  336.         object VisGutterBox: TCheckBox
  337.           Left = 184
  338.           Top = 12
  339.           Width = 97
  340.           Height = 17
  341.           Caption = 'Visible Gutter'
  342.           TabOrder = 2
  343.           OnClick = SHIFTSelectBoxClick
  344.         end
  345.         object LeftBorderWidthBox: TEdit
  346.           Tag = 1
  347.           Left = 247
  348.           Top = 32
  349.           Width = 45
  350.           Height = 21
  351.           MaxLength = 3
  352.           TabOrder = 3
  353.           Text = '1'
  354.           OnChange = LeftBorderWidthBoxChange
  355.           OnKeyDown = LeftBorderWidthBoxKeyDown
  356.         end
  357.       end
  358.       object ShowWrapColumnBox: TCheckBox
  359.         Left = 6
  360.         Top = 296
  361.         Width = 137
  362.         Height = 17
  363.         Alignment = taLeftJustify
  364.         Caption = 'Show word-wrap column'
  365.         TabOrder = 4
  366.         OnClick = SHIFTSelectBoxClick
  367.       end
  368.       object TabColumnsBox: TEdit
  369.         Left = 264
  370.         Top = 249
  371.         Width = 160
  372.         Height = 21
  373.         TabOrder = 5
  374.         Text = 'TabColumnsBox'
  375.         OnExit = TabColumnsBoxExit
  376.       end
  377.       object DeftabBox: TEdit
  378.         Left = 264
  379.         Top = 272
  380.         Width = 25
  381.         Height = 21
  382.         TabOrder = 6
  383.         Text = 'DeftabBox'
  384.         OnExit = DeftabBoxExit
  385.       end
  386.     end
  387.     object HighlightingPage: TTabSheet
  388.       Caption = 'Highlighting'
  389.       object Label3: TLabel
  390.         Left = 10
  391.         Top = 7
  392.         Width = 105
  393.         Height = 13
  394.         Caption = 'Current language style'
  395.       end
  396.       object ElementLabel: TLabel
  397.         Left = 10
  398.         Top = 24
  399.         Width = 38
  400.         Height = 13
  401.         Caption = 'Element'
  402.       end
  403.       object FontNameLabel: TLabel
  404.         Left = 10
  405.         Top = 176
  406.         Width = 21
  407.         Height = 13
  408.         Caption = 'Font'
  409.       end
  410.       object FontSizeLabel: TLabel
  411.         Left = 295
  412.         Top = 176
  413.         Width = 20
  414.         Height = 13
  415.         Caption = 'Size'
  416.       end
  417.       object FGLabel: TLabel
  418.         Left = 136
  419.         Top = 37
  420.         Width = 54
  421.         Height = 13
  422.         Caption = 'Foreground'
  423.       end
  424.       object BGLabel: TLabel
  425.         Left = 136
  426.         Top = 88
  427.         Width = 58
  428.         Height = 13
  429.         Caption = 'Background'
  430.       end
  431.       object LangNameBox: TEdit
  432.         Left = 120
  433.         Top = 3
  434.         Width = 297
  435.         Height = 21
  436.         TabStop = False
  437.         Enabled = False
  438.         TabOrder = 0
  439.         Text = 'LangNameBox'
  440.       end
  441.       object GroupBox1: TGroupBox
  442.         Left = 280
  443.         Top = 33
  444.         Width = 137
  445.         Height = 65
  446.         Caption = 'Text attributes'
  447.         TabOrder = 1
  448.         object UseBoldBox: TCheckBox
  449.           Tag = 1
  450.           Left = 10
  451.           Top = 13
  452.           Width = 97
  453.           Height = 17
  454.           Caption = '&Bold'
  455.           TabOrder = 0
  456.           OnClick = UseBoldBoxClick
  457.         end
  458.         object UseItalicBox: TCheckBox
  459.           Tag = 2
  460.           Left = 10
  461.           Top = 29
  462.           Width = 97
  463.           Height = 17
  464.           Caption = '&Italic'
  465.           TabOrder = 1
  466.           OnClick = UseBoldBoxClick
  467.         end
  468.         object UseUnderlineBox: TCheckBox
  469.           Tag = 3
  470.           Left = 10
  471.           Top = 45
  472.           Width = 97
  473.           Height = 17
  474.           Caption = '&Underline'
  475.           TabOrder = 2
  476.           OnClick = UseBoldBoxClick
  477.         end
  478.       end
  479.       object SynElementsBox: TListBox
  480.         Left = 8
  481.         Top = 38
  482.         Width = 121
  483.         Height = 125
  484.         ItemHeight = 13
  485.         TabOrder = 2
  486.         OnClick = SynElementsBoxClick
  487.       end
  488.       object Panel1: TPanel
  489.         Left = 8
  490.         Top = 204
  491.         Width = 417
  492.         Height = 113
  493.         BevelOuter = bvNone
  494.         TabOrder = 3
  495.         object FEditor: TSyntaxMemo
  496.           Tag = 2
  497.           Left = 0
  498.           Top = 0
  499.           Width = 417
  500.           Height = 113
  501.           ActiveParser = 1
  502.           Align = alClient
  503.           ClipCopyFormats = [smTEXT, smRTF]
  504.           Font.Charset = DEFAULT_CHARSET
  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.00'
  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 = 0
  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 = 0
  600.         Height = 0
  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.Charset = DEFAULT_CHARSET
  613.           Font.Color = clWindowText
  614.           Font.Height = -11
  615.           Font.Name = 'MS Sans Serif'
  616.           Font.Style = [fsBold]
  617.           ParentFont = False
  618.         end
  619.         object UsesKeysLabel: TLabel
  620.           Left = 245
  621.           Top = 16
  622.           Width = 60
  623.           Height = 13
  624.           Caption = 'Uses Keys'
  625.           Font.Charset = DEFAULT_CHARSET
  626.           Font.Color = clWindowText
  627.           Font.Height = -11
  628.           Font.Name = 'MS Sans Serif'
  629.           Font.Style = [fsBold]
  630.           ParentFont = False
  631.         end
  632.         object Key1Label: TLabel
  633.           Left = 245
  634.           Top = 171
  635.           Width = 29
  636.           Height = 13
  637.           Caption = 'Key1'
  638.           Font.Charset = DEFAULT_CHARSET
  639.           Font.Color = clWindowText
  640.           Font.Height = -11
  641.           Font.Name = 'MS Sans Serif'
  642.           Font.Style = [fsBold]
  643.           ParentFont = False
  644.         end
  645.         object Key2Label: TLabel
  646.           Left = 245
  647.           Top = 194
  648.           Width = 29
  649.           Height = 13
  650.           Caption = 'Key2'
  651.           Font.Charset = DEFAULT_CHARSET
  652.           Font.Color = clWindowText
  653.           Font.Height = -11
  654.           Font.Name = 'MS Sans Serif'
  655.           Font.Style = [fsBold]
  656.           ParentFont = False
  657.         end
  658.         object CommandDescListBox: TListBox
  659.           Left = 16
  660.           Top = 32
  661.           Width = 209
  662.           Height = 273
  663.           ExtendedSelect = False
  664.           ItemHeight = 13
  665.           TabOrder = 0
  666.           OnClick = CommandDescListBoxClick
  667.         end
  668.         object CommandKeysListBox: TListBox
  669.           Left = 241
  670.           Top = 32
  671.           Width = 185
  672.           Height = 130
  673.           ExtendedSelect = False
  674.           ItemHeight = 13
  675.           TabOrder = 1
  676.           OnClick = CommandKeysListBoxClick
  677.           OnExit = CommandKeysListBoxExit
  678.         end
  679.         object AddButton: TButton
  680.           Left = 305
  681.           Top = 218
  682.           Width = 45
  683.           Height = 21
  684.           Caption = 'Add...'
  685.           TabOrder = 2
  686.           OnClick = AddButtonClick
  687.         end
  688.         object DeleteButton: TButton
  689.           Left = 355
  690.           Top = 218
  691.           Width = 45
  692.           Height = 21
  693.           Caption = 'Delete'
  694.           TabOrder = 3
  695.           OnClick = DeleteButtonClick
  696.         end
  697.         object Key1Box: THotKey
  698.           Left = 304
  699.           Top = 168
  700.           Width = 121
  701.           Height = 19
  702.           HotKey = 65
  703.           InvalidKeys = [hcNone, hcShift]
  704.           Modifiers = [hkExt]
  705.           TabOrder = 4
  706.           OnEnter = Key1BoxEnter
  707.           OnExit = Key1BoxExit
  708.         end
  709.         object Key2Box: THotKey
  710.           Left = 304
  711.           Top = 194
  712.           Width = 121
  713.           Height = 19
  714.           HotKey = 65
  715.           InvalidKeys = [hcNone, hcShift]
  716.           Modifiers = [hkExt]
  717.           TabOrder = 5
  718.           OnEnter = Key2BoxEnter
  719.           OnExit = Key2BoxExit
  720.         end
  721.       end
  722.     end
  723.     object AutoCorrectPage: TTabSheet
  724.       Caption = 'Auto correct'
  725.       object Panel4: TPanel
  726.         Left = 0
  727.         Top = 0
  728.         Width = 434
  729.         Height = 320
  730.         Align = alClient
  731.         BevelInner = bvLowered
  732.         BevelOuter = bvNone
  733.         BorderWidth = 2
  734.         TabOrder = 0
  735.         object ReplaceLabel: TLabel
  736.           Left = 16
  737.           Top = 16
  738.           Width = 48
  739.           Height = 13
  740.           Caption = 'Replace'
  741.           Font.Charset = DEFAULT_CHARSET
  742.           Font.Color = clWindowText
  743.           Font.Height = -11
  744.           Font.Name = 'MS Sans Serif'
  745.           Font.Style = [fsBold]
  746.           ParentFont = False
  747.         end
  748.         object WithLabel: TLabel
  749.           Left = 160
  750.           Top = 16
  751.           Width = 27
  752.           Height = 13
  753.           Caption = 'With'
  754.           Font.Charset = DEFAULT_CHARSET
  755.           Font.Color = clWindowText
  756.           Font.Height = -11
  757.           Font.Name = 'MS Sans Serif'
  758.           Font.Style = [fsBold]
  759.           ParentFont = False
  760.         end
  761.         object ActKeysLabel: TLabel
  762.           Left = 195
  763.           Top = 281
  764.           Width = 58
  765.           Height = 13
  766.           Caption = 'Act key(s)'
  767.           Font.Charset = DEFAULT_CHARSET
  768.           Font.Color = clWindowText
  769.           Font.Height = -11
  770.           Font.Name = 'MS Sans Serif'
  771.           Font.Style = [fsBold]
  772.           ParentFont = False
  773.         end
  774.         object AutoReplButton1: TButton
  775.           Left = 16
  776.           Top = 278
  777.           Width = 65
  778.           Height = 19
  779.           Caption = 'Add'
  780.           TabOrder = 0
  781.           OnClick = AutoReplButton1Click
  782.         end
  783.         object AutoReplButton2: TButton
  784.           Left = 104
  785.           Top = 278
  786.           Width = 65
  787.           Height = 19
  788.           Caption = 'Replace'
  789.           TabOrder = 1
  790.           OnClick = AutoReplButton2Click
  791.         end
  792.         object AutoReplBox: TListBox
  793.           Left = 16
  794.           Top = 32
  795.           Width = 401
  796.           Height = 213
  797.           Font.Charset = ANSI_CHARSET
  798.           Font.Color = clWindowText
  799.           Font.Height = -11
  800.           Font.Name = 'MS Sans Serif'
  801.           Font.Style = []
  802.           ItemHeight = 16
  803.           Items.Strings = (
  804.             'one'
  805.             'three'
  806.             'two')
  807.           ParentFont = False
  808.           Sorted = True
  809.           Style = lbOwnerDrawFixed
  810.           TabOrder = 2
  811.           OnClick = AutoReplBoxClick
  812.           OnDrawItem = AutoReplBoxDrawItem
  813.           OnMeasureItem = AutoReplBoxMeasureItem
  814.         end
  815.         object ReplaceBox: TEdit
  816.           Left = 16
  817.           Top = 246
  818.           Width = 137
  819.           Height = 21
  820.           Font.Charset = ANSI_CHARSET
  821.           Font.Color = clWindowText
  822.           Font.Height = -11
  823.           Font.Name = 'MS Sans Serif'
  824.           Font.Style = []
  825.           ParentFont = False
  826.           TabOrder = 3
  827.           OnChange = ReplaceBoxChange
  828.         end
  829.         object WithBox: TEdit
  830.           Left = 153
  831.           Top = 246
  832.           Width = 264
  833.           Height = 21
  834.           Font.Charset = ANSI_CHARSET
  835.           Font.Color = clWindowText
  836.           Font.Height = -11
  837.           Font.Name = 'MS Sans Serif'
  838.           Font.Style = []
  839.           ParentFont = False
  840.           TabOrder = 4
  841.           OnChange = WithBoxChange
  842.         end
  843.         object AutoReplActBox: TEdit
  844.           Left = 256
  845.           Top = 277
  846.           Width = 161
  847.           Height = 21
  848.           TabOrder = 5
  849.           Text = 'AutoReplActBox'
  850.           OnExit = AutoReplActBoxExit
  851.         end
  852.       end
  853.     end
  854.     object TemplatesPage: TTabSheet
  855.       Caption = 'Code templates'
  856.       object Panel5: TPanel
  857.         Left = 0
  858.         Top = 0
  859.         Width = 434
  860.         Height = 320
  861.         Align = alClient
  862.         BevelInner = bvLowered
  863.         BevelOuter = bvNone
  864.         BorderWidth = 2
  865.         TabOrder = 0
  866.         object NameLabel: TLabel
  867.           Left = 16
  868.           Top = 16
  869.           Width = 33
  870.           Height = 13
  871.           Caption = 'Name'
  872.           Font.Charset = DEFAULT_CHARSET
  873.           Font.Color = clWindowText
  874.           Font.Height = -11
  875.           Font.Name = 'MS Sans Serif'
  876.           Font.Style = [fsBold]
  877.           ParentFont = False
  878.         end
  879.         object DescLabel: TLabel
  880.           Left = 160
  881.           Top = 16
  882.           Width = 65
  883.           Height = 13
  884.           Caption = 'Description'
  885.           Font.Charset = DEFAULT_CHARSET
  886.           Font.Color = clWindowText
  887.           Font.Height = -11
  888.           Font.Name = 'MS Sans Serif'
  889.           Font.Style = [fsBold]
  890.           ParentFont = False
  891.         end
  892.         object HotKeyLabel: TLabel
  893.           Left = 240
  894.           Top = 292
  895.           Width = 41
  896.           Height = 13
  897.           Caption = 'Hotkey'
  898.           Font.Charset = DEFAULT_CHARSET
  899.           Font.Color = clWindowText
  900.           Font.Height = -11
  901.           Font.Name = 'MS Sans Serif'
  902.           Font.Style = [fsBold]
  903.           ParentFont = False
  904.         end
  905.         object TemplateValueLabel: TLabel
  906.           Left = 16
  907.           Top = 136
  908.           Width = 82
  909.           Height = 13
  910.           Caption = 'Code template'
  911.           Font.Charset = DEFAULT_CHARSET
  912.           Font.Color = clWindowText
  913.           Font.Height = -11
  914.           Font.Name = 'MS Sans Serif'
  915.           Font.Style = [fsBold]
  916.           ParentFont = False
  917.         end
  918.         object cteListBox: TListBox
  919.           Left = 16
  920.           Top = 32
  921.           Width = 401
  922.           Height = 73
  923.           Font.Charset = ANSI_CHARSET
  924.           Font.Color = clWindowText
  925.           Font.Height = -11
  926.           Font.Name = 'MS Sans Serif'
  927.           Font.Style = []
  928.           ItemHeight = 16
  929.           Items.Strings = (
  930.             'one'
  931.             'three'
  932.             'two')
  933.           ParentFont = False
  934.           Sorted = True
  935.           Style = lbOwnerDrawFixed
  936.           TabOrder = 0
  937.           OnClick = cteListBoxClick
  938.           OnDrawItem = AutoReplBoxDrawItem
  939.           OnMeasureItem = AutoReplBoxMeasureItem
  940.         end
  941.         object cteNameBox: TEdit
  942.           Left = 16
  943.           Top = 106
  944.           Width = 131
  945.           Height = 21
  946.           Font.Charset = ANSI_CHARSET
  947.           Font.Color = clWindowText
  948.           Font.Height = -11
  949.           Font.Name = 'MS Sans Serif'
  950.           Font.Style = []
  951.           ParentFont = False
  952.           TabOrder = 1
  953.           Text = 'cteNameBox'
  954.           OnChange = cteNameBoxChange
  955.         end
  956.         object cteDescBox: TEdit
  957.           Left = 146
  958.           Top = 106
  959.           Width = 271
  960.           Height = 21
  961.           Font.Charset = ANSI_CHARSET
  962.           Font.Color = clWindowText
  963.           Font.Height = -11
  964.           Font.Name = 'MS Sans Serif'
  965.           Font.Style = []
  966.           ParentFont = False
  967.           TabOrder = 2
  968.           Text = 'cteDescBox'
  969.           OnChange = cteDescBoxChange
  970.         end
  971.         object cteSynMemoPanel: TPanel
  972.           Left = 16
  973.           Top = 151
  974.           Width = 401
  975.           Height = 129
  976.           BevelOuter = bvNone
  977.           TabOrder = 3
  978.           object SyntaxMemo1: TSyntaxMemo
  979.             Left = 0
  980.             Top = 0
  981.             Width = 401
  982.             Height = 129
  983.             ActiveParser = 1
  984.             Align = alClient
  985.             ClipCopyFormats = [smTEXT, smRTF]
  986.             Font.Charset = DEFAULT_CHARSET
  987.             Font.Color = clWindowText
  988.             Font.Height = -13
  989.             Font.Name = 'Courier New'
  990.             Font.Style = []
  991.             HyperCursor = crDefault
  992.             IndentStep = 1
  993.             Margin = 2
  994.             Modified = False
  995.             Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack]
  996.             ReadOnly = False
  997.             RightMargin = 80
  998.             SaveFormat = sfTEXT
  999.             SelStart = 0
  1000.             SelLength = 0
  1001.             SelTextColor = clWhite
  1002.             SelTextBack = clTeal
  1003.             TabDefault = 4
  1004.             TabOrder = 0
  1005.             Version = '(I)1.09.00'
  1006.             VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  1007.             WrapAtColumn = 0
  1008.             OnChange = SyntaxMemo1Change
  1009.             OnDataDrop = SyntaxMemo1DataDrop
  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.         end
  1040.       end
  1041.     end
  1042.   end
  1043. end
  1044.