home *** CD-ROM | disk | FTP | other *** search
- #ifndef RECONCILEPANEL_H
- #define RECONCILEPANEL_H
-
- /************************************************************************
- * reconPanel.h:
- * global externs for the editing of the reconcile features
- *
- *************************************************************************/
-
- /* gadget enumerations */
- enum
- {
- GID_RCPCURR,
- GID_RCPWARN,
- GID_RCPRESULTS,
- GID_RCPOK,
- GID_RCPCANCEL,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *RCP_RecSpecs[];
- extern ULONG RCP_RecPanel[];
- extern GUIFront *recGUI;
-
- void ReconcileGUI(void);
- #endif
-