home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TCOMPAREDLG / TCOMPAREDLG.txt
Text File  |  2000-04-17  |  2KB  |  93 lines

  1. object CompareDlg: TCompareDlg
  2.   Left = 179
  3.   Top = 269
  4.   VertScrollBar.Visible = False
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Compare Files'
  8.   ClientHeight = 168
  9.   ClientWidth = 379
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label2: TLabel
  21.     Left = 24
  22.     Top = 16
  23.     Width = 230
  24.     Height = 13
  25.     Caption = 'Compare the current file with: (Enter old filename)'
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 290
  29.     Top = 95
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 3
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 290
  39.     Top = 133
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 4
  46.   end
  47.   object Browse1: TButton
  48.     Left = 290
  49.     Top = 32
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'Browse...'
  53.     TabOrder = 2
  54.     OnClick = Browse1Click
  55.   end
  56.   object Edit1: TEdit
  57.     Left = 24
  58.     Top = 32
  59.     Width = 241
  60.     Height = 21
  61.     TabOrder = 0
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 24
  65.     Top = 70
  66.     Width = 241
  67.     Height = 86
  68.     Caption = ' Ignore the difference in '
  69.     TabOrder = 1
  70.     object CheckBox1: TCheckBox
  71.       Left = 16
  72.       Top = 24
  73.       Width = 201
  74.       Height = 17
  75.       Caption = 'Lower and Upper Cases'
  76.       TabOrder = 0
  77.     end
  78.     object CheckBox2: TCheckBox
  79.       Left = 16
  80.       Top = 56
  81.       Width = 209
  82.       Height = 17
  83.       Caption = 'Spaces and Tabs'
  84.       TabOrder = 1
  85.     end
  86.   end
  87.   object OpenDialog1: TOpenDialog
  88.     Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofFileMustExist]
  89.     Left = 315
  90.     Top = 60
  91.   end
  92. end
  93.