something new...:)

This commit is contained in:
zueuk
2006-01-05 18:38:34 +00:00
parent 5ee487cc41
commit e3d705bd3d
11 changed files with 129 additions and 79 deletions

View File

@ -1,10 +1,10 @@
object FullscreenForm: TFullscreenForm
Left = 438
Top = 324
Left = 439
Top = 325
BorderStyle = bsNone
Caption = 'FullscreenForm'
ClientHeight = 133
ClientWidth = 188
ClientHeight = 131
ClientWidth = 186
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
@ -22,8 +22,8 @@ object FullscreenForm: TFullscreenForm
object Image: TImage
Left = 0
Top = 0
Width = 188
Height = 133
Width = 186
Height = 131
Align = alClient
OnDblClick = ImageDblClick
end