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
Wrap
Text File
|
2001-07-26
|
4KB
|
213 lines
object CompareMaskDlg: TCompareMaskDlg
Left = 309
Top = 223
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Compare files'
ClientHeight = 231
ClientWidth = 345
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
DesignSize = (
345
231)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 221
Height = 13
Caption = 'Compare files from image with files in the folder:'
end
object Bevel3: TBevel
Left = 152
Top = 64
Width = 185
Height = 121
Shape = bsFrame
end
object Label4: TLabel
Left = 160
Top = 58
Width = 39
Height = 13
Caption = 'Options:'
end
object CompareFolder: TEdit
Left = 8
Top = 24
Width = 305
Height = 21
TabOrder = 0
end
object BrowseBt: TButton
Left = 320
Top = 24
Width = 17
Height = 22
Caption = '...'
TabOrder = 1
OnClick = BrowseBtClick
end
object Subfolders: TCheckBox
Left = 160
Top = 72
Width = 113
Height = 17
Caption = 'Process subfolders'
Checked = True
State = cbChecked
TabOrder = 4
end
object DoTime: TCheckBox
Left = 160
Top = 90
Width = 119
Height = 17
Caption = 'Compare timestamps'
TabOrder = 5
OnClick = DoTimeClick
end
object DoSize: TCheckBox
Left = 160
Top = 142
Width = 113
Height = 17
Caption = 'Compare size'
Checked = True
State = cbChecked
TabOrder = 8
end
object DoContent: TCheckBox
Left = 160
Top = 160
Width = 113
Height = 17
Caption = 'Compare contents'
Checked = True
State = cbChecked
TabOrder = 9
end
object OKBtn: TButton
Left = 42
Top = 194
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Compare'
Default = True
TabOrder = 10
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 234
Top = 194
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 11
end
object Panel1: TPanel
Left = 8
Top = 48
Width = 137
Height = 73
BevelOuter = bvNone
TabOrder = 2
object Bevel1: TBevel
Left = 0
Top = 16
Width = 129
Height = 49
Shape = bsFrame
end
object Label2: TLabel
Left = 8
Top = 10
Width = 48
Height = 13
Caption = 'Start from:'
end
object From1: TRadioButton
Left = 8
Top = 24
Width = 105
Height = 17
Caption = 'Root folder'
Checked = True
TabOrder = 0
TabStop = True
end
object From2: TRadioButton
Left = 8
Top = 40
Width = 105
Height = 17
Caption = 'Current folder'
TabOrder = 1
end
end
object Panel2: TPanel
Left = 8
Top = 128
Width = 137
Height = 65
BevelOuter = bvNone
TabOrder = 3
object Bevel2: TBevel
Left = 0
Top = 8
Width = 129
Height = 49
Shape = bsFrame
end
object Label3: TLabel
Left = 8
Top = 2
Width = 23
Height = 13
Caption = 'Find:'
end
object Find1: TRadioButton
Left = 8
Top = 16
Width = 113
Height = 17
Caption = 'All different files'
Checked = True
TabOrder = 1
TabStop = True
end
object Find2: TRadioButton
Left = 8
Top = 32
Width = 113
Height = 17
Caption = 'First difference only'
TabOrder = 0
end
end
object DoTwo: TCheckBox
Left = 176
Top = 108
Width = 129
Height = 17
Caption = 'Two seconds precision'
TabOrder = 6
end
object DoFolders: TCheckBox
Left = 176
Top = 124
Width = 153
Height = 17
Caption = 'Compare folder timestamps'
TabOrder = 7
end
end