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