home *** CD-ROM | disk | FTP | other *** search
- #ifndef REPORTPANEL_H
- #define REPORTPANEL_H
-
- /************************************************************************
- * reportPanel.h:
- * global externs for the report panel
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_REPTOFILE,
- GID_REPBLANK,
- GID_REPSTYLE,
- GID_REPSUMMARY,
- GID_REPCOLS,
- GID_REPROWS,
- GID_REPOK,
- GID_REPCANCEL,
- GID_REPSTATE,
- };
-
- /* layout structures */
- extern GadgetSpec *REP_ReportSpecs[];
- extern ULONG REP_ReportPanel[];
- extern GUIFront *repGUI;
-
- void ReportGUI(void);
- #endif
-