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

View File

@@ -0,0 +1,174 @@
object FGUIForm_1: TFXGuiForm
Tag = 180
Left = 1077
Top = 425
BorderIcons = [biSystemMenu]
Caption = 'Kraftstoffverbrauch'
ClientHeight = 223
ClientWidth = 268
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
OnMouseActivate = FormMouseActivate
OnResize = FormResize
FrameType = 8
Modified = False
Resizable = True
Undecorated = False
Background = clBtnFace
Title = 'Kraftstoffverbrauch'
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object kmField: TFXNumberField
Tag = 103
Left = 8
Top = 24
Width = 80
Height = 24
Cursor = crIBeam
Hint = 'numberField1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = clWhite
JavaType = 'NumberField'
LayoutX = 8
LayoutY = 24
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 80
SnapToPixel = False
Text = '56'
Editable = True
PromptText = 'Km'
Alignment = CENTER_LEFT
PrefColumnCount = 12
action = ''
end
object kraftstoffField: TFXNumberField
Tag = 103
Left = 128
Top = 24
Width = 80
Height = 24
Cursor = crIBeam
Hint = 'numberField2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = clWhite
JavaType = 'NumberField'
LayoutX = 128
LayoutY = 24
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 80
SnapToPixel = False
Text = '10'
Editable = True
PromptText = 'l'
Alignment = CENTER_LEFT
PrefColumnCount = 12
action = ''
end
object bRechnen: TFXButton
Tag = 105
Left = 72
Top = 64
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 = 72
LayoutY = 64
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 = 'Rechnen'
TextAlignment = _TA_LEFT
WrapText = False
action = 'bRechnen_Action'
CancelButton = False
DefaultButton = False
end
object lErgebnis: TFXLabel
Tag = 101
Left = 16
Top = 112
Width = 248
Height = 24
Hint = 'label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = clBtnFace
JavaType = 'Label'
LayoutX = 16
LayoutY = 112
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 248
SnapToPixel = False
Alignment = CENTER_LEFT
ContentDisplay = _CD_LEFT
EllipsisString = '...'
Underline = False
TextFill = 3355443
GraphicTextGap = 4
MnemonicParsing = False
Text = ''
TextAlignment = _TA_LEFT
WrapText = False
end
end