This commit is contained in:
Mykola Fesenko
2025-07-29 08:08:23 +02:00
commit 899a05907b
355 changed files with 11002 additions and 0 deletions

67
2/Lenj/game.jfm Normal file
View 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