object CompareDlg: TCompareDlg Left = 179 Top = 269 VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog Caption = 'Compare Files' ClientHeight = 168 ClientWidth = 379 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 24 Top = 16 Width = 230 Height = 13 Caption = 'Compare the current file with: (Enter old filename)' end object OKBtn: TButton Left = 290 Top = 95 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object CancelBtn: TButton Left = 290 Top = 133 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end object Browse1: TButton Left = 290 Top = 32 Width = 75 Height = 25 Caption = 'Browse...' TabOrder = 2 OnClick = Browse1Click end object Edit1: TEdit Left = 24 Top = 32 Width = 241 Height = 21 TabOrder = 0 end object GroupBox1: TGroupBox Left = 24 Top = 70 Width = 241 Height = 86 Caption = ' Ignore the difference in ' TabOrder = 1 object CheckBox1: TCheckBox Left = 16 Top = 24 Width = 201 Height = 17 Caption = 'Lower and Upper Cases' TabOrder = 0 end object CheckBox2: TCheckBox Left = 16 Top = 56 Width = 209 Height = 17 Caption = 'Spaces and Tabs' TabOrder = 1 end end object OpenDialog1: TOpenDialog Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofFileMustExist] Left = 315 Top = 60 end end