You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7450 8e941d3f-bd1b-0410-a28a-d453659cc2b4
133 lines
3.2 KiB
Plaintext
133 lines
3.2 KiB
Plaintext
object AboutBox: TAboutBox
|
|
Left = 202
|
|
Height = 200
|
|
Top = 145
|
|
Width = 387
|
|
AutoSize = True
|
|
BorderStyle = bsDialog
|
|
Caption = 'About LazStats'
|
|
ClientHeight = 200
|
|
ClientWidth = 387
|
|
Color = clBtnFace
|
|
Font.Color = clWindowText
|
|
OnCreate = FormCreate
|
|
Position = poMainFormCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object OKButton: TButton
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Panel1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Panel1
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 295
|
|
Height = 25
|
|
Top = 164
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'OK'
|
|
Default = True
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
Left = 8
|
|
Height = 148
|
|
Top = 8
|
|
Width = 362
|
|
AutoSize = True
|
|
BorderSpacing.Around = 8
|
|
BevelInner = bvRaised
|
|
BevelOuter = bvLowered
|
|
ClientHeight = 148
|
|
ClientWidth = 362
|
|
Constraints.MinWidth = 280
|
|
TabOrder = 1
|
|
object Image1: TImage
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 10
|
|
Height = 128
|
|
Top = 10
|
|
Width = 128
|
|
BorderSpacing.Around = 8
|
|
Proportional = True
|
|
end
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideLeft.Side = asrCenter
|
|
Left = 204
|
|
Height = 32
|
|
Top = 18
|
|
Width = 91
|
|
BorderSpacing.Top = 8
|
|
Caption = 'LazStats'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -24
|
|
Font.Quality = fqAntialiased
|
|
Font.Style = [fsBold]
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 192
|
|
Height = 21
|
|
Top = 54
|
|
Width = 115
|
|
BorderSpacing.Top = 4
|
|
Caption = 'William G. Miller'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = Label4
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 188
|
|
Height = 17
|
|
Top = 79
|
|
Width = 122
|
|
BorderSpacing.Top = 4
|
|
Caption = 'Copyright 2013-2020'
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Pitch = fpVariable
|
|
Font.Quality = fqDraft
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
object Label4: TLabel
|
|
AnchorSideLeft.Control = Image1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label3
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 154
|
|
Height = 17
|
|
Top = 108
|
|
Width = 190
|
|
BorderSpacing.Left = 16
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Right = 16
|
|
BorderSpacing.Bottom = 16
|
|
Caption = 'Application icon by Roland Hahn'
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
ParentColor = False
|
|
ParentFont = False
|
|
end
|
|
end
|
|
end
|