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
Text File  |  1996-06-01  |  2KB  |  114 lines

  1. object FileCompareForm: TFileCompareForm
  2.   Left = 146
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Compare'
  6.   ClientHeight = 225
  7.   ClientWidth = 427
  8.   Color = clRed
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = MainMenu1
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 40
  19.     Top = 40
  20.     Width = 25
  21.     Height = 13
  22.     Caption = 'File1:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 40
  26.     Top = 88
  27.     Width = 28
  28.     Height = 13
  29.     Caption = 'File 2:'
  30.   end
  31.   object StartButton: TButton
  32.     Left = 40
  33.     Top = 144
  34.     Width = 177
  35.     Height = 41
  36.     Caption = 'Start'
  37.     Font.Color = clBlack
  38.     Font.Height = -24
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     OnClick = StartButtonClick
  44.   end
  45.   object HideButton: TButton
  46.     Left = 224
  47.     Top = 144
  48.     Width = 179
  49.     Height = 41
  50.     Caption = '&Hide'
  51.     Font.Color = clBlack
  52.     Font.Height = -24
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     OnClick = HideButtonClick
  58.   end
  59.   object EditFile1: TEdit
  60.     Left = 88
  61.     Top = 35
  62.     Width = 313
  63.     Height = 25
  64.     AutoSize = False
  65.     Color = clWhite
  66.     OEMConvert = True
  67.     TabOrder = 2
  68.     Text = 'unknown'
  69.     OnClick = ListFile1Click
  70.   end
  71.   object EditFile2: TEdit
  72.     Left = 88
  73.     Top = 84
  74.     Width = 313
  75.     Height = 25
  76.     AutoSize = False
  77.     Color = clWhite
  78.     OEMConvert = True
  79.     TabOrder = 3
  80.     Text = 'unknown'
  81.     OnClick = ListFile2Click
  82.   end
  83.   object MainMenu1: TMainMenu
  84.     Left = 32
  85.     object MenuFile: TMenuItem
  86.       Caption = 'File'
  87.       ShortCut = 0
  88.       object MenuOpenFile1: TMenuItem
  89.         Caption = 'Open File &1'
  90.         ShortCut = 0
  91.         OnClick = MenuOpenFile1Click
  92.       end
  93.       object MenuOpenFile2: TMenuItem
  94.         Caption = 'Open File &2'
  95.         ShortCut = 0
  96.         OnClick = MenuOpenFile2Click
  97.       end
  98.       object MenuExit: TMenuItem
  99.         Caption = 'E&xit'
  100.         ShortCut = 0
  101.         OnClick = MenuExitClick
  102.       end
  103.     end
  104.   end
  105.   object OpenDialog1: TOpenDialog
  106.     FileEditStyle = fsEdit
  107.     Filter = 'All files|*.*'
  108.   end
  109.   object Timer1: TTimer
  110.     OnTimer = Timer1Timer
  111.     Left = 400
  112.   end
  113. end
  114.