You've already forked lazarus-ccr
OnGuard: Rework sample projects.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
object Form1: TForm1
|
||||
Left = 406
|
||||
Height = 266
|
||||
Height = 293
|
||||
Top = 322
|
||||
Width = 357
|
||||
AutoSize = True
|
||||
Caption = 'ExSelAPI: '
|
||||
ClientHeight = 266
|
||||
ClientHeight = 293
|
||||
ClientWidth = 357
|
||||
Menu = MainMenu1
|
||||
OnCreate = FormCreate
|
||||
@@ -13,11 +13,11 @@ object Form1: TForm1
|
||||
object ModifyBtn: TButton
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideLeft.Side = asrCenter
|
||||
AnchorSideTop.Control = Memo1
|
||||
AnchorSideTop.Control = Info
|
||||
AnchorSideTop.Side = asrBottom
|
||||
Left = 122
|
||||
Height = 25
|
||||
Top = 182
|
||||
Top = 242
|
||||
Width = 113
|
||||
BorderSpacing.Bottom = 16
|
||||
BorderSpacing.InnerBorder = 4
|
||||
@@ -25,18 +25,18 @@ object Form1: TForm1
|
||||
OnClick = ModifyBtnClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object Memo1: TLabel
|
||||
object Info: TLabel
|
||||
AnchorSideLeft.Control = Owner
|
||||
AnchorSideTop.Control = Owner
|
||||
AnchorSideRight.Control = Owner
|
||||
AnchorSideRight.Side = asrBottom
|
||||
Left = 16
|
||||
Height = 150
|
||||
Height = 210
|
||||
Top = 16
|
||||
Width = 325
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
BorderSpacing.Around = 16
|
||||
Caption = 'This example uses the OgUsageCode and the OgSpecialCode (via OnGuard API functions) to implement a limited use "demo" application which allows only the required features. The program can be run 3 times and then a special code st be obtained to register the program and to enable various features. A machine modifier is used to prevent the application from being copied and run on another machine. To obtain the release code you need to run the companion example EXSLCODE. The release codes will be stored in a data file called EXSELECT.DAT'
|
||||
Caption = 'This example uses the OgUsageCode and the OgSpecialCode (via OnGuard API functions) to implement a limited use "demo" application which allows only the required features.'#13#10#13#10'The program can be run 3 times and then a special code st be obtained to register the program and to enable various features. '#13#10#13#10'A machine modifier is used to prevent the application from being copied and run on another machine. '#13#10#13#10'To obtain the release code you need to run the companion example EXSLCODE. The release codes will be stored in a data file called EXSELECT.DAT'
|
||||
Color = clAqua
|
||||
ParentColor = False
|
||||
WordWrap = True
|
||||
|
Reference in New Issue
Block a user