13.10 end

This commit is contained in:
2025-10-13 12:42:00 +02:00
parent db2b030bd4
commit 16dc96bbca
16 changed files with 521 additions and 208 deletions

View File

@@ -2,14 +2,18 @@ object FGUIForm: TFXGUIForm
Tag = 180
Left = 240
Top = 154
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
BorderIcons = [biSystemMenu]
Caption = 'Muehle'
ClientHeight = 227
ClientWidth = 270
ClientHeight = 454
ClientWidth = 540
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Height = -24
Font.Name = 'Segoe UI'
Font.Style = []
FormStyle = fsStayOnTop
@@ -40,7 +44,8 @@ object FGUIForm: TFXGUIForm
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
PixelsPerInch = 192
TextHeight = 32
object GNUgettextMarker: TGnuGettextComponentMarker
end
end