object OptionsDlg: TOptionsDlg Left = 335 Top = 133 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Options' ClientHeight = 475 ClientWidth = 273 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 31 Top = 444 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 167 Top = 444 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object TabPages: TPageControl Left = 4 Top = 8 Width = 264 Height = 425 ActivePage = TabSheet1 HotTrack = True 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 = 8 Top = 200 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 = 8 Top = 296 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 = 232 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 = 7 Top = 152 Width = 241 Height = 81 BevelOuter = bvNone TabOrder = 2 object Bevel7: TBevel Left = 0 Top = 8 Width = 241 Height = 65 Shape = bsFrame end object Label7: TLabel Left = 8 Top = 2 Width = 157 Height = 13 Caption = 'Playback device (requires restart)' end object SelPlayback: TComboBox Left = 8 Top = 24 Width = 225 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object AutoPlayback: TCheckBox Left = 8 Top = 48 Width = 225 Height = 17 Caption = 'Select device automatically' TabOrder = 1 OnClick = AutoPlaybackClick 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 end end end