Componentes.Terceros.jvcl/official/3.39/devtools/QCompressDict/QCompressDict.dpr
2010-01-18 16:55:50 +00:00

19 lines
530 B
ObjectPascal

{******************************************************************************}
{* WARNING: JEDI VCL To CLX Converter generated unit. *}
{* Manual modifications will be lost on next release. *}
{******************************************************************************}
program QCompressDict;
uses
QForms,
DictMain in 'DictMain.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.