home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / Prolix / PROLIX.EXE / 0 / RCDATA / TFM_HELPSCREEN / TFM_HELPSCREEN.txt < prev   
Text File  |  1997-09-21  |  50KB  |  1,625 lines

  1. object FM_HelpScreen: TFM_HelpScreen
  2.   Left = 284
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Prolix Help'
  6.   ClientHeight = 405
  7.   ClientWidth = 568
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poDefault
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object BT_Close: TButton
  20.     Left = 459
  21.     Top = 368
  22.     Width = 100
  23.     Height = 30
  24.     Hint = 'Close Help screen'
  25.     Caption = 'Close'
  26.     Default = True
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBtnText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ModalResult = 1
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     OnClick = BT_CloseClick
  36.   end
  37.   object PC_Help: TPageControl
  38.     Left = 9
  39.     Top = 5
  40.     Width = 550
  41.     Height = 356
  42.     ActivePage = TS_General
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clBtnText
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     HotTrack = True
  49.     ParentFont = False
  50.     TabOrder = 1
  51.     TabWidth = 85
  52.     object TS_General: TTabSheet
  53.       Caption = '&General'
  54.       object PL_General: TPanel
  55.         Left = 9
  56.         Top = 13
  57.         Width = 525
  58.         Height = 300
  59.         BevelInner = bvRaised
  60.         BevelOuter = bvLowered
  61.         TabOrder = 0
  62.         object LL_General01: TLabel
  63.           Left = 20
  64.           Top = 25
  65.           Width = 483
  66.           Height = 71
  67.           Caption = 
  68.             'Prolix is a simple-to-use Windows-based text editor.  It has all' +
  69.             ' the usual features of any editor, such as search and replace, c' +
  70.             'opy, cut, paste, and so on.  It is an MDI style application, so ' +
  71.             'it can have many files open at once.'
  72.           Font.Charset = DEFAULT_CHARSET
  73.           Font.Color = clBtnText
  74.           Font.Height = -15
  75.           Font.Name = 'MS Sans Serif'
  76.           Font.Style = []
  77.           ParentFont = False
  78.           WordWrap = True
  79.         end
  80.         object LL_General02: TLabel
  81.           Left = 20
  82.           Top = 98
  83.           Width = 475
  84.           Height = 73
  85.           Caption = 
  86.             'It also supports drag-and-drop, so that when Prolix is running y' +
  87.             'ou can drag selected files from File Manager and drop them onto ' +
  88.             'the Prolix window; Prolix will automatically open an editor wind' +
  89.             'ow for each of them.'
  90.           Font.Charset = DEFAULT_CHARSET
  91.           Font.Color = clBtnText
  92.           Font.Height = -15
  93.           Font.Name = 'MS Sans Serif'
  94.           Font.Style = []
  95.           ParentFont = False
  96.           WordWrap = True
  97.         end
  98.         object LL_General03: TLabel
  99.           Left = 20
  100.           Top = 170
  101.           Width = 480
  102.           Height = 71
  103.           Caption = 
  104.             'Apart from a clean interface, Prolix'#39's greatest strength is in i' +
  105.             't'#39's ability to handle text files up to 16 megabytes in size, mak' +
  106.             'ing it useful for a far greater range of purposes than editors t' +
  107.             'hat suffer from a 32k or 64k limit.'
  108.           Font.Charset = DEFAULT_CHARSET
  109.           Font.Color = clBtnText
  110.           Font.Height = -15
  111.           Font.Name = 'MS Sans Serif'
  112.           Font.Style = []
  113.           ParentFont = False
  114.           WordWrap = True
  115.         end
  116.         object BV_General: TBevel
  117.           Left = 18
  118.           Top = 245
  119.           Width = 490
  120.           Height = 3
  121.           Shape = bsBottomLine
  122.         end
  123.         object LL_Copyright: TLabel
  124.           Left = 23
  125.           Top = 266
  126.           Width = 435
  127.           Height = 16
  128.           Alignment = taCenter
  129.           Caption = 
  130.             'Prolix is copyright ∩┐╜ 1995, 1997 by Eric E. A. Schreiber.  All r' +
  131.             'ights reserved.'
  132.           Font.Charset = DEFAULT_CHARSET
  133.           Font.Color = clBtnText
  134.           Font.Height = -15
  135.           Font.Name = 'MS Sans Serif'
  136.           Font.Style = []
  137.           ParentFont = False
  138.         end
  139.       end
  140.     end
  141.     object TS_License: TTabSheet
  142.       Caption = '&License'
  143.       object PL_License: TPanel
  144.         Left = 9
  145.         Top = 13
  146.         Width = 525
  147.         Height = 300
  148.         BevelInner = bvRaised
  149.         BevelOuter = bvLowered
  150.         TabOrder = 0
  151.         object LL_License01: TLabel
  152.           Left = 20
  153.           Top = 25
  154.           Width = 469
  155.           Height = 76
  156.           Caption = 
  157.             'Prolix is released as Freeware for private non-commercial use. I' +
  158.             'ndividuals may use Prolix free of charge, and are encouraged to ' +
  159.             'give copies to friends and associates.'
  160.           Font.Charset = DEFAULT_CHARSET
  161.           Font.Color = clBtnText
  162.           Font.Height = -15
  163.           Font.Name = 'MS Sans Serif'
  164.           Font.Style = []
  165.           ParentFont = False
  166.           WordWrap = True
  167.         end
  168.         object LL_License02: TLabel
  169.           Left = 20
  170.           Top = 101
  171.           Width = 476
  172.           Height = 75
  173.           Caption = 
  174.             'Business, government, educational or religious organizations wis' +
  175.             'hing to use or distribute Prolix must purchase a commercial lice' +
  176.             'nse. See the documentation file for pricing and terms.'
  177.           Font.Charset = DEFAULT_CHARSET
  178.           Font.Color = clBtnText
  179.           Font.Height = -15
  180.           Font.Name = 'MS Sans Serif'
  181.           Font.Style = []
  182.           ParentFont = False
  183.           WordWrap = True
  184.         end
  185.         object LL_License03: TLabel
  186.           Left = 20
  187.           Top = 176
  188.           Width = 478
  189.           Height = 95
  190.           Caption = 
  191.             'Bulletin board systems and online service operators are welcome ' +
  192.             'to make Prolix available to their users, so long as the archive ' +
  193.             'contents are kept intact and there are no specific charges to do' +
  194.             'wnload the archive.'
  195.           Font.Charset = DEFAULT_CHARSET
  196.           Font.Color = clBtnText
  197.           Font.Height = -15
  198.           Font.Name = 'MS Sans Serif'
  199.           Font.Style = []
  200.           ParentFont = False
  201.           WordWrap = True
  202.         end
  203.       end
  204.     end
  205.     object TS_Contact1: TTabSheet
  206.       Caption = '&Contact'
  207.       object PL_Contact: TPanel
  208.         Left = 9
  209.         Top = 13
  210.         Width = 525
  211.         Height = 300
  212.         BevelInner = bvRaised
  213.         BevelOuter = bvLowered
  214.         TabOrder = 0
  215.         object LL_Contact01: TLabel
  216.           Left = 20
  217.           Top = 25
  218.           Width = 485
  219.           Height = 61
  220.           Caption = 
  221.             'If you want to make a comment about Prolix or have a custom prog' +
  222.             'ramming need, I would like to hear from you.  I can be reached i' +
  223.             'n the following ways:'
  224.           Font.Charset = DEFAULT_CHARSET
  225.           Font.Color = clBtnText
  226.           Font.Height = -15
  227.           Font.Name = 'MS Sans Serif'
  228.           Font.Style = []
  229.           ParentFont = False
  230.           WordWrap = True
  231.         end
  232.         object LL_Contact02: TLabel
  233.           Left = 88
  234.           Top = 87
  235.           Width = 46
  236.           Height = 16
  237.           Alignment = taRightJustify
  238.           Caption = 'Internet:'
  239.           Font.Charset = DEFAULT_CHARSET
  240.           Font.Color = clBtnText
  241.           Font.Height = -15
  242.           Font.Name = 'MS Sans Serif'
  243.           Font.Style = []
  244.           ParentFont = False
  245.         end
  246.         object LL_Contact04: TLabel
  247.           Left = 92
  248.           Top = 114
  249.           Width = 42
  250.           Height = 16
  251.           Alignment = taRightJustify
  252.           Caption = 'WWW:'
  253.           Font.Charset = DEFAULT_CHARSET
  254.           Font.Color = clBtnText
  255.           Font.Height = -15
  256.           Font.Name = 'MS Sans Serif'
  257.           Font.Style = []
  258.           ParentFont = False
  259.         end
  260.         object LL_Contact03: TLabel
  261.           Left = 154
  262.           Top = 87
  263.           Width = 128
  264.           Height = 16
  265.           Caption = 'eric@kobayashi.com'
  266.           Font.Charset = DEFAULT_CHARSET
  267.           Font.Color = clBtnText
  268.           Font.Height = -15
  269.           Font.Name = 'MS Sans Serif'
  270.           Font.Style = []
  271.           ParentFont = False
  272.         end
  273.         object LL_Contact05: TLabel
  274.           Left = 154
  275.           Top = 114
  276.           Width = 200
  277.           Height = 16
  278.           Caption = 'http://www.kobayashi.com/maru/'
  279.           Font.Charset = DEFAULT_CHARSET
  280.           Font.Color = clBtnText
  281.           Font.Height = -15
  282.           Font.Name = 'MS Sans Serif'
  283.           Font.Style = []
  284.           ParentFont = False
  285.         end
  286.         object LL_Contact06: TLabel
  287.           Left = 96
  288.           Top = 140
  289.           Width = 38
  290.           Height = 16
  291.           Alignment = taRightJustify
  292.           Caption = 'Voice:'
  293.           Font.Charset = DEFAULT_CHARSET
  294.           Font.Color = clBtnText
  295.           Font.Height = -15
  296.           Font.Name = 'MS Sans Serif'
  297.           Font.Style = []
  298.           ParentFont = False
  299.         end
  300.         object LL_Contact07: TLabel
  301.           Left = 154
  302.           Top = 140
  303.           Width = 85
  304.           Height = 16
  305.           Caption = '(773) 278-1196'
  306.           Font.Charset = DEFAULT_CHARSET
  307.           Font.Color = clBtnText
  308.           Font.Height = -15
  309.           Font.Name = 'MS Sans Serif'
  310.           Font.Style = []
  311.           ParentFont = False
  312.         end
  313.       end
  314.     end
  315.     object TS_Speedbar: TTabSheet
  316.       Caption = '&Speedbar'
  317.       object PL_Speedbar: TPanel
  318.         Left = 9
  319.         Top = 13
  320.         Width = 525
  321.         Height = 300
  322.         BevelInner = bvRaised
  323.         BevelOuter = bvLowered
  324.         TabOrder = 0
  325.         object LL_Speedbar: TLabel
  326.           Left = 20
  327.           Top = 25
  328.           Width = 469
  329.           Height = 66
  330.           Caption = 
  331.             'Like many Windows applications, Prolix incorporates a Speedbar t' +
  332.             'hat will allow you to perform common functions with the click of' +
  333.             ' a single button. Here is a description of the Speedbar buttons ' +
  334.             'and their functions:'
  335.           Font.Charset = DEFAULT_CHARSET
  336.           Font.Color = clBtnText
  337.           Font.Height = -15
  338.           Font.Name = 'MS Sans Serif'
  339.           Font.Style = []
  340.           ParentFont = False
  341.           WordWrap = True
  342.         end
  343.         object PL_Sb1: TPanel
  344.           Left = 30
  345.           Top = 93
  346.           Width = 463
  347.           Height = 185
  348.           BevelOuter = bvLowered
  349.           Caption = 'PL_Sb1'
  350.           TabOrder = 0
  351.           object PL_Sb2: TPanel
  352.             Left = 1
  353.             Top = 1
  354.             Width = 461
  355.             Height = 25
  356.             Align = alTop
  357.             Caption = 'PL_Sb2'
  358.             TabOrder = 0
  359.             object PL_Sb3: TPanel
  360.               Left = 1
  361.               Top = 1
  362.               Width = 67
  363.               Height = 23
  364.               Align = alLeft
  365.               Alignment = taLeftJustify
  366.               Caption = ' Button'
  367.               Font.Charset = DEFAULT_CHARSET
  368.               Font.Color = clBtnHighlight
  369.               Font.Height = -17
  370.               Font.Name = 'System'
  371.               Font.Style = [fsBold]
  372.               ParentFont = False
  373.               TabOrder = 0
  374.             end
  375.             object PL_Sb4: TPanel
  376.               Left = 68
  377.               Top = 1
  378.               Width = 392
  379.               Height = 23
  380.               Align = alClient
  381.               Alignment = taLeftJustify
  382.               Caption = ' Action'
  383.               Font.Charset = DEFAULT_CHARSET
  384.               Font.Color = clBtnHighlight
  385.               Font.Height = -17
  386.               Font.Name = 'System'
  387.               Font.Style = [fsBold]
  388.               ParentFont = False
  389.               TabOrder = 1
  390.             end
  391.           end
  392.           object SX_Speedbar: TScrollBox
  393.             Left = 1
  394.             Top = 26
  395.             Width = 461
  396.             Height = 158
  397.             HorzScrollBar.Visible = False
  398.             VertScrollBar.Increment = 40
  399.             VertScrollBar.Range = 718
  400.             Align = alClient
  401.             AutoScroll = False
  402.             BorderStyle = bsNone
  403.             Ctl3D = True
  404.             Font.Charset = DEFAULT_CHARSET
  405.             Font.Color = clBlack
  406.             Font.Height = -15
  407.             Font.Name = 'MS Sans Serif'
  408.             Font.Style = [fsBold]
  409.             ParentCtl3D = False
  410.             ParentFont = False
  411.             TabOrder = 1
  412.             object LL_Speedbar01: TLabel
  413.               Left = 69
  414.               Top = 13
  415.               Width = 303
  416.               Height = 16
  417.               Caption = 'Exit Prolix, prompt for save on modified files'
  418.               Font.Charset = DEFAULT_CHARSET
  419.               Font.Color = clBtnText
  420.               Font.Height = -15
  421.               Font.Name = 'MS Sans Serif'
  422.               Font.Style = [fsBold]
  423.               ParentFont = False
  424.             end
  425.             object LL_Speedbar02: TLabel
  426.               Left = 69
  427.               Top = 53
  428.               Width = 144
  429.               Height = 16
  430.               Caption = 'Create a new text file'
  431.               Font.Charset = DEFAULT_CHARSET
  432.               Font.Color = clBtnText
  433.               Font.Height = -15
  434.               Font.Name = 'MS Sans Serif'
  435.               Font.Style = [fsBold]
  436.               ParentFont = False
  437.             end
  438.             object LL_Speedbar03: TLabel
  439.               Left = 69
  440.               Top = 93
  441.               Width = 214
  442.               Height = 16
  443.               Caption = 'Open an existing file for editing'
  444.               Font.Charset = DEFAULT_CHARSET
  445.               Font.Color = clBtnText
  446.               Font.Height = -15
  447.               Font.Name = 'MS Sans Serif'
  448.               Font.Style = [fsBold]
  449.               ParentFont = False
  450.             end
  451.             object LL_Speedbar04: TLabel
  452.               Left = 69
  453.               Top = 133
  454.               Width = 188
  455.               Height = 16
  456.               Caption = 'Save the current file to disk'
  457.               Font.Charset = DEFAULT_CHARSET
  458.               Font.Color = clBtnText
  459.               Font.Height = -15
  460.               Font.Name = 'MS Sans Serif'
  461.               Font.Style = [fsBold]
  462.               ParentFont = False
  463.             end
  464.             object LL_Speedbar05: TLabel
  465.               Left = 69
  466.               Top = 173
  467.               Width = 287
  468.               Height = 16
  469.               Caption = 'Print the current file to the selected printer'
  470.               Font.Charset = DEFAULT_CHARSET
  471.               Font.Color = clBtnText
  472.               Font.Height = -15
  473.               Font.Name = 'MS Sans Serif'
  474.               Font.Style = [fsBold]
  475.               ParentFont = False
  476.             end
  477.             object LL_Speedbar06: TLabel
  478.               Left = 69
  479.               Top = 213
  480.               Width = 188
  481.               Height = 16
  482.               Caption = 'Undo last changes in steps'
  483.               Font.Charset = DEFAULT_CHARSET
  484.               Font.Color = clBtnText
  485.               Font.Height = -15
  486.               Font.Name = 'MS Sans Serif'
  487.               Font.Style = [fsBold]
  488.               ParentFont = False
  489.             end
  490.             object LL_Speedbar07: TLabel
  491.               Left = 69
  492.               Top = 253
  493.               Width = 244
  494.               Height = 16
  495.               Caption = 'Cancel last undo operation in steps'
  496.               Font.Charset = DEFAULT_CHARSET
  497.               Font.Color = clBtnText
  498.               Font.Height = -15
  499.               Font.Name = 'MS Sans Serif'
  500.               Font.Style = [fsBold]
  501.               ParentFont = False
  502.             end
  503.             object LL_Speedbar08: TLabel
  504.               Left = 69
  505.               Top = 293
  506.               Width = 174
  507.               Height = 16
  508.               Caption = 'Cut selected text from file'
  509.               Font.Charset = DEFAULT_CHARSET
  510.               Font.Color = clBtnText
  511.               Font.Height = -15
  512.               Font.Name = 'MS Sans Serif'
  513.               Font.Style = [fsBold]
  514.               ParentFont = False
  515.             end
  516.             object LL_Speedbar09: TLabel
  517.               Left = 69
  518.               Top = 333
  519.               Width = 216
  520.               Height = 16
  521.               Caption = 'Copy selected text to clipboard'
  522.               Font.Charset = DEFAULT_CHARSET
  523.               Font.Color = clBtnText
  524.               Font.Height = -15
  525.               Font.Name = 'MS Sans Serif'
  526.               Font.Style = [fsBold]
  527.               ParentFont = False
  528.             end
  529.             object LL_Speedbar10: TLabel
  530.               Left = 69
  531.               Top = 373
  532.               Width = 296
  533.               Height = 16
  534.               Caption = 'Paste text from clipboard to cursor position'
  535.               Font.Charset = DEFAULT_CHARSET
  536.               Font.Color = clBtnText
  537.               Font.Height = -15
  538.               Font.Name = 'MS Sans Serif'
  539.               Font.Style = [fsBold]
  540.               ParentFont = False
  541.             end
  542.             object LL_Speedbar11: TLabel
  543.               Left = 69
  544.               Top = 413
  545.               Width = 230
  546.               Height = 16
  547.               Caption = 'Search for a specific string of text'
  548.               Font.Charset = DEFAULT_CHARSET
  549.               Font.Color = clBtnText
  550.               Font.Height = -15
  551.               Font.Name = 'MS Sans Serif'
  552.               Font.Style = [fsBold]
  553.               ParentFont = False
  554.             end
  555.             object LL_Speedbar12: TLabel
  556.               Left = 69
  557.               Top = 453
  558.               Width = 112
  559.               Height = 16
  560.               Caption = 'Continue search'
  561.               Font.Charset = DEFAULT_CHARSET
  562.               Font.Color = clBtnText
  563.               Font.Height = -15
  564.               Font.Name = 'MS Sans Serif'
  565.               Font.Style = [fsBold]
  566.               ParentFont = False
  567.             end
  568.             object LL_Speedbar13: TLabel
  569.               Left = 69
  570.               Top = 493
  571.               Width = 190
  572.               Height = 16
  573.               Caption = 'Cascade all editor windows'
  574.               Font.Charset = DEFAULT_CHARSET
  575.               Font.Color = clBtnText
  576.               Font.Height = -15
  577.               Font.Name = 'MS Sans Serif'
  578.               Font.Style = [fsBold]
  579.               ParentFont = False
  580.             end
  581.             object LL_Speedbar14: TLabel
  582.               Left = 69
  583.               Top = 533
  584.               Width = 201
  585.               Height = 16
  586.               Caption = 'Tile editor windows vertically'
  587.               Font.Charset = DEFAULT_CHARSET
  588.               Font.Color = clBtnText
  589.               Font.Height = -15
  590.               Font.Name = 'MS Sans Serif'
  591.               Font.Style = [fsBold]
  592.               ParentFont = False
  593.             end
  594.             object LL_Speedbar15: TLabel
  595.               Left = 69
  596.               Top = 573
  597.               Width = 217
  598.               Height = 16
  599.               Caption = 'Tile editor windows horizontally'
  600.               Font.Charset = DEFAULT_CHARSET
  601.               Font.Color = clBtnText
  602.               Font.Height = -15
  603.               Font.Name = 'MS Sans Serif'
  604.               Font.Style = [fsBold]
  605.               ParentFont = False
  606.             end
  607.             object LL_Speedbar16: TLabel
  608.               Left = 69
  609.               Top = 613
  610.               Width = 168
  611.               Height = 16
  612.               Caption = 'Go to next editor window'
  613.               Font.Charset = DEFAULT_CHARSET
  614.               Font.Color = clBtnText
  615.               Font.Height = -15
  616.               Font.Name = 'MS Sans Serif'
  617.               Font.Style = [fsBold]
  618.               ParentFont = False
  619.             end
  620.             object IE_01: TImage
  621.               Left = 16
  622.               Top = 5
  623.               Width = 32
  624.               Height = 32
  625.               Picture.Data = {<image001.bmp>}
  626.             end
  627.             object IE_02: TImage
  628.               Left = 16
  629.               Top = 45
  630.               Width = 32
  631.               Height = 31
  632.               Picture.Data = {<image002.bmp>}
  633.             end
  634.             object IE_03: TImage
  635.               Left = 16
  636.               Top = 85
  637.               Width = 32
  638.               Height = 32
  639.               Picture.Data = {<image003.bmp>}
  640.             end
  641.             object IE_04: TImage
  642.               Left = 16
  643.               Top = 125
  644.               Width = 32
  645.               Height = 31
  646.               Picture.Data = {<image004.bmp>}
  647.             end
  648.             object IE_05: TImage
  649.               Left = 16
  650.               Top = 165
  651.               Width = 32
  652.               Height = 32
  653.               Picture.Data = {<image005.bmp>}
  654.             end
  655.             object IE_06: TImage
  656.               Left = 16
  657.               Top = 205
  658.               Width = 32
  659.               Height = 31
  660.               Picture.Data = {<image006.bmp>}
  661.             end
  662.             object IE_07: TImage
  663.               Left = 16
  664.               Top = 245
  665.               Width = 32
  666.               Height = 32
  667.               Picture.Data = {<image007.bmp>}
  668.             end
  669.             object IE_08: TImage
  670.               Left = 16
  671.               Top = 285
  672.               Width = 32
  673.               Height = 31
  674.               Picture.Data = {<image008.bmp>}
  675.             end
  676.             object IE_10: TImage
  677.               Left = 16
  678.               Top = 365
  679.               Width = 32
  680.               Height = 31
  681.               Picture.Data = {<image009.bmp>}
  682.             end
  683.             object IE_09: TImage
  684.               Left = 16
  685.               Top = 325
  686.               Width = 32
  687.               Height = 32
  688.               Picture.Data = {<image010.bmp>}
  689.             end
  690.             object IE_11: TImage
  691.               Left = 16
  692.               Top = 405
  693.               Width = 32
  694.               Height = 32
  695.               Picture.Data = {<image011.bmp>}
  696.             end
  697.             object IE_12: TImage
  698.               Left = 16
  699.               Top = 445
  700.               Width = 32
  701.               Height = 31
  702.               Picture.Data = {<image012.bmp>}
  703.             end
  704.             object IE_14: TImage
  705.               Left = 16
  706.               Top = 525
  707.               Width = 32
  708.               Height = 31
  709.               Picture.Data = {<image013.bmp>}
  710.             end
  711.             object IE_13: TImage
  712.               Left = 16
  713.               Top = 485
  714.               Width = 32
  715.               Height = 32
  716.               Picture.Data = {<image014.bmp>}
  717.             end
  718.             object IE_15: TImage
  719.               Left = 16
  720.               Top = 565
  721.               Width = 32
  722.               Height = 32
  723.               Picture.Data = {<image015.bmp>}
  724.             end
  725.             object IE_16: TImage
  726.               Left = 16
  727.               Top = 605
  728.               Width = 32
  729.               Height = 31
  730.               Picture.Data = {<image016.bmp>}
  731.             end
  732.             object IE_17: TImage
  733.               Left = 16
  734.               Top = 645
  735.               Width = 32
  736.               Height = 31
  737.               Picture.Data = {<image017.bmp>}
  738.             end
  739.             object LL_Speedbar17: TLabel
  740.               Left = 69
  741.               Top = 653
  742.               Width = 171
  743.               Height = 16
  744.               Caption = 'Toggle split editor mode'
  745.               Font.Charset = DEFAULT_CHARSET
  746.               Font.Color = clBtnText
  747.               Font.Height = -15
  748.               Font.Name = 'MS Sans Serif'
  749.               Font.Style = [fsBold]
  750.               ParentFont = False
  751.             end
  752.             object IE_18: TImage
  753.               Left = 16
  754.               Top = 685
  755.               Width = 32
  756.               Height = 31
  757.               Picture.Data = {<image018.bmp>}
  758.             end
  759.             object LL_Speedbar18: TLabel
  760.               Left = 69
  761.               Top = 693
  762.               Width = 164
  763.               Height = 16
  764.               Caption = 'Toggle wordwrap mode'
  765.               Font.Charset = DEFAULT_CHARSET
  766.               Font.Color = clBtnText
  767.               Font.Height = -15
  768.               Font.Name = 'MS Sans Serif'
  769.               Font.Style = [fsBold]
  770.               ParentFont = False
  771.             end
  772.           end
  773.         end
  774.       end
  775.     end
  776.     object TS_Keyboard: TTabSheet
  777.       Caption = '&Keyboard'
  778.       object PL_Keyboard: TPanel
  779.         Left = 9
  780.         Top = 13
  781.         Width = 525
  782.         Height = 300
  783.         BevelInner = bvRaised
  784.         BevelOuter = bvLowered
  785.         TabOrder = 0
  786.         object LL_Keyboard01: TLabel
  787.           Left = 20
  788.           Top = 25
  789.           Width = 479
  790.           Height = 66
  791.           Caption = 
  792.             'In addition to the shortcuts listed in the menus, Prolix also in' +
  793.             'corporates several '#39'hidden'#39' and Wordstar style keyboard commands' +
  794.             ', many of which may be familiar from other editors.'
  795.           Font.Charset = DEFAULT_CHARSET
  796.           Font.Color = clBtnText
  797.           Font.Height = -15
  798.           Font.Name = 'MS Sans Serif'
  799.           Font.Style = []
  800.           ParentFont = False
  801.           WordWrap = True
  802.         end
  803.         object PL_Kb1: TPanel
  804.           Left = 30
  805.           Top = 93
  806.           Width = 463
  807.           Height = 185
  808.           BevelOuter = bvLowered
  809.           Caption = 'PL_Kb1'
  810.           TabOrder = 0
  811.           object SX_Keyboard: TScrollBox
  812.             Left = 1
  813.             Top = 26
  814.             Width = 461
  815.             Height = 158
  816.             HorzScrollBar.Visible = False
  817.             VertScrollBar.Increment = 25
  818.             VertScrollBar.Range = 633
  819.             Align = alClient
  820.             AutoScroll = False
  821.             BorderStyle = bsNone
  822.             Ctl3D = True
  823.             Font.Charset = DEFAULT_CHARSET
  824.             Font.Color = clBlack
  825.             Font.Height = -15
  826.             Font.Name = 'MS Sans Serif'
  827.             Font.Style = [fsBold]
  828.             ParentCtl3D = False
  829.             ParentFont = False
  830.             TabOrder = 0
  831.             object LL_KB05: TLabel
  832.               Left = 8
  833.               Top = 55
  834.               Width = 67
  835.               Height = 16
  836.               Caption = '<Ctrl + H>'
  837.               Font.Charset = DEFAULT_CHARSET
  838.               Font.Color = clBtnText
  839.               Font.Height = -15
  840.               Font.Name = 'MS Sans Serif'
  841.               Font.Style = [fsBold]
  842.               ParentFont = False
  843.             end
  844.             object LL_KB23: TLabel
  845.               Left = 8
  846.               Top = 280
  847.               Width = 93
  848.               Height = 16
  849.               Caption = '<Ctrl + Q><Y>'
  850.               Font.Charset = DEFAULT_CHARSET
  851.               Font.Color = clBtnText
  852.               Font.Height = -15
  853.               Font.Name = 'MS Sans Serif'
  854.               Font.Style = [fsBold]
  855.               ParentFont = False
  856.             end
  857.             object LL_KB33: TLabel
  858.               Left = 8
  859.               Top = 405
  860.               Width = 66
  861.               Height = 16
  862.               Caption = '<Ctrl + Y>'
  863.               Font.Charset = DEFAULT_CHARSET
  864.               Font.Color = clBtnText
  865.               Font.Height = -15
  866.               Font.Name = 'MS Sans Serif'
  867.               Font.Style = [fsBold]
  868.               ParentFont = False
  869.             end
  870.             object LL_KB27: TLabel
  871.               Left = 8
  872.               Top = 330
  873.               Width = 66
  874.               Height = 16
  875.               Caption = '<Ctrl + T>'
  876.               Font.Charset = DEFAULT_CHARSET
  877.               Font.Color = clBtnText
  878.               Font.Height = -15
  879.               Font.Name = 'MS Sans Serif'
  880.               Font.Style = [fsBold]
  881.               ParentFont = False
  882.             end
  883.             object LL_KB19: TLabel
  884.               Left = 8
  885.               Top = 230
  886.               Width = 94
  887.               Height = 16
  888.               Caption = '<Ctrl + Q><D>'
  889.               Font.Charset = DEFAULT_CHARSET
  890.               Font.Color = clBtnText
  891.               Font.Height = -15
  892.               Font.Name = 'MS Sans Serif'
  893.               Font.Style = [fsBold]
  894.               ParentFont = False
  895.             end
  896.             object LL_KB13: TLabel
  897.               Left = 8
  898.               Top = 155
  899.               Width = 91
  900.               Height = 16
  901.               Caption = '<Ctrl + Q><0>'
  902.               Font.Charset = DEFAULT_CHARSET
  903.               Font.Color = clBtnText
  904.               Font.Height = -15
  905.               Font.Name = 'MS Sans Serif'
  906.               Font.Style = [fsBold]
  907.               ParentFont = False
  908.             end
  909.             object LL_KB15: TLabel
  910.               Left = 8
  911.               Top = 180
  912.               Width = 17
  913.               Height = 16
  914.               Caption = ' ...'
  915.               Font.Charset = DEFAULT_CHARSET
  916.               Font.Color = clBtnText
  917.               Font.Height = -15
  918.               Font.Name = 'MS Sans Serif'
  919.               Font.Style = [fsBold]
  920.               ParentFont = False
  921.             end
  922.             object LL_KB17: TLabel
  923.               Left = 8
  924.               Top = 205
  925.               Width = 91
  926.               Height = 16
  927.               Caption = '<Ctrl + Q><9>'
  928.               Font.Charset = DEFAULT_CHARSET
  929.               Font.Color = clBtnText
  930.               Font.Height = -15
  931.               Font.Name = 'MS Sans Serif'
  932.               Font.Style = [fsBold]
  933.               ParentFont = False
  934.             end
  935.             object LL_KB21: TLabel
  936.               Left = 8
  937.               Top = 255
  938.               Width = 93
  939.               Height = 16
  940.               Caption = '<Ctrl + Q><S>'
  941.               Font.Charset = DEFAULT_CHARSET
  942.               Font.Color = clBtnText
  943.               Font.Height = -15
  944.               Font.Name = 'MS Sans Serif'
  945.               Font.Style = [fsBold]
  946.               ParentFont = False
  947.             end
  948.             object LL_KB06: TLabel
  949.               Left = 185
  950.               Top = 55
  951.               Width = 79
  952.               Height = 16
  953.               Caption = 'Backspace'
  954.               Font.Charset = DEFAULT_CHARSET
  955.               Font.Color = clBtnText
  956.               Font.Height = -15
  957.               Font.Name = 'MS Sans Serif'
  958.               Font.Style = [fsBold]
  959.               ParentFont = False
  960.             end
  961.             object LL_KB24: TLabel
  962.               Left = 185
  963.               Top = 280
  964.               Width = 140
  965.               Height = 16
  966.               Caption = 'Delete to end of line'
  967.               Font.Charset = DEFAULT_CHARSET
  968.               Font.Color = clBtnText
  969.               Font.Height = -15
  970.               Font.Name = 'MS Sans Serif'
  971.               Font.Style = [fsBold]
  972.               ParentFont = False
  973.             end
  974.             object LL_KB34: TLabel
  975.               Left = 185
  976.               Top = 405
  977.               Width = 76
  978.               Height = 16
  979.               Caption = 'Delete line'
  980.               Font.Charset = DEFAULT_CHARSET
  981.               Font.Color = clBtnText
  982.               Font.Height = -15
  983.               Font.Name = 'MS Sans Serif'
  984.               Font.Style = [fsBold]
  985.               ParentFont = False
  986.             end
  987.             object LL_KB28: TLabel
  988.               Left = 185
  989.               Top = 330
  990.               Width = 84
  991.               Height = 16
  992.               Caption = 'Delete word'
  993.               Font.Charset = DEFAULT_CHARSET
  994.               Font.Color = clBtnText
  995.               Font.Height = -15
  996.               Font.Name = 'MS Sans Serif'
  997.               Font.Style = [fsBold]
  998.               ParentFont = False
  999.             end
  1000.             object LL_KB31: TLabel
  1001.               Left = 8
  1002.               Top = 380
  1003.               Width = 65
  1004.               Height = 16
  1005.               Caption = '<Ctrl + X>'
  1006.               Font.Charset = DEFAULT_CHARSET
  1007.               Font.Color = clBtnText
  1008.               Font.Height = -15
  1009.               Font.Name = 'MS Sans Serif'
  1010.               Font.Style = [fsBold]
  1011.               ParentFont = False
  1012.             end
  1013.             object LL_KB25: TLabel
  1014.               Left = 8
  1015.               Top = 305
  1016.               Width = 67
  1017.               Height = 16
  1018.               Caption = '<Ctrl + R>'
  1019.               Font.Charset = DEFAULT_CHARSET
  1020.               Font.Color = clBtnText
  1021.               Font.Height = -15
  1022.               Font.Name = 'MS Sans Serif'
  1023.               Font.Style = [fsBold]
  1024.               ParentFont = False
  1025.             end
  1026.             object LL_KB01: TLabel
  1027.               Left = 8
  1028.               Top = 5
  1029.               Width = 67
  1030.               Height = 16
  1031.               Caption = '<Ctrl + D>'
  1032.               Font.Charset = DEFAULT_CHARSET
  1033.               Font.Color = clBtnText
  1034.               Font.Height = -15
  1035.               Font.Name = 'MS Sans Serif'
  1036.               Font.Style = [fsBold]
  1037.               ParentFont = False
  1038.             end
  1039.             object LL_KB29: TLabel
  1040.               Left = 8
  1041.               Top = 355
  1042.               Width = 70
  1043.               Height = 16
  1044.               Caption = '<Ctrl + W>'
  1045.               Font.Charset = DEFAULT_CHARSET
  1046.               Font.Color = clBtnText
  1047.               Font.Height = -15
  1048.               Font.Name = 'MS Sans Serif'
  1049.               Font.Style = [fsBold]
  1050.               ParentFont = False
  1051.             end
  1052.             object LL_KB07: TLabel
  1053.               Left = 8
  1054.               Top = 80
  1055.               Width = 89
  1056.               Height = 16
  1057.               Caption = '<Ctrl + K><0>'
  1058.               Font.Charset = DEFAULT_CHARSET
  1059.               Font.Color = clBtnText
  1060.               Font.Height = -15
  1061.               Font.Name = 'MS Sans Serif'
  1062.               Font.Style = [fsBold]
  1063.               ParentFont = False
  1064.             end
  1065.             object LL_KB09: TLabel
  1066.               Left = 8
  1067.               Top = 105
  1068.               Width = 21
  1069.               Height = 16
  1070.               Caption = ' ... '
  1071.               Font.Charset = DEFAULT_CHARSET
  1072.               Font.Color = clBtnText
  1073.               Font.Height = -15
  1074.               Font.Name = 'MS Sans Serif'
  1075.               Font.Style = [fsBold]
  1076.               ParentFont = False
  1077.             end
  1078.             object LL_KB11: TLabel
  1079.               Left = 8
  1080.               Top = 130
  1081.               Width = 89
  1082.               Height = 16
  1083.               Caption = '<Ctrl + K><9>'
  1084.               Font.Charset = DEFAULT_CHARSET
  1085.               Font.Color = clBtnText
  1086.               Font.Height = -15
  1087.               Font.Name = 'MS Sans Serif'
  1088.               Font.Style = [fsBold]
  1089.               ParentFont = False
  1090.             end
  1091.             object LL_KB03: TLabel
  1092.               Left = 8
  1093.               Top = 30
  1094.               Width = 66
  1095.               Height = 16
  1096.               Caption = '<Ctrl + E>'
  1097.               Font.Charset = DEFAULT_CHARSET
  1098.               Font.Color = clBtnText
  1099.               Font.Height = -15
  1100.               Font.Name = 'MS Sans Serif'
  1101.               Font.Style = [fsBold]
  1102.               ParentFont = False
  1103.             end
  1104.             object LL_KB32: TLabel
  1105.               Left = 185
  1106.               Top = 380
  1107.               Width = 39
  1108.               Height = 16
  1109.               Caption = 'Down'
  1110.               Font.Charset = DEFAULT_CHARSET
  1111.               Font.Color = clBtnText
  1112.               Font.Height = -15
  1113.               Font.Name = 'MS Sans Serif'
  1114.               Font.Style = [fsBold]
  1115.               ParentFont = False
  1116.             end
  1117.             object LL_KB20: TLabel
  1118.               Left = 185
  1119.               Top = 230
  1120.               Width = 28
  1121.               Height = 16
  1122.               Caption = 'End'
  1123.               Font.Charset = DEFAULT_CHARSET
  1124.               Font.Color = clBtnText
  1125.               Font.Height = -15
  1126.               Font.Name = 'MS Sans Serif'
  1127.               Font.Style = [fsBold]
  1128.               ParentFont = False
  1129.             end
  1130.             object LL_KB14: TLabel
  1131.               Left = 185
  1132.               Top = 155
  1133.               Width = 102
  1134.               Height = 16
  1135.               Caption = 'Go to marker 0'
  1136.               Font.Charset = DEFAULT_CHARSET
  1137.               Font.Color = clBtnText
  1138.               Font.Height = -15
  1139.               Font.Name = 'MS Sans Serif'
  1140.               Font.Style = [fsBold]
  1141.               ParentFont = False
  1142.             end
  1143.             object LL_KB16: TLabel
  1144.               Left = 185
  1145.               Top = 180
  1146.               Width = 13
  1147.               Height = 16
  1148.               Caption = '...'
  1149.               Font.Charset = DEFAULT_CHARSET
  1150.               Font.Color = clBtnText
  1151.               Font.Height = -15
  1152.               Font.Name = 'MS Sans Serif'
  1153.               Font.Style = [fsBold]
  1154.               ParentFont = False
  1155.             end
  1156.             object LL_KB18: TLabel
  1157.               Left = 185
  1158.               Top = 205
  1159.               Width = 102
  1160.               Height = 16
  1161.               Caption = 'Go to marker 9'
  1162.               Font.Charset = DEFAULT_CHARSET
  1163.               Font.Color = clBtnText
  1164.               Font.Height = -15
  1165.               Font.Name = 'MS Sans Serif'
  1166.               Font.Style = [fsBold]
  1167.               ParentFont = False
  1168.             end
  1169.             object LL_KB22: TLabel
  1170.               Left = 185
  1171.               Top = 255
  1172.               Width = 42
  1173.               Height = 16
  1174.               Caption = 'Home'
  1175.               Font.Charset = DEFAULT_CHARSET
  1176.               Font.Color = clBtnText
  1177.               Font.Height = -15
  1178.               Font.Name = 'MS Sans Serif'
  1179.               Font.Style = [fsBold]
  1180.               ParentFont = False
  1181.             end
  1182.             object LL_KB26: TLabel
  1183.               Left = 185
  1184.               Top = 305
  1185.               Width = 102
  1186.               Height = 16
  1187.               Caption = 'Previous page'
  1188.               Font.Charset = DEFAULT_CHARSET
  1189.               Font.Color = clBtnText
  1190.               Font.Height = -15
  1191.               Font.Name = 'MS Sans Serif'
  1192.               Font.Style = [fsBold]
  1193.               ParentFont = False
  1194.             end
  1195.             object LL_KB02: TLabel
  1196.               Left = 185
  1197.               Top = 5
  1198.               Width = 37
  1199.               Height = 16
  1200.               Caption = 'Right'
  1201.               Font.Charset = DEFAULT_CHARSET
  1202.               Font.Color = clBtnText
  1203.               Font.Height = -15
  1204.               Font.Name = 'MS Sans Serif'
  1205.               Font.Style = [fsBold]
  1206.               ParentFont = False
  1207.             end
  1208.             object LL_KB30: TLabel
  1209.               Left = 185
  1210.               Top = 355
  1211.               Width = 62
  1212.               Height = 16
  1213.               Caption = 'Scroll up'
  1214.               Font.Charset = DEFAULT_CHARSET
  1215.               Font.Color = clBtnText
  1216.               Font.Height = -15
  1217.               Font.Name = 'MS Sans Serif'
  1218.               Font.Style = [fsBold]
  1219.               ParentFont = False
  1220.             end
  1221.             object LL_KB08: TLabel
  1222.               Left = 185
  1223.               Top = 80
  1224.               Width = 88
  1225.               Height = 16
  1226.               Caption = 'Set marker 0'
  1227.               Font.Charset = DEFAULT_CHARSET
  1228.               Font.Color = clBtnText
  1229.               Font.Height = -15
  1230.               Font.Name = 'MS Sans Serif'
  1231.               Font.Style = [fsBold]
  1232.               ParentFont = False
  1233.             end
  1234.             object LL_KB10: TLabel
  1235.               Left = 185
  1236.               Top = 105
  1237.               Width = 13
  1238.               Height = 16
  1239.               Caption = '...'
  1240.               Font.Charset = DEFAULT_CHARSET
  1241.               Font.Color = clBtnText
  1242.               Font.Height = -15
  1243.               Font.Name = 'MS Sans Serif'
  1244.               Font.Style = [fsBold]
  1245.               ParentFont = False
  1246.             end
  1247.             object LL_KB12: TLabel
  1248.               Left = 185
  1249.               Top = 130
  1250.               Width = 88
  1251.               Height = 16
  1252.               Caption = 'Set marker 9'
  1253.               Font.Charset = DEFAULT_CHARSET
  1254.               Font.Color = clBtnText
  1255.               Font.Height = -15
  1256.               Font.Name = 'MS Sans Serif'
  1257.               Font.Style = [fsBold]
  1258.               ParentFont = False
  1259.             end
  1260.             object LL_KB04: TLabel
  1261.               Left = 185
  1262.               Top = 30
  1263.               Width = 21
  1264.               Height = 16
  1265.               Caption = 'Up'
  1266.               Font.Charset = DEFAULT_CHARSET
  1267.               Font.Color = clBtnText
  1268.               Font.Height = -15
  1269.               Font.Name = 'MS Sans Serif'
  1270.               Font.Style = [fsBold]
  1271.               ParentFont = False
  1272.             end
  1273.             object LL_KB35: TLabel
  1274.               Left = 8
  1275.               Top = 430
  1276.               Width = 34
  1277.               Height = 16
  1278.               Caption = '<F2>'
  1279.               Font.Charset = DEFAULT_CHARSET
  1280.               Font.Color = clBtnText
  1281.               Font.Height = -15
  1282.               Font.Name = 'MS Sans Serif'
  1283.               Font.Style = [fsBold]
  1284.               ParentFont = False
  1285.             end
  1286.             object LL_KB36: TLabel
  1287.               Left = 185
  1288.               Top = 430
  1289.               Width = 37
  1290.               Height = 16
  1291.               Caption = 'Save'
  1292.               Font.Charset = DEFAULT_CHARSET
  1293.               Font.Color = clBtnText
  1294.               Font.Height = -15
  1295.               Font.Name = 'MS Sans Serif'
  1296.               Font.Style = [fsBold]
  1297.               ParentFont = False
  1298.             end
  1299.             object LL_KB37: TLabel
  1300.               Left = 8
  1301.               Top = 455
  1302.               Width = 60
  1303.               Height = 16
  1304.               Caption = '<Alt + X>'
  1305.               Font.Charset = DEFAULT_CHARSET
  1306.               Font.Color = clBtnText
  1307.               Font.Height = -15
  1308.               Font.Name = 'MS Sans Serif'
  1309.               Font.Style = [fsBold]
  1310.               ParentFont = False
  1311.             end
  1312.             object LL_KB38: TLabel
  1313.               Left = 185
  1314.               Top = 455
  1315.               Width = 69
  1316.               Height = 16
  1317.               Caption = 'Exit Prolix'
  1318.               Font.Charset = DEFAULT_CHARSET
  1319.               Font.Color = clBtnText
  1320.               Font.Height = -15
  1321.               Font.Name = 'MS Sans Serif'
  1322.               Font.Style = [fsBold]
  1323.               ParentFont = False
  1324.             end
  1325.             object LL_KB39: TLabel
  1326.               Left = 8
  1327.               Top = 480
  1328.               Width = 96
  1329.               Height = 16
  1330.               Caption = '<Alt + BkSpc>'
  1331.               Font.Charset = DEFAULT_CHARSET
  1332.               Font.Color = clBtnText
  1333.               Font.Height = -15
  1334.               Font.Name = 'MS Sans Serif'
  1335.               Font.Style = [fsBold]
  1336.               ParentFont = False
  1337.             end
  1338.             object LL_KB40: TLabel
  1339.               Left = 185
  1340.               Top = 480
  1341.               Width = 38
  1342.               Height = 16
  1343.               Caption = 'Undo'
  1344.               Font.Charset = DEFAULT_CHARSET
  1345.               Font.Color = clBtnText
  1346.               Font.Height = -15
  1347.               Font.Name = 'MS Sans Serif'
  1348.               Font.Style = [fsBold]
  1349.               ParentFont = False
  1350.             end
  1351.             object LL_KB41: TLabel
  1352.               Left = 8
  1353.               Top = 505
  1354.               Width = 142
  1355.               Height = 16
  1356.               Caption = '<Shift + Alt + BkSpc>'
  1357.               Font.Charset = DEFAULT_CHARSET
  1358.               Font.Color = clBtnText
  1359.               Font.Height = -15
  1360.               Font.Name = 'MS Sans Serif'
  1361.               Font.Style = [fsBold]
  1362.               ParentFont = False
  1363.             end
  1364.             object LL_KB42: TLabel
  1365.               Left = 185
  1366.               Top = 505
  1367.               Width = 39
  1368.               Height = 16
  1369.               Caption = 'Redo'
  1370.               Font.Charset = DEFAULT_CHARSET
  1371.               Font.Color = clBtnText
  1372.               Font.Height = -15
  1373.               Font.Name = 'MS Sans Serif'
  1374.               Font.Style = [fsBold]
  1375.               ParentFont = False
  1376.             end
  1377.             object LL_KB43: TLabel
  1378.               Left = 8
  1379.               Top = 530
  1380.               Width = 87
  1381.               Height = 16
  1382.               Caption = '<Shift + Del>'
  1383.               Font.Charset = DEFAULT_CHARSET
  1384.               Font.Color = clBtnText
  1385.               Font.Height = -15
  1386.               Font.Name = 'MS Sans Serif'
  1387.               Font.Style = [fsBold]
  1388.               ParentFont = False
  1389.             end
  1390.             object LL_KB44: TLabel
  1391.               Left = 185
  1392.               Top = 530
  1393.               Width = 202
  1394.               Height = 16
  1395.               Caption = 'Cut selected text to clipboard'
  1396.               Font.Charset = DEFAULT_CHARSET
  1397.               Font.Color = clBtnText
  1398.               Font.Height = -15
  1399.               Font.Name = 'MS Sans Serif'
  1400.               Font.Style = [fsBold]
  1401.               ParentFont = False
  1402.             end
  1403.             object LL_KB46: TLabel
  1404.               Left = 185
  1405.               Top = 555
  1406.               Width = 216
  1407.               Height = 16
  1408.               Caption = 'Copy selected text to clipboard'
  1409.               Font.Charset = DEFAULT_CHARSET
  1410.               Font.Color = clBtnText
  1411.               Font.Height = -15
  1412.               Font.Name = 'MS Sans Serif'
  1413.               Font.Style = [fsBold]
  1414.               ParentFont = False
  1415.             end
  1416.             object LL_KB45: TLabel
  1417.               Left = 8
  1418.               Top = 555
  1419.               Width = 76
  1420.               Height = 16
  1421.               Caption = '<Ctrl + Ins>'
  1422.               Font.Charset = DEFAULT_CHARSET
  1423.               Font.Color = clBtnText
  1424.               Font.Height = -15
  1425.               Font.Name = 'MS Sans Serif'
  1426.               Font.Style = [fsBold]
  1427.               ParentFont = False
  1428.             end
  1429.             object LL_KB47: TLabel
  1430.               Left = 8
  1431.               Top = 580
  1432.               Width = 83
  1433.               Height = 16
  1434.               Caption = '<Shift + Ins>'
  1435.               Font.Charset = DEFAULT_CHARSET
  1436.               Font.Color = clBtnText
  1437.               Font.Height = -15
  1438.               Font.Name = 'MS Sans Serif'
  1439.               Font.Style = [fsBold]
  1440.               ParentFont = False
  1441.             end
  1442.             object LL_KB48: TLabel
  1443.               Left = 185
  1444.               Top = 580
  1445.               Width = 173
  1446.               Height = 16
  1447.               Caption = 'Paste text from clipboard'
  1448.               Font.Charset = DEFAULT_CHARSET
  1449.               Font.Color = clBtnText
  1450.               Font.Height = -15
  1451.               Font.Name = 'MS Sans Serif'
  1452.               Font.Style = [fsBold]
  1453.               ParentFont = False
  1454.             end
  1455.             object LL_KB49: TLabel
  1456.               Left = 8
  1457.               Top = 605
  1458.               Width = 34
  1459.               Height = 16
  1460.               Caption = '<F3>'
  1461.               Font.Charset = DEFAULT_CHARSET
  1462.               Font.Color = clBtnText
  1463.               Font.Height = -15
  1464.               Font.Name = 'MS Sans Serif'
  1465.               Font.Style = [fsBold]
  1466.               ParentFont = False
  1467.             end
  1468.             object LL_KB50: TLabel
  1469.               Left = 185
  1470.               Top = 605
  1471.               Width = 63
  1472.               Height = 16
  1473.               Caption = 'Find next'
  1474.               Font.Charset = DEFAULT_CHARSET
  1475.               Font.Color = clBtnText
  1476.               Font.Height = -15
  1477.               Font.Name = 'MS Sans Serif'
  1478.               Font.Style = [fsBold]
  1479.               ParentFont = False
  1480.             end
  1481.           end
  1482.           object PL_Kb2: TPanel
  1483.             Left = 1
  1484.             Top = 1
  1485.             Width = 461
  1486.             Height = 25
  1487.             Align = alTop
  1488.             Caption = 'PL_Kb2'
  1489.             TabOrder = 1
  1490.             object PL_Kb3: TPanel
  1491.               Left = 1
  1492.               Top = 1
  1493.               Width = 183
  1494.               Height = 23
  1495.               Align = alLeft
  1496.               Alignment = taLeftJustify
  1497.               Caption = ' Keystroke'
  1498.               Font.Charset = DEFAULT_CHARSET
  1499.               Font.Color = clBtnHighlight
  1500.               Font.Height = -17
  1501.               Font.Name = 'System'
  1502.               Font.Style = [fsBold]
  1503.               ParentFont = False
  1504.               TabOrder = 0
  1505.             end
  1506.             object PL_Kb4: TPanel
  1507.               Left = 184
  1508.               Top = 1
  1509.               Width = 276
  1510.               Height = 23
  1511.               Align = alClient
  1512.               Alignment = taLeftJustify
  1513.               Caption = ' Action'
  1514.               Font.Charset = DEFAULT_CHARSET
  1515.               Font.Color = clBtnHighlight
  1516.               Font.Height = -17
  1517.               Font.Name = 'System'
  1518.               Font.Style = [fsBold]
  1519.               ParentFont = False
  1520.               TabOrder = 1
  1521.             end
  1522.           end
  1523.         end
  1524.       end
  1525.     end
  1526.     object TS_Bookmarks: TTabSheet
  1527.       Caption = '&Bookmarks'
  1528.       object PL_Bookmarks: TPanel
  1529.         Left = 9
  1530.         Top = 13
  1531.         Width = 525
  1532.         Height = 300
  1533.         BevelInner = bvRaised
  1534.         BevelOuter = bvLowered
  1535.         TabOrder = 0
  1536.         object LL_Bookmarks01: TLabel
  1537.           Left = 20
  1538.           Top = 25
  1539.           Width = 484
  1540.           Height = 66
  1541.           Caption = 
  1542.             'Another handy feature of Prolix is "Bookmarks".  Using the bookm' +
  1543.             'arks, you can mark various places in your text files, to make it' +
  1544.             ' easy to jump from one place in the file to another.'
  1545.           Font.Charset = DEFAULT_CHARSET
  1546.           Font.Color = clBtnText
  1547.           Font.Height = -15
  1548.           Font.Name = 'MS Sans Serif'
  1549.           Font.Style = []
  1550.           ParentFont = False
  1551.           WordWrap = True
  1552.         end
  1553.         object LL_Bookmarks02: TLabel
  1554.           Left = 20
  1555.           Top = 88
  1556.           Width = 481
  1557.           Height = 53
  1558.           Caption = 
  1559.             'Bookmarks can be set and jumped to using either the keyboard or ' +
  1560.             'the mouse. To set bookmarks using the mouse, simply right-click ' +
  1561.             'to get the pop-up menu.'
  1562.           Font.Charset = DEFAULT_CHARSET
  1563.           Font.Color = clBtnText
  1564.           Font.Height = -15
  1565.           Font.Name = 'MS Sans Serif'
  1566.           Font.Style = []
  1567.           ParentFont = False
  1568.           WordWrap = True
  1569.         end
  1570.         object LL_Bookmarks03: TLabel
  1571.           Left = 20
  1572.           Top = 136
  1573.           Width = 483
  1574.           Height = 70
  1575.           Caption = 
  1576.             'To set a bookmark using the keyboard, press Ctrl + Shift + N, wh' +
  1577.             'ere N is a number from 0 to 9.  A bookmark will appear in the ma' +
  1578.             'rgin next to the cursor position. To jump to a bookmark, press C' +
  1579.             'trl + N, with N again being a number from 0 to 9.'
  1580.           Font.Charset = DEFAULT_CHARSET
  1581.           Font.Color = clBtnText
  1582.           Font.Height = -15
  1583.           Font.Name = 'MS Sans Serif'
  1584.           Font.Style = []
  1585.           ParentFont = False
  1586.           WordWrap = True
  1587.         end
  1588.         object LL_Bookmarks04: TLabel
  1589.           Left = 20
  1590.           Top = 203
  1591.           Width = 467
  1592.           Height = 48
  1593.           Caption = 
  1594.             'To set and go to bookmarks using the mouse, click the right mous' +
  1595.             'e button in an active editor, and select the desired option from' +
  1596.             ' the pop-up menu.'
  1597.           Font.Charset = DEFAULT_CHARSET
  1598.           Font.Color = clBtnText
  1599.           Font.Height = -15
  1600.           Font.Name = 'MS Sans Serif'
  1601.           Font.Style = []
  1602.           ParentFont = False
  1603.           WordWrap = True
  1604.         end
  1605.         object LL_Bookmarks05: TLabel
  1606.           Left = 20
  1607.           Top = 248
  1608.           Width = 467
  1609.           Height = 48
  1610.           Caption = 
  1611.             'See the help section about keyboard commands for an alternate wa' +
  1612.             'y to control bookmarks.'
  1613.           Font.Charset = DEFAULT_CHARSET
  1614.           Font.Color = clBtnText
  1615.           Font.Height = -15
  1616.           Font.Name = 'MS Sans Serif'
  1617.           Font.Style = []
  1618.           ParentFont = False
  1619.           WordWrap = True
  1620.         end
  1621.       end
  1622.     end
  1623.   end
  1624. end
  1625.