// [!output WND_VIEW_HEADER] : interface of the [!output WND_VIEW_CLASS] class // #pragma once // [!output WND_VIEW_CLASS] window class [!output WND_VIEW_CLASS] : public [!output WND_VIEW_BASE_CLASS] { // Construction public: [!output WND_VIEW_CLASS](); // Attributes public: // Operations public: // Overrides protected: virtual BOOL PreCreateWindow(CREATESTRUCT& cs); // Implementation public: virtual ~[!output WND_VIEW_CLASS](); // Generated message map functions protected: afx_msg void OnPaint(); DECLARE_MESSAGE_MAP() };