iud_key_imp10/Quellcodes/iud_key_rsachat/ChatServerGUI.jfm
2024-12-29 14:26:34 +01:00

188 lines
4.7 KiB
Text

object ChatServerGUI: TFGUIForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
Caption = 'Chat-Server'
ClientHeight = 272
ClientWidth = 284
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = True
Position = poDesigned
ShowHint = True
Visible = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnResize = FormResize
FrameType = 5
Resizable = False
Undecorated = False
Background = clBtnFace
windowClosing = 'ChatServerGUI_WindowClosing'
PixelsPerInch = 96
TextHeight = 13
object jLabel1: TJLabel
Tag = 1
Left = 8
Top = 16
Width = 110
Height = 20
Hint = 'jLabel1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = [fsBold]
Foreground = 3355443
Background = clBtnFace
Text = 'Portnummer'
HorizontalAlignment = LEFT
VerticalAlignment = CENTER
HorizontalTextPosition = RIGHT
VerticalTextPosition = CENTER
IconTextGap = 4
DisplayedMnemonic = 0
DisplayedMnemonicIndex = 0
end
object jBStarten: TJButton
Tag = 4
Left = 96
Top = 48
Width = 75
Height = 25
Hint = 'jButton1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = [fsBold]
Foreground = 3355443
Background = 15658734
actionPerformed = 'jBStarten_ActionPerformed'
Text = 'Starten'
Mnemonic = 0
DisplayedMnemonicIndex = 0
Selected = False
BorderPainted = True
FocusPainted = False
ContentAreaFilled = True
HorizontalAlignment = CENTER
VerticalAlignment = CENTER
HorizontalTextPosition = RIGHT
VerticalTextPosition = CENTER
IconTextGap = 4
RolloverEnabled = False
Border.BorderType = NoBorder
Border.LineColor = clBlack
Border.LineThickness = 0
Border.LineRounded = False
Border.EtchHighlightColor = clBlack
Border.EtchShadowColor = clBlack
Border.Etchtype = 0
Border.BevelHighlightColor = clBlack
Border.BevelShadowColor = clBlack
Border.Beveltype = 0
Border.MatteColor = clBlack
Border.MatteTop = 0
Border.MatteLeft = 0
Border.MatteBottom = 0
Border.MatteRight = 0
end
object jNFPort: TJNumberField
Tag = 21
Left = 128
Top = 16
Width = 99
Height = 20
Cursor = crIBeam
Hint = 'jNumberField1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = []
Foreground = 3355443
Background = clWhite
HorizontalAlignment = LEFT
Text = '44444'
Editable = True
end
object jList1: TJList
Tag = 8
Left = 8
Top = 112
Width = 265
Height = 137
Hint = 'jList1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = [fsBold]
Foreground = 3355443
Background = clWhite
SelectionMode = MULTIPLE_INTERVAL
FixedCellHeight = -1
FixedCellWidth = -1
LayoutOrientation = VERTICAL
SelectionBackground = 15060920
SelectionForeground = 3355443
VisibleRowCount = 8
HorizontalScrollBarPolicy = AS_NEEDED
VerticalScrollBarPolicy = AS_NEEDED
SelectedIndex = -1
Items.Strings = (
'')
end
object jLabel2: TJLabel
Tag = 1
Left = 8
Top = 88
Width = 110
Height = 20
Hint = 'jLabel2'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = [fsBold]
Foreground = 3355443
Background = clBtnFace
Text = 'Chatteilnehmer'
HorizontalAlignment = LEFT
VerticalAlignment = CENTER
HorizontalTextPosition = RIGHT
VerticalTextPosition = CENTER
IconTextGap = 4
DisplayedMnemonic = 0
DisplayedMnemonicIndex = 0
end
object jLabel3: TJLabel
Tag = 1
Left = 24
Top = 248
Width = 229
Height = 20
Hint = 'jLabel3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Dialog'
Font.Style = [fsBold]
Foreground = clGray
Background = clBtnFace
Text = '(cc) 2017, Thomas Schaller, Version 1.0'
HorizontalAlignment = LEFT
VerticalAlignment = CENTER
HorizontalTextPosition = RIGHT
VerticalTextPosition = CENTER
IconTextGap = 4
DisplayedMnemonic = 0
DisplayedMnemonicIndex = 0
end
end