1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- $Id$
- Unit to build all units of Free Vision
- }
- unit buildfv;
- interface
- uses
- fvcommon,
- objects,
- drivers,
- memory,
- fvconsts,
- resource,
- views,
- validate,
- msgbox,
- dialogs,
- menus,
- app,
- stddlg,
- asciitab,
- tabs,
- colortxt,
- statuses,
- histlist,
- inplong,
- editors,
- gadgets,
- timeddlg,
- time;
- implementation
- end.
- {
- $Log$
- Revision 1.9 2004-12-19 20:25:11 hajny
- + TTimedDialog and TimedMessageBox added
- Revision 1.8 2004/11/06 17:08:48 peter
- * drawing of tview merged from old fv code
- }
|