43 lines
949 B
Plaintext
43 lines
949 B
Plaintext
object FullScreen: TFullScreen
|
|
Left = 456
|
|
Top = 148
|
|
HorzScrollBar.Visible = False
|
|
VertScrollBar.Visible = False
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
Caption = 'FullScreen'
|
|
ClientHeight = 276
|
|
ClientWidth = 480
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = True
|
|
Position = poDefault
|
|
WindowState = wsMaximized
|
|
OnCreate = FormCreate
|
|
OnKeyPress = FormKeyPress
|
|
PixelsPerInch = 96
|
|
TextHeight = 16
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 480
|
|
Height = 276
|
|
Background = clWhite
|
|
Ctl3D = False
|
|
ParentCtl3D = False
|
|
LegacyBitmap = False
|
|
BackgroundStyle = iebsChessboard
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
OnClick = ImageClick
|
|
OnDblClick = ImageClick
|
|
OnKeyDown = Image1KeyDown
|
|
end
|
|
end
|