object Optionsfrm: TOptionsfrm Left = 280 Top = 99 BorderStyle = bsDialog Caption = 'Preferences' ClientHeight = 325 ClientWidth = 527 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = { 0000010001002020100000000000E80200001600000028000000200000004000 0000010004000000000080020000000000000000000000000000000000000000 000000008000008000000080800080000000800080008080000080808000C0C0 C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF006666 6666666666666666666666666666688888888888888888088888888888866888 8888888888888880888888888886688888888888888888808888888888866888 8008888088008880800080008800688888088880880808808080808088006888 8808888088080880800880888806688888008880080808880080808088066888 8808080080800800080088008000688888080888888888888888888888066888 8000088888888888888888888806688888888888888888880888888888866008 8808880888877777777878888F86088088088808887888877788888888F60880 800888078788888878878888888F6800808080878788888878878888888F6088 808087878788888877788888888F0888088087887788888878888888888F0808 0888788878788887788888F888F600000087778777877777777888FFFF866888 8880888888888888888888888886688888880888888888888888888888866800 8880808800088888888888888886688088808808080888888888888888866880 8880080800888888888888888886688088800008080888888888888888866880 8880880880088888888888888886088080808888888888888888888888860000 0080888888888888888888888886688888808888888888888888888888866888 8888088888888888888888888886666666660666666666666666666666660000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000} OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 284 Width = 527 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 0 object OkBtn: TBitBtn Left = 334 Top = 9 Width = 89 Height = 25 Anchors = [akTop, akRight] TabOrder = 0 Kind = bkOK end object CancelBtn: TBitBtn Left = 432 Top = 9 Width = 89 Height = 25 Anchors = [akTop, akRight] TabOrder = 1 Kind = bkCancel end end object PageControl1: TPageControl Left = 0 Top = 0 Width = 527 Height = 284 ActivePage = TabSheet1 Align = alClient TabOrder = 1 object TabSheet1: TTabSheet Caption = 'General' object Panel1: TPanel Left = 0 Top = 0 Width = 519 Height = 163 Align = alTop BevelOuter = bvNone TabOrder = 0 object gbPersonalize: TGroupBox Left = 0 Top = 0 Width = 519 Height = 163 Align = alClient Caption = 'Personalize' TabOrder = 0 object Label4: TLabel Left = 7 Top = 103 Width = 48 Height = 13 Caption = 'Language' end object AutoBMPersonal: TCheckBox Left = 7 Top = 17 Width = 210 Height = 14 Hint = 'Saves your personal bookmarks when you exit'#13#10'so that you can hav' + 'e them next time you run '#13#10'The Sword Project' Caption = 'Autosave Personal Bookmarks' TabOrder = 0 end object AutoBMOther: TCheckBox Left = 7 Top = 36 Width = 210 Height = 14 Caption = 'Autosave Other Bookmarks' TabOrder = 1 end object HintPopups: TCheckBox Left = 248 Top = 12 Width = 245 Height = 13 Hint = 'Shows the hint boxes when you mouseover a'#13#10'panel giving a brief ' + 'description of the current '#13#10'module.' Caption = 'Show Hint Pop-ups' TabOrder = 2 OnClick = HintPopupsClick end object localeCB: TComboBox Left = 94 Top = 100 Width = 207 Height = 21 Hint = 'Select your localized language'#13#10'This only localizes the book nam' + 'es'#13#10'of the bible not the interface.' Style = csDropDownList ItemHeight = 13 TabOrder = 3 end object AutoLayout: TCheckBox Left = 7 Top = 55 Width = 206 Height = 17 Hint = 'Saves the screen layout when the program exits' Anchors = [akLeft, akTop, akRight] Caption = 'Autosave Screen Layout' TabOrder = 4 end object HintStrongs: TCheckBox Left = 268 Top = 29 Width = 241 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Show Lexicon Lookup Over Strongs Numbers' TabOrder = 5 end object HintWords: TCheckBox Left = 268 Top = 68 Width = 241 Height = 17 Caption = 'Show Glossary Lookup Over Words' TabOrder = 6 end object HintVLists: TCheckBox Left = 268 Top = 48 Width = 241 Height = 17 Caption = 'Show Preview Over Verse Lists' TabOrder = 7 end end end end object TabSheet2: TTabSheet Caption = 'Special Modules' ImageIndex = 1 object gbDefModules: TGroupBox Left = 0 Top = 0 Width = 519 Height = 105 Align = alTop Caption = 'Original Language Support - Default Modules' TabOrder = 0 object Label5: TLabel Left = 7 Top = 36 Width = 29 Height = 13 Caption = 'Greek' end object Label6: TLabel Left = 7 Top = 59 Width = 37 Height = 13 Caption = 'Hebrew' end object Label7: TLabel Left = 75 Top = 16 Width = 49 Height = 13 Caption = 'Definitions' end object Label8: TLabel Left = 271 Top = 16 Width = 35 Height = 13 Caption = 'Parsing' end object Label10: TLabel Left = 7 Top = 81 Width = 114 Height = 13 Caption = 'Strong'#39's Numbered Text' end object hebrewDefCB: TComboBox Left = 75 Top = 55 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 0 end object greekDefCB: TComboBox Left = 75 Top = 33 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 1 end object greekParseCB: TComboBox Left = 271 Top = 33 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 2 end object hebrewParseCB: TComboBox Left = 271 Top = 55 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 3 end object strongsNumsCB: TComboBox Left = 154 Top = 78 Width = 190 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 4 end end object gbDevos: TGroupBox Left = 0 Top = 105 Width = 277 Height = 151 Align = alLeft Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'Daily Devotionals' TabOrder = 1 object Label9: TLabel Left = 8 Top = 24 Width = 257 Height = 21 AutoSize = False Caption = 'Default Devotional' end object dailyDefaultCB: TComboBox Left = 8 Top = 42 Width = 257 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 0 end object devSplashCB: TCheckBox Left = 8 Top = 72 Width = 259 Height = 21 Anchors = [akLeft, akTop, akRight] Caption = 'Show Devotional Splash Screen on Startup' TabOrder = 1 end object devsAsDictsCB: TCheckBox Left = 8 Top = 88 Width = 259 Height = 22 Anchors = [akLeft, akTop, akRight] Caption = 'Show Devotionals as Dictionaries' TabOrder = 2 end end object gbGloss: TGroupBox Left = 280 Top = 105 Width = 239 Height = 151 Align = alRight Caption = 'Glossaries / General Dictionaries' TabOrder = 2 object Label17: TLabel Left = 8 Top = 24 Width = 221 Height = 21 AutoSize = False Caption = 'Default General Dictionary' end object glosAsDictsCB: TCheckBox Left = 8 Top = 75 Width = 225 Height = 13 Caption = 'Show Glossaries as Dictionaries' TabOrder = 0 end object genDictCB: TComboBox Left = 8 Top = 42 Width = 225 Height = 21 Style = csDropDownList ItemHeight = 0 TabOrder = 1 end end end object TabSheet3: TTabSheet Caption = 'Display' ImageIndex = 2 object Panel3: TPanel Left = 0 Top = 0 Width = 519 Height = 256 Align = alClient Anchors = [akLeft, akTop, akRight] BevelOuter = bvNone Caption = 'Panel3' TabOrder = 0 object gbColors: TGroupBox Left = 0 Top = 0 Width = 519 Height = 256 Align = alClient Caption = 'Display Colors' TabOrder = 0 object Label2: TLabel Left = 7 Top = 17 Width = 38 Height = 13 Caption = 'Preview' end object Label3: TLabel Left = 228 Top = 10 Width = 66 Height = 13 Caption = 'Window Type' end object Label11: TLabel Left = 228 Top = 59 Width = 105 Height = 13 Caption = 'Text Styles and Colors' end object Label13: TLabel Left = 228 Top = 87 Width = 91 Height = 13 Caption = 'Entry Number Color' end object shpCurrVSClr: TShape Left = 387 Top = 114 Width = 20 Height = 16 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] OnMouseDown = shpCurrVSClrMouseDown end object Label14: TLabel Left = 356 Top = 10 Width = 39 Height = 13 Caption = 'Scheme' end object Label15: TLabel Left = 228 Top = 145 Width = 86 Height = 13 Caption = 'Combo/Edit Fields' end object btnSave: TSpeedButton Left = 487 Top = 27 Width = 22 Height = 22 Anchors = [akTop, akRight] Glyph.Data = { 4E010000424D4E01000000000000760000002800000012000000120000000100 040000000000D800000000000000000000001000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF FFFFFF000000FFFFFFFFFFFFFFFFFF000000FFD0000000000000FF000000FF03 300000088030FF000000FF03300000088030FF000000FF03300000088030FF00 0000FF03300000000030FF000000FF03333333333330FF000000FF0330000000 0330FF000000FF03088888888030FF000000FF03088888888030FF000000FF03 088888888030FF000000FF03088888888030FF000000FF03088888888000FF00 0000FF03088888888080FF000000FF00000000000000FF000000FFFFFFFFFFFF FFFFFF000000FFFFFFFFFFFFFFFFFF000000} OnClick = btnSaveScheme end object Label1: TLabel Left = 228 Top = 232 Width = 142 Height = 13 Caption = 'Individual Modules (Font Only)' end object Label12: TLabel Left = 228 Top = 174 Width = 107 Height = 13 Caption = 'Strong'#39's Numbers <...>' end object Label16: TLabel Left = 228 Top = 203 Width = 89 Height = 13 Caption = 'Strong'#39's Tense (...)' end object shpStrongClr: TShape Left = 387 Top = 172 Width = 20 Height = 16 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] OnMouseDown = shpStrongClrMouseDown end object shpMorphClr: TShape Left = 387 Top = 201 Width = 20 Height = 16 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] OnMouseDown = shpMorphClrMouseDown end object shpFieldClr: TShape Left = 387 Top = 143 Width = 20 Height = 16 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] OnMouseDown = shpFieldClrMouseDown end object shpNumClr: TShape Left = 387 Top = 85 Width = 20 Height = 16 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] OnMouseDown = shpNumClrMouseDown end object btnCurrVerse: TButton Left = 417 Top = 111 Width = 96 Height = 25 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] Caption = 'Select Color...' TabOrder = 4 OnClick = btnCurrVerseClick end object RTFPreview: TRichEdit Left = 7 Top = 38 Width = 208 Height = 211 Anchors = [akLeft, akTop, akBottom] ScrollBars = ssVertical TabOrder = 0 WantReturns = False end object cmbTextSelect: TComboBox Left = 228 Top = 27 Width = 125 Height = 21 ItemHeight = 13 TabOrder = 1 OnChange = cmbTextSelectChange Items.Strings = ( 'All Windows' 'Bible Window' 'Commentary Window' 'Lexicon/Dictionary Window' 'Pop-Up Windows' 'Search Results') end object btnFont: TButton Left = 417 Top = 54 Width = 96 Height = 25 Hint = 'Selects the font, the background color, and text color for your ' + 'panels' Anchors = [akTop, akRight] Caption = 'Customize...' TabOrder = 2 OnClick = btnFontClick end object AutoVSColor: TCheckBox Left = 228 Top = 113 Width = 149 Height = 18 Caption = 'Current Verse Color' TabOrder = 3 end object btnNumClr: TButton Left = 417 Top = 82 Width = 96 Height = 25 Hint = 'Selects the color of verse numbers' Anchors = [akTop, akRight] Caption = 'Select Color...' TabOrder = 5 OnClick = btnNumClrClick end object cmbSchemeSelect: TComboBox Left = 356 Top = 27 Width = 121 Height = 21 ItemHeight = 13 TabOrder = 6 OnChange = cmbSchemeSelectChange Items.Strings = ( 'Default' 'Parchment' 'Midnight') end object btnFieldClr: TButton Left = 417 Top = 140 Width = 96 Height = 25 Anchors = [akTop, akRight] Caption = 'Select Color...' TabOrder = 7 OnClick = btnFieldClrClick end object btnModFonts: TButton Left = 417 Top = 227 Width = 96 Height = 25 Anchors = [akTop, akRight] Caption = 'Select Font...' TabOrder = 8 OnClick = btnModFontsClick end object btnStrongClr: TButton Left = 417 Top = 169 Width = 96 Height = 25 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] Caption = 'Select Color...' TabOrder = 9 OnClick = btnStrongClrClick end object btnMorphClr: TButton Left = 417 Top = 198 Width = 96 Height = 25 Hint = 'Selects the color of the current verse' Anchors = [akTop, akRight] Caption = 'Select Color...' TabOrder = 10 OnClick = btnMorphClrClick end end end end end object ColorDialogVS: TColorDialog Ctl3D = True Color = 3328000 Left = 295 Top = 65528 end object ColorDialogField: TColorDialog Ctl3D = True Left = 323 Top = 65528 end object ColorDialogVerseNum: TColorDialog Ctl3D = True Left = 348 Top = 65528 end object SavePopup: TPopupMenu Left = 268 Top = 65528 object SaveScheme: TMenuItem Caption = '&Save Scheme' OnClick = SaveSchemeClick end object DeleteScheme1: TMenuItem Caption = '&Delete Scheme' OnClick = DeleteClick end object Import: TMenuItem Caption = 'Import Scheme...' OnClick = ImportClick end object Export: TMenuItem Caption = 'E&xport Scheme...' OnClick = ExportClick end end object OpenSchDlg: TOpenDialog DefaultExt = '*.sch' Filter = 'Sword Scheme File (*.sch)|*.sch' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Select Scheme File' Left = 220 Top = 65528 end object SaveSchDlg: TSaveDialog DefaultExt = '.sch' Filter = 'Sword Scheme File (*.sch)|*.sch' Left = 244 Top = 65528 end object ColorDialogStrongs: TColorDialog Ctl3D = True Left = 376 Top = 65528 end object ColorDialogMorph: TColorDialog Ctl3D = True Color = clFuchsia CustomColors.Strings = ( 'ColorA=FFFFFFFF' 'ColorB=FFFFFFFF' 'ColorC=FFFFFFFF' 'ColorD=FFFFFFFF' 'ColorE=FFFFFFFF' 'ColorF=FFFFFFFF' 'ColorG=FFFFFFFF' 'ColorH=FFFFFFFF' 'ColorI=FFFFFFFF' 'ColorJ=FFFFFFFF' 'ColorK=FFFFFFFF' 'ColorL=FFFFFFFF' 'ColorM=FFFFFFFF' 'ColorN=FFFFFFFF' 'ColorO=FFFFFFFF' 'ColorP=FFFFFFFF') Left = 408 Top = 65528 end end