home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2003 February
/
PCWorld_2003-02_cd.bin
/
Software
/
Topware
/
devpascal
/
devpas.exe
/
0
/
RCDATA
/
TEGGFORM
/
TEGGFORM.txt
< prev
Wrap
Text File
|
2002-07-15
|
3KB
|
129 lines
object EggForm: TEggForm
Left = 192
Top = 108
Width = 532
Height = 384
BorderIcons = [biSystemMenu]
Caption = 'The Dev-Pascal Easter Egg'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = True
PixelsPerInch = 120
TextHeight = 16
object ColinPic: TImage
Left = 20
Top = 18
Width = 110
Height = 176
AutoSize = True
Picture.Data = {<image001.bmp>}
OnMouseDown = PaintBoxMouseDown
OnMouseMove = PaintBoxMouseMove
OnMouseUp = PaintBoxMouseUp
end
object Label1: TLabel
Left = 20
Top = 236
Width = 82
Height = 16
Caption = 'Colin Laplace'
end
object Label2: TLabel
Left = 179
Top = 236
Width = 60
Height = 16
Caption = 'Hongli Lai'
end
object HongliPic: TImage
Left = 187
Top = 18
Width = 113
Height = 176
AutoSize = True
Picture.Data = {<image002.bmp>}
OnMouseDown = PaintBoxMouseDown
OnMouseMove = PaintBoxMouseMove
OnMouseUp = PaintBoxMouseUp
end
object ChiefPic: TImage
Left = 344
Top = 24
Width = 120
Height = 114
AutoSize = True
Center = True
Picture.Data = {<image003.bmp>}
end
object Label3: TLabel
Left = 352
Top = 232
Width = 153
Height = 16
Caption = 'Prof A Olowofoyeku '
end
object ColinThanks: TBitBtn
Left = 20
Top = 256
Width = 129
Height = 31
Caption = 'Thanks list : )'
TabOrder = 0
OnClick = ColinThanksClick
end
object HongliThanks: TBitBtn
Left = 179
Top = 256
Width = 139
Height = 31
Caption = 'Thanks list ; )'
TabOrder = 1
OnClick = HongliThanksClick
end
object CloseBtn: TBitBtn
Left = 108
Top = 303
Width = 306
Height = 31
TabOrder = 2
OnClick = CloseBtnClick
Kind = bkClose
end
object ChiefThanks: TButton
Left = 352
Top = 256
Width = 129
Height = 33
Caption = 'Thanks list ;-)'
TabOrder = 3
OnClick = ChiefThanksClick
end
object MarsCaption1: TMarsCaption
ActiveBeginColor = clAqua
ActiveEndColor = clPurple
ActiveFontColor = clWhite
InactiveBeginColor = 5000268
InactiveEndColor = clSilver
InactiveFontColor = clSilver
ApplicationNameFont.Charset = DEFAULT_CHARSET
ApplicationNameFont.Color = clWindowText
ApplicationNameFont.Height = -11
ApplicationNameFont.Name = 'MS Sans Serif'
ApplicationNameFont.Style = [fsBold]
CaptionFont.Charset = DEFAULT_CHARSET
CaptionFont.Color = clWindowText
CaptionFont.Height = -11
CaptionFont.Name = 'MS Sans Serif'
CaptionFont.Style = [fsBold]
NumColors = 64
AutoSize = False
Left = 56
Top = 304
end
end