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
Wrap
Text File
|
2001-03-01
|
4KB
|
202 lines
object CompareMaskDlg: TCompareMaskDlg
Left = 309
Top = 223
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Compare files'
ClientHeight = 215
ClientWidth = 322
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
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 = 161
Height = 101
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 = 281
Height = 21
TabOrder = 0
end
object BrowseBt: TButton
Left = 296
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 = 126
Width = 113
Height = 17
Caption = 'Compare size'
Checked = True
State = cbChecked
TabOrder = 7
end
object DoContent: TCheckBox
Left = 160
Top = 144
Width = 113
Height = 17
Caption = 'Compare contents'
Checked = True
State = cbChecked
TabOrder = 8
end
object OKBtn: TButton
Left = 35
Top = 178
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Compare'
Default = True
TabOrder = 9
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 211
Top = 178
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 10
end
object Panel1: TPanel
Left = 8
Top = 48
Width = 137
Height = 65
BevelOuter = bvNone
TabOrder = 2
object Bevel1: TBevel
Left = 0
Top = 16
Width = 129
Height = 45
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 = 112
Width = 137
Height = 57
BevelOuter = bvNone
TabOrder = 3
object Bevel2: TBevel
Left = 0
Top = 8
Width = 129
Height = 45
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
end