Description: program RPGViewer
(*$WARNINGS OFF*)
(*$HINTS OFF*)
uses
Forms,
UnitExample in UnitExample.pas {FormAES},
AES in AES.pas ,
ElAES in ElAES.pas
{$R*.res}
begin
Application.Initialize
Application.MainFormOnTaskbar := True
Application.Title := AES 加密算法
Application.CreateForm(TFormAES, FormAES)
Application.Run
end.
To Search:
File list (Check if you may need any files):
RSA加解密
.........\AES.dcu
.........\AES.pas
.........\ElAES.dcu
.........\ElAES.pas
.........\RPGViewer.bdsproj
.........\RPGViewer.bdsproj.local
.........\RPGViewer.cfg
.........\RPGViewer.dpr
.........\RPGViewer.identcache
.........\RPGViewer.res
.........\UnitExample.dcu
.........\UnitExample.dfm
.........\UnitExample.pas