home *** CD-ROM | disk | FTP | other *** search
- object compareform: Tcompareform
- Left = 110
- Top = 465
- BorderStyle = bsToolWindow
- Caption = 'File Compare'
- ClientHeight = 117
- ClientWidth = 467
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Gauge1: TGauge
- Left = 8
- Top = 96
- Width = 353
- Height = 17
- BackColor = clMenu
- Color = clBtnFace
- ForeColor = clActiveCaption
- ParentColor = False
- Progress = 0
- end
- object SpeedButton1: TSpeedButton
- Left = 384
- Top = 16
- Width = 73
- Height = 22
- Caption = 'START'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton1Click
- end
- object SpeedButton2: TSpeedButton
- Left = 384
- Top = 40
- Width = 73
- Height = 22
- Caption = 'Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton2Click
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 353
- Height = 81
- Alignment = taLeftJustify
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object SpeedButton3: TSpeedButton
- Left = 314
- Top = 16
- Width = 23
- Height = 22
- Caption = '...'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton3Click
- end
- object SpeedButton4: TSpeedButton
- Left = 314
- Top = 48
- Width = 23
- Height = 22
- Caption = '...'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SpeedButton4Click
- end
- object Edit1: TEdit
- Left = 80
- Top = 16
- Width = 233
- Height = 21
- TabStop = False
- ReadOnly = True
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 80
- Top = 48
- Width = 233
- Height = 21
- TabStop = False
- ReadOnly = True
- TabOrder = 1
- end
- object Panel2: TPanel
- Left = 8
- Top = 8
- Width = 65
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Original File:'
- TabOrder = 2
- end
- object Panel3: TPanel
- Left = 8
- Top = 40
- Width = 65
- Height = 33
- Alignment = taLeftJustify
- BevelOuter = bvNone
- Caption = 'Modified File:'
- TabOrder = 3
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'Executable Files|*.exe|all files|*.*'
- InitialDir = '.'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
- Left = 440
- Top = 88
- end
- end
-