68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
object FGUIForm: TFXGuiForm
|
|
Tag = 180
|
|
Left = 747
|
|
Top = 452
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'game'
|
|
ClientHeight = 434
|
|
ClientWidth = 534
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poDesigned
|
|
Visible = True
|
|
OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
|
|
OnBeforeMonitorDpiChanged = FormBeforeMonitorDpiChanged
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
OnMouseActivate = FormMouseActivate
|
|
OnResize = FormResize
|
|
FrameType = 8
|
|
Modified = False
|
|
Resizable = True
|
|
Undecorated = False
|
|
Background = clBtnFace
|
|
Title = 'game'
|
|
X = 0
|
|
Y = 0
|
|
FullScreen = False
|
|
AlwaysOnTop = False
|
|
Iconified = False
|
|
MaxHeight = 0
|
|
MaxWidth = 0
|
|
MinHeight = 0
|
|
MinWidth = 0
|
|
showing = ''
|
|
TextHeight = 15
|
|
object main: TFXCanvas
|
|
Tag = 114
|
|
Left = 0
|
|
Top = 0
|
|
Width = 536
|
|
Height = 432
|
|
Hint = 'canvas1'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -15
|
|
Font.Name = 'Dialog'
|
|
Font.Style = []
|
|
Foreground = clBlack
|
|
Background = clBtnFace
|
|
JavaType = 'Canvas'
|
|
LayoutX = 0
|
|
LayoutY = 0
|
|
Disable = False
|
|
Cache = False
|
|
dragOver = ''
|
|
keyPressed = 'main_KeyPressed'
|
|
mouseClicked = 'main_MouseClicked'
|
|
end
|
|
object GNUgettextMarker: TGnuGettextComponentMarker
|
|
end
|
|
end
|