home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 November
/
Chip_2002-11_cd1.bin
/
ctenari
/
Hadraba
/
Source
/
ErrorForm.dfm
< prev
next >
Wrap
Text File
|
2002-06-12
|
2KB
|
75 lines
object ErrorForm1: TErrorForm1
Left = 336
Top = 290
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'AutoRun Internal error handler'
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 CloseSpeedButton1: TSpeedButton
Left = 144
Top = 88
Width = 89
Height = 25
Caption = 'Close'
Flat = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
OnClick = CloseSpeedButton1Click
end
object Memo1: TMemo
Left = 8
Top = 24
Width = 361
Height = 33
Alignment = taCenter
BorderStyle = bsNone
Lines.Strings = (
'AutoRun generates internal error. Application will be closed.'
'For more informations, please, contact Hadraba-Soft company.')
ReadOnly = True
TabOrder = 0
end
object EMailKeyStaticText1: TStaticText
Left = 160
Top = 62
Width = 17
Height = 17
Caption = '[C]'
TabOrder = 1
OnClick = EMailStaticText1Click
end
object EMailStaticText1: TStaticText
Left = 16
Top = 61
Width = 140
Height = 20
Cursor = crHandPoint
Caption = 'hadrabap@volny.cz'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clBlue
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
TabOrder = 2
OnClick = EMailStaticText1Click
end
end