Files
lazarus-ccr/applications/lazstats/source_orig/AboutUnit.lfm

85 lines
1.8 KiB
Plaintext
Raw Normal View History

object AboutBox: TAboutBox
Left = 202
Height = 206
Top = 145
Width = 298
BorderStyle = bsDialog
Caption = 'About LazStats'
ClientHeight = 206
ClientWidth = 298
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '0.9.30.4'
object OKButton: TButton
Left = 111
Height = 25
Top = 160
Width = 75
Caption = 'OK'
Default = True
ModalResult = 1
OnClick = OKButtonClick
TabOrder = 0
end
object Panel1: TPanel
Left = 16
Height = 136
Top = 16
Width = 276
ClientHeight = 136
ClientWidth = 276
TabOrder = 1
object Label1: TLabel
Left = 80
Height = 30
Top = 0
Width = 100
Caption = 'LazStats'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 64
Height = 21
Top = 40
Width = 129
Caption = 'William G. Miller'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 64
Height = 21
Top = 75
Width = 123
Caption = 'Copyright 2013'
Font.CharSet = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
end
end