Rev | Line | |
---|
[468] | 1 | //**********************************************************************************************************************
|
---|
| 2 | // $Id: DKLang_MDI_Demo.dpr,v 1.3 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_MDI_Demo;
|
---|
| 8 |
|
---|
| 9 | uses
|
---|
| 10 | Forms,
|
---|
| 11 | Main in 'Main.pas' {fMain},
|
---|
| 12 | ufMDIChild in 'ufMDIChild.pas' {fMDIChild};
|
---|
| 13 |
|
---|
| 14 | {$R *.res}
|
---|
| 15 |
|
---|
| 16 | begin
|
---|
| 17 | Application.Initialize;
|
---|
| 18 | Application.CreateForm(TfMain, fMain);
|
---|
| 19 | Application.Run;
|
---|
| 20 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.