home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / Resc95 / RESCUE95.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-09-13  |  4KB  |  193 lines

  1. object Form3: TForm3
  2.   Left = 247
  3.   Top = 140
  4.   HelpContext = 11
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   Caption = 'WARNING'
  10.   ClientHeight = 98
  11.   ClientWidth = 304
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OnActivate = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 72
  22.     Top = 52
  23.     Width = 225
  24.     Height = 17
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Caption = 'Windows 95 will be restarted.  Continue?'
  28.   end
  29.   object Label3: TLabel
  30.     Left = 72
  31.     Top = 12
  32.     Width = 225
  33.     Height = 45
  34.     Alignment = taCenter
  35.     AutoSize = False
  36.     Caption = 'Restore Previous Will Be Executed'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clRed
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.     WordWrap = True
  45.   end
  46.   object Button1: TButton
  47.     Left = 112
  48.     Top = 74
  49.     Width = 57
  50.     Height = 17
  51.     Caption = 'Yes'
  52.     Default = True
  53.     ModalResult = 6
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 200
  59.     Top = 74
  60.     Width = 57
  61.     Height = 17
  62.     Cancel = True
  63.     Caption = 'No'
  64.     ModalResult = 7
  65.     TabOrder = 1
  66.   end
  67.   object Panel1: TPanel
  68.     Left = 1
  69.     Top = 1
  70.     Width = 65
  71.     Height = 96
  72.     BevelInner = bvLowered
  73.     BevelOuter = bvNone
  74.     Color = clSilver
  75.     TabOrder = 2
  76.     object ExplorerButton1: TTransparentButton
  77.       Left = 0
  78.       Top = 0
  79.       Width = 65
  80.       Height = 19
  81.       Caption = '&Previous'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       OnClick = ExplorerButton1Click
  89.     end
  90.     object ExplorerButton2: TTransparentButton
  91.       Left = 0
  92.       Top = 19
  93.       Width = 65
  94.       Height = 19
  95.       Caption = '&Spare'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlue
  98.       Font.Height = -11
  99.       Font.Name = 'MS Sans Serif'
  100.       Font.Style = []
  101.       ParentFont = False
  102.       OnClick = ExplorerButton2Click
  103.     end
  104.     object ExplorerButton3: TTransparentButton
  105.       Left = 0
  106.       Top = 38
  107.       Width = 65
  108.       Height = 19
  109.       Caption = '&Backup'
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clBlue
  112.       Font.Height = -11
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       OnClick = ExplorerButton3Click
  117.     end
  118.     object ExplorerButton4: TTransparentButton
  119.       Left = 0
  120.       Top = 57
  121.       Width = 65
  122.       Height = 19
  123.       Caption = '&Diskette'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clBlue
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       OnClick = ExplorerButton4Click
  131.     end
  132.     object ExplorerButton5: TTransparentButton
  133.       Left = 0
  134.       Top = 76
  135.       Width = 65
  136.       Height = 19
  137.       Caption = '&Original'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clBlue
  140.       Font.Height = -11
  141.       Font.Name = 'MS Sans Serif'
  142.       Font.Style = []
  143.       ParentFont = False
  144.       OnClick = ExplorerButton5Click
  145.     end
  146.   end
  147.   object PopupMenu1: TPopupMenu
  148.     OnPopup = OnPopup
  149.     Left = 8
  150.     Top = 88
  151.     object MostRecentBackup1: TMenuItem
  152.       Caption = 'Most Recent Backup'
  153.       OnClick = MostRecentBackup1Click
  154.     end
  155.     object N11: TMenuItem
  156.       Caption = '1'
  157.       OnClick = N11Click
  158.     end
  159.     object N21: TMenuItem
  160.       Caption = '2'
  161.       OnClick = N21Click
  162.     end
  163.     object N31: TMenuItem
  164.       Caption = '3'
  165.       OnClick = N31Click
  166.     end
  167.     object N41: TMenuItem
  168.       Caption = '4'
  169.       OnClick = N41Click
  170.     end
  171.     object N51: TMenuItem
  172.       Caption = '5'
  173.       OnClick = N51Click
  174.     end
  175.     object N61: TMenuItem
  176.       Caption = '6'
  177.       OnClick = N61Click
  178.     end
  179.     object N71: TMenuItem
  180.       Caption = '7'
  181.       OnClick = N71Click
  182.     end
  183.     object N81: TMenuItem
  184.       Caption = '8'
  185.       OnClick = N81Click
  186.     end
  187.     object N91: TMenuItem
  188.       Caption = '9'
  189.       OnClick = N91Click
  190.     end
  191.   end
  192. end
  193.