object frmOptions: TfrmOptions Left = 240 Top = 104 BorderStyle = bsDialog Caption = 'Options' ClientHeight = 378 ClientWidth = 411 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object cmdOK: TButton Left = 328 Top = 28 Width = 73 Height = 25 Caption = 'OK' Default = True Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = cmdOKClick end object cmdCancel: TButton Left = 328 Top = 61 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object cmdHelp: TButton Left = 328 Top = 94 Width = 73 Height = 25 Cancel = True Caption = '&Help' Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = cmdHelpClick end object pagOptions: TPageControl Left = 8 Top = 8 Width = 309 Height = 361 ActivePage = tabResults TabOrder = 3 object tabResults: TTabSheet Caption = 'Results' object grpUnit: TGroupBox Left = 16 Top = 16 Width = 269 Height = 73 Caption = 'Unit' TabOrder = 0 object optBytes: TRadioButton Left = 16 Top = 20 Width = 65 Height = 17 Caption = '&Bytes' TabOrder = 0 OnClick = UnitChange end object optKBytes: TRadioButton Left = 16 Top = 44 Width = 113 Height = 17 Caption = '&KBytes (KB)' TabOrder = 1 OnClick = UnitChange end object optMBytes: TRadioButton Left = 136 Top = 20 Width = 97 Height = 17 Caption = '&MBytes (MB)' TabOrder = 2 OnClick = UnitChange end end object grpFormatting: TGroupBox Left = 16 Top = 99 Width = 269 Height = 73 Caption = 'Formatting' TabOrder = 1 object chkShowThousandSeparator: TCheckBox Left = 16 Top = 20 Width = 229 Height = 18 Caption = '&Show thousand separator (1000 or 1,000)' TabOrder = 0 end object chkAppendUnitName: TCheckBox Left = 16 Top = 44 Width = 201 Height = 17 Caption = 'A&ppend unit name (bytes, KB, MB)' TabOrder = 1 end end object grpHightlight: TGroupBox Left = 16 Top = 182 Width = 269 Height = 49 Caption = 'Hightlight' TabOrder = 2 object lblMarkDirsUnit: TLabel Left = 235 Top = 21 Width = 30 Height = 13 AutoSize = False Caption = 'Unit' end object chkMarkDirs: TCheckBox Left = 16 Top = 20 Width = 145 Height = 17 Caption = 'Folder trees e&xceeding:' TabOrder = 0 OnClick = chkMarkDirsClick end object edtMarkDirs: TEdit Left = 164 Top = 17 Width = 65 Height = 21 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Text = 'edtMarkDirs' OnChange = edtMarkDirsChange OnKeyPress = CheckFloatingPoint end end object grpMaxDirLevels: TGroupBox Left = 16 Top = 241 Width = 269 Height = 73 Caption = 'Folder levels to display' TabOrder = 3 object lblMaxLevels: TLabel Left = 16 Top = 20 Width = 171 Height = 13 AutoSize = False Caption = 'Maximum folder levels to display:' end object optMaxDirAll: TRadioButton Left = 196 Top = 17 Width = 35 Height = 17 Caption = '&All' TabOrder = 0 OnClick = MaxDirLevelsOption end object optMaxDirSome: TRadioButton Left = 196 Top = 40 Width = 15 Height = 18 Caption = 'optMaxDirSome' TabOrder = 1 OnClick = MaxDirLevelsOption end object edtMaxDirLevels: TSpinEdit Left = 215 Top = 37 Width = 37 Height = 23 AutoSize = False Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 0 MinValue = 0 ParentFont = False TabOrder = 2 Value = 0 end end end object tabDisplay: TTabSheet Caption = 'Display' object grpToolTips: TGroupBox Left = 16 Top = 16 Width = 269 Height = 49 Caption = 'Tool tips' TabOrder = 0 object chkToolBar: TCheckBox Left = 16 Top = 20 Width = 65 Height = 17 Caption = '&Toolbar' TabOrder = 0 end end object grpWindowPosition: TGroupBox Left = 16 Top = 75 Width = 269 Height = 73 Caption = 'Window position at startup' TabOrder = 1 object optLastSaved: TRadioButton Left = 16 Top = 44 Width = 81 Height = 17 Caption = '&Last saved' TabOrder = 1 TabStop = True end object optCentre: TRadioButton Left = 16 Top = 20 Width = 105 Height = 17 Caption = '&Centre of screen' TabOrder = 0 TabStop = True end end object grpMRU: TGroupBox Left = 16 Top = 158 Width = 269 Height = 97 Caption = 'Number of recently used entries for' TabOrder = 2 object Label1: TLabel Left = 16 Top = 28 Width = 32 Height = 13 AutoSize = False Caption = '&Files:' FocusControl = edtNumMRUFiles end object Label2: TLabel Left = 16 Top = 60 Width = 32 Height = 13 AutoSize = False Caption = '&Paths:' FocusControl = edtNumMRUPaths end object edtNumMRUFiles: TSpinEdit Left = 64 Top = 24 Width = 45 Height = 22 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 0 MinValue = 0 ParentFont = False TabOrder = 0 Value = 0 end object edtNumMRUPaths: TSpinEdit Left = 64 Top = 56 Width = 45 Height = 22 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxValue = 0 MinValue = 0 ParentFont = False TabOrder = 1 Value = 0 end end end object tabView: TTabSheet Caption = 'View' object GroupBox1: TGroupBox Left = 16 Top = 16 Width = 269 Height = 301 Caption = 'Display defaults' TabOrder = 0 object grpBars: TGroupBox Left = 16 Top = 218 Width = 237 Height = 69 Caption = 'Bars' TabOrder = 0 object chkLegend: TCheckBox Left = 144 Top = 16 Width = 81 Height = 17 Caption = '&Legend' TabOrder = 0 end object chkPatternBar: TCheckBox Left = 16 Top = 16 Width = 89 Height = 17 Caption = '&Pattern bar' TabOrder = 1 end object chkColourBar: TCheckBox Left = 16 Top = 40 Width = 85 Height = 17 Caption = '&Colour bar' TabOrder = 2 end end object grpTitles: TGroupBox Left = 144 Top = 139 Width = 109 Height = 69 Caption = 'Titles' TabOrder = 1 object chkTopTitle: TCheckBox Left = 16 Top = 20 Width = 73 Height = 17 Caption = 'Top t&itle' TabOrder = 0 end object chkAxisTitle: TCheckBox Left = 16 Top = 44 Width = 69 Height = 17 Caption = 'A&xis title' TabOrder = 1 end end object grpView: TGroupBox Left = 16 Top = 16 Width = 237 Height = 113 Caption = 'View' TabOrder = 2 object Label3: TLabel Left = 16 Top = 24 Width = 41 Height = 13 AutoSize = False Caption = '&Type:' FocusControl = cboViewType end object Label9: TLabel Left = 16 Top = 80 Width = 73 Height = 13 Caption = 'Colour scheme:' end object Label10: TLabel Left = 16 Top = 52 Width = 49 Height = 13 Caption = 'Sort order:' end object cboViewType: TComboBox Left = 96 Top = 20 Width = 129 Height = 21 Style = csDropDownList Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Large icons' 'Small icons' 'List' 'Details' 'Pie chart' 'Bar chart (column)' 'Bar chart (horizontal)' 'Area chart' 'Line chart' 'Spline chart') ParentFont = False TabOrder = 0 end object cboColourScheme: TComboBox Left = 96 Top = 76 Width = 129 Height = 21 Style = csDropDownList Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Colour (solid)' 'Black & White (pattern)' 'Colour (pattern)') ParentFont = False TabOrder = 1 end object cboSortOrder: TComboBox Left = 96 Top = 48 Width = 129 Height = 21 Style = csDropDownList Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 Items.Strings = ( 'Name (A to Z)' 'Size (smallest first)' 'Date (oldest first)' 'Name (Z to A)' 'Size (biggest first)' 'Date (newest first)') ParentFont = False TabOrder = 2 end end object GroupBox2: TGroupBox Left = 16 Top = 139 Width = 113 Height = 69 Caption = 'Dimensions' TabOrder = 3 object chk3D: TCheckBox Left = 16 Top = 16 Width = 65 Height = 21 Caption = '3&D' TabOrder = 0 OnClick = chk3DClick end object chk3DView: TCheckBox Left = 16 Top = 41 Width = 89 Height = 21 Caption = '3D Vie&w' TabOrder = 1 OnClick = chk3DViewClick end end end end object tabAdvanced: TTabSheet Caption = 'Advanced' object grpCalcThreadPrio: TGroupBox Left = 16 Top = 16 Width = 269 Height = 153 Caption = 'Calculation thread priority' TabOrder = 0 object Label4: TLabel Left = 45 Top = 127 Width = 34 Height = 13 Caption = 'Lowest' end object Label5: TLabel Left = 45 Top = 45 Width = 22 Height = 13 Caption = 'High' end object Label6: TLabel Left = 45 Top = 65 Width = 33 Height = 13 Caption = 'Normal' end object Label7: TLabel Left = 45 Top = 106 Width = 20 Height = 13 Caption = 'Low' end object Label8: TLabel Left = 45 Top = 86 Width = 63 Height = 13 Caption = 'Below normal' end object Highest: TLabel Left = 45 Top = 25 Width = 36 Height = 13 Caption = 'Highest' end object tbarThreadPriority: TTrackBar Left = 12 Top = 20 Width = 31 Height = 125 Max = 5 Orientation = trVertical PageSize = 1 Frequency = 1 Position = 3 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto end object cmdReset: TButton Left = 172 Top = 108 Width = 73 Height = 25 Caption = '&Reset' TabOrder = 1 OnClick = cmdResetClick end end object grpOptimise: TGroupBox Left = 16 Top = 243 Width = 269 Height = 73 Caption = 'Optimise' TabOrder = 2 Visible = False object optCalculationSpeed: TRadioButton Left = 16 Top = 20 Width = 125 Height = 17 Caption = 'Calculation &speed' TabOrder = 0 end object optResponsiveness: TRadioButton Left = 16 Top = 44 Width = 121 Height = 17 Caption = '&Responsiveness' TabOrder = 1 end end object grpExplorer: TGroupBox Left = 16 Top = 179 Width = 269 Height = 53 Caption = 'Windows Explorer' TabOrder = 1 object chkAddShellExtension: TCheckBox Left = 16 Top = 24 Width = 133 Height = 17 Caption = 'Add shell extension' TabOrder = 0 end end end end end