home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMSHUTDOWN / TFRMSHUTDOWN.txt
Text File  |  1998-04-08  |  3KB  |  138 lines

  1. object frmShutDown: TfrmShutDown
  2.   Left = 369
  3.   Top = 234
  4.   HelpContext = 170
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Shutdown Computers'
  8.   ClientHeight = 275
  9.   ClientWidth = 251
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 100
  24.     Height = 14
  25.     Caption = 'Shutdown Message:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 124
  30.     Width = 90
  31.     Height = 14
  32.     Caption = 'Shutdown Timeout'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 160
  36.     Top = 148
  37.     Width = 62
  38.     Height = 14
  39.     Caption = '(In Seconds)'
  40.   end
  41.   object memoShutdownMessage: TMemo
  42.     Left = 9
  43.     Top = 28
  44.     Width = 233
  45.     Height = 89
  46.     Lines.Strings = (
  47.       'Your computer is being shutdown by '
  48.       'the administator!')
  49.     TabOrder = 0
  50.   end
  51.   object edTimeOut: TEdit
  52.     Left = 102
  53.     Top = 142
  54.     Width = 33
  55.     Height = 22
  56.     TabOrder = 1
  57.     Text = '30'
  58.   end
  59.   object chkForceClose: TCheckBox
  60.     Left = 37
  61.     Top = 176
  62.     Width = 180
  63.     Height = 17
  64.     Caption = 'Force Applications to close'
  65.     TabOrder = 2
  66.   end
  67.   object chkReboot: TCheckBox
  68.     Left = 37
  69.     Top = 196
  70.     Width = 177
  71.     Height = 17
  72.     Caption = 'Reboot System after Shutdown'
  73.     TabOrder = 3
  74.   end
  75.   object btnShutdown: TButton
  76.     Left = 172
  77.     Top = 228
  78.     Width = 70
  79.     Height = 22
  80.     Caption = '&Shutdown'
  81.     TabOrder = 4
  82.     OnClick = btnShutdownClick
  83.   end
  84.   object btnCancel: TButton
  85.     Left = 8
  86.     Top = 228
  87.     Width = 70
  88.     Height = 22
  89.     Caption = '&Cancel'
  90.     Enabled = False
  91.     TabOrder = 5
  92.     OnClick = btnCancelClick
  93.   end
  94.   object btnAbort: TButton
  95.     Left = 90
  96.     Top = 228
  97.     Width = 70
  98.     Height = 22
  99.     Caption = '&Abort '
  100.     TabOrder = 6
  101.     OnClick = btnAbortClick
  102.   end
  103.   object UpDown1: TUpDown
  104.     Left = 135
  105.     Top = 142
  106.     Width = 15
  107.     Height = 22
  108.     Associate = edTimeOut
  109.     Min = 0
  110.     Max = 600
  111.     Position = 30
  112.     TabOrder = 7
  113.     Wrap = True
  114.   end
  115.   object sbSingle: TStatusBar
  116.     Left = 0
  117.     Top = 256
  118.     Width = 251
  119.     Height = 19
  120.     Enabled = False
  121.     Panels = <
  122.       item
  123.         Text = 'Sel:'
  124.         Width = 80
  125.       end
  126.       item
  127.         Text = 'Proc:'
  128.         Width = 80
  129.       end
  130.       item
  131.         Text = 'Fail:'
  132.         Width = 80
  133.       end>
  134.     SimplePanel = False
  135.     SizeGrip = False
  136.   end
  137. end
  138.