home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 7
/
Chip_Hitware_Vol_07.iso
/
chiphit7
/
tools
/
95hsplit
/
hjsplit.exe
/
0
/
RCDATA
/
TFILECOMPAREFORM
/
TFILECOMPAREFORM.txt
Wrap
Text File
|
1996-06-01
|
2KB
|
114 lines
object FileCompareForm: TFileCompareForm
Left = 146
Top = 158
BorderStyle = bsDialog
Caption = 'File Compare'
ClientHeight = 225
ClientWidth = 427
Color = clRed
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 40
Width = 25
Height = 13
Caption = 'File1:'
end
object Label2: TLabel
Left = 40
Top = 88
Width = 28
Height = 13
Caption = 'File 2:'
end
object StartButton: TButton
Left = 40
Top = 144
Width = 177
Height = 41
Caption = 'Start'
Font.Color = clBlack
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = StartButtonClick
end
object HideButton: TButton
Left = 224
Top = 144
Width = 179
Height = 41
Caption = '&Hide'
Font.Color = clBlack
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = HideButtonClick
end
object EditFile1: TEdit
Left = 88
Top = 35
Width = 313
Height = 25
AutoSize = False
Color = clWhite
OEMConvert = True
TabOrder = 2
Text = 'unknown'
OnClick = ListFile1Click
end
object EditFile2: TEdit
Left = 88
Top = 84
Width = 313
Height = 25
AutoSize = False
Color = clWhite
OEMConvert = True
TabOrder = 3
Text = 'unknown'
OnClick = ListFile2Click
end
object MainMenu1: TMainMenu
Left = 32
object MenuFile: TMenuItem
Caption = 'File'
ShortCut = 0
object MenuOpenFile1: TMenuItem
Caption = 'Open File &1'
ShortCut = 0
OnClick = MenuOpenFile1Click
end
object MenuOpenFile2: TMenuItem
Caption = 'Open File &2'
ShortCut = 0
OnClick = MenuOpenFile2Click
end
object MenuExit: TMenuItem
Caption = 'E&xit'
ShortCut = 0
OnClick = MenuExitClick
end
end
end
object OpenDialog1: TOpenDialog
FileEditStyle = fsEdit
Filter = 'All files|*.*'
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 400
end
end