inherited fCompare: TfCompare Left = 65 Top = 514 BorderStyle = bsDialog Caption = 'Compare two configurations' ClientHeight = 224 ClientWidth = 496 Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 12 Top = 17 Width = 460 Height = 153 Shape = bsFrame end object Label1: TLabel [1] Left = 26 Top = 31 Width = 110 Height = 13 Caption = 'Configurationfile (old)' end object Label2: TLabel [2] Left = 25 Top = 72 Width = 117 Height = 13 Caption = 'Configurationfile (new)' end object Label3: TLabel [3] Left = 25 Top = 112 Width = 64 Height = 13 Caption = 'Resultfile (logfile)' end object SpeedButton1: TSpeedButton [4] Left = 421 Top = 45 Width = 22 Height = 23 Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000001000000010000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0 0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8 B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF 0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000 0555555555777777755555555555555555555555555555555555} NumGlyphs = 2 OnClick = SpeedButton1Click end object SpeedButton2: TSpeedButton [5] Left = 421 Top = 86 Width = 22 Height = 23 Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000001000000010000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555FFFFFFFFFF55555000000000055555577777777775FFFF00B8B8B8B8B0 0000775F5555555777770B0B8B8B8B8B0FF07F75F555555575F70FB0B8B8B8B8 B0F07F575FFFFFFFF7F70BFB0000000000F07F557777777777570FBFBF0FFFFF FFF07F55557F5FFFFFF70BFBFB0F000000F07F55557F777777570FBFBF0FFFFF FFF075F5557F5FFFFFF750FBFB0F000000F0575FFF7F777777575700000FFFFF FFF05577777F5FF55FF75555550F00FF00005555557F775577775555550FFFFF 0F055555557F55557F755555550FFFFF00555555557FFFFF7755555555000000 0555555555777777755555555555555555555555555555555555} NumGlyphs = 2 OnClick = SpeedButton2Click end object SpeedButton3: TSpeedButton [6] Left = 421 Top = 126 Width = 24 Height = 23 Glyph.Data = { 06020000424D0602000000000000760000002800000028000000140000000100 0400000000009001000000000000000000001000000010000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 33333333333333333FFFFFFFFFFF333333330000000000033333333377777777 777F33333333087777777703333333337F777777777F333333330F8888888703 333333337F333333377F333333330F9988888703333333337F333333377F3333 33330FFFFFFFF803333333337FFFFFFFFF7F3333333300000000000333333333 777777777773333333333333333333333333333333333333FF33333333333333 3330033333333333333333377FF333333333333333000033333FFFFFFFFF3377 77FF33000000000330000003337777777773F777777330FBFBFBFBF033300333 37F333333337F3377F3330BFBFBFBFB03330033337F333333337F3377F3330FB FBFBFBF03370033337F333333337F3777F3330BFBFBFBFB03000733337F33333 3337F777733330FBFBFBFBF03007333337FFFFF33337F7773333300000BFBFB0 333333333777773FFFF73333333330FBFB00000333333333373FFF7777733333 3333330000333333333333333377773333333333333333333333333333333333 33333333333333333333} NumGlyphs = 2 OnClick = SpeedButton3Click end object Edit1: TEdit [7] Left = 25 Top = 46 Width = 391 Height = 21 TabOrder = 0 end object Edit2: TEdit [8] Left = 25 Top = 87 Width = 391 Height = 21 TabOrder = 1 end object Edit3: TEdit [9] Left = 25 Top = 127 Width = 391 Height = 21 TabOrder = 2 end object BitBtn4: TBitBtn [10] Left = 375 Top = 189 Width = 97 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 end object BitBtn5: TBitBtn [11] Left = 268 Top = 189 Width = 97 Height = 25 Caption = '&OK' Default = True TabOrder = 4 OnClick = BitBtn5Click NumGlyphs = 2 end inherited MSOfficeCaption1: TMSOfficeCaption CaptionText.Caption = 'Compare two configurations' end object LoadCfgDlg: TOpenDialog DefaultExt = 'ECD' Filter = 'Configurationfile (*.ECD)|*.ECD' Options = [ofPathMustExist, ofFileMustExist] Title = 'Load a configurationfile' Left = 278 Top = 19 end object SaveLogDlg: TSaveDialog DefaultExt = 'ECL' Filter = 'Logfile (*.ECL)|*.ECL' Options = [ofOverwritePrompt, ofExtensionDifferent, ofPathMustExist, ofNoTestFileCreate] Title = 'Save a logfile' Left = 319 Top = 20 end end