home *** CD-ROM | disk | FTP | other *** search
- #include <opcrt.h>
- #include <opctrl.h>
- #include <opselect.h>
- #include <opframe.h>
- #include <opentry.h>
- #include <mem.h>
- #include <opcolor.h>
- #include <opdialog.h>
- #ifdef UseMouse
- #include <opmouse.h>
- #endif
-
- //Entry field #defines
- #define iddbFileName 0
- #define idno_columns iddbFileName + 1
- #define idno_rows idno_columns + 1
- #define idzip_bar idno_rows + 1
- #define idbar_type idzip_bar + 1
-
- word cd_trackscrn( ScrollingEntryScreen &ES, ColorSet &EsColors );
- word cd_discscrn( EntryScreen &ES, ColorSet &EsColors );
- word cd_dialog( char *lcStringIn );
-
-