Line | |
---|
1 | //**********************************************************************************************************************
|
---|
2 | // $Id: DKLang_Simple_Demo.dpr,v 1.4 2006/06/17 04:19:28 dale Exp $
|
---|
3 | //----------------------------------------------------------------------------------------------------------------------
|
---|
4 | // DKLang Localization Package
|
---|
5 | // Copyright 2002-2006 DK Software, http://www.dk-soft.org
|
---|
6 | //**********************************************************************************************************************
|
---|
7 | program DKLang_Simple_Demo;
|
---|
8 |
|
---|
9 | uses
|
---|
10 | Forms,
|
---|
11 | Main in 'Main.pas' {fMain};
|
---|
12 |
|
---|
13 | {$R *.res}
|
---|
14 |
|
---|
15 | begin
|
---|
16 | Application.Initialize;
|
---|
17 | Application.CreateForm(TfMain, fMain);
|
---|
18 | Application.Run;
|
---|
19 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.