You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7884 8e941d3f-bd1b-0410-a28a-d453659cc2b4
79 lines
2.7 KiB
Plaintext
79 lines
2.7 KiB
Plaintext
object LicenseFrm: TLicenseFrm
|
|
Left = 138
|
|
Height = 347
|
|
Top = 105
|
|
Width = 637
|
|
Caption = 'License For Use'
|
|
ClientHeight = 347
|
|
ClientWidth = 637
|
|
LCLVersion = '0.9.28.2'
|
|
object Memo1: TMemo
|
|
Left = 0
|
|
Height = 307
|
|
Top = 0
|
|
Width = 637
|
|
Align = alClient
|
|
Font.CharSet = ANSI_CHARSET
|
|
Font.Color = clBlack
|
|
Font.Height = -13
|
|
Font.Name = 'Courier'
|
|
Font.Pitch = fpFixed
|
|
Font.Quality = fqDraft
|
|
Lines.Strings = (
|
|
' ***************************************************************************'
|
|
' * *'
|
|
' * This source is free software; you can redistribute it and/or modify *'
|
|
' * it under the terms of the GNU General Public License as published by *'
|
|
' * the Free Software Foundation; either version 2 of the License, or *'
|
|
' * (at your option) any later version. *'
|
|
' * *'
|
|
' * This code is distributed in the hope that it will be useful, but *'
|
|
' * WITHOUT ANY WARRANTY; without even the implied warranty of *'
|
|
' * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *'
|
|
' * General Public License for more details. *'
|
|
' * *'
|
|
' * A copy of the GNU General Public License is available on the World *'
|
|
' * Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also *'
|
|
' * obtain it by writing to the Free Software Foundation, *'
|
|
' * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *'
|
|
' * *'
|
|
' ***************************************************************************'
|
|
''
|
|
'Use at your own risk. Compare results to other statistics programs'
|
|
'or text book examples for each procedure.'
|
|
'Click on Accept or Reject below.'
|
|
)
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 40
|
|
Top = 307
|
|
Width = 637
|
|
Align = alBottom
|
|
ClientHeight = 40
|
|
ClientWidth = 637
|
|
TabOrder = 1
|
|
object AcceptBtn: TButton
|
|
Left = 48
|
|
Height = 22
|
|
Top = 9
|
|
Width = 67
|
|
Caption = 'Accept'
|
|
ModalResult = 1
|
|
OnClick = AcceptBtnClick
|
|
TabOrder = 0
|
|
end
|
|
object RejectBtn: TButton
|
|
Left = 216
|
|
Height = 20
|
|
Top = 10
|
|
Width = 72
|
|
Caption = 'Reject'
|
|
OnClick = RejectBtnClick
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|