114 lines
2.4 KiB
Plaintext
114 lines
2.4 KiB
Plaintext
object FGUIForm: TFXGuiForm
|
|
Tag = 180
|
|
Left = 852
|
|
Top = 239
|
|
BorderIcons = [biSystemMenu]
|
|
Caption = 'Quadratzahlen'
|
|
ClientHeight = 447
|
|
ClientWidth = 198
|
|
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 = 'Quadratzahlen'
|
|
X = 0
|
|
Y = 0
|
|
FullScreen = False
|
|
AlwaysOnTop = False
|
|
Iconified = False
|
|
MaxHeight = 0
|
|
MaxWidth = 0
|
|
MinHeight = 0
|
|
MinWidth = 0
|
|
showing = ''
|
|
TextHeight = 15
|
|
object bStart: TFXButton
|
|
Tag = 105
|
|
Left = 32
|
|
Top = 32
|
|
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 = 32
|
|
LayoutY = 32
|
|
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 = 'Start'
|
|
TextAlignment = _TA_LEFT
|
|
WrapText = False
|
|
action = 'bStart_Action'
|
|
CancelButton = False
|
|
DefaultButton = False
|
|
end
|
|
object listView1: TFXListView
|
|
Tag = 109
|
|
Left = 16
|
|
Top = 80
|
|
Width = 128
|
|
Height = 360
|
|
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 = 80
|
|
Disable = False
|
|
Cache = False
|
|
dragOver = ''
|
|
PrefHeight = 360
|
|
PrefWidth = 128
|
|
SnapToPixel = False
|
|
Editable = False
|
|
FixedCellSize = -1
|
|
Items.Strings = (
|
|
'Amerika'
|
|
'Europa'
|
|
'Asien')
|
|
Orientation = VERTICAL
|
|
SelectionMode = SINGLE
|
|
end
|
|
object GNUgettextMarker: TGnuGettextComponentMarker
|
|
end
|
|
end
|