readme.txt

来自「RegistTimes RegistDays时间限制控制控件。(有源代码)工作在」· 文本 代码 · 共 69 行

TXT
69
字号

**************************************************
RegisterT : by A.J.C.GRENOTTON
Work with : Delphi 2, 3 and 4
Version 1.0

The program 'Register.exe' include (with source 
code) is an example and the application used to
create registration codes...
**************************************************


 >> Description :

 * This component is a FREEWARE which allows you to put on your applications a registration code (like sharewares)...

 * All data are encrypted and written in the windows registry (the encryption method is simple, but it's only to dissuade...).

 * The component also save the last used date : so the user can't change his computer date to use your application more than you want him to !


 >> How to use it :

 * Simply add the component to your main form, and call the 'TestRegistered' property in the 'onCreate' declaration of the main form.

	For example :
	
	procedure TForm1.FormCreate(Sender: TObject);

	Register1.TestRegistered;

	end;

 * When the user launch your application, a message box show him the evaluation time and ask him to register. When he choose 'Yes', the file 'Register.dat' which contain the data needed for his registration is created in the application directory. He only has to send it to you (write your address (e-mail for example) in the 'ParvenireMessage' property). 

 * You only have to create the '.reg' file containing the registration code (with 'register.exe' included).

 * To do it, fill the 'Password' field with the code used by your progrqm, then validate the 'Register' button and choose the file the user sent you. The 'Register' program create a '.reg' file in the same directory as the 'register.dat' file. 

 * Send the '.reg' file to the user. He only has to launche it to register his application.



 >> Properties :

	# PassWord : encryption code for the da	ta written in the registry

	# NomProg : your application's name

	# NbreJours : number of days for the time trial

	# RegisterMessage : message showed when the component ask the user for registering

	# ParvenireMessage : message showed after the 'register.dat' file creation

	# Registered : (execution) True if the application is registered


 >> To join me :

 * This component is FREEWARE. However, if you change the source code, please send me a copy.

 * If you have questions or advise, don't mind writing to me :

		ajcg@club-internet.fr
		http://perso.club-internet.fr/ajcg

	@+
	Aur閘ien

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?