backup
This commit is contained in:
210
2/Lenj/BruttoNetto.~fm
Normal file
210
2/Lenj/BruttoNetto.~fm
Normal file
@@ -0,0 +1,210 @@
|
||||
object FGUIForm: TFXGuiForm
|
||||
Tag = 180
|
||||
Left = 915
|
||||
Top = 458
|
||||
BorderIcons = [biSystemMenu]
|
||||
Caption = 'BruttoNetto'
|
||||
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
|
||||
OnCreate = FormCreate
|
||||
OnMouseActivate = FormMouseActivate
|
||||
OnResize = FormResize
|
||||
FrameType = 8
|
||||
Modified = False
|
||||
Resizable = True
|
||||
Undecorated = False
|
||||
Background = clBtnFace
|
||||
Title = 'BruttoNetto'
|
||||
X = 0
|
||||
Y = 0
|
||||
FullScreen = False
|
||||
AlwaysOnTop = False
|
||||
Iconified = False
|
||||
MaxHeight = 0
|
||||
MaxWidth = 0
|
||||
MinHeight = 0
|
||||
MinWidth = 0
|
||||
showing = ''
|
||||
TextHeight = 15
|
||||
object gehaltField: TFXNumberField
|
||||
Tag = 103
|
||||
Left = 8
|
||||
Top = 16
|
||||
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 = 16
|
||||
Disable = False
|
||||
Cache = False
|
||||
dragOver = ''
|
||||
PrefHeight = 24
|
||||
PrefWidth = 80
|
||||
SnapToPixel = False
|
||||
Text = '3000'
|
||||
Editable = True
|
||||
PromptText = 'Gehalt'
|
||||
Alignment = CENTER_LEFT
|
||||
PrefColumnCount = 12
|
||||
action = ''
|
||||
end
|
||||
object steuerField: TFXNumberField
|
||||
Tag = 103
|
||||
Left = 8
|
||||
Top = 48
|
||||
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 = 8
|
||||
LayoutY = 48
|
||||
Disable = False
|
||||
Cache = False
|
||||
dragOver = ''
|
||||
PrefHeight = 24
|
||||
PrefWidth = 80
|
||||
SnapToPixel = False
|
||||
Text = '19.0'
|
||||
Editable = True
|
||||
Alignment = CENTER_LEFT
|
||||
PrefColumnCount = 12
|
||||
action = ''
|
||||
end
|
||||
object lEndGehalt: TFXLabel
|
||||
Tag = 101
|
||||
Left = 120
|
||||
Top = 16
|
||||
Width = 112
|
||||
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 = 120
|
||||
LayoutY = 16
|
||||
Disable = False
|
||||
Cache = False
|
||||
dragOver = ''
|
||||
PrefHeight = 24
|
||||
PrefWidth = 112
|
||||
SnapToPixel = False
|
||||
Alignment = CENTER_LEFT
|
||||
ContentDisplay = _CD_LEFT
|
||||
EllipsisString = '...'
|
||||
Underline = False
|
||||
TextFill = 3355443
|
||||
GraphicTextGap = 4
|
||||
MnemonicParsing = False
|
||||
Text = 'End Gehalt: 0'
|
||||
TextAlignment = _TA_LEFT
|
||||
WrapText = False
|
||||
end
|
||||
object lSteuer: TFXLabel
|
||||
Tag = 101
|
||||
Left = 120
|
||||
Top = 48
|
||||
Width = 112
|
||||
Height = 24
|
||||
Hint = 'label2'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -15
|
||||
Font.Name = 'Dialog'
|
||||
Font.Style = []
|
||||
Foreground = clBlack
|
||||
Background = clBtnFace
|
||||
JavaType = 'Label'
|
||||
LayoutX = 120
|
||||
LayoutY = 48
|
||||
Disable = False
|
||||
Cache = False
|
||||
dragOver = ''
|
||||
PrefHeight = 24
|
||||
PrefWidth = 112
|
||||
SnapToPixel = False
|
||||
Alignment = CENTER_LEFT
|
||||
ContentDisplay = _CD_LEFT
|
||||
EllipsisString = '...'
|
||||
Underline = False
|
||||
TextFill = 3355443
|
||||
GraphicTextGap = 4
|
||||
MnemonicParsing = False
|
||||
Text = 'Steuer'
|
||||
TextAlignment = _TA_LEFT
|
||||
WrapText = False
|
||||
end
|
||||
object bRechnen: TFXButton
|
||||
Tag = 105
|
||||
Left = 72
|
||||
Top = 96
|
||||
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 = 96
|
||||
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 GNUgettextMarker: TGnuGettextComponentMarker
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user