home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
sharewar
/
MBM
/
_SETUP.1
/
MBM4.exe
/
0
/
RCDATA
/
TFORM10
/
TFORM10.txt
< prev
Wrap
Text File
|
1999-11-06
|
1KB
|
65 lines
object Form10: TForm10
Left = 347
Top = 239
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Warning'
ClientHeight = 104
ClientWidth = 417
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 12
Top = 13
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
end
object Label1: TLabel
Left = 59
Top = 13
Width = 345
Height = 41
AutoSize = False
Caption = 'Label1'
WordWrap = True
end
object SpeedButton2: TSpeedButton
Left = 240
Top = 80
Width = 113
Height = 22
Caption = '&Disable Alarm'
Layout = blGlyphBottom
OnClick = SpeedButton2Click
end
object SpeedButton1: TSpeedButton
Left = 64
Top = 80
Width = 113
Height = 22
Caption = '&Enable Alarm'
Layout = blGlyphBottom
OnClick = SpeedButton1Click
end
object Timer1: TTimer
Enabled = False
Interval = 500
OnTimer = Timer1Timer
Top = 72
end
end