home *** CD-ROM | disk | FTP | other *** search
/ Freelog 12 / Freelog012.iso / Creation / RBLangPack140 / RazorBlade.de / 0 / RCDATA / TFORMSHUTDOWN / TFORMSHUTDOWN.txt
Text File  |  1999-08-22  |  2KB  |  81 lines

  1. object FormShutdown: TFormShutdown
  2.   Left = 258
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rechner herunterfahren'
  6.   ClientHeight = 164
  7.   ClientWidth = 172
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PanelButton: TPanel
  19.     Left = 0
  20.     Top = 123
  21.     Width = 172
  22.     Height = 41
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object ButtonCancel: TButton
  26.       Left = 48
  27.       Top = 8
  28.       Width = 75
  29.       Height = 25
  30.       Cancel = True
  31.       Caption = 'A&bbruch'
  32.       Default = True
  33.       ModalResult = 2
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object PanelLabel: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 172
  41.     Height = 123
  42.     Align = alClient
  43.     TabOrder = 1
  44.     object LabelShutdownDescription: TLabel
  45.       Left = 16
  46.       Top = 40
  47.       Width = 144
  48.       Height = 39
  49.       Caption = 
  50.         'Wenn Sie jetzt nicht abbrechen,'#13#10'wird RazorBlade Windows herunte' +
  51.         'rfahren'#13#10'Windows.'
  52.     end
  53.     object LabelWarning: TLabel
  54.       Left = 16
  55.       Top = 8
  56.       Width = 85
  57.       Height = 24
  58.       Caption = 'Warnung!'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -19
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.     end
  66.     object LabelTimeOut: TLabel
  67.       Left = 16
  68.       Top = 88
  69.       Width = 43
  70.       Height = 13
  71.       Caption = 'Zeit ∩┐╜brig:'
  72.     end
  73.   end
  74.   object TimerShutdown: TTimer
  75.     Enabled = False
  76.     OnTimer = TimerShutdownTimer
  77.     Left = 136
  78.     Top = 8
  79.   end
  80. end
  81.