[BACK]Return to MainFrm.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / asir32gui

Annotation of OpenXM_contrib2/windows/asir32gui/MainFrm.h, Revision 1.1.1.1

1.1       noro        1: // MainFrm.h : CMainFrame クラスの宣言およびインターフェイスの定義をします。
                      2: //
                      3: /////////////////////////////////////////////////////////////////////////////
                      4:
                      5: class CMainFrame : public CFrameWnd
                      6: {
                      7: protected: // シリアライズ機能のみから作成します。
                      8:        CMainFrame();
                      9:        DECLARE_DYNCREATE(CMainFrame)
                     10:
                     11: // アトリビュート
                     12: public:
                     13:
                     14: // オペレーション
                     15: public:
                     16:
                     17: // オーバーライド
                     18:        // ClassWizard は仮想関数を生成しオーバーライドします。
                     19:        //{{AFX_VIRTUAL(CMainFrame)
                     20:        virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
                     21:        //}}AFX_VIRTUAL
                     22:
                     23: // インプリメンテーション
                     24: public:
                     25:        virtual ~CMainFrame();
                     26: #ifdef _DEBUG
                     27:        virtual void AssertValid() const;
                     28:        virtual void Dump(CDumpContext& dc) const;
                     29: #endif
                     30:        afx_msg void OnUpdateHeapSize(CCmdUI *pCmdUI);
                     31:
                     32: protected:  // コントロール バー用メンバ
                     33:        CStatusBar  m_wndStatusBar;
                     34:        CToolBar    m_wndToolBar;
                     35: // 生成されたメッセージ マップ関数
                     36: protected:
                     37:        //{{AFX_MSG(CMainFrame)
                     38:        afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
                     39:        //}}AFX_MSG
                     40:        DECLARE_MESSAGE_MAP()
                     41: };
                     42:
                     43: /////////////////////////////////////////////////////////////////////////////
                     44:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>