This commit is contained in:
2025-10-22 10:52:19 +02:00
parent c3bfe0e706
commit 9e768947a5
5 changed files with 755 additions and 46 deletions

View File

@@ -1,46 +1,46 @@
object FGUIForm: TFXGUIForm
Tag = 180
Left = 240
Top = 154
BorderIcons = [biSystemMenu]
Caption = 'Muehle'
ClientHeight = 227
ClientWidth = 270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDesigned
Visible = True
OnActivate = FormActivate
OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
OnBeforeMonitorDpiChanged = FormBeforeMonitorDpiChanged
OnCanResize = FormCanResize
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnMouseActivate = FormMouseActivate
OnResize = FormResize
Resizable = True
Undecorated = False
Background = clBtnFace
Title = 'Muehle'
FontSize = 11
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object GNUgettextMarker: TGnuGettextComponentMarker
end
end
object FGUIForm: TFXGUIForm
Tag = 180
Left = 240
Top = 154
BorderIcons = [biSystemMenu]
Caption = 'Muehle'
ClientHeight = 227
ClientWidth = 270
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDesigned
Visible = True
OnActivate = FormActivate
OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
OnBeforeMonitorDpiChanged = FormBeforeMonitorDpiChanged
OnCanResize = FormCanResize
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnMouseActivate = FormMouseActivate
OnResize = FormResize
Resizable = True
Undecorated = False
Background = clBtnFace
Title = 'Muehle'
FontSize = 11
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object GNUgettextMarker: TGnuGettextComponentMarker
end
end