home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / cdmage / CDmage1-02-1B5.exe / CDmage.exe / 0 / RCDATA / TCOMPAREMASKDLG / TCOMPAREMASKDLG.txt
Text File  |  2001-07-26  |  4KB  |  213 lines

  1. object CompareMaskDlg: TCompareMaskDlg
  2.   Left = 309
  3.   Top = 223
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Compare files'
  7.   ClientHeight = 231
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   DesignSize = (
  14.     345
  15.     231)
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 221
  22.     Height = 13
  23.     Caption = 'Compare files from image with files in the folder:'
  24.   end
  25.   object Bevel3: TBevel
  26.     Left = 152
  27.     Top = 64
  28.     Width = 185
  29.     Height = 121
  30.     Shape = bsFrame
  31.   end
  32.   object Label4: TLabel
  33.     Left = 160
  34.     Top = 58
  35.     Width = 39
  36.     Height = 13
  37.     Caption = 'Options:'
  38.   end
  39.   object CompareFolder: TEdit
  40.     Left = 8
  41.     Top = 24
  42.     Width = 305
  43.     Height = 21
  44.     TabOrder = 0
  45.   end
  46.   object BrowseBt: TButton
  47.     Left = 320
  48.     Top = 24
  49.     Width = 17
  50.     Height = 22
  51.     Caption = '...'
  52.     TabOrder = 1
  53.     OnClick = BrowseBtClick
  54.   end
  55.   object Subfolders: TCheckBox
  56.     Left = 160
  57.     Top = 72
  58.     Width = 113
  59.     Height = 17
  60.     Caption = 'Process subfolders'
  61.     Checked = True
  62.     State = cbChecked
  63.     TabOrder = 4
  64.   end
  65.   object DoTime: TCheckBox
  66.     Left = 160
  67.     Top = 90
  68.     Width = 119
  69.     Height = 17
  70.     Caption = 'Compare timestamps'
  71.     TabOrder = 5
  72.     OnClick = DoTimeClick
  73.   end
  74.   object DoSize: TCheckBox
  75.     Left = 160
  76.     Top = 142
  77.     Width = 113
  78.     Height = 17
  79.     Caption = 'Compare size'
  80.     Checked = True
  81.     State = cbChecked
  82.     TabOrder = 8
  83.   end
  84.   object DoContent: TCheckBox
  85.     Left = 160
  86.     Top = 160
  87.     Width = 113
  88.     Height = 17
  89.     Caption = 'Compare contents'
  90.     Checked = True
  91.     State = cbChecked
  92.     TabOrder = 9
  93.   end
  94.   object OKBtn: TButton
  95.     Left = 42
  96.     Top = 194
  97.     Width = 75
  98.     Height = 25
  99.     Anchors = [akTop, akRight]
  100.     Caption = 'Compare'
  101.     Default = True
  102.     TabOrder = 10
  103.     OnClick = OKBtnClick
  104.   end
  105.   object CancelBtn: TButton
  106.     Left = 234
  107.     Top = 194
  108.     Width = 75
  109.     Height = 25
  110.     Anchors = [akTop, akRight]
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     ModalResult = 2
  114.     TabOrder = 11
  115.   end
  116.   object Panel1: TPanel
  117.     Left = 8
  118.     Top = 48
  119.     Width = 137
  120.     Height = 73
  121.     BevelOuter = bvNone
  122.     TabOrder = 2
  123.     object Bevel1: TBevel
  124.       Left = 0
  125.       Top = 16
  126.       Width = 129
  127.       Height = 49
  128.       Shape = bsFrame
  129.     end
  130.     object Label2: TLabel
  131.       Left = 8
  132.       Top = 10
  133.       Width = 48
  134.       Height = 13
  135.       Caption = 'Start from:'
  136.     end
  137.     object From1: TRadioButton
  138.       Left = 8
  139.       Top = 24
  140.       Width = 105
  141.       Height = 17
  142.       Caption = 'Root folder'
  143.       Checked = True
  144.       TabOrder = 0
  145.       TabStop = True
  146.     end
  147.     object From2: TRadioButton
  148.       Left = 8
  149.       Top = 40
  150.       Width = 105
  151.       Height = 17
  152.       Caption = 'Current folder'
  153.       TabOrder = 1
  154.     end
  155.   end
  156.   object Panel2: TPanel
  157.     Left = 8
  158.     Top = 128
  159.     Width = 137
  160.     Height = 65
  161.     BevelOuter = bvNone
  162.     TabOrder = 3
  163.     object Bevel2: TBevel
  164.       Left = 0
  165.       Top = 8
  166.       Width = 129
  167.       Height = 49
  168.       Shape = bsFrame
  169.     end
  170.     object Label3: TLabel
  171.       Left = 8
  172.       Top = 2
  173.       Width = 23
  174.       Height = 13
  175.       Caption = 'Find:'
  176.     end
  177.     object Find1: TRadioButton
  178.       Left = 8
  179.       Top = 16
  180.       Width = 113
  181.       Height = 17
  182.       Caption = 'All different files'
  183.       Checked = True
  184.       TabOrder = 1
  185.       TabStop = True
  186.     end
  187.     object Find2: TRadioButton
  188.       Left = 8
  189.       Top = 32
  190.       Width = 113
  191.       Height = 17
  192.       Caption = 'First difference only'
  193.       TabOrder = 0
  194.     end
  195.   end
  196.   object DoTwo: TCheckBox
  197.     Left = 176
  198.     Top = 108
  199.     Width = 129
  200.     Height = 17
  201.     Caption = 'Two seconds precision'
  202.     TabOrder = 6
  203.   end
  204.   object DoFolders: TCheckBox
  205.     Left = 176
  206.     Top = 124
  207.     Width = 153
  208.     Height = 17
  209.     Caption = 'Compare folder timestamps'
  210.     TabOrder = 7
  211.   end
  212. end
  213.