object Form5: TForm5 Left = 332 Top = 208 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Options' ClientHeight = 110 ClientWidth = 189 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object ExplorerButton1: TExplorerButton Left = 6 Top = 84 Width = 45 Height = 21 Caption = 'Save' Enabled = False Flat = True OnClick = ExplorerButton1Click end object ExplorerButton2: TExplorerButton Left = 138 Top = 84 Width = 45 Height = 21 Caption = 'Use' Enabled = False Flat = True OnClick = ExplorerButton2Click end object CheckBox1: TCheckBox Left = 8 Top = 8 Width = 123 Height = 19 Caption = 'Delete Confirmation' TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 32 Width = 123 Height = 19 Caption = 'Move Confirmation' TabOrder = 1 end object CheckBox3: TCheckBox Left = 8 Top = 56 Width = 135 Height = 17 Caption = 'Future Use' Enabled = False TabOrder = 2 end end