object RestoreForm: TRestoreForm Left = 272 Top = 154 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Default Settings Changed' ClientHeight = 113 ClientWidth = 327 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 10 Top = 10 Width = 307 Height = 61 AutoSize = False Caption = 'The default wallpaper tiling or stretching settings have changed' + ' since WallWizard was last opened. If this change is due to Wall' + 'Wizard not terminating properly, you may choose to keep the chan' + 'ges or restore the default settings. ' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Button1: TButton Left = 22 Top = 80 Width = 96 Height = 23 Caption = 'Restore Default' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 6 ParentFont = False TabOrder = 0 end object Button2: TButton Left = 236 Top = 80 Width = 83 Height = 23 Cancel = True Caption = 'Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 1 end object Button3: TButton Left = 127 Top = 80 Width = 100 Height = 23 Caption = 'Keep Changes' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end end