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
Wrap
Text File
|
1998-04-08
|
3KB
|
138 lines
object frmShutDown: TfrmShutDown
Left = 369
Top = 234
HelpContext = 170
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Shutdown Computers'
ClientHeight = 275
ClientWidth = 251
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 8
Top = 8
Width = 100
Height = 14
Caption = 'Shutdown Message:'
end
object Label2: TLabel
Left = 8
Top = 124
Width = 90
Height = 14
Caption = 'Shutdown Timeout'
end
object Label3: TLabel
Left = 160
Top = 148
Width = 62
Height = 14
Caption = '(In Seconds)'
end
object memoShutdownMessage: TMemo
Left = 9
Top = 28
Width = 233
Height = 89
Lines.Strings = (
'Your computer is being shutdown by '
'the administator!')
TabOrder = 0
end
object edTimeOut: TEdit
Left = 102
Top = 142
Width = 33
Height = 22
TabOrder = 1
Text = '30'
end
object chkForceClose: TCheckBox
Left = 37
Top = 176
Width = 180
Height = 17
Caption = 'Force Applications to close'
TabOrder = 2
end
object chkReboot: TCheckBox
Left = 37
Top = 196
Width = 177
Height = 17
Caption = 'Reboot System after Shutdown'
TabOrder = 3
end
object btnShutdown: TButton
Left = 172
Top = 228
Width = 70
Height = 22
Caption = '&Shutdown'
TabOrder = 4
OnClick = btnShutdownClick
end
object btnCancel: TButton
Left = 8
Top = 228
Width = 70
Height = 22
Caption = '&Cancel'
Enabled = False
TabOrder = 5
OnClick = btnCancelClick
end
object btnAbort: TButton
Left = 90
Top = 228
Width = 70
Height = 22
Caption = '&Abort '
TabOrder = 6
OnClick = btnAbortClick
end
object UpDown1: TUpDown
Left = 135
Top = 142
Width = 15
Height = 22
Associate = edTimeOut
Min = 0
Max = 600
Position = 30
TabOrder = 7
Wrap = True
end
object sbSingle: TStatusBar
Left = 0
Top = 256
Width = 251
Height = 19
Enabled = False
Panels = <
item
Text = 'Sel:'
Width = 80
end
item
Text = 'Proc:'
Width = 80
end
item
Text = 'Fail:'
Width = 80
end>
SimplePanel = False
SizeGrip = False
end
end