********************************** * File list for project STLEx * ********************************** Documentation ~~~~~~~~~~~~~ FileList.txt // this file STLEx.txt // brief synopsis of project readme.txt // project outline Project Files ~~~~~~~ ~~~~~ stlex.rc // resource file contains menu and dialogs stlex.cpp // main file includes OwlMain and a simple application class stlex.h // definitions for controls and events tappwin.cpp // implementation for TAppWindow class ( see tappwin.h ) tappwin.h // interface for TAppWindow class ( see tappwin.h ) Database Files ~~~~~~~~ ~~~~~ dbdrv.cpp // driver for database db.h // declarations for database dbstruct.cpp // overloaded operators for record structure dbstruct.h // record structure interface DBStruct Date Conversion Routines ~~~~ ~~~~~~~~~~ ~~~~~~~~ datetost.cpp // contains DateToString() stodate.cpp // contains StringToDate() validate.cpp // contains ValiDate() Dialog / Child Window Routines ~~~~~~ ~ ~~~~~ ~~~~~~ ~~~~~~~~ TFindFld.cpp // contains find co name dlg and routine