home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Toolsys / RESC98 / RESCUE98.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1998-06-30  |  5KB  |  238 lines

  1. object Form3: TForm3
  2.   Left = 224
  3.   Top = 137
  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.   Icon.Data = {<image000.ico>}
  18.   OnActivate = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 72
  23.     Top = 52
  24.     Width = 225
  25.     Height = 17
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Windows 98 will be restarted.  Continue?'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 72
  32.     Top = 12
  33.     Width = 225
  34.     Height = 45
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Restore Temporary Will Be Executed'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clRed
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.     Transparent = True
  45.     WordWrap = True
  46.   end
  47.   object Button1: TButton
  48.     Left = 112
  49.     Top = 74
  50.     Width = 57
  51.     Height = 17
  52.     Caption = 'Yes'
  53.     Default = True
  54.     ModalResult = 6
  55.     TabOrder = 0
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 200
  60.     Top = 74
  61.     Width = 57
  62.     Height = 17
  63.     Cancel = True
  64.     Caption = 'No'
  65.     ModalResult = 7
  66.     TabOrder = 1
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 1
  70.     Top = 1
  71.     Width = 65
  72.     Height = 96
  73.     BevelInner = bvLowered
  74.     BevelOuter = bvNone
  75.     Color = clSilver
  76.     TabOrder = 2
  77.     object ExplorerButton1: TTransparentButton
  78.       Left = 0
  79.       Top = 0
  80.       Width = 65
  81.       Height = 19
  82.       Caption = '&Temporary'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlue
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       OnClick = ExplorerButton1Click
  90.     end
  91.     object ExplorerButton2: TTransparentButton
  92.       Left = 0
  93.       Top = 19
  94.       Width = 65
  95.       Height = 19
  96.       Caption = '&Spare'
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clBlue
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.       OnClick = ExplorerButton2Click
  104.     end
  105.     object ExplorerButton3: TTransparentButton
  106.       Left = 0
  107.       Top = 38
  108.       Width = 65
  109.       Height = 19
  110.       Caption = '&Backup'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clBlue
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       OnClick = ExplorerButton3Click
  118.     end
  119.     object ExplorerButton4: TTransparentButton
  120.       Left = 0
  121.       Top = 57
  122.       Width = 65
  123.       Height = 19
  124.       Caption = '&Diskette'
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clBlue
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       OnClick = ExplorerButton4Click
  132.     end
  133.     object ExplorerButton5: TTransparentButton
  134.       Left = 0
  135.       Top = 76
  136.       Width = 65
  137.       Height = 19
  138.       Caption = '&Original'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBlue
  141.       Font.Height = -11
  142.       Font.Name = 'MS Sans Serif'
  143.       Font.Style = []
  144.       ParentFont = False
  145.       OnClick = ExplorerButton5Click
  146.     end
  147.   end
  148.   object PopupMenu1: TPopupMenu
  149.     OnPopup = OnPopup1
  150.     Left = 72
  151.     Top = 56
  152.     object MostRecentBackup1: TMenuItem
  153.       Caption = 'Most Recent Backup'
  154.       OnClick = MostRecentBackup1Click
  155.     end
  156.     object N11: TMenuItem
  157.       Caption = '1'
  158.       OnClick = N11Click
  159.     end
  160.     object N21: TMenuItem
  161.       Caption = '2'
  162.       OnClick = N21Click
  163.     end
  164.     object N31: TMenuItem
  165.       Caption = '3'
  166.       OnClick = N31Click
  167.     end
  168.     object N41: TMenuItem
  169.       Caption = '4'
  170.       OnClick = N41Click
  171.     end
  172.     object N51: TMenuItem
  173.       Caption = '5'
  174.       OnClick = N51Click
  175.     end
  176.     object N61: TMenuItem
  177.       Caption = '6'
  178.       OnClick = N61Click
  179.     end
  180.     object N71: TMenuItem
  181.       Caption = '7'
  182.       OnClick = N71Click
  183.     end
  184.     object N81: TMenuItem
  185.       Caption = '8'
  186.       OnClick = N81Click
  187.     end
  188.     object N91: TMenuItem
  189.       Caption = '9'
  190.       OnClick = N91Click
  191.     end
  192.   end
  193.   object PopupMenu2: TPopupMenu
  194.     OnPopup = OnPopup2
  195.     Left = 72
  196.     object MostRecentTemporaryBackup1: TMenuItem
  197.       Caption = '&Most Recent Temporary Backup'
  198.       OnClick = MostRecentTemporaryBackup1Click
  199.     end
  200.     object N12: TMenuItem
  201.       Caption = '1'
  202.       OnClick = N12Click
  203.     end
  204.     object N22: TMenuItem
  205.       Caption = '2'
  206.       OnClick = N22Click
  207.     end
  208.     object N32: TMenuItem
  209.       Caption = '3'
  210.       OnClick = N32Click
  211.     end
  212.     object N42: TMenuItem
  213.       Caption = '4'
  214.       OnClick = N42Click
  215.     end
  216.     object N52: TMenuItem
  217.       Caption = '5'
  218.       OnClick = N52Click
  219.     end
  220.     object N62: TMenuItem
  221.       Caption = '6'
  222.       OnClick = N62Click
  223.     end
  224.     object N72: TMenuItem
  225.       Caption = '7'
  226.       OnClick = N72Click
  227.     end
  228.     object N82: TMenuItem
  229.       Caption = '8'
  230.       OnClick = N82Click
  231.     end
  232.     object N92: TMenuItem
  233.       Caption = '9'
  234.       OnClick = N92Click
  235.     end
  236.   end
  237. end
  238.