Chameleon/about1.lfm
Nikolaos Georgiou a5cf23eda4 Add 'pas/' from commit '71642f0773f3b21b1e6bcdfcfdbdb186b6c8f78c'
git-subtree-dir: pas
git-subtree-mainline: 6d5784cc4089eeb4864244cd4951b1aa66b4e90e
git-subtree-split: 71642f0773f3b21b1e6bcdfcfdbdb186b6c8f78c
2021-05-29 07:57:12 +02:00

95 lines
2.0 KiB
Plaintext

object AboutBox: TAboutBox
Left = 910
Height = 326
Top = 703
Width = 361
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 326
ClientWidth = 361
DesignTimePPI = 168
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '1.8.0.6'
object Panel1: TPanel
Left = 20
Height = 200
Top = 20
Width = 320
BevelInner = bvRaised
BevelOuter = bvLowered
ClientHeight = 200
ClientWidth = 320
TabOrder = 0
object ProductName: TLabel
Left = 20
Height = 29
Top = 20
Width = 117
Alignment = taCenter
Caption = 'Chameleon'
Font.CharSet = GREEK_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
ParentColor = False
ParentFont = False
end
object Version: TLabel
Left = 20
Height = 29
Top = 60
Width = 139
Alignment = taCenter
Caption = 'Version 0.0.2'
Font.CharSet = GREEK_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
ParentColor = False
ParentFont = False
end
object Copyright: TLabel
Left = 20
Height = 29
Top = 100
Width = 231
Alignment = taCenter
Caption = '(C) Nikolaos Georgiou'
Font.CharSet = GREEK_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
ParentColor = False
ParentFont = False
end
object Comments: TLabel
Left = 20
Height = 29
Top = 140
Width = 128
Alignment = taCenter
Caption = 'MIT License'
Font.CharSet = GREEK_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Tahoma'
ParentColor = False
ParentFont = False
WordWrap = True
end
end
object OKButton: TButton
Left = 110
Height = 65
Top = 240
Width = 140
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end