home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cdmage / CDmage.exe / 0 / RCDATA / TCOMPAREMASKDLG / TCOMPAREMASKDLG.txt
Text File  |  2001-03-01  |  4KB  |  202 lines

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