backup
This commit is contained in:
67
2/Lenj/game.jfm
Normal file
67
2/Lenj/game.jfm
Normal file
@@ -0,0 +1,67 @@
|
||||
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
|
||||
Reference in New Issue
Block a user