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

143
fx/wiederTesten.jfm Normal file
View File

@@ -0,0 +1,143 @@
object FGUIForm: TFXGuiForm
Tag = 180
Left = 794
Top = 459
BorderIcons = [biSystemMenu]
Caption = 'wiederTesten'
ClientHeight = 371
ClientWidth = 544
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
OnCanResize = FormCanResize
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnMouseActivate = FormMouseActivate
OnResize = FormResize
FrameType = 8
Modified = False
Resizable = True
Undecorated = False
Background = clBtnFace
Title = 'wiederTesten'
FontSize = 11
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object pane1: TFXPane
Tag = 121
Left = 192
Top = 152
Width = 160
Height = 144
Hint = 'pane1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = clBtnFace
JavaType = 'Pane'
LayoutX = 192
LayoutY = 152
Disable = False
Cache = False
dragOver = ''
PrefHeight = 144
PrefWidth = 160
SnapToPixel = False
end
object button1: TFXButton
Tag = 105
Left = 24
Top = 24
Width = 80
Height = 24
Hint = 'button1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = clBtnFace
JavaType = 'Button'
LayoutX = 24
LayoutY = 24
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 80
SnapToPixel = False
Alignment = CENTER
ContentDisplay = _CD_LEFT
EllipsisString = '...'
Underline = False
TextFill = 3355443
GraphicTextGap = 4
MnemonicParsing = False
Text = 'Button'
TextAlignment = _TA_LEFT
WrapText = False
action = 'button1_Action'
CancelButton = False
DefaultButton = False
end
object menuBar1: TFXMenuBarWithMenus
Tag = 124
Left = 0
Top = 0
Width = 540
Height = 23
Hint = 'menuBar1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = 16053492
JavaType = 'MenuBar'
LayoutX = 0
LayoutY = 0
Disable = False
Cache = False
dragOver = ''
PrefHeight = 23
PrefWidth = 540
SnapToPixel = False
MenuItems.Strings = (
'File'
' New'
' Java'
' XML'
' Load'
' Save, Ctrl+Shift+S'
'Edit'
' Copy, Ctrl+C'
' Paste, Ctrl+V'
' -'
' Delete')
end
object GNUgettextMarker: TGnuGettextComponentMarker
end
end