home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CMain.h
-
- Header File For CMain Lower-Layer Document Class
-
- Copyright © 1996 Dan Crevier. 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 "CDocument.h"
- class CButton;
- class CVAWASTEText;
- class CStaticText;
- class CVAWASTEDlgText;
-
- #define x_CMain_super CDocument
-
- class CFile;
-
- class x_CMain : public x_CMain_super
-
- {
- public:
-
- TCL_DECLARE_CLASS
-
- // Pointers to panes in window
- CButton *fMain_Butn4;
- CVAWASTEText *fMain_TextField;
- CStaticText *fMain_Stat14;
- CVAWASTEDlgText *fMain_DlgText;
- CStaticText *fMain_Stat18;
-
- void Ix_CMain(void);
-
-
- protected:
- virtual void MakeNewWindow(void);
-
- virtual void NewFile(void);
- virtual void OpenFile(SFReply *macSFReply) {}
- virtual void MakeWindowName(Str255 newName);
- virtual void MakeNewContents(void);
-
- };
-
- #define CVueCMain 128
-