Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/Banner.dpr

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Sun Feb 22 14:38:06 2015 UTC (9 years, 1 month ago) by yamat0jp
File size: 466 byte(s)


1 yamat0jp 2 program Banner;
2    
3     {%ToDo 'Banner.todo'}
4    
5     uses
6     Forms,
7     MainForm in 'MainForm.pas' {Form1},
8     About in 'About.pas' {AboutBox},
9     Unit2 in 'Unit2.pas' {OKRightDlg},
10     info in 'info.pas' {OKBottomDlg};
11    
12     {$R *.res}
13    
14     begin
15     Application.Initialize;
16     Application.Title := 'Air_pc (A)Banner';
17     Application.HelpFile := '(A)HELP.HLP';
18     Application.CreateForm(TForm1, Form1);
19     Application.CreateForm(TOKRightDlg, OKRightDlg);
20     Application.Run;
21     end.

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26