home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TCOMPARE / TCOMPARE.txt
Text File  |  1997-11-20  |  1KB  |  56 lines

  1. object Compare: TCompare
  2.   Left = 498
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Compare Active Folders'
  6.   ClientHeight = 100
  7.   ClientWidth = 212
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object sizes: TCheckBox
  20.     Left = 46
  21.     Top = 8
  22.     Width = 121
  23.     Height = 17
  24.     Caption = 'Compare sizes'
  25.     TabOrder = 0
  26.   end
  27.   object dates: TCheckBox
  28.     Left = 46
  29.     Top = 28
  30.     Width = 121
  31.     Height = 17
  32.     Caption = 'Compare dates'
  33.     TabOrder = 1
  34.   end
  35.   object Button1: TButton
  36.     Left = 76
  37.     Top = 68
  38.     Width = 61
  39.     Height = 25
  40.     Caption = '&OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 2
  44.   end
  45.   object Button2: TButton
  46.     Left = 144
  47.     Top = 68
  48.     Width = 61
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.   end
  55. end
  56.