object DlgOptions: TDlgOptions Left = 297 Top = 106 Hint = '|Options...' HelpContext = 18 HorzScrollBar.Visible = False VertScrollBar.Visible = False BorderIcons = [biSystemMenu] AutoScroll = False Caption = 'Options' ClientHeight = 386 ClientWidth = 420 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Position = poScreenCenter Scaled = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object tbnPrefs: TPageControl Left = 0 Top = 0 Width = 420 Height = 345 ActivePage = tbsView Align = alClient MultiLine = True TabOrder = 0 OnChanging = tbnPrefsChanging object tbsView: TTabSheet Caption = 'View' object Bevel1: TBevel Left = 224 Top = 117 Width = 153 Height = 54 Shape = bsFrame end object cbWindow: TCaptionBar Left = 0 Top = 16 Width = 412 AutoResize = True Caption = 'Window' end object cbApplication: TCaptionBar Left = 0 Top = 184 Width = 412 AutoResize = True Caption = 'Application' end object lbl_cmbRulerUnits: TEnhLabel Left = 177 Top = 63 Width = 55 Height = 13 Caption = 'Ruler &Units:' FocusControl = cmbRulerUnits end object imgAppIcon: TImage Left = 326 Top = 120 Width = 48 Height = 48 Hint = 'Application icon' Center = True end object lblAppIcon: TEnhLabel Left = 224 Top = 98 Width = 79 Height = 13 Caption = 'Application &Icon:' FocusControl = btnNextIcon end object cbxShowToolbar: TCheckBox Left = 16 Top = 38 Width = 137 Height = 17 Hint = '|Show the program'#39's toolbar' Caption = 'Show &Toolbar' State = cbChecked TabOrder = 0 end object cbxShowRuler: TCheckBox Left = 16 Top = 62 Width = 105 Height = 17 Hint = '|Show the document ruler' Caption = 'Show &Ruler' State = cbChecked TabOrder = 1 end object cbxShowStatusBar: TCheckBox Left = 16 Top = 110 Width = 153 Height = 17 Hint = '|Show the program'#39's status bar' Caption = 'Show &Status Bar' State = cbChecked TabOrder = 4 end object cbxStayOnTop: TCheckBox Left = 16 Top = 206 Width = 153 Height = 17 Hint = '|Program stays on top of the other applications' Caption = 'Stay &On Top' TabOrder = 7 end object cbxUseSystemTray: TCheckBox Left = 16 Top = 230 Width = 177 Height = 17 Hint = '|Minimizes application to system tray instead of task bar' Caption = 'Icon in S&ystem Tray' Enabled = False TabOrder = 8 end object cbxShowSplashScreen: TCheckBox Left = 216 Top = 206 Width = 177 Height = 17 Hint = '|Show splash screen on program startup' Caption = 'Show Spl&ash Screen' State = cbChecked TabOrder = 9 end object cbxClipbookButtons: TCheckBox Left = 16 Top = 86 Width = 177 Height = 17 Hint = '|Show the Clipbook button bar with available templates' Caption = 'Show &Clipbook Buttons' State = cbChecked TabOrder = 3 end object cbxShowTips: TCheckBox Left = 216 Top = 230 Width = 169 Height = 17 Hint = 'Show the Tip-of-the-day window at startup' Caption = 'Show Tip-of-&Day' State = cbChecked TabOrder = 10 end object cmbRulerUnits: TLblComboBox Left = 256 Top = 60 Width = 121 Height = 21 Hint = 'Set units for measurement tick marks' DropDownCount = 3 ItemHeight = 13 Items.Strings = ( 'Characters' 'Inches' 'Centimeters') PopupMenu = ef_InputBoxMenu TabOrder = 2 AddNewToStart = False AddNewToList = False AllowNull = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpCustom LabelComponent = lbl_cmbRulerUnits LabelRelLeft = -79 LabelRelTop = 3 end object cbxHtmlFeatures: TCheckBox Left = 16 Top = 136 Width = 201 Height = 17 Hint = 'Turn this option off if you don'#39't want to see HTML-related comma' + 'nds in the menu and dialogs' Caption = 'Show &HTML Features' State = cbChecked TabOrder = 5 OnClick = cbxHtmlFeaturesClick end object btnNextIcon: TButton Left = 239 Top = 132 Width = 75 Height = 25 Hint = 'Click on this button to scroll through the list of available ico' + 'ns' Caption = '&Next Icon' TabOrder = 6 OnClick = btnNextIconClick end end object tbsGeneral: TTabSheet Caption = 'General' object lbl_edtNewNameFormat: TEnhLabel Left = 16 Top = 179 Width = 91 Height = 13 Caption = '&New Name Format:' FocusControl = edtNewNameFormat end object lbl_edtBulletChar: TEnhLabel Left = 16 Top = 211 Width = 78 Height = 13 Caption = '&Bullet Character:' FocusControl = edtBulletChar end object lbl_edtNbtSep: TEnhLabel Left = 16 Top = 243 Width = 89 Height = 13 Caption = 'N&umber Separator:' FocusControl = edtNbtSep end object cbxRestoreSizePos: TCheckBox Left = 16 Top = 16 Width = 185 Height = 14 Hint = '|Restores program window to its last position and size' Caption = '&Save Position and Size' State = cbChecked TabOrder = 0 end object cbxRestoreDesktop: TCheckBox Left = 16 Top = 40 Width = 189 Height = 17 Hint = '|Reload open documents on startup' Caption = '&Reload Open Documents' State = cbChecked TabOrder = 1 OnClick = cbxRestoreDesktopClick end object cbxMultipleInstances: TCheckBox Left = 16 Top = 88 Width = 185 Height = 17 Hint = '|Allow multiple instances of the editor to run' Caption = 'Allow &Multiple Instances' TabOrder = 3 end object cbxAutoLoadFavorites: TCheckBox Left = 16 Top = 64 Width = 189 Height = 17 Hint = '|Loads files specified in default Favorite List on startup' Caption = 'Load &Favorites on Startup' TabOrder = 2 OnClick = cbxAutoLoadFavoritesClick end object cbxShowPrompts: TCheckBox Left = 216 Top = 16 Width = 137 Height = 17 Hint = '|Show warning prompts with Reload and Delete commands' Caption = 'Display &Prompts' State = cbChecked TabOrder = 6 end object edtNewNameFormat: TLblEdit Left = 144 Top = 176 Width = 169 Height = 21 Hint = 'The name format is used when new documents are created (%d marks' + ' number position)' PopupMenu = ef_InputBoxMenu TabOrder = 8 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtNewNameFormat LabelRelLeft = -128 LabelRelTop = 3 end object edtBulletChar: TLblEdit Left = 144 Top = 208 Width = 169 Height = 21 Hint = 'Defines character used by the "Bullet Insert" function' MaxLength = 1 PopupMenu = ef_InputBoxMenu TabOrder = 9 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtBulletChar LabelRelLeft = -128 LabelRelTop = 3 end object edtNbtSep: TLblEdit Left = 144 Top = 240 Width = 169 Height = 21 Hint = 'Defines characters used by the "Number Lines" function to separa' + 'te the numbers from the text' PopupMenu = ef_InputBoxMenu TabOrder = 10 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtNbtSep LabelRelLeft = -128 LabelRelTop = 3 end object cbxCheckReload: TCheckBox Left = 16 Top = 112 Width = 233 Height = 17 Hint = '|Checks if documents have been modified by other applications wh' + 'en focus returns to NoteTab' Caption = 'Check &Documents on Activate' State = cbChecked TabOrder = 4 end object cbxBlindUser: TCheckBox Left = 216 Top = 40 Width = 145 Height = 17 Hint = 'Autoscroll hides dialog when active and message dialog boxes mak' + 'e a sound when displayed' Caption = 'Blind User M&ode' TabOrder = 7 end object cbxFavoritesFullName: TCheckBox Left = 16 Top = 136 Width = 249 Height = 17 Hint = 'Set this option to display full file names in the Favorites menu' Caption = 'Full Names in Fa&vorites Menu' TabOrder = 5 end end object tbsFiles: TTabSheet Caption = 'Files' object lbl_edtMinutes: TEnhLabel Left = 237 Top = 87 Width = 37 Height = 13 Caption = '&Minutes' FocusControl = edtMinutes end object lbl_edtOpenDir: TEnhLabel Left = 16 Top = 215 Width = 74 Height = 13 Caption = '&Open Directory:' FocusControl = edtOpenDir end object lbl_edtSaveDir: TEnhLabel Left = 16 Top = 247 Width = 73 Height = 13 Caption = 'Sa&ve Directory:' FocusControl = edtSaveDir end object cbSaving: TCaptionBar Left = 0 Top = 16 Width = 412 Height = 14 AutoResize = True Caption = 'Opening && Saving' end object cbDirectories: TCaptionBar Left = 0 Top = 142 Width = 412 AutoResize = True Caption = 'Directories' end object lbl_edtSubstBinChar: TEnhLabel Left = 237 Top = 115 Width = 128 Height = 13 Caption = 'Substitute Bi&nary Character' FocusControl = edtSubstBinChar end object cbxTrackDir: TCheckBox Left = 16 Top = 164 Width = 185 Height = 17 Hint = '|Working directory follows active document' Caption = '&Directory Tracking' State = cbChecked TabOrder = 8 OnClick = cbxCheckTrackDirClick end object cbxAutoSave: TCheckBox Left = 16 Top = 62 Width = 185 Height = 17 Hint = '|Automatically saves modified files before closing them' Caption = '&Save Files on Close' TabOrder = 2 end object cbxMakeBackups: TCheckBox Left = 16 Top = 38 Width = 153 Height = 17 Hint = '|Makes a backup copy before updating a file on disk' Caption = 'Make &Backups' TabOrder = 0 end object cbxUseBAK: TCheckBox Left = 216 Top = 38 Width = 161 Height = 17 Hint = '|Use .BAK extension for backup files when checked, otherwise ins' + 'erts "~" after dot' Caption = 'Backups use .BA&K' State = cbChecked TabOrder = 1 end object cbxConvertBinary: TCheckBox Left = 16 Top = 110 Width = 177 Height = 17 Hint = '|Converts any control codes so whole file can be displayed (slow' + 's loading of large files if enabled!)' Caption = 'Filter Binary &Codes' TabOrder = 6 end object cbxUndoAfterSave: TCheckBox Left = 216 Top = 62 Width = 145 Height = 17 Hint = '|Allow undo operations after a document has been saved' Caption = '&Undo After Save' TabOrder = 3 end object edtMinutes: TLblEdit Left = 184 Top = 84 Width = 45 Height = 21 Hint = 'Set the time interval for the "Automatic Save" function' PopupMenu = ef_InputBoxMenu TabOrder = 5 Text = '10' OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpRight LabelColon = False LabelComponent = lbl_edtMinutes LabelRelLeft = 53 LabelRelTop = 3 end object cbxSaveEvery: TCheckBox Left = 16 Top = 86 Width = 161 Height = 17 Hint = 'Set this option to save modified documents at regular time inter' + 'vals' Caption = '&Automatic Save every:' TabOrder = 4 end object cbxUseDefaultDir: TCheckBox Left = 16 Top = 188 Width = 169 Height = 17 Hint = 'Set this option to always use fixed directories for opening and ' + 'saving documents' Caption = 'Use D&efault Directories' TabOrder = 9 OnClick = cbxCheckTrackDirClick end object edtOpenDir: TLblEdit Left = 120 Top = 212 Width = 257 Height = 21 Hint = 'Default directory for opening files when the "Use Default Direct' + 'ories" option is set' PopupMenu = ef_InputBoxMenu TabOrder = 10 OnChange = CheckUseDefault OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtOpenDir LabelRelLeft = -104 LabelRelTop = 3 end object edtSaveDir: TLblEdit Left = 120 Top = 244 Width = 257 Height = 21 Hint = 'Default directory for saving files when the "Use Default Directo' + 'ries" option is set' PopupMenu = ef_InputBoxMenu TabOrder = 12 OnChange = CheckUseDefault OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtSaveDir LabelRelLeft = -104 LabelRelTop = 3 end object btnOpenDir: TAttachedButton Left = 378 Top = 212 Height = 21 Hint = 'Browse|Browse disk for directory' TabOrder = 11 OnClick = GetDefaultDir AttachedControl = edtOpenDir end object btnSaveDir: TAttachedButton Left = 378 Top = 244 Height = 21 Hint = 'Browse|Browse disk for directory' TabOrder = 13 OnClick = GetDefaultDir AttachedControl = edtSaveDir end object edtSubstBinChar: TLblEdit Left = 184 Top = 112 Width = 45 Height = 21 Hint = 'Defines the character used when substituting binary characters' MaxLength = 1 PopupMenu = ef_InputBoxMenu TabOrder = 7 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpRight LabelColon = False LabelComponent = lbl_edtSubstBinChar LabelRelLeft = 53 LabelRelTop = 3 end end object tbsDocuments: TTabSheet HelpContext = 23 Caption = 'Documents' object lbl_edtTabSize: TEnhLabel Left = 16 Top = 137 Width = 45 Height = 13 Caption = 'Tab &Size:' FocusControl = edtTabSize end object lbl_cmbTabUnits: TEnhLabel Left = 16 Top = 169 Width = 49 Height = 13 Caption = 'Tab &Units:' FocusControl = cmbTabUnits end object lbl_cmbTypeTab: TEnhLabel Left = 223 Top = 137 Width = 49 Height = 13 Caption = '&Type Tab:' FocusControl = cmbTypeTab end object cbEditing: TCaptionBar Left = 0 Top = 16 Width = 412 Height = 14 AutoResize = True Caption = 'Editing' end object lbl_cmbSaveFormat: TEnhLabel Left = 201 Top = 215 Width = 63 Height = 13 Caption = 'Save &Format:' FocusControl = cmbSaveFormat end object cbTabs: TCaptionBar Left = 0 Top = 112 Width = 412 Height = 14 AutoResize = True Caption = 'Tabs' end object cbFormat: TCaptionBar Left = 0 Top = 192 Width = 412 Height = 16 AutoResize = True Caption = 'Format' end object cbxWordWrap: TCheckBox Left = 16 Top = 38 Width = 121 Height = 17 Hint = '|Enable word wrap at window edge or wrap column' Caption = '&Word Wrap' State = cbChecked TabOrder = 0 OnClick = cbxWordWrapClick end object cbxWrapToColumn: TCheckBox Left = 216 Top = 38 Width = 121 Height = 17 Hint = '|Words wrap at specified column (column wrap is not enforced whe' + 'n editing but is reproduced in saved file)' Caption = 'Wrap to &Column:' TabOrder = 1 OnClick = cbxWrapToColumnClick end object cbxAutoIndent: TCheckBox Left = 16 Top = 62 Width = 121 Height = 17 Hint = '|Use same indentation level as the last line of the previous par' + 'agraph' Caption = 'Auto &Indent' TabOrder = 3 OnClick = CustomProperties end object cbxTrimSpaces: TCheckBox Left = 16 Top = 86 Width = 161 Height = 17 Hint = '|Spaces at the end of paragraph are removed' Caption = 'Trim W&hite Spaces' TabOrder = 4 OnClick = CustomProperties end object cbxScrollPastEOL: TCheckBox Left = 216 Top = 86 Width = 169 Height = 17 Hint = '|Caret can move beyond the end of the current line' Caption = 'Scroll Past &End of Line' TabOrder = 5 Visible = False OnClick = cbxScrollPastEOLClick end object edtWrapWidth: TEicEdit Left = 344 Top = 36 Width = 57 Height = 21 Hint = '|Column position at which words wrap' MaxLength = 3 PopupMenu = ef_InputBoxMenu TabOrder = 2 Text = '80' OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False OnEdited = CustomProperties end object edtTabSize: TLblEdit Left = 83 Top = 134 Width = 113 Height = 21 Hint = '|Text Tab size' MaxLength = 3 PopupMenu = ef_InputBoxMenu TabOrder = 6 OnKeyPress = edtTabSizeKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False OnEdited = CustomProperties LabelPos = lpCustom LabelMargin = 6 LabelComponent = lbl_edtTabSize LabelRelLeft = -67 LabelRelTop = 3 end object cbxDosText: TCheckBox Left = 16 Top = 214 Width = 115 Height = 17 Hint = '|Opens/saves document using ASCII character set' Caption = 'Dos &ASCII' Enabled = False TabOrder = 9 end object cbxDefault: TCheckBox Left = 264 Top = 252 Width = 137 Height = 17 Hint = '|Uses settings defined in preferences dialog' Alignment = taLeftJustify Caption = 'Use &Default Settings' TabOrder = 12 Visible = False OnClick = cbxDefaultClick end object cmbTabUnits: TLblComboBox Left = 83 Top = 166 Width = 113 Height = 21 Hint = 'Defines units used for tab size' DropDownCount = 4 ItemHeight = 13 Items.Strings = ( 'Inches' 'Centimeters' 'Pixels' 'Characters') PopupMenu = ef_InputBoxMenu TabOrder = 7 OnChange = CustomProperties AddNewToStart = False AddNewToList = False AllowNull = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpCustom LabelComponent = lbl_cmbTabUnits LabelRelLeft = -67 LabelRelTop = 3 end object cmbTypeTab: TLblComboBox Left = 288 Top = 134 Width = 113 Height = 21 Hint = '|Real = normal tabs; Fixed = tabs are converted to spaces; Smart' + ' = position of words above' DropDownCount = 3 ItemHeight = 13 Items.Strings = ( 'Real' 'Fixed' 'Smart') PopupMenu = ef_InputBoxMenu TabOrder = 8 OnChange = CustomProperties AddNewToStart = False AddNewToList = False AllowNull = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpCustom LabelComponent = lbl_cmbTypeTab LabelRelLeft = -65 LabelRelTop = 3 end object cmbSaveFormat: TLblComboBox Left = 288 Top = 212 Width = 113 Height = 21 Hint = '|Saves document using original or chosen file format' DropDownCount = 4 ItemHeight = 13 Items.Strings = ( 'DOS' 'UNIX' 'Mac' 'Original') PopupMenu = ef_InputBoxMenu TabOrder = 10 OnChange = CustomProperties AddNewToStart = False AddNewToList = False AllowNull = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpCustom LabelComponent = lbl_cmbSaveFormat LabelRelLeft = -87 LabelRelTop = 3 end object btnDocFont: TFontButton Left = 16 Top = 241 Width = 75 Height = 25 Hint = '|Opens Font dialog box' Caption = 'F&ont...' TabOrder = 11 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclDocFontDlg OnChanged = CustomProperties end end object tbsInternet: TTabSheet Caption = 'Internet' object lbl_edtBrowser: TEnhLabel Left = 16 Top = 9 Width = 78 Height = 13 Caption = '&Default Browser:' FocusControl = edtBrowser end object lbl_edtBrowser2: TEnhLabel Left = 216 Top = 9 Width = 81 Height = 13 Caption = '&Second Browser:' FocusControl = edtBrowser2 end object lbl_edtHRefTag: TEnhLabel Left = 16 Top = 185 Width = 50 Height = 13 Caption = 'H&Ref Tag:' FocusControl = edtHRefTag end object lbl_edtImgTag: TEnhLabel Left = 16 Top = 217 Width = 42 Height = 13 Caption = '&Img Tag:' FocusControl = edtImgTag end object lbl_edtEMailQuoteChar: TEnhLabel Left = 16 Top = 249 Width = 61 Height = 13 Caption = 'EMail &Quote:' FocusControl = edtEMailQuoteChar end object lbl_edtHtmlHeader: TEnhLabel Left = 16 Top = 57 Width = 71 Height = 13 Caption = 'HTML &Header:' FocusControl = edtHtmlHeader end object lbl_edtHtmlFooter: TEnhLabel Left = 216 Top = 57 Width = 66 Height = 13 Caption = 'HTML &Footer:' FocusControl = edtHtmlFooter end object cbxUnderlineUrl: TCheckBox Left = 280 Top = 250 Width = 129 Height = 17 Hint = '|Underlines the highlighted links' Caption = 'U&nderline URLs' State = cbChecked TabOrder = 10 Visible = False OnClick = cbxUnderlineUrlClick end object cbxHighlightUrl: TCheckBox Left = 160 Top = 250 Width = 113 Height = 17 Hint = '|Highlight fully qualified URLs in text' Caption = 'Highlight &URLs' State = cbChecked TabOrder = 9 Visible = False end object edtBrowser: TLblEdit Left = 16 Top = 24 Width = 161 Height = 21 Hint = '|Web browser path and file name (only use if browser cannot be c' + 'alled through the registry)' PopupMenu = ef_InputBoxMenu TabOrder = 0 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtBrowser LabelRelLeft = 0 LabelRelTop = -15 end object btnSearchBrowser: TAttachedButton Left = 178 Top = 24 Height = 21 Hint = 'Search...|Browse disk to find program' TabOrder = 1 DefaultExt = '*.exe' Filter = 'Program Files (*.exe)|*.exe' Title = 'Choose Browser' AttachedControl = edtBrowser OpenDialog = vclOpenFile end object edtBrowser2: TLblEdit Left = 216 Top = 24 Width = 161 Height = 21 Hint = '|Web browser path and file name used by "Alternative Browser" co' + 'mmand' PopupMenu = ef_InputBoxMenu TabOrder = 2 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtBrowser2 LabelRelLeft = 0 LabelRelTop = -15 end object btnSearchBrowser2: TAttachedButton Left = 378 Top = 24 Height = 21 Hint = 'Search...|Browse disk to find program' TabOrder = 3 DefaultExt = '*.exe' Filter = 'Program Files (*.exe)|*.exe' Title = 'Choose Browser' AttachedControl = edtBrowser2 OpenDialog = vclOpenFile end object edtEMailQuoteChar: TLblEdit Left = 96 Top = 246 Width = 41 Height = 21 Hint = 'Quote character(s) used by the "E-mail: Quote Text" command' PopupMenu = ef_InputBoxMenu TabOrder = 8 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtEMailQuoteChar LabelRelLeft = -80 LabelRelTop = 3 end object edtHtmlHeader: TLblMemo Left = 16 Top = 72 Width = 185 Height = 97 Hint = 'HTML Header used by the "Document to HTML" command' PopupMenu = ef_InputBoxMenu ScrollBars = ssBoth TabOrder = 4 OverwriteMode = False UndoWhenEsc = False WindowsUndo = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtHtmlHeader LabelRelLeft = 0 LabelRelTop = -15 end object edtHtmlFooter: TLblMemo Left = 216 Top = 72 Width = 185 Height = 97 Hint = 'HTML Footer used by the "Document to HTML" command' PopupMenu = ef_InputBoxMenu ScrollBars = ssBoth TabOrder = 5 OverwriteMode = False UndoWhenEsc = False WindowsUndo = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtHtmlFooter LabelRelLeft = 0 LabelRelTop = -15 end object edtHRefTag: TLblEdit Left = 96 Top = 182 Width = 305 Height = 21 Hint = 'HRef tag format used when a file name is dragged from the File L' + 'ist to an HTML document' PopupMenu = ef_InputBoxMenu TabOrder = 6 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtHRefTag LabelRelLeft = -80 LabelRelTop = 3 end object edtImgTag: TLblEdit Left = 96 Top = 214 Width = 305 Height = 21 Hint = 'Image tag format used when a GIF/JPG file name is dragged from t' + 'he File List to an HTML document' PopupMenu = ef_InputBoxMenu TabOrder = 7 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtImgTag LabelRelLeft = -80 LabelRelTop = 3 end end object tbsHtmlFiles: TTabSheet Caption = 'HTML Files' object lbl_edt_lbxHtmlExt: TEnhLabel Left = 16 Top = 16 Width = 106 Height = 13 Caption = 'HTML File E&xtensions:' FocusControl = edt_lbxHtmlExt end object cbxHighlightHtml: TCheckBox Left = 160 Top = 114 Width = 159 Height = 17 Hint = '|Highlight HTML tags web documents' Caption = 'Highlight &HTML Tags' State = cbChecked TabOrder = 4 Visible = False end object edt_lbxHtmlExt: TLblEdit Left = 16 Top = 31 Width = 121 Height = 21 Hint = '|Enter or edit extension' PopupMenu = ef_InputBoxMenu TabOrder = 0 OnKeyPress = CheckFileNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edt_lbxHtmlExt LabelRelLeft = 0 LabelRelTop = -15 end object lbxHtmlExt: TInputListBox Left = 16 Top = 56 Width = 121 Height = 201 Hint = '|Documents with listed extensions will use HTML highlighting if ' + 'option is set' ItemHeight = 13 Sorted = True TabOrder = 1 AllowToggle = False AllowDragReorder = False CaseSensitive = False CustomColor = clBlack DestroyObjects = False ReadOnly = False ScrollWidth = 0 UndoWhenEsc = False OnChange = lbxHtmlExtChange OnModified = lbxHtmlExtChange AddNewToList = False LimitToList = False ResetFocus = False Editor = edt_lbxHtmlExt ShowEditor = True OnEdited = lbxHtmlExtEdited end object btnAddHtmlExt: TButton Left = 160 Top = 31 Width = 73 Height = 25 Hint = 'Add a new extension' Caption = '&Add' Enabled = False TabOrder = 2 OnClick = btnAddHtmlExtClick end object btnDelHtmlExt: TButton Left = 160 Top = 63 Width = 73 Height = 25 Hint = 'Remove current extension from list' Caption = '&Remove' Enabled = False TabOrder = 3 OnClick = btnDelHtmlExtClick end end object tbsFileFilters: TTabSheet Caption = 'File Filters' object lbl_lbxFilters: TEnhLabel Left = 16 Top = 16 Width = 30 Height = 13 Caption = '&Filters:' FocusControl = lbxFilters end object lbl_edtDescription: TEnhLabel Left = 218 Top = 16 Width = 56 Height = 13 Caption = '&Description:' FocusControl = edtDescription end object lbl_edtWildCards: TEnhLabel Left = 218 Top = 58 Width = 54 Height = 13 Caption = '&Wild Cards:' FocusControl = edtWildCards end object lbl_edtDefaultExt: TEnhLabel Left = 218 Top = 227 Width = 86 Height = 13 Caption = 'Default E&xtension:' FocusControl = edtDefaultExt end object lbxFilters: TLblListbox Left = 16 Top = 31 Width = 175 Height = 233 Hint = '|List of file filters' DragMode = dmAutomatic ItemHeight = 13 TabOrder = 0 AllowToggle = False AllowDragReorder = True CaseSensitive = False CustomColor = clBlack DestroyObjects = True ReadOnly = False ScrollWidth = 0 UndoWhenEsc = False OnChange = lbxFiltersChange OnMoved = lbxFiltersMoved LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_lbxFilters LabelRelLeft = 0 LabelRelTop = -15 end object edtDescription: TLblEdit Left = 218 Top = 31 Width = 175 Height = 21 Hint = '|Brief description of filter' MaxLength = 60 PopupMenu = ef_InputBoxMenu TabOrder = 1 OnExit = CheckUpdateFilter OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtDescription LabelRelLeft = 0 LabelRelTop = -15 end object edtWildCards: TLblEdit Left = 218 Top = 73 Width = 175 Height = 21 Hint = '|Wild cards representing filter. Use a semi-colon to separate se' + 'veral items' MaxLength = 60 PopupMenu = ef_InputBoxMenu TabOrder = 2 OnExit = CheckUpdateFilter OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtWildCards LabelRelLeft = 0 LabelRelTop = -15 end object btnNew: TButton Left = 218 Top = 109 Width = 87 Height = 25 Hint = '|Add a new filter' Caption = '&New' TabOrder = 3 OnClick = btnNewClick end object btnDelete: TButton Left = 312 Top = 109 Width = 83 Height = 25 Hint = '|Delete current filter' Caption = 'D&elete' Enabled = False TabOrder = 4 OnClick = btnDeleteClick end object btnMoveUp: TButton Left = 218 Top = 141 Width = 87 Height = 25 Hint = '|Move current filter up in list' Caption = 'Move &Up' Enabled = False TabOrder = 5 OnClick = btnMoveUpClick end object btnMoveDown: TButton Left = 312 Top = 141 Width = 83 Height = 25 Hint = '|Move current filter down in list' Caption = 'Move D&own' Enabled = False TabOrder = 6 OnClick = btnMoveDownClick end object edtDefaultExt: TLblEdit Left = 218 Top = 242 Width = 175 Height = 21 Hint = '|Default file extension used by file dialog box' PopupMenu = ef_InputBoxMenu TabOrder = 7 OnKeyPress = CheckFileNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtDefaultExt LabelRelLeft = 0 LabelRelTop = -15 end end object tbsAssociations: TTabSheet Caption = 'Associations' object EnhLabel1: TEnhLabel Left = 16 Top = 16 Width = 128 Height = 13 Caption = '&Associated File Extensions:' FocusControl = edt_lbxAssociations end object lbxAssociations: TInputListBox Left = 16 Top = 56 Width = 121 Height = 201 Hint = '|List of file extensions associated with NoteTab' ItemHeight = 13 Sorted = True TabOrder = 1 AllowToggle = False AllowDragReorder = False CaseSensitive = False CustomColor = clBlack DestroyObjects = False ReadOnly = False ScrollWidth = 0 UndoWhenEsc = False OnChange = lbxAssociationsChange OnModified = lbxAssociationsChange AddNewToList = False LimitToList = False ResetFocus = False Editor = edt_lbxAssociations ShowEditor = True OnEdited = lbxAssociationsEdited end object edt_lbxAssociations: TLblEdit Left = 16 Top = 31 Width = 121 Height = 21 Hint = '|Enter or edit extension' PopupMenu = ef_InputBoxMenu TabOrder = 0 OnKeyPress = CheckFileNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = EnhLabel1 LabelRelLeft = 0 LabelRelTop = -15 end object btnAddAssociation: TButton Left = 160 Top = 31 Width = 73 Height = 25 Hint = 'Add a new extension' Caption = '&Add' Enabled = False TabOrder = 2 OnClick = btnAddAssociationClick end object btnRemoveAssociation: TButton Left = 160 Top = 63 Width = 73 Height = 25 Hint = 'Remove current extension from list' Caption = '&Remove' Enabled = False TabOrder = 3 OnClick = btnRemoveAssociationClick end end object tbsColors: TTabSheet Caption = 'Colors' object btnPageColor: TColorButton Left = 16 Top = 26 Width = 121 Height = 25 Hint = '|Choose document background color' Caption = '&Background...' TabOrder = 0 ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnPageColorClick end object btnTextColor: TColorButton Left = 16 Top = 53 Width = 121 Height = 25 Hint = '|Choose document text color' Caption = 'Normal &Text...' TabOrder = 1 ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnTextColorClick end object btnSelColor: TColorButton Left = 16 Top = 86 Width = 121 Height = 25 Hint = '|Choose document selection color' Caption = '&Highlight Back...' TabOrder = 2 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnSelColorClick end object btnSelTextColor: TColorButton Left = 16 Top = 113 Width = 121 Height = 25 Hint = '|Choose document selected text color' Caption = 'Highlight Te&xt...' TabOrder = 3 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnSelTextColorClick end object btnHtmlColor: TColorButton Left = 16 Top = 148 Width = 121 Height = 25 Hint = '|Choose color used to highlight HTML tags' Caption = '&HTML Tags...' TabOrder = 4 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnHtmlColorClick end object btnUrlColor: TColorButton Left = 16 Top = 204 Width = 121 Height = 25 Hint = '|Choose color used to highlight URLs' Caption = '&URL Text...' TabOrder = 6 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnUrlColorClick end object btnSelHtmlColor: TColorButton Left = 16 Top = 231 Width = 121 Height = 25 Hint = '|Choose document selected tag and URL color' Caption = 'Highlight Ta&gs...' TabOrder = 7 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnSelHtmlColorClick end object cbxDefaultColors: TCheckBox Left = 256 Top = 242 Width = 145 Height = 17 Hint = '|Use Windows default colors' Alignment = taLeftJustify Caption = 'Use &Default Colors' State = cbChecked TabOrder = 8 OnClick = cbxDefaultColorsClick end object btnHtmlLinkColor: TColorButton Left = 16 Top = 176 Width = 121 Height = 25 Hint = '|Choose color used to highlight links within HTML tags' Caption = 'HTML &Links...' TabOrder = 5 Visible = False ColorDialog = vclColorDialog RefColor = clBlack OnChanged = btnHtmlLinkColorChanged end end object tbsToolbar: TTabSheet HelpContext = 31 Caption = 'Toolbar' object lblToolbuttons: TEnhLabel Left = 16 Top = 14 Width = 145 Height = 13 AutoSize = False Caption = '&Show in Toolbar:' end object lbl_edtButtonWidth: TEnhLabel Left = 224 Top = 230 Width = 65 Height = 13 Caption = '&Button Width:' FocusControl = edtButtonWidth end object lbl_edtClickSound: TEnhLabel Left = 224 Top = 177 Width = 57 Height = 13 Caption = '&Play Sound:' FocusControl = edtClickSound end object lbxToolButtons: TButtonCheckList Left = 16 Top = 32 Width = 177 Height = 201 Hint = '|Select items to show in tool bar (you can drag-and-drop to reor' + 'der)' DragMode = dmAutomatic ItemHeight = 13 PopupMenu = pmnCheckList TabOrder = 0 btnMoveUp = btnToolItemUp btnMoveDown = btnToolItemDown TypeList = tlToolButtons end object cbxRegularButtons: TCheckBox Left = 224 Top = 30 Width = 140 Height = 17 Hint = '|Use regular buttons instead of flat type' Caption = '&Regular Buttons' State = cbChecked TabOrder = 1 OnClick = cbxRegularButtonsClick end object cbxButtonsWithCaption: TCheckBox Left = 224 Top = 54 Width = 140 Height = 17 Hint = '|Show caption in button' Caption = 'Show &Caption' TabOrder = 2 end object cbxShowTooltip: TCheckBox Left = 224 Top = 78 Width = 140 Height = 17 Hint = '|Show button tool tips' Caption = 'Show &Tool Tips' State = cbChecked TabOrder = 3 end object cbxShowSeparators: TCheckBox Left = 224 Top = 104 Width = 140 Height = 17 Hint = '|Use separators between groups of buttons' Caption = 'Show &Separators' State = cbChecked TabOrder = 4 end object cbxWrapButtons: TCheckBox Left = 224 Top = 128 Width = 140 Height = 17 Hint = '|Wrap tool buttons if they don'#39't all fit within the length of th' + 'e bar' Caption = '&Wrap Toolbar' TabOrder = 5 end object btnCaptionFont: TFontButton Left = 304 Top = 244 Width = 97 Height = 25 Hint = '|Change font of button caption' Caption = 'Caption &Font...' TabOrder = 12 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclFontDlg end object btnToolItemUp: TButton Left = 16 Top = 244 Width = 81 Height = 25 Hint = '|Move toolbar button one position up' Caption = 'Move &Up' Enabled = False TabOrder = 9 end object btnToolItemDown: TButton Left = 104 Top = 244 Width = 89 Height = 25 Hint = '|Move toolbar button one position down' Caption = 'Move &Down' Enabled = False TabOrder = 10 end object cbxClickSound: TCheckBox Left = 224 Top = 152 Width = 97 Height = 17 Hint = 'Plays the chosen WAV file or makes PC speaker beep when buttons ' + 'are clicked' Caption = 'Clic&k Sound' TabOrder = 6 end object edtButtonWidth: TLblEdit Left = 224 Top = 245 Width = 73 Height = 21 Hint = 'Sets button width in pixels. Use 0 or leave blank to adjust widt' + 'h automatically' PopupMenu = ef_InputBoxMenu TabOrder = 11 OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtButtonWidth LabelRelLeft = 0 LabelRelTop = -15 end object edtClickSound: TLblEdit Left = 224 Top = 192 Width = 153 Height = 21 Hint = 'Sound file to play when Click Sound option is enabled' PopupMenu = ef_InputBoxMenu TabOrder = 7 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtClickSound LabelRelLeft = 0 LabelRelTop = -15 end object btnClickSound: TAttachedButton Left = 378 Top = 192 Height = 21 Hint = 'Browse|Browse disk for file' TabOrder = 8 DefaultExt = '*.wav' Filter = 'Sound Files (*.wav)|*.wav' Title = 'Choose Sound File' AttachedControl = edtClickSound OpenDialog = vclOpenFile OnChanged = btnClickSoundChanged end end object tbsShortcutMenu: TTabSheet Caption = 'Shortcut Menu' object lblShortcutMenu: TEnhLabel Left = 16 Top = 16 Width = 114 Height = 13 Caption = '&Show in Shortcut Menu:' FocusControl = lbxShortcutMenu end object lbxShortcutMenu: TButtonCheckList Left = 16 Top = 32 Width = 177 Height = 225 Hint = '|Select items to show in main shortcut menu (you can drag-and-dr' + 'op to reorder)' DragMode = dmAutomatic ItemHeight = 13 PopupMenu = pmnCheckList TabOrder = 0 btnMoveUp = btnMoveUpShortcut btnMoveDown = btnMoveDownShortcut TypeList = tlPopupMenu end object btnMoveUpShortcut: TButton Left = 216 Top = 32 Width = 97 Height = 25 Hint = '|Move menu command one position up' Caption = 'Move &Up' Enabled = False TabOrder = 1 end object btnMoveDownShortcut: TButton Left = 216 Top = 64 Width = 97 Height = 25 Hint = '|Move menu command one position down' Caption = 'Move &Down' Enabled = False TabOrder = 2 end end object tbsTools: TTabSheet Caption = 'Tools' object lbl_edtDateFilter: TEnhLabel Left = 16 Top = 91 Width = 51 Height = 13 Caption = '&Date Filter:' FocusControl = edtDateFilter end object lbl_edtIndentWidth: TEnhLabel Left = 16 Top = 61 Width = 56 Height = 13 Caption = '&Indent Size:' FocusControl = edtIndentWidth end object lbl_edtCustomLaunch: TEnhLabel Left = 16 Top = 121 Width = 77 Height = 13 Caption = 'Custom &Launch:' FocusControl = edtCustomLaunch end object lbl_edtPasteBoardDivider: TEnhLabel Left = 16 Top = 149 Width = 97 Height = 13 Caption = '&Paste-Board Divider:' FocusControl = edtPasteBoardDivider end object lbl_edtPasteSound: TEnhLabel Left = 16 Top = 249 Width = 64 Height = 13 Caption = 'Paste &Sound:' FocusControl = edtPasteSound end object cbxFindWordAtCursor: TCheckBox Left = 16 Top = 12 Width = 161 Height = 17 Hint = '|Copies word under caret in the Find/Replace dialog when opened' Caption = 'Find &Word at Caret' State = cbChecked TabOrder = 0 end object edtDateFilter: TLblEdit Left = 112 Top = 88 Width = 289 Height = 21 Hint = '|Format the date and time string according to filter' MaxLength = 80 PopupMenu = ef_InputBoxMenu TabOrder = 6 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtDateFilter LabelRelLeft = -96 LabelRelTop = 3 end object edtIndentWidth: TLblEdit Left = 112 Top = 58 Width = 57 Height = 21 Hint = '|Number of blank characters or tabs to use for the Indent/Uninde' + 'nt function' MaxLength = 2 PopupMenu = ef_InputBoxMenu TabOrder = 4 Text = '1' OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtIndentWidth LabelRelLeft = -96 LabelRelTop = 3 end object cbxSortCaseSensitive: TCheckBox Left = 200 Top = 12 Width = 169 Height = 17 Hint = 'Defines whether the "Sort" command should be case sensitive or n' + 'ot' Caption = '&Case Sensitive Sorting' TabOrder = 2 end object edtCustomLaunch: TLblEdit Left = 112 Top = 118 Width = 267 Height = 21 Hint = 'Command string used by the "Launch Document" command (use ^** to' + ' indicate position of fully qualified document name)' PopupMenu = ef_InputBoxMenu TabOrder = 7 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtCustomLaunch LabelRelLeft = -96 LabelRelTop = 3 end object edtPasteBoardDivider: TLblMemo Left = 16 Top = 164 Width = 385 Height = 73 Hint = 'Define text used to separate pasted Clipboard items when using t' + 'he "Paste Board" feature' PopupMenu = ef_InputBoxMenu ScrollBars = ssBoth TabOrder = 9 OverwriteMode = False UndoWhenEsc = False WindowsUndo = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtPasteBoardDivider LabelRelLeft = 0 LabelRelTop = -15 end object edtPasteSound: TLblEdit Left = 112 Top = 246 Width = 267 Height = 21 Hint = 'Sound file to play when "Paste Board" receives text (uses PC spe' + 'aker if left blank)' PopupMenu = ef_InputBoxMenu TabOrder = 10 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelComponent = lbl_edtPasteSound LabelRelLeft = -96 LabelRelTop = 3 end object btnCustomLaunch: TAttachedButton Left = 380 Top = 118 Height = 21 Hint = 'Browse|Browse disk for file' TabOrder = 8 DefaultExt = '*.exe' Filter = 'Program Files (*.exe)|*.exe' Title = 'Choose Program' AttachedControl = edtCustomLaunch OpenDialog = vclOpenFile OnGetName = btnCustomLaunchGetName end object btnPasteSound: TAttachedButton Left = 380 Top = 246 Height = 21 Hint = 'Browse|Browse disk for file' TabOrder = 11 DefaultExt = '*.wav' Filter = 'Sound Files (*.wav)|*.wav' Title = 'Choose Sound File' AttachedControl = edtPasteSound OpenDialog = vclOpenFile end object cbxIndentWithTab: TCheckBox Left = 200 Top = 60 Width = 137 Height = 17 Hint = 'Set this option to use tab characters instead of blank spaces' Caption = 'Indent with &Tabs' TabOrder = 5 end object cbxConvertLeadingBlanks: TCheckBox Left = 16 Top = 36 Width = 177 Height = 17 Hint = 'Converts leading blanks to non-breaking space tags (used by Docu' + 'ment to HTML command)' Caption = 'HTML Convert &Blanks' TabOrder = 1 end object cbxSortRemoveDuplicates: TCheckBox Left = 200 Top = 36 Width = 193 Height = 17 Caption = 'Sort &Removes Duplicates' TabOrder = 3 end end object tbsClipbook: TTabSheet Caption = 'Clipbook' object cbListboxProperties: TCaptionBar Left = 0 Top = 14 Width = 412 AutoResize = True Caption = 'List-box Properties' end object cbAppearence: TCaptionBar Left = 0 Top = 104 Width = 412 AutoResize = True Caption = 'Appearance' end object cbButtonBar: TCaptionBar Left = 0 Top = 230 Width = 412 AutoResize = True Caption = 'Button Bar' end object cbxDockLeftSide: TCheckBox Left = 16 Top = 36 Width = 150 Height = 17 Hint = '|Set this option to display the Clipbook on the left side of the' + ' editor window' Caption = 'Dock &Left Side' TabOrder = 0 OnClick = cbxDockSideClick end object cbxDockRightSide: TCheckBox Left = 16 Top = 58 Width = 150 Height = 17 Hint = '|Set this option to display the Clipbook on the left side of the' + ' editor window' Caption = 'Dock &Right Side' TabOrder = 1 OnClick = cbxDockSideClick end object cbxSingleClick: TCheckBox Left = 216 Top = 36 Width = 150 Height = 17 Hint = '|Setting this option will make the Clipbook insert items on a si' + 'ngle mouse click instead of a double-click' Caption = '&Single Click to Paste' TabOrder = 3 end object cbxIndentOnPaste: TCheckBox Left = 216 Top = 58 Width = 150 Height = 17 Hint = '|Set this option to automatically adjust the indent of pasted it' + 'ems with multiple lines' Caption = '&Indent on Paste' TabOrder = 4 end object cbxMatchDocFont: TCheckBox Left = 216 Top = 156 Width = 177 Height = 17 Hint = 'Sets Clipbook font to active document font' Caption = '&Match Document Font' TabOrder = 10 OnClick = cbxMatchDocFontClick end object btnClipbookFont: TFontButton Left = 216 Top = 124 Width = 121 Height = 25 Hint = '|Font used for the Clipbook list box' Caption = 'Clipbook &Font...' TabOrder = 9 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclFontDlg OnChanged = btnClipbookFontChanged end object cbxShowButtonIcons: TCheckBox Left = 16 Top = 252 Width = 153 Height = 17 Hint = 'Set this option to display the little icons in the buttons' Caption = 'Show &Button Icons' TabOrder = 13 end object cbxStackTabs: TCheckBox Left = 216 Top = 252 Width = 153 Height = 17 Hint = 'Set this option to stack the buttons if they don'#39't all fit in th' + 'e button bar' Caption = 'Stac&k Buttons' TabOrder = 14 end object btnExeColor: TColorButton Left = 16 Top = 156 Width = 121 Height = 25 Hint = '|Color used to indicate items in the Clipbook list that are exec' + 'uted instead of pasted in the document' Caption = 'E&xe Color...' TabOrder = 7 ColorDialog = vclColorDialog RefColor = clBlack end object btnBackColor: TColorButton Left = 16 Top = 124 Width = 121 Height = 25 Hint = '|Background color used for the Clipbook list box' Caption = '&List Color...' TabOrder = 6 ColorDialog = vclColorDialog RefColor = clBlack end object btnIconColor: TColorButton Left = 16 Top = 192 Width = 121 Height = 25 Hint = '|Color used to draw the Clipbook item icon' Caption = 'I&con Color...' TabOrder = 8 ColorDialog = vclColorDialog RefColor = clBlack end object cbxShowClipIcons: TCheckBox Left = 216 Top = 182 Width = 161 Height = 17 Hint = 'Set this option to display little icons next to wrappable or exe' + 'cutable Clip items' Caption = 'Sho&w Clip Icons' TabOrder = 11 end object cbxShowHeaders: TCheckBox Left = 216 Top = 206 Width = 169 Height = 17 Hint = 'Set this option to display outline headers in the editor window ' + '(useful for editing the header)' Caption = 'Show &Headers' TabOrder = 12 end object cbxAutoSaveClips: TCheckBox Left = 216 Top = 80 Width = 185 Height = 17 Hint = 'Automatically saves changes to Clipbook libraries without prompt' + 'ing' Caption = 'Save &Without Prompt' TabOrder = 5 end object cbxPromptHeader: TCheckBox Left = 16 Top = 80 Width = 193 Height = 17 Hint = 'Prompt for header name when a new item is added to the list' Caption = '&Prompt for Header' State = cbChecked TabOrder = 2 end end object tbsTabBar: TTabSheet Caption = 'Tab Bar' object cbTabProperties: TCaptionBar Left = 0 Top = 16 Width = 412 AutoResize = True Caption = 'Properties' end object cbTabAppearance: TCaptionBar Left = 0 Top = 176 Width = 412 AutoResize = True Caption = 'Appearance' end object cbxShowDocExt: TCheckBox Left = 16 Top = 40 Width = 153 Height = 17 Hint = '|Show file extensions in the document tabs' Caption = 'Show File E&xtension' State = cbChecked TabOrder = 0 end object cbxShowTabIcons: TCheckBox Left = 16 Top = 72 Width = 161 Height = 17 Hint = '|Set this option to display the little icons in the tabs' Caption = 'Show Tab &Icons' TabOrder = 1 end object cbxShowTabsStacked: TCheckBox Left = 16 Top = 104 Width = 153 Height = 17 Hint = '|Shows document tabs stacked or unstacked' Caption = 'Stac&k Tabs' TabOrder = 2 end object cbxShowTabTips: TCheckBox Left = 16 Top = 136 Width = 169 Height = 17 Hint = 'Set this option to display document names at popup tooltips when' + ' cursor passes over the tabs' Caption = 'Show Name as &Tooltip' TabOrder = 3 end object btnInactiveColor: TColorButton Left = 16 Top = 232 Width = 115 Height = 25 Hint = '|Defines color of tab when it is not selected' Caption = 'I&nactive...' TabOrder = 5 ColorDialog = vclColorDialog RefColor = clBlack end object btnModifiedColor: TColorButton Left = 168 Top = 200 Width = 115 Height = 25 Hint = '|Defines color of tab matching a modified document (only used wh' + 'en icons are not displayed)' Caption = '&Modified...' TabOrder = 6 ColorDialog = vclColorDialog RefColor = clBlack end object btnPastePadColor: TColorButton Left = 168 Top = 232 Width = 115 Height = 25 Hint = '|Defines color used to identify the Paste Board tab' Caption = '&Paste Pad...' TabOrder = 7 ColorDialog = vclColorDialog RefColor = clBlack end object btnTabBarFont: TFontButton Left = 312 Top = 200 Width = 81 Height = 25 Hint = '|Defines the font used for text in the tab bar' Caption = '&Font...' TabOrder = 8 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclFontDlg end object btnActiveColor: TColorButton Left = 16 Top = 200 Width = 113 Height = 25 Hint = '|Defines color of tab when it is selected' Caption = '&Active...' TabOrder = 4 ColorDialog = vclColorDialog RefColor = clBlack end end object tbsOutline: TTabSheet Caption = 'Outline' object cbOutline: TCaptionBar Left = 0 Top = 16 Width = 412 AutoResize = True Caption = 'Outline Properties' end object lbl_edtOutlineHtml: TEnhLabel Left = 216 Top = 169 Width = 65 Height = 13 Caption = 'To&pic Format:' FocusControl = edtOutlineHtml end object cbHtmlOutline: TCaptionBar Left = 0 Top = 100 Width = 412 AutoResize = True Caption = 'HTML Output' end object lbl_edtTitleFormat: TEnhLabel Left = 16 Top = 169 Width = 97 Height = 13 Caption = 'Title-Section For&mat:' FocusControl = edtTitleFormat end object lbl_edtTocTitle: TEnhLabel Left = 216 Top = 121 Width = 83 Height = 13 Caption = 'TOC &Title Format:' FocusControl = edtTocTitle end object cbxShowHeadings: TCheckBox Left = 216 Top = 38 Width = 185 Height = 17 Hint = 'Set this option to display outline headings in the editor window' + ' (useful for editing the heading)' Caption = 'Show &Heading in Editor' TabOrder = 2 end object btnOutlineColor: TColorButton Left = 16 Top = 70 Height = 25 Hint = '|Background color used for the Outline list box' Caption = '&Color...' TabOrder = 1 ColorDialog = vclColorDialog RefColor = clBlack end object btnOutlineFont: TFontButton Left = 16 Top = 38 Width = 105 Height = 25 Hint = 'Font used for the Outline list box' Caption = '&Font...' TabOrder = 0 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclFontDlg end object cbxUnderlineHeadings: TCheckBox Left = 216 Top = 59 Width = 185 Height = 17 Hint = 'Underline headings when exporting or printing outline' Caption = '&Underline Headings' TabOrder = 3 end object edtOutlineHtml: TLblMemo Left = 216 Top = 184 Width = 185 Height = 85 Hint = 'Defines format used to convert Outline headings to HTML (^1 = He' + 'ading position; ^2 = Content position)' PopupMenu = ef_InputBoxMenu ScrollBars = ssBoth TabOrder = 9 WordWrap = False OverwriteMode = False UndoWhenEsc = False WindowsUndo = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtOutlineHtml LabelRelLeft = 0 LabelRelTop = -15 end object cbxNumberHeadings: TCheckBox Left = 16 Top = 146 Width = 169 Height = 17 Hint = 'Numbers headings in order of appearance' Caption = '&Number Headings' State = cbChecked TabOrder = 6 end object edtTitleFormat: TLblMemo Left = 16 Top = 184 Width = 185 Height = 85 Hint = 'Defines format used to create title section of HTML document (^1' + ' = Title position; ^2 = TOC position)' PopupMenu = ef_InputBoxMenu ScrollBars = ssBoth TabOrder = 8 WordWrap = False OverwriteMode = False UndoWhenEsc = False WindowsUndo = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtTitleFormat LabelRelLeft = 0 LabelRelTop = -15 end object cbxShowTOC: TCheckBox Left = 16 Top = 124 Width = 185 Height = 17 Hint = 'Show Table-of-contents' Caption = '&Show Table-of-Contents' State = cbChecked TabOrder = 5 end object edtTocTitle: TLblEdit Left = 216 Top = 136 Width = 185 Height = 21 Hint = 'Defines format and text used for the Table-of-contents' PopupMenu = ef_InputBoxMenu TabOrder = 7 OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_edtTocTitle LabelRelLeft = 0 LabelRelTop = -15 end object cbxHighlightLinks: TCheckBox Left = 216 Top = 80 Width = 177 Height = 17 Hint = 'Highlight hyperlinks in text' Caption = 'Highlight &Links' State = cbChecked TabOrder = 4 Visible = False end end object tbsFileList: TTabSheet Caption = 'File List' object cbFileList: TCaptionBar Left = 0 Top = 16 Width = 412 AutoResize = True Caption = 'File List' end object lbl_cmbTypeList: TEnhLabel Left = 16 Top = 85 Width = 46 Height = 13 Caption = '&Type List:' FocusControl = cmbTypeList end object btnFileListFont: TFontButton Left = 16 Top = 44 Width = 105 Height = 25 Hint = '|Font used for the File List window' Caption = '&Font...' TabOrder = 0 RefFont.Charset = DEFAULT_CHARSET RefFont.Color = clWindowText RefFont.Height = -11 RefFont.Name = 'MS Sans Serif' RefFont.Style = [] FontDialog = vclFontDlg end object btnFileListColor: TColorButton Left = 216 Top = 44 Height = 25 Hint = '|Background color used for the File List window' Caption = '&Color...' TabOrder = 1 ColorDialog = vclColorDialog RefColor = clBlack end object cbxShowFullNames: TCheckBox Left = 218 Top = 100 Width = 167 Height = 17 Hint = 'Set this option if you want to display the full file name in the' + ' window' Caption = '&Show Full Names' TabOrder = 2 end object cmbTypeList: TLblComboBox Left = 16 Top = 100 Width = 145 Height = 21 Hint = 'Defines the content displayed by the File List window' DropDownCount = 3 ItemHeight = 13 Items.Strings = ( 'Open Documents' 'Favorites' 'Disk Files') PopupMenu = ef_InputBoxMenu TabOrder = 3 AddNewToStart = False AddNewToList = False AllowNull = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpTop LabelMargin = 2 LabelComponent = lbl_cmbTypeList LabelRelLeft = 0 LabelRelTop = -15 end end object tbsAdvanced: TTabSheet Caption = 'Advanced' object lbl_cmbKeyMapping: TEnhLabel Left = 14 Top = 245 Width = 65 Height = 13 Caption = '&Key Mapping:' FocusControl = cmbKeyMapping Visible = False end object lbl_edtParaLimit: TEnhLabel Left = 214 Top = 175 Width = 76 Height = 13 Caption = '&Paragraph Limit:' FocusControl = edtParaLimit Visible = False end object lbl_edtTextLimit: TEnhLabel Left = 16 Top = 175 Width = 71 Height = 13 Caption = '&Text-Size Limit:' FocusControl = edtTextLimit end object lbl_edtUndoLimit: TEnhLabel Left = 16 Top = 207 Width = 76 Height = 13 Caption = '&Undo-Size Limit:' FocusControl = edtUndoLimit Visible = False end object lbl_edtDefaultAppDir: TEnhLabel Left = 16 Top = 43 Width = 100 Height = 13 Caption = '&Application Directory:' FocusControl = edtDefaultAppDir end object lbl_edtMaxPropStore: TEnhLabel Left = 216 Top = 107 Width = 78 Height = 13 Caption = '&Store Properties:' FocusControl = edtMaxPropStore end object cbApp: TCaptionBar Left = 0 Top = 16 Width = 412 AutoResize = True Caption = 'Application' end object cbInputControl: TCaptionBar Left = 0 Top = 152 Width = 412 AutoResize = True Caption = 'Input Control' end object edtParaLimit: TLblEdit Left = 320 Top = 172 Width = 73 Height = 21 Hint = '|Define maximum paragraph length in bytes (max. 32Kb - smaller v' + 'alue uses less resources)' MaxLength = 5 PopupMenu = ef_InputBoxMenu TabOrder = 7 Text = '32767' Visible = False OnExit = edtParaLimitExit OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtParaLimit LabelRelLeft = -106 LabelRelTop = 3 end object edtTextLimit: TLblEdit Left = 120 Top = 172 Width = 73 Height = 21 Hint = '|Define text buffer size in bytes (max. 16Mb - smaller value use' + 's less resources)' MaxLength = 10 PopupMenu = ef_InputBoxMenu TabOrder = 5 Text = '16777216' OnExit = edtTextLimitExit OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtTextLimit LabelRelLeft = -104 LabelRelTop = 3 end object edtUndoLimit: TLblEdit Left = 120 Top = 204 Width = 73 Height = 21 Hint = '|Define undo buffer size in bytes (max. 64Kb - smaller value use' + 's less resources)' MaxLength = 5 PopupMenu = ef_InputBoxMenu TabOrder = 6 Text = '65532' Visible = False OnExit = edtUndoLimitExit OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtUndoLimit LabelRelLeft = -104 LabelRelTop = 3 end object cmbKeyMapping: TLblComboBox Left = 120 Top = 242 Width = 129 Height = 21 Hint = '|Select keyboard mapping' ItemHeight = 13 Items.Strings = ( 'Default' 'Word Start') PopupMenu = ef_InputBoxMenu TabOrder = 8 Visible = False AddNewToStart = False AddNewToList = False AllowNull = False AutoPickItem = False CaseSensitive = False DestroyObjects = False LimitToList = True OverwriteMode = False ReadOnly = False UndoWhenEsc = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_cmbKeyMapping LabelRelLeft = -106 LabelRelTop = 3 end object btnClearProperties: TButton Left = 16 Top = 104 Width = 145 Height = 25 Hint = '|Clear all stored document properties' Caption = '&Clear Properties...' TabOrder = 3 OnClick = btnClearPropertiesClick end object cbxUseRegistry: TCheckBox Left = 16 Top = 72 Width = 177 Height = 17 Hint = 'Set this option if you want to store the NoteTab settings in the' + ' Windows registry instead of an INI file' Caption = 'Store Settings in &Registry' TabOrder = 2 end object edtDefaultAppDir: TLblEdit Left = 152 Top = 40 Width = 225 Height = 21 Hint = 'Only use this field if you have placed the NoteTab program file ' + 'in a different directory from its support files (Help, dictionar' + 'ies, settings, etc.)' PopupMenu = ef_InputBoxMenu TabOrder = 0 OnKeyPress = CheckPathNameChar OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtDefaultAppDir LabelRelLeft = -136 LabelRelTop = 3 end object edtMaxPropStore: TLblEdit Left = 320 Top = 104 Width = 73 Height = 21 Hint = 'Defines the maximum number of document properties that should be' + ' remembered between sessions' PopupMenu = ef_InputBoxMenu TabOrder = 4 OnKeyPress = CheckNbrKeyPress OverwriteMode = False UndoWhenEsc = False WordWrap = False LabelPos = lpCustom LabelMargin = 2 LabelComponent = lbl_edtMaxPropStore LabelRelLeft = -104 LabelRelTop = 3 end object btnDefaultAppDir: TAttachedButton Left = 378 Top = 40 Height = 21 Hint = 'Browse|Browse disk for directory' TabOrder = 1 OnClick = GetDefaultDir AttachedControl = edtDefaultAppDir end end end object pnlButtons: TPanel Left = 0 Top = 345 Width = 420 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TButton Left = 184 Top = 8 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 264 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object btnHelp: TButton Left = 344 Top = 8 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = btnHelpClick end end object InputBoxMaster1: TInputBoxMaster InputBoxMenu = ef_InputBoxMenu OverwriteMode = False UseContextMenu = True Left = 112 Top = 352 end object ef_InputBoxMenu: TInputBoxMenu Left = 140 Top = 352 object ef_InputBoxMenu_Undo: TMenuItem Caption = '&Undo' Hint = 'Undo changes to input text' end object ef_InputBoxMenu_Overwrite: TMenuItem Tag = 1 Caption = '&Overwrite Mode' Hint = 'Toggle Insert/Overwrite mode' end object ef_InputBoxMenu_Break1: TMenuItem Tag = 2 Caption = '-' end object ef_InputBoxMenu_Cut: TMenuItem Tag = 3 Caption = 'Cu&t' Hint = 'Cut selected text to clipboard' end object ef_InputBoxMenu_Copy: TMenuItem Tag = 4 Caption = '&Copy' Hint = 'Copy selected text to clipboard' end object ef_InputBoxMenu_Paste: TMenuItem Tag = 5 Caption = '&Paste' Hint = 'Paste text from clipboard to input box' end object ef_InputBoxMenu_Delete: TMenuItem Tag = 6 Caption = '&Delete' Hint = 'Delete selected text' end object ef_InputBoxMenu_Clear: TMenuItem Tag = 7 Caption = 'C&lear All' Hint = 'Clear all text from input box' end object ef_InputBoxMenu_Break2: TMenuItem Tag = 8 Caption = '-' end object ef_InputBoxMenu_SelectAll: TMenuItem Tag = 9 Caption = 'Select &All' Hint = 'Select all text in input box' end end object vclColorDialog: TColorDialog Ctl3D = True Top = 352 end object vclFontDlg: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [fdEffects, fdForceFontExist] Left = 56 Top = 352 end object vclDocFontDlg: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Options = [fdForceFontExist] Left = 84 Top = 352 end object vclOpenFile: TEnhOpenDialog DefaultExt = 'exe' Filter = 'Program (*.exe)|*.exe|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Search for Web Browser' RememberDir = True Left = 28 Top = 352 end object pmnCheckList: TPopupMenu Left = 164 Top = 352 object smnSortList: TMenuItem Caption = '&Sort List' Hint = 'Sorts list items in alphabetical order' OnClick = smnSortListClick end object smnSelectedtoTop: TMenuItem Caption = 'Selected to &Top' Hint = 'Moves all selected items to the top of the list' OnClick = smnSelectedtoTopClick end object smnCheckAll: TMenuItem Caption = '&Check All' Hint = 'Adds a check mark to all items' OnClick = smnCheckAllClick end object smnUncheckAll: TMenuItem Caption = '&Uncheck All' Hint = 'Unchecks all selected items' OnClick = smnUncheckAllClick end end end