Files
java-schule/fx/sed.jfm
Mykola Fesenko 899a05907b backup
2025-07-29 08:08:23 +02:00

150 lines
3.2 KiB
Plaintext

object FGUIForm: TFXGuiForm
Tag = 180
Left = 985
Top = 436
BorderIcons = [biSystemMenu]
Caption = 'sed'
ClientHeight = 224
ClientWidth = 451
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
OnCanResize = FormCanResize
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnMouseActivate = FormMouseActivate
OnResize = FormResize
FrameType = 8
Modified = False
Resizable = True
Undecorated = False
Background = clBtnFace
Title = 'sed'
FontSize = 11
X = 0
Y = 0
FullScreen = False
AlwaysOnTop = False
Iconified = False
MaxHeight = 0
MaxWidth = 0
MinHeight = 0
MinWidth = 0
showing = ''
TextHeight = 15
object listView1: TFXListView
Tag = 109
Left = 16
Top = 8
Width = 120
Height = 176
Hint = 'listView1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Dialog'
Font.Style = []
Foreground = clBlack
Background = 13158600
JavaType = 'ListView'
LayoutX = 16
LayoutY = 8
Disable = False
Cache = False
dragOver = ''
PrefHeight = 176
PrefWidth = 120
SnapToPixel = False
Editable = False
FixedCellSize = -1
Items.Strings = (
'Amerika'
'Europa'
'Asien')
Orientation = VERTICAL
SelectionMode = SINGLE
end
object label1: TFXLabel
Tag = 101
Left = 160
Top = 16
Width = 80
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 = 160
LayoutY = 16
Disable = False
Cache = False
dragOver = ''
PrefHeight = 24
PrefWidth = 80
SnapToPixel = False
Alignment = CENTER_LEFT
ContentDisplay = _CD_LEFT
EllipsisString = '...'
Underline = False
TextFill = 3355443
GraphicTextGap = 4
MnemonicParsing = False
Text = 'Label'
TextAlignment = _TA_LEFT
WrapText = False
end
object button1: TFXButton
Tag = 105
Left = 160
Top = 48
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 = 160
LayoutY = 48
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 GNUgettextMarker: TGnuGettextComponentMarker
end
end