2008-10-31 21:18:20 +00:00
object Form1: TForm1
2009-07-28 13:17:46 +00:00
Left = 406
2023-02-20 11:17:45 +00:00
Height = 293
2009-07-28 13:17:46 +00:00
Top = 322
2008-10-31 21:18:20 +00:00
Width = 357
2023-02-17 16:28:47 +00:00
AutoSize = True
2008-10-31 21:18:20 +00:00
Caption = 'ExSelAPI: '
2023-02-20 11:17:45 +00:00
ClientHeight = 293
2009-07-28 13:17:46 +00:00
ClientWidth = 357
2008-10-31 21:18:20 +00:00
Menu = MainMenu1
OnCreate = FormCreate
2023-02-17 16:28:47 +00:00
LCLVersion = '2.3.0.0'
2008-10-31 21:18:20 +00:00
object ModifyBtn: TButton
2023-02-17 16:28:47 +00:00
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
2023-02-20 11:17:45 +00:00
AnchorSideTop.Control = Info
2023-02-17 16:28:47 +00:00
AnchorSideTop.Side = asrBottom
Left = 122
2008-10-31 21:18:20 +00:00
Height = 25
2023-02-20 11:17:45 +00:00
Top = 242
2008-10-31 21:18:20 +00:00
Width = 113
2023-02-17 16:28:47 +00:00
BorderSpacing.Bottom = 16
2008-10-31 21:18:20 +00:00
BorderSpacing.InnerBorder = 4
Caption = 'Modify Features'
OnClick = ModifyBtnClick
2023-02-17 16:28:47 +00:00
TabOrder = 0
end
2023-02-20 11:17:45 +00:00
object Info: TLabel
2023-02-17 16:28:47 +00:00
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 16
2023-02-20 11:17:45 +00:00
Height = 210
2023-02-17 16:28:47 +00:00
Top = 16
Width = 325
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 16
2023-02-20 11:17:45 +00:00
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'
2023-02-17 16:28:47 +00:00
Color = clAqua
ParentColor = False
WordWrap = True
2008-10-31 21:18:20 +00:00
end
object MainMenu1: TMainMenu
2023-02-17 16:28:47 +00:00
Left = 32
Top = 168
2008-10-31 21:18:20 +00:00
object FeaturesMenu: TMenuItem
Caption = 'Features'
object FeaturesRequired: TMenuItem
Caption = 'Required'
Checked = True
end
object FeaturesHelp: TMenuItem
Caption = 'Help'
Enabled = False
end
object FeaturesExamples: TMenuItem
Caption = 'Examples'
Enabled = False
end
object FeaturesDatabase: TMenuItem
Caption = 'Database'
Enabled = False
end
object FeaturesFax: TMenuItem
Caption = 'Fax'
Enabled = False
end
object FeaturesGoodies: TMenuItem
Caption = 'Goodies'
Enabled = False
end
end
end
end