object ViewerProperties: TViewerProperties Left = 419 Top = 196 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'File Viewer Options' ClientHeight = 371 ClientWidth = 392 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Notebook: TTabbedNotebook Left = 8 Top = 8 Width = 377 Height = 321 TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 OnClick = NotebookClick object TTabPage Left = 4 Top = 24 Caption = 'General' object Label8: TLabel Left = 34 Top = 119 Width = 76 Height = 13 Alignment = taRightJustify Caption = 'Tab stops every' end object Label9: TLabel Left = 152 Top = 119 Width = 39 Height = 13 Caption = 'columns' end object TabStopEdit: TEdit Left = 120 Top = 117 Width = 25 Height = 21 MaxLength = 2 TabOrder = 1 Text = '4' OnKeyPress = NumericEditKeyPress end object SelectionStyle: TRadioGroup Left = 16 Top = 16 Width = 337 Height = 65 Caption = 'Find Next Difference' Items.Strings = ( 'Position Only (does not obscure color coding)' 'Normal Line Selection') TabOrder = 0 end end object TTabPage Left = 4 Top = 24 Caption = 'Appearance' object GroupBox3: TGroupBox Left = 16 Top = 16 Width = 337 Height = 158 Caption = 'Color Scheme' TabOrder = 0 object Label5: TLabel Left = 38 Top = 28 Width = 71 Height = 13 Alignment = taRightJustify Caption = 'Matching Text:' end object Label6: TLabel Left = 52 Top = 52 Width = 57 Height = 13 Alignment = taRightJustify Caption = 'Similar Text:' end object Label7: TLabel Left = 42 Top = 76 Width = 67 Height = 13 Alignment = taRightJustify Caption = 'Different Text:' end object Label1: TLabel Left = 47 Top = 100 Width = 62 Height = 13 Alignment = taRightJustify Caption = 'Missing Text:' end object ComboBox5: TComboBox Left = 120 Top = 24 Width = 105 Height = 21 Style = csOwnerDrawFixed DropDownCount = 20 ItemHeight = 15 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14' '15') TabOrder = 0 OnChange = MissingOptionClick OnDrawItem = ComboBoxDrawItem end object ComboBox6: TComboBox Left = 120 Top = 47 Width = 105 Height = 22 Style = csOwnerDrawFixed DropDownCount = 20 ItemHeight = 16 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14' '15') TabOrder = 1 OnChange = MissingOptionClick OnDrawItem = ComboBoxDrawItem end object ComboBox7: TComboBox Left = 120 Top = 71 Width = 105 Height = 22 Style = csOwnerDrawFixed DropDownCount = 20 ItemHeight = 16 Items.Strings = ( '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' '10' '11' '12' '13' '14' '15') TabOrder = 2 OnChange = MissingOptionClick OnDrawItem = ComboBoxDrawItem end object BlankOption: TRadioButton Left = 120 Top = 100 Width = 65 Height = 17 Caption = 'Blank' TabOrder = 3 OnClick = MissingOptionClick end object CrosshatchOption: TRadioButton Left = 120 Top = 116 Width = 97 Height = 17 Caption = 'Crosshatch' TabOrder = 4 OnClick = MissingOptionClick end object ColorOption: TRadioButton Left = 120 Top = 132 Width = 65 Height = 17 Caption = 'Color' TabOrder = 5 OnClick = MissingOptionClick end object SelectColorBtn: TBitBtn Left = 224 Top = 128 Width = 97 Height = 21 Caption = 'Select Color...' TabOrder = 6 OnClick = SelectColorBtnClick end end object Font2: TBitBtn Left = 264 Top = 257 Width = 89 Height = 24 Caption = 'Font...' TabOrder = 2 OnClick = Font2Click end object HorizLinesOption: TCheckBox Left = 16 Top = 248 Width = 241 Height = 17 Caption = 'Horizontal Lines Between Mismatches' TabOrder = 1 OnClick = MissingOptionClick end object Swatch: TListBox Left = 16 Top = 172 Width = 337 Height = 69 ItemHeight = 16 Items.Strings = ( 'Sample Viewer Display'#9'Sample Viewer Display' #9'This block of text' #9'is missing on left.' 'Beyond Compare'#9'Because we care') Style = lbOwnerDrawFixed TabOrder = 3 OnDrawItem = SwatchDrawItem end end object TTabPage Left = 4 Top = 24 Caption = 'Sync Algorithm' object ResetBtn: TBitBtn Left = 232 Top = 256 Width = 121 Height = 25 Caption = '&Reset Defaults' TabOrder = 0 OnClick = ResetBtnClick end object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 337 Height = 137 Caption = 'Synchronization Settings' TabOrder = 1 object Label12: TLabel Left = 72 Top = 28 Width = 113 Height = 13 Caption = 'Minimum Lines in Match' end object Label10: TLabel Left = 72 Top = 52 Width = 204 Height = 13 Caption = 'Skew Tolerance (how far to look for match)' end object MinMatchEdit: TEdit Left = 24 Top = 24 Width = 41 Height = 21 TabOrder = 0 OnKeyPress = NumericEditKeyPress end object ToleranceEdit: TEdit Left = 24 Top = 48 Width = 41 Height = 21 TabOrder = 1 Text = '9999' OnKeyPress = NumericEditKeyPress end object HotMatchOption: TCheckBox Left = 24 Top = 80 Width = 265 Height = 17 Caption = 'Enable "Hot Match" (for Pascal code)' TabOrder = 2 end object IgnoreWhitespaceOption: TCheckBox Left = 24 Top = 104 Width = 305 Height = 17 Caption = 'Treat "Similar" Text as Exact Match' TabOrder = 3 end end object GroupBox2: TGroupBox Left = 16 Top = 160 Width = 337 Height = 81 Caption = 'Limit Comparison to Certain Columns' TabOrder = 2 object Label11: TLabel Left = 72 Top = 28 Width = 74 Height = 13 Caption = 'Starting Column' end object Label13: TLabel Left = 74 Top = 52 Width = 187 Height = 13 Caption = 'Ending Column (use zero for end of line)' end object StartColEdit: TEdit Left = 24 Top = 24 Width = 41 Height = 21 TabOrder = 0 OnKeyPress = NumericEditKeyPress end object StopColEdit: TEdit Left = 24 Top = 48 Width = 41 Height = 21 TabOrder = 1 end end end end object OKBtn: TBitBtn Left = 72 Top = 336 Width = 73 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 152 Top = 336 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 end object HelpBtn: TBitBtn Left = 312 Top = 336 Width = 73 Height = 26 Caption = '&Help' TabOrder = 4 OnClick = HelpBtnClick NumGlyphs = 2 end object ApplyBtn: TBitBtn Left = 232 Top = 336 Width = 73 Height = 26 Caption = '&Apply' TabOrder = 3 OnClick = ApplyBtnClick NumGlyphs = 2 end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 352 Top = 264 end object ColorDialog1: TColorDialog Ctl3D = True Left = 352 Top = 232 end end