home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / pulpit / wallwiz / wallwiz.exe / 0 / RCDATA / TRESTOREFORM / TRESTOREFORM.txt
Text File  |  1997-02-19  |  2KB  |  79 lines

  1. object RestoreForm: TRestoreForm
  2.   Left = 272
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Default Settings Changed'
  7.   ClientHeight = 113
  8.   ClientWidth = 327
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 307
  21.     Height = 61
  22.     AutoSize = False
  23.     Caption = 
  24.       'The default wallpaper tiling or stretching settings have changed' +
  25.       ' since WallWizard was last opened. If this change is due to Wall' +
  26.       'Wizard not terminating properly, you may choose to keep the chan' +
  27.       'ges or restore the default settings. '
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Button1: TButton
  35.     Left = 22
  36.     Top = 80
  37.     Width = 96
  38.     Height = 23
  39.     Caption = 'Restore Default'
  40.     Default = True
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 6
  46.     ParentFont = False
  47.     TabOrder = 0
  48.   end
  49.   object Button2: TButton
  50.     Left = 236
  51.     Top = 80
  52.     Width = 83
  53.     Height = 23
  54.     Cancel = True
  55.     Caption = 'Cancel'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ModalResult = 2
  61.     ParentFont = False
  62.     TabOrder = 1
  63.   end
  64.   object Button3: TButton
  65.     Left = 127
  66.     Top = 80
  67.     Width = 100
  68.     Height = 23
  69.     Caption = 'Keep Changes'
  70.     Font.Color = clBlack
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ModalResult = 1
  75.     ParentFont = False
  76.     TabOrder = 2
  77.   end
  78. end
  79.