[utf8vcl-cvs] utf8vcl/Samples JVCLTest.dpr,1.1,1.2
Status: Alpha
Brought to you by:
bluelive
From: Robert M. <mar...@us...> - 2007-04-16 09:43:59
|
Update of /cvsroot/utf8vcl/utf8vcl/Samples In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16113/Samples Modified Files: JVCLTest.dpr Log Message: utf8VCLPkg use Index: JVCLTest.dpr =================================================================== RCS file: /cvsroot/utf8vcl/utf8vcl/Samples/JVCLTest.dpr,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** JVCLTest.dpr 16 Apr 2007 09:35:01 -0000 1.1 --- JVCLTest.dpr 16 Apr 2007 09:43:05 -0000 1.2 *************** *** 2,12 **** uses ! ShareMem, Forms, ! JVCLMainTest in 'JVCLMainTest.pas' {Form1}, ! UTF8VCLUtils in 'UTF8VCLUtils.pas', ! UTF8VCL in 'UTF8VCL.pas', ! UTF8VCLControls in 'UTF8VCLControls.pas', ! UTF8VCLMessages in 'UTF8VCLMessages.pas'; {$R *.res} --- 2,8 ---- uses ! utf8VCL, Forms, ! JVCLMainTest in 'JVCLMainTest.pas' {Form1}; {$R *.res} |