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

Annotation of OpenXM_contrib2/windows/asir32gui/asir32gui.h, Revision 1.1

1.1     ! noro        1: // asir32gui.h : ASIR32GUI アプリケーションのメイン ヘッダー ファイル
        !             2: //
        !             3:
        !             4: #ifndef __AFXWIN_H__
        !             5:        #error include 'stdafx.h' before including this file for PCH
        !             6: #endif
        !             7:
        !             8: #include "resource.h"       // メイン シンボル
        !             9:
        !            10: /////////////////////////////////////////////////////////////////////////////
        !            11: // CAsir32guiApp:
        !            12: // このクラスの動作の定義に関しては asir32gui.cpp ファイルを参照してください。
        !            13: //
        !            14:
        !            15: class CAsir32guiApp : public CWinApp
        !            16: {
        !            17: public:
        !            18:        CAsir32guiApp();
        !            19:        void CreateNewDoc() { OnFileNew(); }
        !            20: // オーバーライド
        !            21:        // ClassWizard は仮想関数を生成しオーバーライドします。
        !            22:        //{{AFX_VIRTUAL(CAsir32guiApp)
        !            23:        public:
        !            24:        virtual BOOL OnIdle(LONG);
        !            25:        virtual BOOL InitInstance();
        !            26:        //}}AFX_VIRTUAL
        !            27:
        !            28: // インプリメンテーション
        !            29:
        !            30:        //{{AFX_MSG(CAsir32guiApp)
        !            31:        afx_msg void OnAppAbout();
        !            32:        //}}AFX_MSG
        !            33:        DECLARE_MESSAGE_MAP()
        !            34: };
        !            35:
        !            36:
        !            37: /////////////////////////////////////////////////////////////////////////////
        !            38:

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