home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / TSHUTDOWNFORM / TSHUTDOWNFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.2 KB  |  62 lines

  1. object ShutdownForm: TShutdownForm
  2.   Left = 0
  3.   Top = 0
  4.   Caption = 'System Shutdown'
  5.   ClientHeight = 89
  6.   ClientWidth = 227
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   DesignSize = (
  17.     227
  18.     89)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ProgressBar: TProgressBar
  22.     Left = 8
  23.     Top = 26
  24.     Width = 211
  25.     Height = 24
  26.     Anchors = [akLeft, akTop, akRight]
  27.     Max = 20
  28.     Step = 1
  29.     TabOrder = 0
  30.     ExplicitWidth = 206
  31.   end
  32.   object StaticText: TStaticText
  33.     Left = 8
  34.     Top = 8
  35.     Width = 211
  36.     Height = 17
  37.     Alignment = taCenter
  38.     Anchors = [akLeft, akTop, akRight]
  39.     AutoSize = False
  40.     Caption = 'System shutdown imminent!'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clRed
  43.     Font.Height = -11
  44.     Font.Name = 'Tahoma'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     Transparent = False
  49.     ExplicitWidth = 176
  50.   end
  51.   object Cancel: TButton
  52.     Left = 76
  53.     Top = 56
  54.     Width = 75
  55.     Height = 25
  56.     Cancel = True
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61. end
  62.