home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Novinky / April / Dm / Dm.exe / 0 / RCDATA / TCLOSEDOWNFORM / TCLOSEDOWNFORM.txt
Text File  |  1998-05-01  |  2KB  |  98 lines

  1. object CloseDownForm: TCloseDownForm
  2.   Left = 239
  3.   Top = 237
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shut Down Windows'
  6.   ClientHeight = 168
  7.   ClientWidth = 344
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 64
  19.     Top = 8
  20.     Width = 242
  21.     Height = 26
  22.     Caption = 
  23.       'Windows has detected there is no system software on your compute' +
  24.       'r.'
  25.     WordWrap = True
  26.   end
  27.   object Image1: TImage
  28.     Left = 20
  29.     Top = 12
  30.     Width = 32
  31.     Height = 32
  32.     AutoSize = True
  33.   end
  34.   object RadioButton1: TRadioButton
  35.     Left = 64
  36.     Top = 48
  37.     Width = 189
  38.     Height = 17
  39.     Caption = '&Shut down the computer?'
  40.     Checked = True
  41.     TabOrder = 0
  42.     TabStop = True
  43.   end
  44.   object RadioButton2: TRadioButton
  45.     Left = 64
  46.     Top = 72
  47.     Width = 197
  48.     Height = 17
  49.     Caption = '&Restart the computer?'
  50.     Enabled = False
  51.     TabOrder = 1
  52.   end
  53.   object RadioButton3: TRadioButton
  54.     Left = 64
  55.     Top = 96
  56.     Width = 265
  57.     Height = 17
  58.     Caption = '&Close all programs and log on as a different user?'
  59.     Enabled = False
  60.     TabOrder = 2
  61.   end
  62.   object Button1: TButton
  63.     Left = 100
  64.     Top = 136
  65.     Width = 75
  66.     Height = 25
  67.     Caption = '&Yes'
  68.     ModalResult = 1
  69.     TabOrder = 3
  70.   end
  71.   object Button2: TButton
  72.     Left = 180
  73.     Top = 136
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&No'
  77.     Enabled = False
  78.     ModalResult = 1
  79.     TabOrder = 4
  80.   end
  81.   object Button3: TButton
  82.     Left = 260
  83.     Top = 136
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Help'
  87.     ModalResult = 1
  88.     TabOrder = 5
  89.   end
  90.   object YesTimer: TTimer
  91.     Enabled = False
  92.     Interval = 5000
  93.     OnTimer = YesTimerTimer
  94.     Left = 24
  95.     Top = 48
  96.   end
  97. end
  98.