Files
java-schule/2/Lenj/test.~fm
Mykola Fesenko 899a05907b backup
2025-07-29 08:08:23 +02:00

177 lines
3.7 KiB
Plaintext

object FGUIForm: TFXGuiForm
Tag = 180
Left = 727
Top = 322
BorderIcons = [biSystemMenu]
Caption = 'test'
ClientHeight = 217
ClientWidth = 281
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 = 'test'
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object title: TFXLabel
Tag = 101
Left = 8
Top = 8
Width = 264
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 = 8
LayoutY = 8
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 264
SnapToPixel = False
Alignment = CENTER_LEFT
ContentDisplay = _CD_CENTER
EllipsisString = '...'
Underline = False
TextFill = 3355443
GraphicTextGap = 4
MnemonicParsing = False
Text = 'Label'
TextAlignment = _TA_LEFT
WrapText = False
LabelFor = 'Just Testing'
end
object field1: TFXNumberField
Tag = 103
Left = 8
Top = 40
Width = 136
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 = 40
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 136
SnapToPixel = False
Text = ''
Editable = True
PromptText = 'Number'
Alignment = CENTER_LEFT
PrefColumnCount = 12
action = ''
end
object button1: TFXButton
Tag = 105
Left = 88
Top = 80
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 = 88
LayoutY = 80
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 listView1: TFXListView
Tag = 109
Left = 0
Top = 104
Width = 120
Height = 112
Hint = 'listView1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = 13158600
JavaType = 'ListView'
LayoutX = 0
LayoutY = 104
Disable = False
Cache = False
dragOver = ''
PrefHeight = 112
PrefWidth = 120
SnapToPixel = False
Editable = False
FixedCellSize = -1
Items.Strings = (
'Amerika'
'Europa'
'Asien')
Orientation = VERTICAL
SelectionMode = SINGLE
end
end