home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CMain.h
-
- Header File For CMain Lower-Layer Document Class
-
- Copyright © 1994 My Software Inc. All rights reserved.
-
- Generated by Visual Architectâ„¢
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the My.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Doc.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CSaver.h"
- class CSubviewDisplayer;
-
- #include "ItsContentsClass.h"
-
- #define x_CMain_super CSaver<ITSCONTENTSCLASS>
-
- class CFile;
-
- class x_CMain : public x_CMain_super
-
- {
- public:
-
- TCL_DECLARE_CLASS
-
- // Pointers to panes in window
- CSubviewDisplayer *fMain_Subv3;
-
- void Ix_CMain(void);
-
-
- protected:
- virtual void MakeNewWindow(void);
-
- virtual void FailOpen(CFile *aFile);
- virtual void PositionWindow(void);
-
- };
-
- #define CVueCMain 128
-