home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
ctenari
/
Hadraba
/
Source
/
EventForm.dfm
< prev
next >
Wrap
Text File
|
2002-08-11
|
2KB
|
69 lines
object EventForm1: TEventForm1
Left = 294
Top = 341
BorderIcons = []
BorderStyle = bsNone
Caption = 'EventForm1'
ClientHeight = 129
ClientWidth = 377
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poDesktopCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 377
Height = 129
Align = alClient
BevelInner = bvLowered
Color = clWhite
PopupMenu = PopupMenu1
TabOrder = 0
OnMouseDown = OnMoveOnScreen
object OKSpeedButton1: TSpeedButton
Left = 144
Top = 88
Width = 89
Height = 25
Caption = 'OK'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = OKSpeedButton1Click
end
object EventStaticText1: TStaticText
Left = 24
Top = 24
Width = 117
Height = 17
Caption = 'AutoRun internal failure.'
PopupMenu = PopupMenu1
TabOrder = 0
OnMouseDown = OnMoveOnScreen
end
end
object PopupMenu1: TPopupMenu
Left = 8
Top = 88
object Close1: TMenuItem
Caption = '&Close'
Default = True
ShortCut = 27
OnClick = Close1Click
end
end
end