2005-03-25 03:35:39 -05:00
|
|
|
object FullscreenForm: TFullscreenForm
|
2006-01-05 13:38:34 -05:00
|
|
|
Left = 439
|
|
|
|
Top = 325
|
2005-03-25 03:35:39 -05:00
|
|
|
BorderStyle = bsNone
|
|
|
|
Caption = 'FullscreenForm'
|
2006-01-05 13:38:34 -05:00
|
|
|
ClientHeight = 131
|
|
|
|
ClientWidth = 186
|
2005-03-25 03:35:39 -05:00
|
|
|
Color = clBlack
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'MS Sans Serif'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
OnKeyPress = FormKeyPress
|
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
|
|
|
object Image: TImage
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2006-01-05 13:38:34 -05:00
|
|
|
Width = 186
|
|
|
|
Height = 131
|
2005-03-25 03:35:39 -05:00
|
|
|
OnDblClick = ImageDblClick
|
|
|
|
end
|
|
|
|
end
|