home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM9 / TFORM9.txt
Text File  |  1998-05-10  |  2KB  |  110 lines

  1. object Form9: TForm9
  2.   Left = 214
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Windows shutdown options'
  7.   ClientHeight = 176
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 305
  21.     Height = 176
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 136
  28.       Height = 13
  29.       Caption = 'Please choose option below:'
  30.     end
  31.     object RadioGroup1: TRadioGroup
  32.       Left = 16
  33.       Top = 32
  34.       Width = 273
  35.       Height = 97
  36.       Caption = 'Windows Shutdown options:'
  37.       Font.Charset = ANSI_CHARSET
  38.       Font.Color = clRed
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       TabOrder = 0
  44.     end
  45.     object RadioButton1: TRadioButton
  46.       Left = 24
  47.       Top = 56
  48.       Width = 177
  49.       Height = 17
  50.       Caption = 'Shutdown Windows fully'
  51.       Checked = True
  52.       Font.Charset = ANSI_CHARSET
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       TabOrder = 1
  59.       TabStop = True
  60.     end
  61.     object RadioButton2: TRadioButton
  62.       Left = 24
  63.       Top = 80
  64.       Width = 121
  65.       Height = 17
  66.       Caption = 'Reboot Computer '
  67.       Font.Charset = ANSI_CHARSET
  68.       Font.Color = clBlack
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.       TabOrder = 2
  74.     end
  75.     object RadioButton3: TRadioButton
  76.       Left = 24
  77.       Top = 104
  78.       Width = 257
  79.       Height = 17
  80.       Caption = 'Logoff Windows and logon another user'
  81.       Font.Charset = ANSI_CHARSET
  82.       Font.Color = clBlack
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       TabOrder = 3
  88.     end
  89.     object Button1: TButton
  90.       Left = 24
  91.       Top = 136
  92.       Width = 75
  93.       Height = 25
  94.       Caption = '&OK'
  95.       Default = True
  96.       TabOrder = 4
  97.       OnClick = Button1Click
  98.     end
  99.     object Button2: TButton
  100.       Left = 208
  101.       Top = 136
  102.       Width = 75
  103.       Height = 25
  104.       Caption = '&Cancel'
  105.       ModalResult = 2
  106.       TabOrder = 5
  107.     end
  108.   end
  109. end
  110.