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
/
TOPTIONSDLG
/
TOPTIONSDLG.txt
Wrap
Text File
|
2001-07-26
|
11KB
|
482 lines
object OptionsDlg: TOptionsDlg
Left = 326
Top = 192
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Options'
ClientHeight = 274
ClientWidth = 522
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 83
Top = 244
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 363
Top = 244
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object TabPages: TPageControl
Left = 4
Top = 8
Width = 511
Height = 225
ActivePage = TabSheet1
HotTrack = True
TabIndex = 0
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'Paths'
object Panel1: TPanel
Left = 8
Top = 8
Width = 241
Height = 89
BevelOuter = bvNone
TabOrder = 0
object Bevel1: TBevel
Left = 0
Top = 8
Width = 241
Height = 81
Shape = bsFrame
end
object Label1: TLabel
Left = 8
Top = 2
Width = 114
Height = 13
Caption = 'Default Open File Folder'
end
object OpenMode1: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Remember last used folder'
Checked = True
TabOrder = 0
TabStop = True
OnClick = OpenModeClick
end
object OpenMode2: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'Use folder:'
TabOrder = 1
OnClick = OpenModeClick
end
object OpenPath: TEdit
Left = 8
Top = 56
Width = 201
Height = 21
TabOrder = 2
end
object OpenBrowse: TButton
Left = 216
Top = 56
Width = 17
Height = 21
Caption = '...'
TabOrder = 3
OnClick = OpenBrowseClick
end
end
object Panel2: TPanel
Left = 8
Top = 104
Width = 241
Height = 89
BevelOuter = bvNone
Caption = 'Panel2'
TabOrder = 1
object Bevel2: TBevel
Left = 0
Top = 8
Width = 241
Height = 81
Shape = bsFrame
end
object Label2: TLabel
Left = 8
Top = 2
Width = 116
Height = 13
Caption = 'Default Extraction Folder'
end
object ExtractMode1: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Remember last used folder'
Checked = True
TabOrder = 0
TabStop = True
OnClick = ExtractModeClick
end
object ExtractMode2: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'Use folder:'
TabOrder = 1
OnClick = ExtractModeClick
end
object ExtractPath: TEdit
Left = 8
Top = 56
Width = 201
Height = 21
TabOrder = 2
end
object ExtractBrowse: TButton
Left = 216
Top = 56
Width = 17
Height = 21
Caption = '...'
TabOrder = 3
OnClick = ExtractBrowseClick
end
end
object Panel3: TPanel
Left = 256
Top = 8
Width = 241
Height = 89
BevelOuter = bvNone
Caption = 'Panel2'
TabOrder = 2
object Bevel3: TBevel
Left = 0
Top = 8
Width = 241
Height = 81
Shape = bsFrame
end
object Label3: TLabel
Left = 8
Top = 2
Width = 119
Height = 13
Caption = 'Default Temporary Folder'
end
object TempMode1: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Use Windows temporary folder'
Checked = True
TabOrder = 0
TabStop = True
OnClick = TempModeClick
end
object TempMode2: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'Use folder:'
TabOrder = 1
OnClick = TempModeClick
end
object TempPath: TEdit
Left = 8
Top = 56
Width = 201
Height = 21
TabOrder = 2
end
object TempBrowse: TButton
Left = 216
Top = 56
Width = 17
Height = 21
Caption = '...'
TabOrder = 3
OnClick = TempBrowseClick
end
end
object Panel4: TPanel
Left = 256
Top = 104
Width = 241
Height = 89
BevelOuter = bvNone
Caption = 'Panel2'
TabOrder = 3
object Bevel4: TBevel
Left = 0
Top = 8
Width = 241
Height = 81
Shape = bsFrame
end
object Label4: TLabel
Left = 8
Top = 2
Width = 111
Height = 13
Caption = 'Default Compare Folder'
end
object CompareMode1: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Remember last used folder'
Checked = True
TabOrder = 0
TabStop = True
OnClick = CompareModeClick
end
object CompareMode2: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'Use folder:'
TabOrder = 1
OnClick = CompareModeClick
end
object ComparePath: TEdit
Left = 8
Top = 56
Width = 201
Height = 21
TabOrder = 2
end
object CompareBrowse: TButton
Left = 216
Top = 56
Width = 17
Height = 21
Caption = '...'
TabOrder = 3
OnClick = CompareBrowseClick
end
end
end
object TabSheet2: TTabSheet
Caption = 'Misc'
ImageIndex = 1
object AnimateIcon: TCheckBox
Left = 8
Top = 152
Width = 241
Height = 17
Caption = 'Show animated icon'
Checked = True
State = cbChecked
TabOrder = 3
end
object Panel6: TPanel
Left = 8
Top = 88
Width = 241
Height = 65
BevelOuter = bvNone
TabOrder = 1
object Bevel6: TBevel
Left = 0
Top = 8
Width = 241
Height = 49
Shape = bsFrame
end
object Label6: TLabel
Left = 8
Top = 2
Width = 142
Height = 13
Caption = 'Default session with filesystem'
end
object SessionLast: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Last session found (Windows default)'
Checked = True
TabOrder = 0
TabStop = True
OnClick = ExtractModeClick
end
object SessionFirst: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'First session found'
TabOrder = 1
OnClick = ExtractModeClick
end
end
object Panel7: TPanel
Left = 255
Top = 8
Width = 242
Height = 145
BevelOuter = bvNone
TabOrder = 2
object Bevel7: TBevel
Left = 0
Top = 8
Width = 242
Height = 129
Shape = bsFrame
end
object Label7: TLabel
Left = 8
Top = 2
Width = 122
Height = 13
Caption = 'Playback (requires restart)'
end
object Label8: TLabel
Left = 8
Top = 20
Width = 34
Height = 13
Caption = 'Device'
end
object Label9: TLabel
Left = 8
Top = 88
Width = 49
Height = 13
Caption = 'Buffer size'
end
object BSValue: TLabel
Left = 144
Top = 88
Width = 89
Height = 13
Alignment = taRightJustify
AutoSize = False
end
object SelPlayback: TComboBox
Left = 8
Top = 40
Width = 225
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object AutoPlayback: TCheckBox
Left = 8
Top = 64
Width = 225
Height = 17
Caption = 'Select device automatically'
TabOrder = 1
OnClick = AutoPlaybackClick
end
object BufferSize: TTrackBar
Left = 3
Top = 104
Width = 235
Height = 25
Max = 150
Min = 5
Orientation = trHorizontal
PageSize = 10
Frequency = 5
Position = 5
SelEnd = 0
SelStart = 0
TabOrder = 2
ThumbLength = 13
TickMarks = tmBottomRight
TickStyle = tsAuto
OnChange = BufferSizeChange
end
end
object Panel5: TPanel
Left = 8
Top = 8
Width = 241
Height = 81
BevelOuter = bvNone
TabOrder = 0
object Bevel5: TBevel
Left = 0
Top = 8
Width = 241
Height = 65
Shape = bsFrame
end
object Label5: TLabel
Left = 8
Top = 2
Width = 128
Height = 13
Caption = 'File and Folder Timestamps'
end
object TimeStamp1: TRadioButton
Left = 8
Top = 16
Width = 225
Height = 17
Caption = 'Auto adjust according to current OS'
Checked = True
TabOrder = 0
TabStop = True
OnClick = OpenModeClick
end
object TimeStamp2: TRadioButton
Left = 8
Top = 32
Width = 225
Height = 17
Caption = 'Don'#39't adjust (Win9x/Me)'
TabOrder = 1
OnClick = OpenModeClick
end
object TimeStamp3: TRadioButton
Left = 8
Top = 48
Width = 225
Height = 17
Caption = 'Adjust using timezone and DST (Win2k)'
TabOrder = 2
OnClick = OpenModeClick
end
end
object ShowSplash: TCheckBox
Left = 8
Top = 168
Width = 241
Height = 17
Caption = 'Show startup splash screen'
Checked = True
State = cbChecked
TabOrder = 4
end
end
end
end