home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / notetab.exe / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt < prev   
Text File  |  1998-01-25  |  81KB  |  2,989 lines

  1. object DlgOptions: TDlgOptions
  2.   Left = 297
  3.   Top = 106
  4.   Hint = '|Options...'
  5.   HelpContext = 18
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderIcons = [biSystemMenu]
  9.   AutoScroll = False
  10.   Caption = 'Options'
  11.   ClientHeight = 386
  12.   ClientWidth = 420
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clBlack
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   Icon.Data = {<image000.ico>}
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnClose = FormClose
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object tbnPrefs: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 420
  29.     Height = 345
  30.     ActivePage = tbsView
  31.     Align = alClient
  32.     MultiLine = True
  33.     TabOrder = 0
  34.     OnChanging = tbnPrefsChanging
  35.     object tbsView: TTabSheet
  36.       Caption = 'View'
  37.       object Bevel1: TBevel
  38.         Left = 224
  39.         Top = 117
  40.         Width = 153
  41.         Height = 54
  42.         Shape = bsFrame
  43.       end
  44.       object cbWindow: TCaptionBar
  45.         Left = 0
  46.         Top = 16
  47.         Width = 412
  48.         AutoResize = True
  49.         Caption = 'Window'
  50.       end
  51.       object cbApplication: TCaptionBar
  52.         Left = 0
  53.         Top = 184
  54.         Width = 412
  55.         AutoResize = True
  56.         Caption = 'Application'
  57.       end
  58.       object lbl_cmbRulerUnits: TEnhLabel
  59.         Left = 177
  60.         Top = 63
  61.         Width = 55
  62.         Height = 13
  63.         Caption = 'Ruler &Units:'
  64.         FocusControl = cmbRulerUnits
  65.       end
  66.       object imgAppIcon: TImage
  67.         Left = 326
  68.         Top = 120
  69.         Width = 48
  70.         Height = 48
  71.         Hint = 'Application icon'
  72.         Center = True
  73.       end
  74.       object lblAppIcon: TEnhLabel
  75.         Left = 224
  76.         Top = 98
  77.         Width = 79
  78.         Height = 13
  79.         Caption = 'Application &Icon:'
  80.         FocusControl = btnNextIcon
  81.       end
  82.       object cbxShowToolbar: TCheckBox
  83.         Left = 16
  84.         Top = 38
  85.         Width = 137
  86.         Height = 17
  87.         Hint = '|Show the program'#39's toolbar'
  88.         Caption = 'Show &Toolbar'
  89.         State = cbChecked
  90.         TabOrder = 0
  91.       end
  92.       object cbxShowRuler: TCheckBox
  93.         Left = 16
  94.         Top = 62
  95.         Width = 105
  96.         Height = 17
  97.         Hint = '|Show the document ruler'
  98.         Caption = 'Show &Ruler'
  99.         State = cbChecked
  100.         TabOrder = 1
  101.       end
  102.       object cbxShowStatusBar: TCheckBox
  103.         Left = 16
  104.         Top = 110
  105.         Width = 153
  106.         Height = 17
  107.         Hint = '|Show the program'#39's status bar'
  108.         Caption = 'Show &Status Bar'
  109.         State = cbChecked
  110.         TabOrder = 4
  111.       end
  112.       object cbxStayOnTop: TCheckBox
  113.         Left = 16
  114.         Top = 206
  115.         Width = 153
  116.         Height = 17
  117.         Hint = '|Program stays on top of the other applications'
  118.         Caption = 'Stay &On Top'
  119.         TabOrder = 7
  120.       end
  121.       object cbxUseSystemTray: TCheckBox
  122.         Left = 16
  123.         Top = 230
  124.         Width = 177
  125.         Height = 17
  126.         Hint = '|Minimizes application to system tray instead of task bar'
  127.         Caption = 'Icon in S&ystem Tray'
  128.         Enabled = False
  129.         TabOrder = 8
  130.       end
  131.       object cbxShowSplashScreen: TCheckBox
  132.         Left = 216
  133.         Top = 206
  134.         Width = 177
  135.         Height = 17
  136.         Hint = '|Show splash screen on program startup'
  137.         Caption = 'Show Spl&ash Screen'
  138.         State = cbChecked
  139.         TabOrder = 9
  140.       end
  141.       object cbxClipbookButtons: TCheckBox
  142.         Left = 16
  143.         Top = 86
  144.         Width = 177
  145.         Height = 17
  146.         Hint = '|Show the Clipbook button bar with available templates'
  147.         Caption = 'Show &Clipbook Buttons'
  148.         State = cbChecked
  149.         TabOrder = 3
  150.       end
  151.       object cbxShowTips: TCheckBox
  152.         Left = 216
  153.         Top = 230
  154.         Width = 169
  155.         Height = 17
  156.         Hint = 'Show the Tip-of-the-day window at startup'
  157.         Caption = 'Show Tip-of-&Day'
  158.         State = cbChecked
  159.         TabOrder = 10
  160.       end
  161.       object cmbRulerUnits: TLblComboBox
  162.         Left = 256
  163.         Top = 60
  164.         Width = 121
  165.         Height = 21
  166.         Hint = 'Set units for measurement tick marks'
  167.         DropDownCount = 3
  168.         ItemHeight = 13
  169.         Items.Strings = (
  170.           'Characters'
  171.           'Inches'
  172.           'Centimeters')
  173.         PopupMenu = ef_InputBoxMenu
  174.         TabOrder = 2
  175.         AddNewToStart = False
  176.         AddNewToList = False
  177.         AllowNull = False
  178.         CaseSensitive = False
  179.         DestroyObjects = False
  180.         LimitToList = True
  181.         OverwriteMode = False
  182.         ReadOnly = False
  183.         UndoWhenEsc = False
  184.         LabelPos = lpCustom
  185.         LabelComponent = lbl_cmbRulerUnits
  186.         LabelRelLeft = -79
  187.         LabelRelTop = 3
  188.       end
  189.       object cbxHtmlFeatures: TCheckBox
  190.         Left = 16
  191.         Top = 136
  192.         Width = 201
  193.         Height = 17
  194.         Hint = 
  195.           'Turn this option off if you don'#39't want to see HTML-related comma' +
  196.           'nds in the menu and dialogs'
  197.         Caption = 'Show &HTML Features'
  198.         State = cbChecked
  199.         TabOrder = 5
  200.         OnClick = cbxHtmlFeaturesClick
  201.       end
  202.       object btnNextIcon: TButton
  203.         Left = 239
  204.         Top = 132
  205.         Width = 75
  206.         Height = 25
  207.         Hint = 
  208.           'Click on this button to scroll through the list of available ico' +
  209.           'ns'
  210.         Caption = '&Next Icon'
  211.         TabOrder = 6
  212.         OnClick = btnNextIconClick
  213.       end
  214.     end
  215.     object tbsGeneral: TTabSheet
  216.       Caption = 'General'
  217.       object lbl_edtNewNameFormat: TEnhLabel
  218.         Left = 16
  219.         Top = 179
  220.         Width = 91
  221.         Height = 13
  222.         Caption = '&New Name Format:'
  223.         FocusControl = edtNewNameFormat
  224.       end
  225.       object lbl_edtBulletChar: TEnhLabel
  226.         Left = 16
  227.         Top = 211
  228.         Width = 78
  229.         Height = 13
  230.         Caption = '&Bullet Character:'
  231.         FocusControl = edtBulletChar
  232.       end
  233.       object lbl_edtNbtSep: TEnhLabel
  234.         Left = 16
  235.         Top = 243
  236.         Width = 89
  237.         Height = 13
  238.         Caption = 'N&umber Separator:'
  239.         FocusControl = edtNbtSep
  240.       end
  241.       object cbxRestoreSizePos: TCheckBox
  242.         Left = 16
  243.         Top = 16
  244.         Width = 185
  245.         Height = 14
  246.         Hint = '|Restores program window to its last position and size'
  247.         Caption = '&Save Position and Size'
  248.         State = cbChecked
  249.         TabOrder = 0
  250.       end
  251.       object cbxRestoreDesktop: TCheckBox
  252.         Left = 16
  253.         Top = 40
  254.         Width = 189
  255.         Height = 17
  256.         Hint = '|Reload open documents on startup'
  257.         Caption = '&Reload Open Documents'
  258.         State = cbChecked
  259.         TabOrder = 1
  260.         OnClick = cbxRestoreDesktopClick
  261.       end
  262.       object cbxMultipleInstances: TCheckBox
  263.         Left = 16
  264.         Top = 88
  265.         Width = 185
  266.         Height = 17
  267.         Hint = '|Allow multiple instances of the editor to run'
  268.         Caption = 'Allow &Multiple Instances'
  269.         TabOrder = 3
  270.       end
  271.       object cbxAutoLoadFavorites: TCheckBox
  272.         Left = 16
  273.         Top = 64
  274.         Width = 189
  275.         Height = 17
  276.         Hint = '|Loads files specified in default Favorite List on startup'
  277.         Caption = 'Load &Favorites on Startup'
  278.         TabOrder = 2
  279.         OnClick = cbxAutoLoadFavoritesClick
  280.       end
  281.       object cbxShowPrompts: TCheckBox
  282.         Left = 216
  283.         Top = 16
  284.         Width = 137
  285.         Height = 17
  286.         Hint = '|Show warning prompts with Reload and Delete commands'
  287.         Caption = 'Display &Prompts'
  288.         State = cbChecked
  289.         TabOrder = 6
  290.       end
  291.       object edtNewNameFormat: TLblEdit
  292.         Left = 144
  293.         Top = 176
  294.         Width = 169
  295.         Height = 21
  296.         Hint = 
  297.           'The name format is used when new documents are created (%d marks' +
  298.           ' number position)'
  299.         PopupMenu = ef_InputBoxMenu
  300.         TabOrder = 8
  301.         OnKeyPress = CheckPathNameChar
  302.         OverwriteMode = False
  303.         UndoWhenEsc = False
  304.         WordWrap = False
  305.         LabelPos = lpCustom
  306.         LabelComponent = lbl_edtNewNameFormat
  307.         LabelRelLeft = -128
  308.         LabelRelTop = 3
  309.       end
  310.       object edtBulletChar: TLblEdit
  311.         Left = 144
  312.         Top = 208
  313.         Width = 169
  314.         Height = 21
  315.         Hint = 'Defines character used by the "Bullet Insert" function'
  316.         MaxLength = 1
  317.         PopupMenu = ef_InputBoxMenu
  318.         TabOrder = 9
  319.         OverwriteMode = False
  320.         UndoWhenEsc = False
  321.         WordWrap = False
  322.         LabelPos = lpCustom
  323.         LabelComponent = lbl_edtBulletChar
  324.         LabelRelLeft = -128
  325.         LabelRelTop = 3
  326.       end
  327.       object edtNbtSep: TLblEdit
  328.         Left = 144
  329.         Top = 240
  330.         Width = 169
  331.         Height = 21
  332.         Hint = 
  333.           'Defines characters used by the "Number Lines" function to separa' +
  334.           'te the numbers from the text'
  335.         PopupMenu = ef_InputBoxMenu
  336.         TabOrder = 10
  337.         OverwriteMode = False
  338.         UndoWhenEsc = False
  339.         WordWrap = False
  340.         LabelPos = lpCustom
  341.         LabelComponent = lbl_edtNbtSep
  342.         LabelRelLeft = -128
  343.         LabelRelTop = 3
  344.       end
  345.       object cbxCheckReload: TCheckBox
  346.         Left = 16
  347.         Top = 112
  348.         Width = 233
  349.         Height = 17
  350.         Hint = 
  351.           '|Checks if documents have been modified by other applications wh' +
  352.           'en focus returns to NoteTab'
  353.         Caption = 'Check &Documents on Activate'
  354.         State = cbChecked
  355.         TabOrder = 4
  356.       end
  357.       object cbxBlindUser: TCheckBox
  358.         Left = 216
  359.         Top = 40
  360.         Width = 145
  361.         Height = 17
  362.         Hint = 
  363.           'Autoscroll hides dialog when active and message dialog boxes mak' +
  364.           'e a sound when displayed'
  365.         Caption = 'Blind User M&ode'
  366.         TabOrder = 7
  367.       end
  368.       object cbxFavoritesFullName: TCheckBox
  369.         Left = 16
  370.         Top = 136
  371.         Width = 249
  372.         Height = 17
  373.         Hint = 'Set this option to display full file names in the Favorites menu'
  374.         Caption = 'Full Names in Fa&vorites Menu'
  375.         TabOrder = 5
  376.       end
  377.     end
  378.     object tbsFiles: TTabSheet
  379.       Caption = 'Files'
  380.       object lbl_edtMinutes: TEnhLabel
  381.         Left = 237
  382.         Top = 87
  383.         Width = 37
  384.         Height = 13
  385.         Caption = '&Minutes'
  386.         FocusControl = edtMinutes
  387.       end
  388.       object lbl_edtOpenDir: TEnhLabel
  389.         Left = 16
  390.         Top = 215
  391.         Width = 74
  392.         Height = 13
  393.         Caption = '&Open Directory:'
  394.         FocusControl = edtOpenDir
  395.       end
  396.       object lbl_edtSaveDir: TEnhLabel
  397.         Left = 16
  398.         Top = 247
  399.         Width = 73
  400.         Height = 13
  401.         Caption = 'Sa&ve Directory:'
  402.         FocusControl = edtSaveDir
  403.       end
  404.       object cbSaving: TCaptionBar
  405.         Left = 0
  406.         Top = 16
  407.         Width = 412
  408.         Height = 14
  409.         AutoResize = True
  410.         Caption = 'Opening && Saving'
  411.       end
  412.       object cbDirectories: TCaptionBar
  413.         Left = 0
  414.         Top = 142
  415.         Width = 412
  416.         AutoResize = True
  417.         Caption = 'Directories'
  418.       end
  419.       object lbl_edtSubstBinChar: TEnhLabel
  420.         Left = 237
  421.         Top = 115
  422.         Width = 128
  423.         Height = 13
  424.         Caption = 'Substitute Bi&nary Character'
  425.         FocusControl = edtSubstBinChar
  426.       end
  427.       object cbxTrackDir: TCheckBox
  428.         Left = 16
  429.         Top = 164
  430.         Width = 185
  431.         Height = 17
  432.         Hint = '|Working directory follows active document'
  433.         Caption = '&Directory Tracking'
  434.         State = cbChecked
  435.         TabOrder = 8
  436.         OnClick = cbxCheckTrackDirClick
  437.       end
  438.       object cbxAutoSave: TCheckBox
  439.         Left = 16
  440.         Top = 62
  441.         Width = 185
  442.         Height = 17
  443.         Hint = '|Automatically saves modified files before closing them'
  444.         Caption = '&Save Files on Close'
  445.         TabOrder = 2
  446.       end
  447.       object cbxMakeBackups: TCheckBox
  448.         Left = 16
  449.         Top = 38
  450.         Width = 153
  451.         Height = 17
  452.         Hint = '|Makes a backup copy before updating a file on disk'
  453.         Caption = 'Make &Backups'
  454.         TabOrder = 0
  455.       end
  456.       object cbxUseBAK: TCheckBox
  457.         Left = 216
  458.         Top = 38
  459.         Width = 161
  460.         Height = 17
  461.         Hint = 
  462.           '|Use .BAK extension for backup files when checked, otherwise ins' +
  463.           'erts "~" after dot'
  464.         Caption = 'Backups use .BA&K'
  465.         State = cbChecked
  466.         TabOrder = 1
  467.       end
  468.       object cbxConvertBinary: TCheckBox
  469.         Left = 16
  470.         Top = 110
  471.         Width = 177
  472.         Height = 17
  473.         Hint = 
  474.           '|Converts any control codes so whole file can be displayed (slow' +
  475.           's loading of large files if enabled!)'
  476.         Caption = 'Filter Binary &Codes'
  477.         TabOrder = 6
  478.       end
  479.       object cbxUndoAfterSave: TCheckBox
  480.         Left = 216
  481.         Top = 62
  482.         Width = 145
  483.         Height = 17
  484.         Hint = '|Allow undo operations after a document has been saved'
  485.         Caption = '&Undo After Save'
  486.         TabOrder = 3
  487.       end
  488.       object edtMinutes: TLblEdit
  489.         Left = 184
  490.         Top = 84
  491.         Width = 45
  492.         Height = 21
  493.         Hint = 'Set the time interval for the "Automatic Save" function'
  494.         PopupMenu = ef_InputBoxMenu
  495.         TabOrder = 5
  496.         Text = '10'
  497.         OnKeyPress = CheckNbrKeyPress
  498.         OverwriteMode = False
  499.         UndoWhenEsc = False
  500.         WordWrap = False
  501.         LabelPos = lpRight
  502.         LabelColon = False
  503.         LabelComponent = lbl_edtMinutes
  504.         LabelRelLeft = 53
  505.         LabelRelTop = 3
  506.       end
  507.       object cbxSaveEvery: TCheckBox
  508.         Left = 16
  509.         Top = 86
  510.         Width = 161
  511.         Height = 17
  512.         Hint = 
  513.           'Set this option to save modified documents at regular time inter' +
  514.           'vals'
  515.         Caption = '&Automatic Save every:'
  516.         TabOrder = 4
  517.       end
  518.       object cbxUseDefaultDir: TCheckBox
  519.         Left = 16
  520.         Top = 188
  521.         Width = 169
  522.         Height = 17
  523.         Hint = 
  524.           'Set this option to always use fixed directories for opening and ' +
  525.           'saving documents'
  526.         Caption = 'Use D&efault Directories'
  527.         TabOrder = 9
  528.         OnClick = cbxCheckTrackDirClick
  529.       end
  530.       object edtOpenDir: TLblEdit
  531.         Left = 120
  532.         Top = 212
  533.         Width = 257
  534.         Height = 21
  535.         Hint = 
  536.           'Default directory for opening files when the "Use Default Direct' +
  537.           'ories" option is set'
  538.         PopupMenu = ef_InputBoxMenu
  539.         TabOrder = 10
  540.         OnChange = CheckUseDefault
  541.         OnKeyPress = CheckPathNameChar
  542.         OverwriteMode = False
  543.         UndoWhenEsc = False
  544.         WordWrap = False
  545.         LabelPos = lpCustom
  546.         LabelComponent = lbl_edtOpenDir
  547.         LabelRelLeft = -104
  548.         LabelRelTop = 3
  549.       end
  550.       object edtSaveDir: TLblEdit
  551.         Left = 120
  552.         Top = 244
  553.         Width = 257
  554.         Height = 21
  555.         Hint = 
  556.           'Default directory for saving files when the "Use Default Directo' +
  557.           'ries" option is set'
  558.         PopupMenu = ef_InputBoxMenu
  559.         TabOrder = 12
  560.         OnChange = CheckUseDefault
  561.         OnKeyPress = CheckPathNameChar
  562.         OverwriteMode = False
  563.         UndoWhenEsc = False
  564.         WordWrap = False
  565.         LabelPos = lpCustom
  566.         LabelComponent = lbl_edtSaveDir
  567.         LabelRelLeft = -104
  568.         LabelRelTop = 3
  569.       end
  570.       object btnOpenDir: TAttachedButton
  571.         Left = 378
  572.         Top = 212
  573.         Height = 21
  574.         Hint = 'Browse|Browse disk for directory'
  575.         TabOrder = 11
  576.         OnClick = GetDefaultDir
  577.         AttachedControl = edtOpenDir
  578.       end
  579.       object btnSaveDir: TAttachedButton
  580.         Left = 378
  581.         Top = 244
  582.         Height = 21
  583.         Hint = 'Browse|Browse disk for directory'
  584.         TabOrder = 13
  585.         OnClick = GetDefaultDir
  586.         AttachedControl = edtSaveDir
  587.       end
  588.       object edtSubstBinChar: TLblEdit
  589.         Left = 184
  590.         Top = 112
  591.         Width = 45
  592.         Height = 21
  593.         Hint = 'Defines the character used when substituting binary characters'
  594.         MaxLength = 1
  595.         PopupMenu = ef_InputBoxMenu
  596.         TabOrder = 7
  597.         OverwriteMode = False
  598.         UndoWhenEsc = False
  599.         WordWrap = False
  600.         LabelPos = lpRight
  601.         LabelColon = False
  602.         LabelComponent = lbl_edtSubstBinChar
  603.         LabelRelLeft = 53
  604.         LabelRelTop = 3
  605.       end
  606.     end
  607.     object tbsDocuments: TTabSheet
  608.       HelpContext = 23
  609.       Caption = 'Documents'
  610.       object lbl_edtTabSize: TEnhLabel
  611.         Left = 16
  612.         Top = 137
  613.         Width = 45
  614.         Height = 13
  615.         Caption = 'Tab &Size:'
  616.         FocusControl = edtTabSize
  617.       end
  618.       object lbl_cmbTabUnits: TEnhLabel
  619.         Left = 16
  620.         Top = 169
  621.         Width = 49
  622.         Height = 13
  623.         Caption = 'Tab &Units:'
  624.         FocusControl = cmbTabUnits
  625.       end
  626.       object lbl_cmbTypeTab: TEnhLabel
  627.         Left = 223
  628.         Top = 137
  629.         Width = 49
  630.         Height = 13
  631.         Caption = '&Type Tab:'
  632.         FocusControl = cmbTypeTab
  633.       end
  634.       object cbEditing: TCaptionBar
  635.         Left = 0
  636.         Top = 16
  637.         Width = 412
  638.         Height = 14
  639.         AutoResize = True
  640.         Caption = 'Editing'
  641.       end
  642.       object lbl_cmbSaveFormat: TEnhLabel
  643.         Left = 201
  644.         Top = 215
  645.         Width = 63
  646.         Height = 13
  647.         Caption = 'Save &Format:'
  648.         FocusControl = cmbSaveFormat
  649.       end
  650.       object cbTabs: TCaptionBar
  651.         Left = 0
  652.         Top = 112
  653.         Width = 412
  654.         Height = 14
  655.         AutoResize = True
  656.         Caption = 'Tabs'
  657.       end
  658.       object cbFormat: TCaptionBar
  659.         Left = 0
  660.         Top = 192
  661.         Width = 412
  662.         Height = 16
  663.         AutoResize = True
  664.         Caption = 'Format'
  665.       end
  666.       object cbxWordWrap: TCheckBox
  667.         Left = 16
  668.         Top = 38
  669.         Width = 121
  670.         Height = 17
  671.         Hint = '|Enable word wrap at window edge or wrap column'
  672.         Caption = '&Word Wrap'
  673.         State = cbChecked
  674.         TabOrder = 0
  675.         OnClick = cbxWordWrapClick
  676.       end
  677.       object cbxWrapToColumn: TCheckBox
  678.         Left = 216
  679.         Top = 38
  680.         Width = 121
  681.         Height = 17
  682.         Hint = 
  683.           '|Words wrap at specified column (column wrap is not enforced whe' +
  684.           'n editing but is reproduced in saved file)'
  685.         Caption = 'Wrap to &Column:'
  686.         TabOrder = 1
  687.         OnClick = cbxWrapToColumnClick
  688.       end
  689.       object cbxAutoIndent: TCheckBox
  690.         Left = 16
  691.         Top = 62
  692.         Width = 121
  693.         Height = 17
  694.         Hint = 
  695.           '|Use same indentation level as the last line of the previous par' +
  696.           'agraph'
  697.         Caption = 'Auto &Indent'
  698.         TabOrder = 3
  699.         OnClick = CustomProperties
  700.       end
  701.       object cbxTrimSpaces: TCheckBox
  702.         Left = 16
  703.         Top = 86
  704.         Width = 161
  705.         Height = 17
  706.         Hint = '|Spaces at the end of paragraph are removed'
  707.         Caption = 'Trim W&hite Spaces'
  708.         TabOrder = 4
  709.         OnClick = CustomProperties
  710.       end
  711.       object cbxScrollPastEOL: TCheckBox
  712.         Left = 216
  713.         Top = 86
  714.         Width = 169
  715.         Height = 17
  716.         Hint = '|Caret can move beyond the end of the current line'
  717.         Caption = 'Scroll Past &End of Line'
  718.         TabOrder = 5
  719.         Visible = False
  720.         OnClick = cbxScrollPastEOLClick
  721.       end
  722.       object edtWrapWidth: TEicEdit
  723.         Left = 344
  724.         Top = 36
  725.         Width = 57
  726.         Height = 21
  727.         Hint = '|Column position at which words wrap'
  728.         MaxLength = 3
  729.         PopupMenu = ef_InputBoxMenu
  730.         TabOrder = 2
  731.         Text = '80'
  732.         OnKeyPress = CheckNbrKeyPress
  733.         OverwriteMode = False
  734.         UndoWhenEsc = False
  735.         WordWrap = False
  736.         OnEdited = CustomProperties
  737.       end
  738.       object edtTabSize: TLblEdit
  739.         Left = 83
  740.         Top = 134
  741.         Width = 113
  742.         Height = 21
  743.         Hint = '|Text Tab size'
  744.         MaxLength = 3
  745.         PopupMenu = ef_InputBoxMenu
  746.         TabOrder = 6
  747.         OnKeyPress = edtTabSizeKeyPress
  748.         OverwriteMode = False
  749.         UndoWhenEsc = False
  750.         WordWrap = False
  751.         OnEdited = CustomProperties
  752.         LabelPos = lpCustom
  753.         LabelMargin = 6
  754.         LabelComponent = lbl_edtTabSize
  755.         LabelRelLeft = -67
  756.         LabelRelTop = 3
  757.       end
  758.       object cbxDosText: TCheckBox
  759.         Left = 16
  760.         Top = 214
  761.         Width = 115
  762.         Height = 17
  763.         Hint = '|Opens/saves document  using ASCII character set'
  764.         Caption = 'Dos &ASCII'
  765.         Enabled = False
  766.         TabOrder = 9
  767.       end
  768.       object cbxDefault: TCheckBox
  769.         Left = 264
  770.         Top = 252
  771.         Width = 137
  772.         Height = 17
  773.         Hint = '|Uses settings defined in preferences dialog'
  774.         Alignment = taLeftJustify
  775.         Caption = 'Use &Default Settings'
  776.         TabOrder = 12
  777.         Visible = False
  778.         OnClick = cbxDefaultClick
  779.       end
  780.       object cmbTabUnits: TLblComboBox
  781.         Left = 83
  782.         Top = 166
  783.         Width = 113
  784.         Height = 21
  785.         Hint = 'Defines units used for tab size'
  786.         DropDownCount = 4
  787.         ItemHeight = 13
  788.         Items.Strings = (
  789.           'Inches'
  790.           'Centimeters'
  791.           'Pixels'
  792.           'Characters')
  793.         PopupMenu = ef_InputBoxMenu
  794.         TabOrder = 7
  795.         OnChange = CustomProperties
  796.         AddNewToStart = False
  797.         AddNewToList = False
  798.         AllowNull = False
  799.         CaseSensitive = False
  800.         DestroyObjects = False
  801.         LimitToList = True
  802.         OverwriteMode = False
  803.         ReadOnly = False
  804.         UndoWhenEsc = False
  805.         LabelPos = lpCustom
  806.         LabelComponent = lbl_cmbTabUnits
  807.         LabelRelLeft = -67
  808.         LabelRelTop = 3
  809.       end
  810.       object cmbTypeTab: TLblComboBox
  811.         Left = 288
  812.         Top = 134
  813.         Width = 113
  814.         Height = 21
  815.         Hint = 
  816.           '|Real = normal tabs; Fixed = tabs are converted to spaces; Smart' +
  817.           ' = position of words above'
  818.         DropDownCount = 3
  819.         ItemHeight = 13
  820.         Items.Strings = (
  821.           'Real'
  822.           'Fixed'
  823.           'Smart')
  824.         PopupMenu = ef_InputBoxMenu
  825.         TabOrder = 8
  826.         OnChange = CustomProperties
  827.         AddNewToStart = False
  828.         AddNewToList = False
  829.         AllowNull = False
  830.         CaseSensitive = False
  831.         DestroyObjects = False
  832.         LimitToList = True
  833.         OverwriteMode = False
  834.         ReadOnly = False
  835.         UndoWhenEsc = False
  836.         LabelPos = lpCustom
  837.         LabelComponent = lbl_cmbTypeTab
  838.         LabelRelLeft = -65
  839.         LabelRelTop = 3
  840.       end
  841.       object cmbSaveFormat: TLblComboBox
  842.         Left = 288
  843.         Top = 212
  844.         Width = 113
  845.         Height = 21
  846.         Hint = '|Saves document using original or chosen file format'
  847.         DropDownCount = 4
  848.         ItemHeight = 13
  849.         Items.Strings = (
  850.           'DOS'
  851.           'UNIX'
  852.           'Mac'
  853.           'Original')
  854.         PopupMenu = ef_InputBoxMenu
  855.         TabOrder = 10
  856.         OnChange = CustomProperties
  857.         AddNewToStart = False
  858.         AddNewToList = False
  859.         AllowNull = False
  860.         CaseSensitive = False
  861.         DestroyObjects = False
  862.         LimitToList = True
  863.         OverwriteMode = False
  864.         ReadOnly = False
  865.         UndoWhenEsc = False
  866.         LabelPos = lpCustom
  867.         LabelComponent = lbl_cmbSaveFormat
  868.         LabelRelLeft = -87
  869.         LabelRelTop = 3
  870.       end
  871.       object btnDocFont: TFontButton
  872.         Left = 16
  873.         Top = 241
  874.         Width = 75
  875.         Height = 25
  876.         Hint = '|Opens Font dialog box'
  877.         Caption = 'F&ont...'
  878.         TabOrder = 11
  879.         RefFont.Charset = DEFAULT_CHARSET
  880.         RefFont.Color = clWindowText
  881.         RefFont.Height = -11
  882.         RefFont.Name = 'MS Sans Serif'
  883.         RefFont.Style = []
  884.         FontDialog = vclDocFontDlg
  885.         OnChanged = CustomProperties
  886.       end
  887.     end
  888.     object tbsInternet: TTabSheet
  889.       Caption = 'Internet'
  890.       object lbl_edtBrowser: TEnhLabel
  891.         Left = 16
  892.         Top = 9
  893.         Width = 78
  894.         Height = 13
  895.         Caption = '&Default Browser:'
  896.         FocusControl = edtBrowser
  897.       end
  898.       object lbl_edtBrowser2: TEnhLabel
  899.         Left = 216
  900.         Top = 9
  901.         Width = 81
  902.         Height = 13
  903.         Caption = '&Second Browser:'
  904.         FocusControl = edtBrowser2
  905.       end
  906.       object lbl_edtHRefTag: TEnhLabel
  907.         Left = 16
  908.         Top = 185
  909.         Width = 50
  910.         Height = 13
  911.         Caption = 'H&Ref Tag:'
  912.         FocusControl = edtHRefTag
  913.       end
  914.       object lbl_edtImgTag: TEnhLabel
  915.         Left = 16
  916.         Top = 217
  917.         Width = 42
  918.         Height = 13
  919.         Caption = '&Img Tag:'
  920.         FocusControl = edtImgTag
  921.       end
  922.       object lbl_edtEMailQuoteChar: TEnhLabel
  923.         Left = 16
  924.         Top = 249
  925.         Width = 61
  926.         Height = 13
  927.         Caption = 'EMail &Quote:'
  928.         FocusControl = edtEMailQuoteChar
  929.       end
  930.       object lbl_edtHtmlHeader: TEnhLabel
  931.         Left = 16
  932.         Top = 57
  933.         Width = 71
  934.         Height = 13
  935.         Caption = 'HTML &Header:'
  936.         FocusControl = edtHtmlHeader
  937.       end
  938.       object lbl_edtHtmlFooter: TEnhLabel
  939.         Left = 216
  940.         Top = 57
  941.         Width = 66
  942.         Height = 13
  943.         Caption = 'HTML &Footer:'
  944.         FocusControl = edtHtmlFooter
  945.       end
  946.       object cbxUnderlineUrl: TCheckBox
  947.         Left = 280
  948.         Top = 250
  949.         Width = 129
  950.         Height = 17
  951.         Hint = '|Underlines the highlighted links'
  952.         Caption = 'U&nderline URLs'
  953.         State = cbChecked
  954.         TabOrder = 10
  955.         Visible = False
  956.         OnClick = cbxUnderlineUrlClick
  957.       end
  958.       object cbxHighlightUrl: TCheckBox
  959.         Left = 160
  960.         Top = 250
  961.         Width = 113
  962.         Height = 17
  963.         Hint = '|Highlight fully qualified URLs in text'
  964.         Caption = 'Highlight &URLs'
  965.         State = cbChecked
  966.         TabOrder = 9
  967.         Visible = False
  968.       end
  969.       object edtBrowser: TLblEdit
  970.         Left = 16
  971.         Top = 24
  972.         Width = 161
  973.         Height = 21
  974.         Hint = 
  975.           '|Web browser path and file name (only use if browser cannot be c' +
  976.           'alled through the registry)'
  977.         PopupMenu = ef_InputBoxMenu
  978.         TabOrder = 0
  979.         OnKeyPress = CheckPathNameChar
  980.         OverwriteMode = False
  981.         UndoWhenEsc = False
  982.         WordWrap = False
  983.         LabelPos = lpTop
  984.         LabelMargin = 2
  985.         LabelComponent = lbl_edtBrowser
  986.         LabelRelLeft = 0
  987.         LabelRelTop = -15
  988.       end
  989.       object btnSearchBrowser: TAttachedButton
  990.         Left = 178
  991.         Top = 24
  992.         Height = 21
  993.         Hint = 'Search...|Browse disk to find program'
  994.         TabOrder = 1
  995.         DefaultExt = '*.exe'
  996.         Filter = 'Program Files (*.exe)|*.exe'
  997.         Title = 'Choose Browser'
  998.         AttachedControl = edtBrowser
  999.         OpenDialog = vclOpenFile
  1000.       end
  1001.       object edtBrowser2: TLblEdit
  1002.         Left = 216
  1003.         Top = 24
  1004.         Width = 161
  1005.         Height = 21
  1006.         Hint = 
  1007.           '|Web browser path and file name used by "Alternative Browser" co' +
  1008.           'mmand'
  1009.         PopupMenu = ef_InputBoxMenu
  1010.         TabOrder = 2
  1011.         OnKeyPress = CheckPathNameChar
  1012.         OverwriteMode = False
  1013.         UndoWhenEsc = False
  1014.         WordWrap = False
  1015.         LabelPos = lpTop
  1016.         LabelMargin = 2
  1017.         LabelComponent = lbl_edtBrowser2
  1018.         LabelRelLeft = 0
  1019.         LabelRelTop = -15
  1020.       end
  1021.       object btnSearchBrowser2: TAttachedButton
  1022.         Left = 378
  1023.         Top = 24
  1024.         Height = 21
  1025.         Hint = 'Search...|Browse disk to find program'
  1026.         TabOrder = 3
  1027.         DefaultExt = '*.exe'
  1028.         Filter = 'Program Files (*.exe)|*.exe'
  1029.         Title = 'Choose Browser'
  1030.         AttachedControl = edtBrowser2
  1031.         OpenDialog = vclOpenFile
  1032.       end
  1033.       object edtEMailQuoteChar: TLblEdit
  1034.         Left = 96
  1035.         Top = 246
  1036.         Width = 41
  1037.         Height = 21
  1038.         Hint = 'Quote character(s) used by the "E-mail: Quote Text" command'
  1039.         PopupMenu = ef_InputBoxMenu
  1040.         TabOrder = 8
  1041.         OverwriteMode = False
  1042.         UndoWhenEsc = False
  1043.         WordWrap = False
  1044.         LabelPos = lpCustom
  1045.         LabelComponent = lbl_edtEMailQuoteChar
  1046.         LabelRelLeft = -80
  1047.         LabelRelTop = 3
  1048.       end
  1049.       object edtHtmlHeader: TLblMemo
  1050.         Left = 16
  1051.         Top = 72
  1052.         Width = 185
  1053.         Height = 97
  1054.         Hint = 'HTML Header used by the "Document to HTML" command'
  1055.         PopupMenu = ef_InputBoxMenu
  1056.         ScrollBars = ssBoth
  1057.         TabOrder = 4
  1058.         OverwriteMode = False
  1059.         UndoWhenEsc = False
  1060.         WindowsUndo = False
  1061.         LabelPos = lpTop
  1062.         LabelMargin = 2
  1063.         LabelComponent = lbl_edtHtmlHeader
  1064.         LabelRelLeft = 0
  1065.         LabelRelTop = -15
  1066.       end
  1067.       object edtHtmlFooter: TLblMemo
  1068.         Left = 216
  1069.         Top = 72
  1070.         Width = 185
  1071.         Height = 97
  1072.         Hint = 'HTML Footer used by the "Document to HTML" command'
  1073.         PopupMenu = ef_InputBoxMenu
  1074.         ScrollBars = ssBoth
  1075.         TabOrder = 5
  1076.         OverwriteMode = False
  1077.         UndoWhenEsc = False
  1078.         WindowsUndo = False
  1079.         LabelPos = lpTop
  1080.         LabelMargin = 2
  1081.         LabelComponent = lbl_edtHtmlFooter
  1082.         LabelRelLeft = 0
  1083.         LabelRelTop = -15
  1084.       end
  1085.       object edtHRefTag: TLblEdit
  1086.         Left = 96
  1087.         Top = 182
  1088.         Width = 305
  1089.         Height = 21
  1090.         Hint = 
  1091.           'HRef tag format used when a file name is dragged from the File L' +
  1092.           'ist to an HTML document'
  1093.         PopupMenu = ef_InputBoxMenu
  1094.         TabOrder = 6
  1095.         OverwriteMode = False
  1096.         UndoWhenEsc = False
  1097.         WordWrap = False
  1098.         LabelPos = lpCustom
  1099.         LabelComponent = lbl_edtHRefTag
  1100.         LabelRelLeft = -80
  1101.         LabelRelTop = 3
  1102.       end
  1103.       object edtImgTag: TLblEdit
  1104.         Left = 96
  1105.         Top = 214
  1106.         Width = 305
  1107.         Height = 21
  1108.         Hint = 
  1109.           'Image tag format used when a GIF/JPG file name is dragged from t' +
  1110.           'he File List to an HTML document'
  1111.         PopupMenu = ef_InputBoxMenu
  1112.         TabOrder = 7
  1113.         OverwriteMode = False
  1114.         UndoWhenEsc = False
  1115.         WordWrap = False
  1116.         LabelPos = lpCustom
  1117.         LabelComponent = lbl_edtImgTag
  1118.         LabelRelLeft = -80
  1119.         LabelRelTop = 3
  1120.       end
  1121.     end
  1122.     object tbsHtmlFiles: TTabSheet
  1123.       Caption = 'HTML Files'
  1124.       object lbl_edt_lbxHtmlExt: TEnhLabel
  1125.         Left = 16
  1126.         Top = 16
  1127.         Width = 106
  1128.         Height = 13
  1129.         Caption = 'HTML File E&xtensions:'
  1130.         FocusControl = edt_lbxHtmlExt
  1131.       end
  1132.       object cbxHighlightHtml: TCheckBox
  1133.         Left = 160
  1134.         Top = 114
  1135.         Width = 159
  1136.         Height = 17
  1137.         Hint = '|Highlight HTML tags web documents'
  1138.         Caption = 'Highlight &HTML Tags'
  1139.         State = cbChecked
  1140.         TabOrder = 4
  1141.         Visible = False
  1142.       end
  1143.       object edt_lbxHtmlExt: TLblEdit
  1144.         Left = 16
  1145.         Top = 31
  1146.         Width = 121
  1147.         Height = 21
  1148.         Hint = '|Enter or edit extension'
  1149.         PopupMenu = ef_InputBoxMenu
  1150.         TabOrder = 0
  1151.         OnKeyPress = CheckFileNameChar
  1152.         OverwriteMode = False
  1153.         UndoWhenEsc = False
  1154.         WordWrap = False
  1155.         LabelPos = lpTop
  1156.         LabelMargin = 2
  1157.         LabelComponent = lbl_edt_lbxHtmlExt
  1158.         LabelRelLeft = 0
  1159.         LabelRelTop = -15
  1160.       end
  1161.       object lbxHtmlExt: TInputListBox
  1162.         Left = 16
  1163.         Top = 56
  1164.         Width = 121
  1165.         Height = 201
  1166.         Hint = 
  1167.           '|Documents with listed extensions will use HTML highlighting if ' +
  1168.           'option is set'
  1169.         ItemHeight = 13
  1170.         Sorted = True
  1171.         TabOrder = 1
  1172.         AllowToggle = False
  1173.         AllowDragReorder = False
  1174.         CaseSensitive = False
  1175.         CustomColor = clBlack
  1176.         DestroyObjects = False
  1177.         ReadOnly = False
  1178.         ScrollWidth = 0
  1179.         UndoWhenEsc = False
  1180.         OnChange = lbxHtmlExtChange
  1181.         OnModified = lbxHtmlExtChange
  1182.         AddNewToList = False
  1183.         LimitToList = False
  1184.         ResetFocus = False
  1185.         Editor = edt_lbxHtmlExt
  1186.         ShowEditor = True
  1187.         OnEdited = lbxHtmlExtEdited
  1188.       end
  1189.       object btnAddHtmlExt: TButton
  1190.         Left = 160
  1191.         Top = 31
  1192.         Width = 73
  1193.         Height = 25
  1194.         Hint = 'Add a new extension'
  1195.         Caption = '&Add'
  1196.         Enabled = False
  1197.         TabOrder = 2
  1198.         OnClick = btnAddHtmlExtClick
  1199.       end
  1200.       object btnDelHtmlExt: TButton
  1201.         Left = 160
  1202.         Top = 63
  1203.         Width = 73
  1204.         Height = 25
  1205.         Hint = 'Remove current extension from list'
  1206.         Caption = '&Remove'
  1207.         Enabled = False
  1208.         TabOrder = 3
  1209.         OnClick = btnDelHtmlExtClick
  1210.       end
  1211.     end
  1212.     object tbsFileFilters: TTabSheet
  1213.       Caption = 'File Filters'
  1214.       object lbl_lbxFilters: TEnhLabel
  1215.         Left = 16
  1216.         Top = 16
  1217.         Width = 30
  1218.         Height = 13
  1219.         Caption = '&Filters:'
  1220.         FocusControl = lbxFilters
  1221.       end
  1222.       object lbl_edtDescription: TEnhLabel
  1223.         Left = 218
  1224.         Top = 16
  1225.         Width = 56
  1226.         Height = 13
  1227.         Caption = '&Description:'
  1228.         FocusControl = edtDescription
  1229.       end
  1230.       object lbl_edtWildCards: TEnhLabel
  1231.         Left = 218
  1232.         Top = 58
  1233.         Width = 54
  1234.         Height = 13
  1235.         Caption = '&Wild Cards:'
  1236.         FocusControl = edtWildCards
  1237.       end
  1238.       object lbl_edtDefaultExt: TEnhLabel
  1239.         Left = 218
  1240.         Top = 227
  1241.         Width = 86
  1242.         Height = 13
  1243.         Caption = 'Default E&xtension:'
  1244.         FocusControl = edtDefaultExt
  1245.       end
  1246.       object lbxFilters: TLblListbox
  1247.         Left = 16
  1248.         Top = 31
  1249.         Width = 175
  1250.         Height = 233
  1251.         Hint = '|List of file filters'
  1252.         DragMode = dmAutomatic
  1253.         ItemHeight = 13
  1254.         TabOrder = 0
  1255.         AllowToggle = False
  1256.         AllowDragReorder = True
  1257.         CaseSensitive = False
  1258.         CustomColor = clBlack
  1259.         DestroyObjects = True
  1260.         ReadOnly = False
  1261.         ScrollWidth = 0
  1262.         UndoWhenEsc = False
  1263.         OnChange = lbxFiltersChange
  1264.         OnMoved = lbxFiltersMoved
  1265.         LabelPos = lpTop
  1266.         LabelMargin = 2
  1267.         LabelComponent = lbl_lbxFilters
  1268.         LabelRelLeft = 0
  1269.         LabelRelTop = -15
  1270.       end
  1271.       object edtDescription: TLblEdit
  1272.         Left = 218
  1273.         Top = 31
  1274.         Width = 175
  1275.         Height = 21
  1276.         Hint = '|Brief description of filter'
  1277.         MaxLength = 60
  1278.         PopupMenu = ef_InputBoxMenu
  1279.         TabOrder = 1
  1280.         OnExit = CheckUpdateFilter
  1281.         OverwriteMode = False
  1282.         UndoWhenEsc = False
  1283.         WordWrap = False
  1284.         LabelPos = lpTop
  1285.         LabelMargin = 2
  1286.         LabelComponent = lbl_edtDescription
  1287.         LabelRelLeft = 0
  1288.         LabelRelTop = -15
  1289.       end
  1290.       object edtWildCards: TLblEdit
  1291.         Left = 218
  1292.         Top = 73
  1293.         Width = 175
  1294.         Height = 21
  1295.         Hint = 
  1296.           '|Wild cards representing filter. Use a semi-colon to separate se' +
  1297.           'veral items'
  1298.         MaxLength = 60
  1299.         PopupMenu = ef_InputBoxMenu
  1300.         TabOrder = 2
  1301.         OnExit = CheckUpdateFilter
  1302.         OverwriteMode = False
  1303.         UndoWhenEsc = False
  1304.         WordWrap = False
  1305.         LabelPos = lpTop
  1306.         LabelMargin = 2
  1307.         LabelComponent = lbl_edtWildCards
  1308.         LabelRelLeft = 0
  1309.         LabelRelTop = -15
  1310.       end
  1311.       object btnNew: TButton
  1312.         Left = 218
  1313.         Top = 109
  1314.         Width = 87
  1315.         Height = 25
  1316.         Hint = '|Add a new filter'
  1317.         Caption = '&New'
  1318.         TabOrder = 3
  1319.         OnClick = btnNewClick
  1320.       end
  1321.       object btnDelete: TButton
  1322.         Left = 312
  1323.         Top = 109
  1324.         Width = 83
  1325.         Height = 25
  1326.         Hint = '|Delete current filter'
  1327.         Caption = 'D&elete'
  1328.         Enabled = False
  1329.         TabOrder = 4
  1330.         OnClick = btnDeleteClick
  1331.       end
  1332.       object btnMoveUp: TButton
  1333.         Left = 218
  1334.         Top = 141
  1335.         Width = 87
  1336.         Height = 25
  1337.         Hint = '|Move current filter up in list'
  1338.         Caption = 'Move &Up'
  1339.         Enabled = False
  1340.         TabOrder = 5
  1341.         OnClick = btnMoveUpClick
  1342.       end
  1343.       object btnMoveDown: TButton
  1344.         Left = 312
  1345.         Top = 141
  1346.         Width = 83
  1347.         Height = 25
  1348.         Hint = '|Move current filter down in list'
  1349.         Caption = 'Move D&own'
  1350.         Enabled = False
  1351.         TabOrder = 6
  1352.         OnClick = btnMoveDownClick
  1353.       end
  1354.       object edtDefaultExt: TLblEdit
  1355.         Left = 218
  1356.         Top = 242
  1357.         Width = 175
  1358.         Height = 21
  1359.         Hint = '|Default file extension used by file dialog box'
  1360.         PopupMenu = ef_InputBoxMenu
  1361.         TabOrder = 7
  1362.         OnKeyPress = CheckFileNameChar
  1363.         OverwriteMode = False
  1364.         UndoWhenEsc = False
  1365.         WordWrap = False
  1366.         LabelPos = lpTop
  1367.         LabelMargin = 2
  1368.         LabelComponent = lbl_edtDefaultExt
  1369.         LabelRelLeft = 0
  1370.         LabelRelTop = -15
  1371.       end
  1372.     end
  1373.     object tbsAssociations: TTabSheet
  1374.       Caption = 'Associations'
  1375.       object EnhLabel1: TEnhLabel
  1376.         Left = 16
  1377.         Top = 16
  1378.         Width = 128
  1379.         Height = 13
  1380.         Caption = '&Associated File Extensions:'
  1381.         FocusControl = edt_lbxAssociations
  1382.       end
  1383.       object lbxAssociations: TInputListBox
  1384.         Left = 16
  1385.         Top = 56
  1386.         Width = 121
  1387.         Height = 201
  1388.         Hint = '|List of file extensions associated with NoteTab'
  1389.         ItemHeight = 13
  1390.         Sorted = True
  1391.         TabOrder = 1
  1392.         AllowToggle = False
  1393.         AllowDragReorder = False
  1394.         CaseSensitive = False
  1395.         CustomColor = clBlack
  1396.         DestroyObjects = False
  1397.         ReadOnly = False
  1398.         ScrollWidth = 0
  1399.         UndoWhenEsc = False
  1400.         OnChange = lbxAssociationsChange
  1401.         OnModified = lbxAssociationsChange
  1402.         AddNewToList = False
  1403.         LimitToList = False
  1404.         ResetFocus = False
  1405.         Editor = edt_lbxAssociations
  1406.         ShowEditor = True
  1407.         OnEdited = lbxAssociationsEdited
  1408.       end
  1409.       object edt_lbxAssociations: TLblEdit
  1410.         Left = 16
  1411.         Top = 31
  1412.         Width = 121
  1413.         Height = 21
  1414.         Hint = '|Enter or edit extension'
  1415.         PopupMenu = ef_InputBoxMenu
  1416.         TabOrder = 0
  1417.         OnKeyPress = CheckFileNameChar
  1418.         OverwriteMode = False
  1419.         UndoWhenEsc = False
  1420.         WordWrap = False
  1421.         LabelPos = lpTop
  1422.         LabelMargin = 2
  1423.         LabelComponent = EnhLabel1
  1424.         LabelRelLeft = 0
  1425.         LabelRelTop = -15
  1426.       end
  1427.       object btnAddAssociation: TButton
  1428.         Left = 160
  1429.         Top = 31
  1430.         Width = 73
  1431.         Height = 25
  1432.         Hint = 'Add a new extension'
  1433.         Caption = '&Add'
  1434.         Enabled = False
  1435.         TabOrder = 2
  1436.         OnClick = btnAddAssociationClick
  1437.       end
  1438.       object btnRemoveAssociation: TButton
  1439.         Left = 160
  1440.         Top = 63
  1441.         Width = 73
  1442.         Height = 25
  1443.         Hint = 'Remove current extension from list'
  1444.         Caption = '&Remove'
  1445.         Enabled = False
  1446.         TabOrder = 3
  1447.         OnClick = btnRemoveAssociationClick
  1448.       end
  1449.     end
  1450.     object tbsColors: TTabSheet
  1451.       Caption = 'Colors'
  1452.       object btnPageColor: TColorButton
  1453.         Left = 16
  1454.         Top = 26
  1455.         Width = 121
  1456.         Height = 25
  1457.         Hint = '|Choose document background color'
  1458.         Caption = '&Background...'
  1459.         TabOrder = 0
  1460.         ColorDialog = vclColorDialog
  1461.         RefColor = clBlack
  1462.         OnChanged = btnPageColorClick
  1463.       end
  1464.       object btnTextColor: TColorButton
  1465.         Left = 16
  1466.         Top = 53
  1467.         Width = 121
  1468.         Height = 25
  1469.         Hint = '|Choose document text color'
  1470.         Caption = 'Normal &Text...'
  1471.         TabOrder = 1
  1472.         ColorDialog = vclColorDialog
  1473.         RefColor = clBlack
  1474.         OnChanged = btnTextColorClick
  1475.       end
  1476.       object btnSelColor: TColorButton
  1477.         Left = 16
  1478.         Top = 86
  1479.         Width = 121
  1480.         Height = 25
  1481.         Hint = '|Choose document selection color'
  1482.         Caption = '&Highlight Back...'
  1483.         TabOrder = 2
  1484.         Visible = False
  1485.         ColorDialog = vclColorDialog
  1486.         RefColor = clBlack
  1487.         OnChanged = btnSelColorClick
  1488.       end
  1489.       object btnSelTextColor: TColorButton
  1490.         Left = 16
  1491.         Top = 113
  1492.         Width = 121
  1493.         Height = 25
  1494.         Hint = '|Choose document selected text color'
  1495.         Caption = 'Highlight Te&xt...'
  1496.         TabOrder = 3
  1497.         Visible = False
  1498.         ColorDialog = vclColorDialog
  1499.         RefColor = clBlack
  1500.         OnChanged = btnSelTextColorClick
  1501.       end
  1502.       object btnHtmlColor: TColorButton
  1503.         Left = 16
  1504.         Top = 148
  1505.         Width = 121
  1506.         Height = 25
  1507.         Hint = '|Choose color used to highlight HTML tags'
  1508.         Caption = '&HTML Tags...'
  1509.         TabOrder = 4
  1510.         Visible = False
  1511.         ColorDialog = vclColorDialog
  1512.         RefColor = clBlack
  1513.         OnChanged = btnHtmlColorClick
  1514.       end
  1515.       object btnUrlColor: TColorButton
  1516.         Left = 16
  1517.         Top = 204
  1518.         Width = 121
  1519.         Height = 25
  1520.         Hint = '|Choose color used to highlight URLs'
  1521.         Caption = '&URL Text...'
  1522.         TabOrder = 6
  1523.         Visible = False
  1524.         ColorDialog = vclColorDialog
  1525.         RefColor = clBlack
  1526.         OnChanged = btnUrlColorClick
  1527.       end
  1528.       object btnSelHtmlColor: TColorButton
  1529.         Left = 16
  1530.         Top = 231
  1531.         Width = 121
  1532.         Height = 25
  1533.         Hint = '|Choose document selected tag and URL color'
  1534.         Caption = 'Highlight Ta&gs...'
  1535.         TabOrder = 7
  1536.         Visible = False
  1537.         ColorDialog = vclColorDialog
  1538.         RefColor = clBlack
  1539.         OnChanged = btnSelHtmlColorClick
  1540.       end
  1541.       object cbxDefaultColors: TCheckBox
  1542.         Left = 256
  1543.         Top = 242
  1544.         Width = 145
  1545.         Height = 17
  1546.         Hint = '|Use Windows default colors'
  1547.         Alignment = taLeftJustify
  1548.         Caption = 'Use &Default Colors'
  1549.         State = cbChecked
  1550.         TabOrder = 8
  1551.         OnClick = cbxDefaultColorsClick
  1552.       end
  1553.       object btnHtmlLinkColor: TColorButton
  1554.         Left = 16
  1555.         Top = 176
  1556.         Width = 121
  1557.         Height = 25
  1558.         Hint = '|Choose color used to highlight links within HTML tags'
  1559.         Caption = 'HTML &Links...'
  1560.         TabOrder = 5
  1561.         Visible = False
  1562.         ColorDialog = vclColorDialog
  1563.         RefColor = clBlack
  1564.         OnChanged = btnHtmlLinkColorChanged
  1565.       end
  1566.     end
  1567.     object tbsToolbar: TTabSheet
  1568.       HelpContext = 31
  1569.       Caption = 'Toolbar'
  1570.       object lblToolbuttons: TEnhLabel
  1571.         Left = 16
  1572.         Top = 14
  1573.         Width = 145
  1574.         Height = 13
  1575.         AutoSize = False
  1576.         Caption = '&Show in Toolbar:'
  1577.       end
  1578.       object lbl_edtButtonWidth: TEnhLabel
  1579.         Left = 224
  1580.         Top = 230
  1581.         Width = 65
  1582.         Height = 13
  1583.         Caption = '&Button Width:'
  1584.         FocusControl = edtButtonWidth
  1585.       end
  1586.       object lbl_edtClickSound: TEnhLabel
  1587.         Left = 224
  1588.         Top = 177
  1589.         Width = 57
  1590.         Height = 13
  1591.         Caption = '&Play Sound:'
  1592.         FocusControl = edtClickSound
  1593.       end
  1594.       object lbxToolButtons: TButtonCheckList
  1595.         Left = 16
  1596.         Top = 32
  1597.         Width = 177
  1598.         Height = 201
  1599.         Hint = 
  1600.           '|Select items to show in tool bar (you can drag-and-drop to reor' +
  1601.           'der)'
  1602.         DragMode = dmAutomatic
  1603.         ItemHeight = 13
  1604.         PopupMenu = pmnCheckList
  1605.         TabOrder = 0
  1606.         btnMoveUp = btnToolItemUp
  1607.         btnMoveDown = btnToolItemDown
  1608.         TypeList = tlToolButtons
  1609.       end
  1610.       object cbxRegularButtons: TCheckBox
  1611.         Left = 224
  1612.         Top = 30
  1613.         Width = 140
  1614.         Height = 17
  1615.         Hint = '|Use regular buttons instead of flat type'
  1616.         Caption = '&Regular Buttons'
  1617.         State = cbChecked
  1618.         TabOrder = 1
  1619.         OnClick = cbxRegularButtonsClick
  1620.       end
  1621.       object cbxButtonsWithCaption: TCheckBox
  1622.         Left = 224
  1623.         Top = 54
  1624.         Width = 140
  1625.         Height = 17
  1626.         Hint = '|Show caption in button'
  1627.         Caption = 'Show &Caption'
  1628.         TabOrder = 2
  1629.       end
  1630.       object cbxShowTooltip: TCheckBox
  1631.         Left = 224
  1632.         Top = 78
  1633.         Width = 140
  1634.         Height = 17
  1635.         Hint = '|Show button tool tips'
  1636.         Caption = 'Show &Tool Tips'
  1637.         State = cbChecked
  1638.         TabOrder = 3
  1639.       end
  1640.       object cbxShowSeparators: TCheckBox
  1641.         Left = 224
  1642.         Top = 104
  1643.         Width = 140
  1644.         Height = 17
  1645.         Hint = '|Use separators between groups of buttons'
  1646.         Caption = 'Show &Separators'
  1647.         State = cbChecked
  1648.         TabOrder = 4
  1649.       end
  1650.       object cbxWrapButtons: TCheckBox
  1651.         Left = 224
  1652.         Top = 128
  1653.         Width = 140
  1654.         Height = 17
  1655.         Hint = 
  1656.           '|Wrap tool buttons if they don'#39't all fit within the length of th' +
  1657.           'e bar'
  1658.         Caption = '&Wrap Toolbar'
  1659.         TabOrder = 5
  1660.       end
  1661.       object btnCaptionFont: TFontButton
  1662.         Left = 304
  1663.         Top = 244
  1664.         Width = 97
  1665.         Height = 25
  1666.         Hint = '|Change font of button caption'
  1667.         Caption = 'Caption &Font...'
  1668.         TabOrder = 12
  1669.         RefFont.Charset = DEFAULT_CHARSET
  1670.         RefFont.Color = clWindowText
  1671.         RefFont.Height = -11
  1672.         RefFont.Name = 'MS Sans Serif'
  1673.         RefFont.Style = []
  1674.         FontDialog = vclFontDlg
  1675.       end
  1676.       object btnToolItemUp: TButton
  1677.         Left = 16
  1678.         Top = 244
  1679.         Width = 81
  1680.         Height = 25
  1681.         Hint = '|Move toolbar button one position up'
  1682.         Caption = 'Move &Up'
  1683.         Enabled = False
  1684.         TabOrder = 9
  1685.       end
  1686.       object btnToolItemDown: TButton
  1687.         Left = 104
  1688.         Top = 244
  1689.         Width = 89
  1690.         Height = 25
  1691.         Hint = '|Move toolbar button one position down'
  1692.         Caption = 'Move &Down'
  1693.         Enabled = False
  1694.         TabOrder = 10
  1695.       end
  1696.       object cbxClickSound: TCheckBox
  1697.         Left = 224
  1698.         Top = 152
  1699.         Width = 97
  1700.         Height = 17
  1701.         Hint = 
  1702.           'Plays the chosen WAV file or makes PC speaker beep when buttons ' +
  1703.           'are clicked'
  1704.         Caption = 'Clic&k Sound'
  1705.         TabOrder = 6
  1706.       end
  1707.       object edtButtonWidth: TLblEdit
  1708.         Left = 224
  1709.         Top = 245
  1710.         Width = 73
  1711.         Height = 21
  1712.         Hint = 
  1713.           'Sets button width in pixels. Use 0 or leave blank to adjust widt' +
  1714.           'h automatically'
  1715.         PopupMenu = ef_InputBoxMenu
  1716.         TabOrder = 11
  1717.         OnKeyPress = CheckNbrKeyPress
  1718.         OverwriteMode = False
  1719.         UndoWhenEsc = False
  1720.         WordWrap = False
  1721.         LabelPos = lpTop
  1722.         LabelMargin = 2
  1723.         LabelComponent = lbl_edtButtonWidth
  1724.         LabelRelLeft = 0
  1725.         LabelRelTop = -15
  1726.       end
  1727.       object edtClickSound: TLblEdit
  1728.         Left = 224
  1729.         Top = 192
  1730.         Width = 153
  1731.         Height = 21
  1732.         Hint = 'Sound file to play when Click Sound option is enabled'
  1733.         PopupMenu = ef_InputBoxMenu
  1734.         TabOrder = 7
  1735.         OnKeyPress = CheckPathNameChar
  1736.         OverwriteMode = False
  1737.         UndoWhenEsc = False
  1738.         WordWrap = False
  1739.         LabelPos = lpTop
  1740.         LabelMargin = 2
  1741.         LabelComponent = lbl_edtClickSound
  1742.         LabelRelLeft = 0
  1743.         LabelRelTop = -15
  1744.       end
  1745.       object btnClickSound: TAttachedButton
  1746.         Left = 378
  1747.         Top = 192
  1748.         Height = 21
  1749.         Hint = 'Browse|Browse disk for file'
  1750.         TabOrder = 8
  1751.         DefaultExt = '*.wav'
  1752.         Filter = 'Sound Files (*.wav)|*.wav'
  1753.         Title = 'Choose Sound File'
  1754.         AttachedControl = edtClickSound
  1755.         OpenDialog = vclOpenFile
  1756.         OnChanged = btnClickSoundChanged
  1757.       end
  1758.     end
  1759.     object tbsShortcutMenu: TTabSheet
  1760.       Caption = 'Shortcut Menu'
  1761.       object lblShortcutMenu: TEnhLabel
  1762.         Left = 16
  1763.         Top = 16
  1764.         Width = 114
  1765.         Height = 13
  1766.         Caption = '&Show in Shortcut Menu:'
  1767.         FocusControl = lbxShortcutMenu
  1768.       end
  1769.       object lbxShortcutMenu: TButtonCheckList
  1770.         Left = 16
  1771.         Top = 32
  1772.         Width = 177
  1773.         Height = 225
  1774.         Hint = 
  1775.           '|Select items to show in main shortcut menu (you can drag-and-dr' +
  1776.           'op to reorder)'
  1777.         DragMode = dmAutomatic
  1778.         ItemHeight = 13
  1779.         PopupMenu = pmnCheckList
  1780.         TabOrder = 0
  1781.         btnMoveUp = btnMoveUpShortcut
  1782.         btnMoveDown = btnMoveDownShortcut
  1783.         TypeList = tlPopupMenu
  1784.       end
  1785.       object btnMoveUpShortcut: TButton
  1786.         Left = 216
  1787.         Top = 32
  1788.         Width = 97
  1789.         Height = 25
  1790.         Hint = '|Move menu command one position up'
  1791.         Caption = 'Move &Up'
  1792.         Enabled = False
  1793.         TabOrder = 1
  1794.       end
  1795.       object btnMoveDownShortcut: TButton
  1796.         Left = 216
  1797.         Top = 64
  1798.         Width = 97
  1799.         Height = 25
  1800.         Hint = '|Move menu command one position down'
  1801.         Caption = 'Move &Down'
  1802.         Enabled = False
  1803.         TabOrder = 2
  1804.       end
  1805.     end
  1806.     object tbsTools: TTabSheet
  1807.       Caption = 'Tools'
  1808.       object lbl_edtDateFilter: TEnhLabel
  1809.         Left = 16
  1810.         Top = 91
  1811.         Width = 51
  1812.         Height = 13
  1813.         Caption = '&Date Filter:'
  1814.         FocusControl = edtDateFilter
  1815.       end
  1816.       object lbl_edtIndentWidth: TEnhLabel
  1817.         Left = 16
  1818.         Top = 61
  1819.         Width = 56
  1820.         Height = 13
  1821.         Caption = '&Indent Size:'
  1822.         FocusControl = edtIndentWidth
  1823.       end
  1824.       object lbl_edtCustomLaunch: TEnhLabel
  1825.         Left = 16
  1826.         Top = 121
  1827.         Width = 77
  1828.         Height = 13
  1829.         Caption = 'Custom &Launch:'
  1830.         FocusControl = edtCustomLaunch
  1831.       end
  1832.       object lbl_edtPasteBoardDivider: TEnhLabel
  1833.         Left = 16
  1834.         Top = 149
  1835.         Width = 97
  1836.         Height = 13
  1837.         Caption = '&Paste-Board Divider:'
  1838.         FocusControl = edtPasteBoardDivider
  1839.       end
  1840.       object lbl_edtPasteSound: TEnhLabel
  1841.         Left = 16
  1842.         Top = 249
  1843.         Width = 64
  1844.         Height = 13
  1845.         Caption = 'Paste &Sound:'
  1846.         FocusControl = edtPasteSound
  1847.       end
  1848.       object cbxFindWordAtCursor: TCheckBox
  1849.         Left = 16
  1850.         Top = 12
  1851.         Width = 161
  1852.         Height = 17
  1853.         Hint = '|Copies word under caret in the Find/Replace dialog when opened'
  1854.         Caption = 'Find &Word at Caret'
  1855.         State = cbChecked
  1856.         TabOrder = 0
  1857.       end
  1858.       object edtDateFilter: TLblEdit
  1859.         Left = 112
  1860.         Top = 88
  1861.         Width = 289
  1862.         Height = 21
  1863.         Hint = '|Format the date and time string according to filter'
  1864.         MaxLength = 80
  1865.         PopupMenu = ef_InputBoxMenu
  1866.         TabOrder = 6
  1867.         OverwriteMode = False
  1868.         UndoWhenEsc = False
  1869.         WordWrap = False
  1870.         LabelPos = lpCustom
  1871.         LabelMargin = 2
  1872.         LabelComponent = lbl_edtDateFilter
  1873.         LabelRelLeft = -96
  1874.         LabelRelTop = 3
  1875.       end
  1876.       object edtIndentWidth: TLblEdit
  1877.         Left = 112
  1878.         Top = 58
  1879.         Width = 57
  1880.         Height = 21
  1881.         Hint = 
  1882.           '|Number of blank characters or tabs to use for the Indent/Uninde' +
  1883.           'nt function'
  1884.         MaxLength = 2
  1885.         PopupMenu = ef_InputBoxMenu
  1886.         TabOrder = 4
  1887.         Text = '1'
  1888.         OnKeyPress = CheckNbrKeyPress
  1889.         OverwriteMode = False
  1890.         UndoWhenEsc = False
  1891.         WordWrap = False
  1892.         LabelPos = lpCustom
  1893.         LabelMargin = 2
  1894.         LabelComponent = lbl_edtIndentWidth
  1895.         LabelRelLeft = -96
  1896.         LabelRelTop = 3
  1897.       end
  1898.       object cbxSortCaseSensitive: TCheckBox
  1899.         Left = 200
  1900.         Top = 12
  1901.         Width = 169
  1902.         Height = 17
  1903.         Hint = 
  1904.           'Defines whether the "Sort" command should be case sensitive or n' +
  1905.           'ot'
  1906.         Caption = '&Case Sensitive Sorting'
  1907.         TabOrder = 2
  1908.       end
  1909.       object edtCustomLaunch: TLblEdit
  1910.         Left = 112
  1911.         Top = 118
  1912.         Width = 267
  1913.         Height = 21
  1914.         Hint = 
  1915.           'Command string used by the "Launch Document" command (use ^** to' +
  1916.           ' indicate position of fully qualified document name)'
  1917.         PopupMenu = ef_InputBoxMenu
  1918.         TabOrder = 7
  1919.         OverwriteMode = False
  1920.         UndoWhenEsc = False
  1921.         WordWrap = False
  1922.         LabelPos = lpCustom
  1923.         LabelComponent = lbl_edtCustomLaunch
  1924.         LabelRelLeft = -96
  1925.         LabelRelTop = 3
  1926.       end
  1927.       object edtPasteBoardDivider: TLblMemo
  1928.         Left = 16
  1929.         Top = 164
  1930.         Width = 385
  1931.         Height = 73
  1932.         Hint = 
  1933.           'Define text used to separate pasted Clipboard items when using t' +
  1934.           'he "Paste Board" feature'
  1935.         PopupMenu = ef_InputBoxMenu
  1936.         ScrollBars = ssBoth
  1937.         TabOrder = 9
  1938.         OverwriteMode = False
  1939.         UndoWhenEsc = False
  1940.         WindowsUndo = False
  1941.         LabelPos = lpTop
  1942.         LabelMargin = 2
  1943.         LabelComponent = lbl_edtPasteBoardDivider
  1944.         LabelRelLeft = 0
  1945.         LabelRelTop = -15
  1946.       end
  1947.       object edtPasteSound: TLblEdit
  1948.         Left = 112
  1949.         Top = 246
  1950.         Width = 267
  1951.         Height = 21
  1952.         Hint = 
  1953.           'Sound file to play when "Paste Board" receives text (uses PC spe' +
  1954.           'aker if left blank)'
  1955.         PopupMenu = ef_InputBoxMenu
  1956.         TabOrder = 10
  1957.         OnKeyPress = CheckPathNameChar
  1958.         OverwriteMode = False
  1959.         UndoWhenEsc = False
  1960.         WordWrap = False
  1961.         LabelPos = lpCustom
  1962.         LabelComponent = lbl_edtPasteSound
  1963.         LabelRelLeft = -96
  1964.         LabelRelTop = 3
  1965.       end
  1966.       object btnCustomLaunch: TAttachedButton
  1967.         Left = 380
  1968.         Top = 118
  1969.         Height = 21
  1970.         Hint = 'Browse|Browse disk for file'
  1971.         TabOrder = 8
  1972.         DefaultExt = '*.exe'
  1973.         Filter = 'Program Files (*.exe)|*.exe'
  1974.         Title = 'Choose Program'
  1975.         AttachedControl = edtCustomLaunch
  1976.         OpenDialog = vclOpenFile
  1977.         OnGetName = btnCustomLaunchGetName
  1978.       end
  1979.       object btnPasteSound: TAttachedButton
  1980.         Left = 380
  1981.         Top = 246
  1982.         Height = 21
  1983.         Hint = 'Browse|Browse disk for file'
  1984.         TabOrder = 11
  1985.         DefaultExt = '*.wav'
  1986.         Filter = 'Sound Files (*.wav)|*.wav'
  1987.         Title = 'Choose Sound File'
  1988.         AttachedControl = edtPasteSound
  1989.         OpenDialog = vclOpenFile
  1990.       end
  1991.       object cbxIndentWithTab: TCheckBox
  1992.         Left = 200
  1993.         Top = 60
  1994.         Width = 137
  1995.         Height = 17
  1996.         Hint = 'Set this option to use tab characters instead of blank spaces'
  1997.         Caption = 'Indent with &Tabs'
  1998.         TabOrder = 5
  1999.       end
  2000.       object cbxConvertLeadingBlanks: TCheckBox
  2001.         Left = 16
  2002.         Top = 36
  2003.         Width = 177
  2004.         Height = 17
  2005.         Hint = 
  2006.           'Converts leading blanks to non-breaking space tags (used by Docu' +
  2007.           'ment to HTML command)'
  2008.         Caption = 'HTML Convert &Blanks'
  2009.         TabOrder = 1
  2010.       end
  2011.       object cbxSortRemoveDuplicates: TCheckBox
  2012.         Left = 200
  2013.         Top = 36
  2014.         Width = 193
  2015.         Height = 17
  2016.         Caption = 'Sort &Removes Duplicates'
  2017.         TabOrder = 3
  2018.       end
  2019.     end
  2020.     object tbsClipbook: TTabSheet
  2021.       Caption = 'Clipbook'
  2022.       object cbListboxProperties: TCaptionBar
  2023.         Left = 0
  2024.         Top = 14
  2025.         Width = 412
  2026.         AutoResize = True
  2027.         Caption = 'List-box Properties'
  2028.       end
  2029.       object cbAppearence: TCaptionBar
  2030.         Left = 0
  2031.         Top = 104
  2032.         Width = 412
  2033.         AutoResize = True
  2034.         Caption = 'Appearance'
  2035.       end
  2036.       object cbButtonBar: TCaptionBar
  2037.         Left = 0
  2038.         Top = 230
  2039.         Width = 412
  2040.         AutoResize = True
  2041.         Caption = 'Button Bar'
  2042.       end
  2043.       object cbxDockLeftSide: TCheckBox
  2044.         Left = 16
  2045.         Top = 36
  2046.         Width = 150
  2047.         Height = 17
  2048.         Hint = 
  2049.           '|Set this option to display the Clipbook on the left side of the' +
  2050.           ' editor window'
  2051.         Caption = 'Dock &Left Side'
  2052.         TabOrder = 0
  2053.         OnClick = cbxDockSideClick
  2054.       end
  2055.       object cbxDockRightSide: TCheckBox
  2056.         Left = 16
  2057.         Top = 58
  2058.         Width = 150
  2059.         Height = 17
  2060.         Hint = 
  2061.           '|Set this option to display the Clipbook on the left side of the' +
  2062.           ' editor window'
  2063.         Caption = 'Dock &Right Side'
  2064.         TabOrder = 1
  2065.         OnClick = cbxDockSideClick
  2066.       end
  2067.       object cbxSingleClick: TCheckBox
  2068.         Left = 216
  2069.         Top = 36
  2070.         Width = 150
  2071.         Height = 17
  2072.         Hint = 
  2073.           '|Setting this option will make the Clipbook insert items on a si' +
  2074.           'ngle mouse click instead of a double-click'
  2075.         Caption = '&Single Click to Paste'
  2076.         TabOrder = 3
  2077.       end
  2078.       object cbxIndentOnPaste: TCheckBox
  2079.         Left = 216
  2080.         Top = 58
  2081.         Width = 150
  2082.         Height = 17
  2083.         Hint = 
  2084.           '|Set this option to automatically adjust the indent of pasted it' +
  2085.           'ems with multiple lines'
  2086.         Caption = '&Indent on Paste'
  2087.         TabOrder = 4
  2088.       end
  2089.       object cbxMatchDocFont: TCheckBox
  2090.         Left = 216
  2091.         Top = 156
  2092.         Width = 177
  2093.         Height = 17
  2094.         Hint = 'Sets Clipbook font to active document font'
  2095.         Caption = '&Match Document Font'
  2096.         TabOrder = 10
  2097.         OnClick = cbxMatchDocFontClick
  2098.       end
  2099.       object btnClipbookFont: TFontButton
  2100.         Left = 216
  2101.         Top = 124
  2102.         Width = 121
  2103.         Height = 25
  2104.         Hint = '|Font used for the Clipbook list box'
  2105.         Caption = 'Clipbook &Font...'
  2106.         TabOrder = 9
  2107.         RefFont.Charset = DEFAULT_CHARSET
  2108.         RefFont.Color = clWindowText
  2109.         RefFont.Height = -11
  2110.         RefFont.Name = 'MS Sans Serif'
  2111.         RefFont.Style = []
  2112.         FontDialog = vclFontDlg
  2113.         OnChanged = btnClipbookFontChanged
  2114.       end
  2115.       object cbxShowButtonIcons: TCheckBox
  2116.         Left = 16
  2117.         Top = 252
  2118.         Width = 153
  2119.         Height = 17
  2120.         Hint = 'Set this option to display the little icons in the buttons'
  2121.         Caption = 'Show &Button Icons'
  2122.         TabOrder = 13
  2123.       end
  2124.       object cbxStackTabs: TCheckBox
  2125.         Left = 216
  2126.         Top = 252
  2127.         Width = 153
  2128.         Height = 17
  2129.         Hint = 
  2130.           'Set this option to stack the buttons if they don'#39't all fit in th' +
  2131.           'e button bar'
  2132.         Caption = 'Stac&k Buttons'
  2133.         TabOrder = 14
  2134.       end
  2135.       object btnExeColor: TColorButton
  2136.         Left = 16
  2137.         Top = 156
  2138.         Width = 121
  2139.         Height = 25
  2140.         Hint = 
  2141.           '|Color used to indicate items in the Clipbook list that are exec' +
  2142.           'uted instead of pasted in the document'
  2143.         Caption = 'E&xe Color...'
  2144.         TabOrder = 7
  2145.         ColorDialog = vclColorDialog
  2146.         RefColor = clBlack
  2147.       end
  2148.       object btnBackColor: TColorButton
  2149.         Left = 16
  2150.         Top = 124
  2151.         Width = 121
  2152.         Height = 25
  2153.         Hint = '|Background color used for the Clipbook list box'
  2154.         Caption = '&List Color...'
  2155.         TabOrder = 6
  2156.         ColorDialog = vclColorDialog
  2157.         RefColor = clBlack
  2158.       end
  2159.       object btnIconColor: TColorButton
  2160.         Left = 16
  2161.         Top = 192
  2162.         Width = 121
  2163.         Height = 25
  2164.         Hint = '|Color used to draw the Clipbook item icon'
  2165.         Caption = 'I&con Color...'
  2166.         TabOrder = 8
  2167.         ColorDialog = vclColorDialog
  2168.         RefColor = clBlack
  2169.       end
  2170.       object cbxShowClipIcons: TCheckBox
  2171.         Left = 216
  2172.         Top = 182
  2173.         Width = 161
  2174.         Height = 17
  2175.         Hint = 
  2176.           'Set this option to display little icons next to wrappable or exe' +
  2177.           'cutable Clip items'
  2178.         Caption = 'Sho&w Clip Icons'
  2179.         TabOrder = 11
  2180.       end
  2181.       object cbxShowHeaders: TCheckBox
  2182.         Left = 216
  2183.         Top = 206
  2184.         Width = 169
  2185.         Height = 17
  2186.         Hint = 
  2187.           'Set this option to display outline headers in the editor window ' +
  2188.           '(useful for editing the header)'
  2189.         Caption = 'Show &Headers'
  2190.         TabOrder = 12
  2191.       end
  2192.       object cbxAutoSaveClips: TCheckBox
  2193.         Left = 216
  2194.         Top = 80
  2195.         Width = 185
  2196.         Height = 17
  2197.         Hint = 
  2198.           'Automatically saves changes to Clipbook libraries without prompt' +
  2199.           'ing'
  2200.         Caption = 'Save &Without Prompt'
  2201.         TabOrder = 5
  2202.       end
  2203.       object cbxPromptHeader: TCheckBox
  2204.         Left = 16
  2205.         Top = 80
  2206.         Width = 193
  2207.         Height = 17
  2208.         Hint = 'Prompt for header name when a new item is added to the list'
  2209.         Caption = '&Prompt for Header'
  2210.         State = cbChecked
  2211.         TabOrder = 2
  2212.       end
  2213.     end
  2214.     object tbsTabBar: TTabSheet
  2215.       Caption = 'Tab Bar'
  2216.       object cbTabProperties: TCaptionBar
  2217.         Left = 0
  2218.         Top = 16
  2219.         Width = 412
  2220.         AutoResize = True
  2221.         Caption = 'Properties'
  2222.       end
  2223.       object cbTabAppearance: TCaptionBar
  2224.         Left = 0
  2225.         Top = 176
  2226.         Width = 412
  2227.         AutoResize = True
  2228.         Caption = 'Appearance'
  2229.       end
  2230.       object cbxShowDocExt: TCheckBox
  2231.         Left = 16
  2232.         Top = 40
  2233.         Width = 153
  2234.         Height = 17
  2235.         Hint = '|Show file extensions in the document tabs'
  2236.         Caption = 'Show File E&xtension'
  2237.         State = cbChecked
  2238.         TabOrder = 0
  2239.       end
  2240.       object cbxShowTabIcons: TCheckBox
  2241.         Left = 16
  2242.         Top = 72
  2243.         Width = 161
  2244.         Height = 17
  2245.         Hint = '|Set this option to display the little icons in the tabs'
  2246.         Caption = 'Show Tab &Icons'
  2247.         TabOrder = 1
  2248.       end
  2249.       object cbxShowTabsStacked: TCheckBox
  2250.         Left = 16
  2251.         Top = 104
  2252.         Width = 153
  2253.         Height = 17
  2254.         Hint = '|Shows document tabs stacked or unstacked'
  2255.         Caption = 'Stac&k Tabs'
  2256.         TabOrder = 2
  2257.       end
  2258.       object cbxShowTabTips: TCheckBox
  2259.         Left = 16
  2260.         Top = 136
  2261.         Width = 169
  2262.         Height = 17
  2263.         Hint = 
  2264.           'Set this option to display document names at popup tooltips when' +
  2265.           ' cursor passes over the tabs'
  2266.         Caption = 'Show Name as &Tooltip'
  2267.         TabOrder = 3
  2268.       end
  2269.       object btnInactiveColor: TColorButton
  2270.         Left = 16
  2271.         Top = 232
  2272.         Width = 115
  2273.         Height = 25
  2274.         Hint = '|Defines color of tab when it is not selected'
  2275.         Caption = 'I&nactive...'
  2276.         TabOrder = 5
  2277.         ColorDialog = vclColorDialog
  2278.         RefColor = clBlack
  2279.       end
  2280.       object btnModifiedColor: TColorButton
  2281.         Left = 168
  2282.         Top = 200
  2283.         Width = 115
  2284.         Height = 25
  2285.         Hint = 
  2286.           '|Defines color of tab matching a modified document (only used wh' +
  2287.           'en icons are not displayed)'
  2288.         Caption = '&Modified...'
  2289.         TabOrder = 6
  2290.         ColorDialog = vclColorDialog
  2291.         RefColor = clBlack
  2292.       end
  2293.       object btnPastePadColor: TColorButton
  2294.         Left = 168
  2295.         Top = 232
  2296.         Width = 115
  2297.         Height = 25
  2298.         Hint = '|Defines color used to identify the Paste Board tab'
  2299.         Caption = '&Paste Pad...'
  2300.         TabOrder = 7
  2301.         ColorDialog = vclColorDialog
  2302.         RefColor = clBlack
  2303.       end
  2304.       object btnTabBarFont: TFontButton
  2305.         Left = 312
  2306.         Top = 200
  2307.         Width = 81
  2308.         Height = 25
  2309.         Hint = '|Defines the font used for text in the tab bar'
  2310.         Caption = '&Font...'
  2311.         TabOrder = 8
  2312.         RefFont.Charset = DEFAULT_CHARSET
  2313.         RefFont.Color = clWindowText
  2314.         RefFont.Height = -11
  2315.         RefFont.Name = 'MS Sans Serif'
  2316.         RefFont.Style = []
  2317.         FontDialog = vclFontDlg
  2318.       end
  2319.       object btnActiveColor: TColorButton
  2320.         Left = 16
  2321.         Top = 200
  2322.         Width = 113
  2323.         Height = 25
  2324.         Hint = '|Defines color of tab when it is selected'
  2325.         Caption = '&Active...'
  2326.         TabOrder = 4
  2327.         ColorDialog = vclColorDialog
  2328.         RefColor = clBlack
  2329.       end
  2330.     end
  2331.     object tbsOutline: TTabSheet
  2332.       Caption = 'Outline'
  2333.       object cbOutline: TCaptionBar
  2334.         Left = 0
  2335.         Top = 16
  2336.         Width = 412
  2337.         AutoResize = True
  2338.         Caption = 'Outline Properties'
  2339.       end
  2340.       object lbl_edtOutlineHtml: TEnhLabel
  2341.         Left = 216
  2342.         Top = 169
  2343.         Width = 65
  2344.         Height = 13
  2345.         Caption = 'To&pic Format:'
  2346.         FocusControl = edtOutlineHtml
  2347.       end
  2348.       object cbHtmlOutline: TCaptionBar
  2349.         Left = 0
  2350.         Top = 100
  2351.         Width = 412
  2352.         AutoResize = True
  2353.         Caption = 'HTML Output'
  2354.       end
  2355.       object lbl_edtTitleFormat: TEnhLabel
  2356.         Left = 16
  2357.         Top = 169
  2358.         Width = 97
  2359.         Height = 13
  2360.         Caption = 'Title-Section For&mat:'
  2361.         FocusControl = edtTitleFormat
  2362.       end
  2363.       object lbl_edtTocTitle: TEnhLabel
  2364.         Left = 216
  2365.         Top = 121
  2366.         Width = 83
  2367.         Height = 13
  2368.         Caption = 'TOC &Title Format:'
  2369.         FocusControl = edtTocTitle
  2370.       end
  2371.       object cbxShowHeadings: TCheckBox
  2372.         Left = 216
  2373.         Top = 38
  2374.         Width = 185
  2375.         Height = 17
  2376.         Hint = 
  2377.           'Set this option to display outline headings in the editor window' +
  2378.           ' (useful for editing the heading)'
  2379.         Caption = 'Show &Heading in Editor'
  2380.         TabOrder = 2
  2381.       end
  2382.       object btnOutlineColor: TColorButton
  2383.         Left = 16
  2384.         Top = 70
  2385.         Height = 25
  2386.         Hint = '|Background color used for the Outline list box'
  2387.         Caption = '&Color...'
  2388.         TabOrder = 1
  2389.         ColorDialog = vclColorDialog
  2390.         RefColor = clBlack
  2391.       end
  2392.       object btnOutlineFont: TFontButton
  2393.         Left = 16
  2394.         Top = 38
  2395.         Width = 105
  2396.         Height = 25
  2397.         Hint = 'Font used for the Outline list box'
  2398.         Caption = '&Font...'
  2399.         TabOrder = 0
  2400.         RefFont.Charset = DEFAULT_CHARSET
  2401.         RefFont.Color = clWindowText
  2402.         RefFont.Height = -11
  2403.         RefFont.Name = 'MS Sans Serif'
  2404.         RefFont.Style = []
  2405.         FontDialog = vclFontDlg
  2406.       end
  2407.       object cbxUnderlineHeadings: TCheckBox
  2408.         Left = 216
  2409.         Top = 59
  2410.         Width = 185
  2411.         Height = 17
  2412.         Hint = 'Underline headings when exporting or printing outline'
  2413.         Caption = '&Underline Headings'
  2414.         TabOrder = 3
  2415.       end
  2416.       object edtOutlineHtml: TLblMemo
  2417.         Left = 216
  2418.         Top = 184
  2419.         Width = 185
  2420.         Height = 85
  2421.         Hint = 
  2422.           'Defines format used to convert Outline headings to HTML (^1 = He' +
  2423.           'ading position; ^2 = Content position)'
  2424.         PopupMenu = ef_InputBoxMenu
  2425.         ScrollBars = ssBoth
  2426.         TabOrder = 9
  2427.         WordWrap = False
  2428.         OverwriteMode = False
  2429.         UndoWhenEsc = False
  2430.         WindowsUndo = False
  2431.         LabelPos = lpTop
  2432.         LabelMargin = 2
  2433.         LabelComponent = lbl_edtOutlineHtml
  2434.         LabelRelLeft = 0
  2435.         LabelRelTop = -15
  2436.       end
  2437.       object cbxNumberHeadings: TCheckBox
  2438.         Left = 16
  2439.         Top = 146
  2440.         Width = 169
  2441.         Height = 17
  2442.         Hint = 'Numbers headings in order of appearance'
  2443.         Caption = '&Number Headings'
  2444.         State = cbChecked
  2445.         TabOrder = 6
  2446.       end
  2447.       object edtTitleFormat: TLblMemo
  2448.         Left = 16
  2449.         Top = 184
  2450.         Width = 185
  2451.         Height = 85
  2452.         Hint = 
  2453.           'Defines format used to create title section of HTML document (^1' +
  2454.           ' = Title position; ^2 = TOC position)'
  2455.         PopupMenu = ef_InputBoxMenu
  2456.         ScrollBars = ssBoth
  2457.         TabOrder = 8
  2458.         WordWrap = False
  2459.         OverwriteMode = False
  2460.         UndoWhenEsc = False
  2461.         WindowsUndo = False
  2462.         LabelPos = lpTop
  2463.         LabelMargin = 2
  2464.         LabelComponent = lbl_edtTitleFormat
  2465.         LabelRelLeft = 0
  2466.         LabelRelTop = -15
  2467.       end
  2468.       object cbxShowTOC: TCheckBox
  2469.         Left = 16
  2470.         Top = 124
  2471.         Width = 185
  2472.         Height = 17
  2473.         Hint = 'Show Table-of-contents'
  2474.         Caption = '&Show Table-of-Contents'
  2475.         State = cbChecked
  2476.         TabOrder = 5
  2477.       end
  2478.       object edtTocTitle: TLblEdit
  2479.         Left = 216
  2480.         Top = 136
  2481.         Width = 185
  2482.         Height = 21
  2483.         Hint = 'Defines format and text used for the Table-of-contents'
  2484.         PopupMenu = ef_InputBoxMenu
  2485.         TabOrder = 7
  2486.         OverwriteMode = False
  2487.         UndoWhenEsc = False
  2488.         WordWrap = False
  2489.         LabelPos = lpTop
  2490.         LabelMargin = 2
  2491.         LabelComponent = lbl_edtTocTitle
  2492.         LabelRelLeft = 0
  2493.         LabelRelTop = -15
  2494.       end
  2495.       object cbxHighlightLinks: TCheckBox
  2496.         Left = 216
  2497.         Top = 80
  2498.         Width = 177
  2499.         Height = 17
  2500.         Hint = 'Highlight hyperlinks in text'
  2501.         Caption = 'Highlight &Links'
  2502.         State = cbChecked
  2503.         TabOrder = 4
  2504.         Visible = False
  2505.       end
  2506.     end
  2507.     object tbsFileList: TTabSheet
  2508.       Caption = 'File List'
  2509.       object cbFileList: TCaptionBar
  2510.         Left = 0
  2511.         Top = 16
  2512.         Width = 412
  2513.         AutoResize = True
  2514.         Caption = 'File List'
  2515.       end
  2516.       object lbl_cmbTypeList: TEnhLabel
  2517.         Left = 16
  2518.         Top = 85
  2519.         Width = 46
  2520.         Height = 13
  2521.         Caption = '&Type List:'
  2522.         FocusControl = cmbTypeList
  2523.       end
  2524.       object btnFileListFont: TFontButton
  2525.         Left = 16
  2526.         Top = 44
  2527.         Width = 105
  2528.         Height = 25
  2529.         Hint = '|Font used for the File List window'
  2530.         Caption = '&Font...'
  2531.         TabOrder = 0
  2532.         RefFont.Charset = DEFAULT_CHARSET
  2533.         RefFont.Color = clWindowText
  2534.         RefFont.Height = -11
  2535.         RefFont.Name = 'MS Sans Serif'
  2536.         RefFont.Style = []
  2537.         FontDialog = vclFontDlg
  2538.       end
  2539.       object btnFileListColor: TColorButton
  2540.         Left = 216
  2541.         Top = 44
  2542.         Height = 25
  2543.         Hint = '|Background color used for the File List window'
  2544.         Caption = '&Color...'
  2545.         TabOrder = 1
  2546.         ColorDialog = vclColorDialog
  2547.         RefColor = clBlack
  2548.       end
  2549.       object cbxShowFullNames: TCheckBox
  2550.         Left = 218
  2551.         Top = 100
  2552.         Width = 167
  2553.         Height = 17
  2554.         Hint = 
  2555.           'Set this option if you want to display the full file name in the' +
  2556.           ' window'
  2557.         Caption = '&Show Full Names'
  2558.         TabOrder = 2
  2559.       end
  2560.       object cmbTypeList: TLblComboBox
  2561.         Left = 16
  2562.         Top = 100
  2563.         Width = 145
  2564.         Height = 21
  2565.         Hint = 'Defines the content displayed by the File List window'
  2566.         DropDownCount = 3
  2567.         ItemHeight = 13
  2568.         Items.Strings = (
  2569.           'Open Documents'
  2570.           'Favorites'
  2571.           'Disk Files')
  2572.         PopupMenu = ef_InputBoxMenu
  2573.         TabOrder = 3
  2574.         AddNewToStart = False
  2575.         AddNewToList = False
  2576.         AllowNull = False
  2577.         CaseSensitive = False
  2578.         DestroyObjects = False
  2579.         LimitToList = True
  2580.         OverwriteMode = False
  2581.         ReadOnly = False
  2582.         UndoWhenEsc = False
  2583.         LabelPos = lpTop
  2584.         LabelMargin = 2
  2585.         LabelComponent = lbl_cmbTypeList
  2586.         LabelRelLeft = 0
  2587.         LabelRelTop = -15
  2588.       end
  2589.     end
  2590.     object tbsAdvanced: TTabSheet
  2591.       Caption = 'Advanced'
  2592.       object lbl_cmbKeyMapping: TEnhLabel
  2593.         Left = 14
  2594.         Top = 245
  2595.         Width = 65
  2596.         Height = 13
  2597.         Caption = '&Key Mapping:'
  2598.         FocusControl = cmbKeyMapping
  2599.         Visible = False
  2600.       end
  2601.       object lbl_edtParaLimit: TEnhLabel
  2602.         Left = 214
  2603.         Top = 175
  2604.         Width = 76
  2605.         Height = 13
  2606.         Caption = '&Paragraph Limit:'
  2607.         FocusControl = edtParaLimit
  2608.         Visible = False
  2609.       end
  2610.       object lbl_edtTextLimit: TEnhLabel
  2611.         Left = 16
  2612.         Top = 175
  2613.         Width = 71
  2614.         Height = 13
  2615.         Caption = '&Text-Size Limit:'
  2616.         FocusControl = edtTextLimit
  2617.       end
  2618.       object lbl_edtUndoLimit: TEnhLabel
  2619.         Left = 16
  2620.         Top = 207
  2621.         Width = 76
  2622.         Height = 13
  2623.         Caption = '&Undo-Size Limit:'
  2624.         FocusControl = edtUndoLimit
  2625.         Visible = False
  2626.       end
  2627.       object lbl_edtDefaultAppDir: TEnhLabel
  2628.         Left = 16
  2629.         Top = 43
  2630.         Width = 100
  2631.         Height = 13
  2632.         Caption = '&Application Directory:'
  2633.         FocusControl = edtDefaultAppDir
  2634.       end
  2635.       object lbl_edtMaxPropStore: TEnhLabel
  2636.         Left = 216
  2637.         Top = 107
  2638.         Width = 78
  2639.         Height = 13
  2640.         Caption = '&Store Properties:'
  2641.         FocusControl = edtMaxPropStore
  2642.       end
  2643.       object cbApp: TCaptionBar
  2644.         Left = 0
  2645.         Top = 16
  2646.         Width = 412
  2647.         AutoResize = True
  2648.         Caption = 'Application'
  2649.       end
  2650.       object cbInputControl: TCaptionBar
  2651.         Left = 0
  2652.         Top = 152
  2653.         Width = 412
  2654.         AutoResize = True
  2655.         Caption = 'Input Control'
  2656.       end
  2657.       object edtParaLimit: TLblEdit
  2658.         Left = 320
  2659.         Top = 172
  2660.         Width = 73
  2661.         Height = 21
  2662.         Hint = 
  2663.           '|Define maximum paragraph length in bytes (max. 32Kb - smaller v' +
  2664.           'alue uses less resources)'
  2665.         MaxLength = 5
  2666.         PopupMenu = ef_InputBoxMenu
  2667.         TabOrder = 7
  2668.         Text = '32767'
  2669.         Visible = False
  2670.         OnExit = edtParaLimitExit
  2671.         OnKeyPress = CheckNbrKeyPress
  2672.         OverwriteMode = False
  2673.         UndoWhenEsc = False
  2674.         WordWrap = False
  2675.         LabelPos = lpCustom
  2676.         LabelMargin = 2
  2677.         LabelComponent = lbl_edtParaLimit
  2678.         LabelRelLeft = -106
  2679.         LabelRelTop = 3
  2680.       end
  2681.       object edtTextLimit: TLblEdit
  2682.         Left = 120
  2683.         Top = 172
  2684.         Width = 73
  2685.         Height = 21
  2686.         Hint = 
  2687.           '|Define text buffer size in bytes (max. 16Mb - smaller value use' +
  2688.           's less resources)'
  2689.         MaxLength = 10
  2690.         PopupMenu = ef_InputBoxMenu
  2691.         TabOrder = 5
  2692.         Text = '16777216'
  2693.         OnExit = edtTextLimitExit
  2694.         OnKeyPress = CheckNbrKeyPress
  2695.         OverwriteMode = False
  2696.         UndoWhenEsc = False
  2697.         WordWrap = False
  2698.         LabelPos = lpCustom
  2699.         LabelMargin = 2
  2700.         LabelComponent = lbl_edtTextLimit
  2701.         LabelRelLeft = -104
  2702.         LabelRelTop = 3
  2703.       end
  2704.       object edtUndoLimit: TLblEdit
  2705.         Left = 120
  2706.         Top = 204
  2707.         Width = 73
  2708.         Height = 21
  2709.         Hint = 
  2710.           '|Define undo buffer size in bytes (max. 64Kb - smaller value use' +
  2711.           's less resources)'
  2712.         MaxLength = 5
  2713.         PopupMenu = ef_InputBoxMenu
  2714.         TabOrder = 6
  2715.         Text = '65532'
  2716.         Visible = False
  2717.         OnExit = edtUndoLimitExit
  2718.         OnKeyPress = CheckNbrKeyPress
  2719.         OverwriteMode = False
  2720.         UndoWhenEsc = False
  2721.         WordWrap = False
  2722.         LabelPos = lpCustom
  2723.         LabelMargin = 2
  2724.         LabelComponent = lbl_edtUndoLimit
  2725.         LabelRelLeft = -104
  2726.         LabelRelTop = 3
  2727.       end
  2728.       object cmbKeyMapping: TLblComboBox
  2729.         Left = 120
  2730.         Top = 242
  2731.         Width = 129
  2732.         Height = 21
  2733.         Hint = '|Select keyboard mapping'
  2734.         ItemHeight = 13
  2735.         Items.Strings = (
  2736.           'Default'
  2737.           'Word Start')
  2738.         PopupMenu = ef_InputBoxMenu
  2739.         TabOrder = 8
  2740.         Visible = False
  2741.         AddNewToStart = False
  2742.         AddNewToList = False
  2743.         AllowNull = False
  2744.         AutoPickItem = False
  2745.         CaseSensitive = False
  2746.         DestroyObjects = False
  2747.         LimitToList = True
  2748.         OverwriteMode = False
  2749.         ReadOnly = False
  2750.         UndoWhenEsc = False
  2751.         LabelPos = lpCustom
  2752.         LabelMargin = 2
  2753.         LabelComponent = lbl_cmbKeyMapping
  2754.         LabelRelLeft = -106
  2755.         LabelRelTop = 3
  2756.       end
  2757.       object btnClearProperties: TButton
  2758.         Left = 16
  2759.         Top = 104
  2760.         Width = 145
  2761.         Height = 25
  2762.         Hint = '|Clear all stored document properties'
  2763.         Caption = '&Clear Properties...'
  2764.         TabOrder = 3
  2765.         OnClick = btnClearPropertiesClick
  2766.       end
  2767.       object cbxUseRegistry: TCheckBox
  2768.         Left = 16
  2769.         Top = 72
  2770.         Width = 177
  2771.         Height = 17
  2772.         Hint = 
  2773.           'Set this option if you want to store the NoteTab settings in the' +
  2774.           ' Windows registry instead of an INI file'
  2775.         Caption = 'Store Settings in &Registry'
  2776.         TabOrder = 2
  2777.       end
  2778.       object edtDefaultAppDir: TLblEdit
  2779.         Left = 152
  2780.         Top = 40
  2781.         Width = 225
  2782.         Height = 21
  2783.         Hint = 
  2784.           'Only use this field if you have placed the NoteTab program file ' +
  2785.           'in a different directory from its support files (Help, dictionar' +
  2786.           'ies, settings, etc.)'
  2787.         PopupMenu = ef_InputBoxMenu
  2788.         TabOrder = 0
  2789.         OnKeyPress = CheckPathNameChar
  2790.         OverwriteMode = False
  2791.         UndoWhenEsc = False
  2792.         WordWrap = False
  2793.         LabelPos = lpCustom
  2794.         LabelMargin = 2
  2795.         LabelComponent = lbl_edtDefaultAppDir
  2796.         LabelRelLeft = -136
  2797.         LabelRelTop = 3
  2798.       end
  2799.       object edtMaxPropStore: TLblEdit
  2800.         Left = 320
  2801.         Top = 104
  2802.         Width = 73
  2803.         Height = 21
  2804.         Hint = 
  2805.           'Defines the maximum number of document properties that should be' +
  2806.           ' remembered between sessions'
  2807.         PopupMenu = ef_InputBoxMenu
  2808.         TabOrder = 4
  2809.         OnKeyPress = CheckNbrKeyPress
  2810.         OverwriteMode = False
  2811.         UndoWhenEsc = False
  2812.         WordWrap = False
  2813.         LabelPos = lpCustom
  2814.         LabelMargin = 2
  2815.         LabelComponent = lbl_edtMaxPropStore
  2816.         LabelRelLeft = -104
  2817.         LabelRelTop = 3
  2818.       end
  2819.       object btnDefaultAppDir: TAttachedButton
  2820.         Left = 378
  2821.         Top = 40
  2822.         Height = 21
  2823.         Hint = 'Browse|Browse disk for directory'
  2824.         TabOrder = 1
  2825.         OnClick = GetDefaultDir
  2826.         AttachedControl = edtDefaultAppDir
  2827.       end
  2828.     end
  2829.   end
  2830.   object pnlButtons: TPanel
  2831.     Left = 0
  2832.     Top = 345
  2833.     Width = 420
  2834.     Height = 41
  2835.     Align = alBottom
  2836.     BevelOuter = bvNone
  2837.     TabOrder = 1
  2838.     object OKBtn: TButton
  2839.       Left = 184
  2840.       Top = 8
  2841.       Width = 75
  2842.       Height = 25
  2843.       Caption = 'Ok'
  2844.       Default = True
  2845.       ModalResult = 1
  2846.       TabOrder = 0
  2847.       OnClick = OKBtnClick
  2848.     end
  2849.     object CancelBtn: TButton
  2850.       Left = 264
  2851.       Top = 8
  2852.       Width = 75
  2853.       Height = 25
  2854.       Cancel = True
  2855.       Caption = 'Cancel'
  2856.       ModalResult = 2
  2857.       TabOrder = 1
  2858.     end
  2859.     object btnHelp: TButton
  2860.       Left = 344
  2861.       Top = 8
  2862.       Width = 75
  2863.       Height = 25
  2864.       Caption = 'Help'
  2865.       TabOrder = 2
  2866.       OnClick = btnHelpClick
  2867.     end
  2868.   end
  2869.   object InputBoxMaster1: TInputBoxMaster
  2870.     InputBoxMenu = ef_InputBoxMenu
  2871.     OverwriteMode = False
  2872.     UseContextMenu = True
  2873.     Left = 112
  2874.     Top = 352
  2875.   end
  2876.   object ef_InputBoxMenu: TInputBoxMenu
  2877.     Left = 140
  2878.     Top = 352
  2879.     object ef_InputBoxMenu_Undo: TMenuItem
  2880.       Caption = '&Undo'
  2881.       Hint = 'Undo changes to input text'
  2882.     end
  2883.     object ef_InputBoxMenu_Overwrite: TMenuItem
  2884.       Tag = 1
  2885.       Caption = '&Overwrite Mode'
  2886.       Hint = 'Toggle Insert/Overwrite mode'
  2887.     end
  2888.     object ef_InputBoxMenu_Break1: TMenuItem
  2889.       Tag = 2
  2890.       Caption = '-'
  2891.     end
  2892.     object ef_InputBoxMenu_Cut: TMenuItem
  2893.       Tag = 3
  2894.       Caption = 'Cu&t'
  2895.       Hint = 'Cut selected text to clipboard'
  2896.     end
  2897.     object ef_InputBoxMenu_Copy: TMenuItem
  2898.       Tag = 4
  2899.       Caption = '&Copy'
  2900.       Hint = 'Copy selected text to clipboard'
  2901.     end
  2902.     object ef_InputBoxMenu_Paste: TMenuItem
  2903.       Tag = 5
  2904.       Caption = '&Paste'
  2905.       Hint = 'Paste text from clipboard to input box'
  2906.     end
  2907.     object ef_InputBoxMenu_Delete: TMenuItem
  2908.       Tag = 6
  2909.       Caption = '&Delete'
  2910.       Hint = 'Delete selected text'
  2911.     end
  2912.     object ef_InputBoxMenu_Clear: TMenuItem
  2913.       Tag = 7
  2914.       Caption = 'C&lear All'
  2915.       Hint = 'Clear all text from input box'
  2916.     end
  2917.     object ef_InputBoxMenu_Break2: TMenuItem
  2918.       Tag = 8
  2919.       Caption = '-'
  2920.     end
  2921.     object ef_InputBoxMenu_SelectAll: TMenuItem
  2922.       Tag = 9
  2923.       Caption = 'Select &All'
  2924.       Hint = 'Select all text in input box'
  2925.     end
  2926.   end
  2927.   object vclColorDialog: TColorDialog
  2928.     Ctl3D = True
  2929.     Top = 352
  2930.   end
  2931.   object vclFontDlg: TFontDialog
  2932.     Font.Charset = DEFAULT_CHARSET
  2933.     Font.Color = clWindowText
  2934.     Font.Height = -13
  2935.     Font.Name = 'MS Sans Serif'
  2936.     Font.Style = []
  2937.     MinFontSize = 0
  2938.     MaxFontSize = 0
  2939.     Options = [fdEffects, fdForceFontExist]
  2940.     Left = 56
  2941.     Top = 352
  2942.   end
  2943.   object vclDocFontDlg: TFontDialog
  2944.     Font.Charset = DEFAULT_CHARSET
  2945.     Font.Color = clWindowText
  2946.     Font.Height = -11
  2947.     Font.Name = 'MS Sans Serif'
  2948.     Font.Style = []
  2949.     MinFontSize = 0
  2950.     MaxFontSize = 0
  2951.     Options = [fdForceFontExist]
  2952.     Left = 84
  2953.     Top = 352
  2954.   end
  2955.   object vclOpenFile: TEnhOpenDialog
  2956.     DefaultExt = 'exe'
  2957.     Filter = 'Program (*.exe)|*.exe|All Files (*.*)|*.*'
  2958.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  2959.     Title = 'Search for Web Browser'
  2960.     RememberDir = True
  2961.     Left = 28
  2962.     Top = 352
  2963.   end
  2964.   object pmnCheckList: TPopupMenu
  2965.     Left = 164
  2966.     Top = 352
  2967.     object smnSortList: TMenuItem
  2968.       Caption = '&Sort List'
  2969.       Hint = 'Sorts list items in alphabetical order'
  2970.       OnClick = smnSortListClick
  2971.     end
  2972.     object smnSelectedtoTop: TMenuItem
  2973.       Caption = 'Selected to &Top'
  2974.       Hint = 'Moves all selected items to the top of the list'
  2975.       OnClick = smnSelectedtoTopClick
  2976.     end
  2977.     object smnCheckAll: TMenuItem
  2978.       Caption = '&Check All'
  2979.       Hint = 'Adds a check mark to all items'
  2980.       OnClick = smnCheckAllClick
  2981.     end
  2982.     object smnUncheckAll: TMenuItem
  2983.       Caption = '&Uncheck All'
  2984.       Hint = 'Unchecks all selected items'
  2985.       OnClick = smnUncheckAllClick
  2986.     end
  2987.   end
  2988. end
  2989.