home *** CD-ROM | disk | FTP | other *** search
- #ifndef ACCTPANEL_H
- #define ACCTPANEL_H
-
- /************************************************************************
- * newPanel.h:
- * global externs for the editing of the accnt info features
- *
- *************************************************************************/
- #include "dataBase.h"
-
- /* gadget enumerations */
- enum
- {
- GID_ACPACCT,
- GID_ACPBANK,
- GID_ACPCHECK,
- GID_ACPOPEN,
- GID_ACPCLOSE,
- GID_ACPBALANCE,
- GID_ACPHOLDER,
- GID_ACPCLOSED,
- GID_ACPOK,
- GID_ACPCANCEL,
- GID_ACPDECIMAL,
- GID_ACPDECSLIDE,
- };
-
-
- /* tags */
-
- /* layout structures */
- extern GadgetSpec *ACP_AcctSpecs[];
- extern ULONG ACP_AcctPanel[];
- extern GUIFront *acctGUI;
- extern accntState tempAcct;
-
- BOOL AcctGUI(char *, BOOL);
- #endif
-