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

Annotation of OpenXM_contrib2/windows/engine2000/ox_plot.h, Revision 1.1.1.1

1.1       noro        1: // ox_plot.h : OX_PLOT アプリケーションのメイン ヘッダー ファイル
                      2: //
                      3:
                      4: #if !defined(AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_)
                      5: #define AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_
                      6:
                      7: #if _MSC_VER > 1000
                      8: #pragma once
                      9: #endif // _MSC_VER > 1000
                     10:
                     11: #ifndef __AFXWIN_H__
                     12:        #error include 'stdafx.h' before including this file for PCH
                     13: #endif
                     14:
                     15: #include "resource.h"       // メイン シンボル
                     16:
                     17: /////////////////////////////////////////////////////////////////////////////
                     18: // COx_plotApp:
                     19: // このクラスの動作の定義に関しては ox_plot.cpp ファイルを参照してください。
                     20: //
                     21:
                     22: class COx_plotApp : public CWinApp
                     23: {
                     24: public:
                     25:        COx_plotApp();
                     26:
                     27: // オーバーライド
                     28:        // ClassWizard は仮想関数のオーバーライドを生成します。
                     29:        //{{AFX_VIRTUAL(COx_plotApp)
                     30:        public:
                     31:        virtual BOOL InitInstance();
                     32:        virtual BOOL PreTranslateMessage(MSG* pMsg);
                     33:        virtual BOOL OnIdle(LONG lCount);
                     34:        //}}AFX_VIRTUAL
                     35:
                     36: // インプリメンテーション
                     37:
                     38: public:
                     39:        //{{AFX_MSG(COx_plotApp)
                     40:        afx_msg void OnAppAbout();
                     41:        afx_msg void OnAppExit();
                     42:        //}}AFX_MSG
                     43:        afx_msg void OnFilePrintSetup();
                     44:        DECLARE_MESSAGE_MAP()
                     45: };
                     46:
                     47: extern COx_plotApp theApp;
                     48:
                     49: /////////////////////////////////////////////////////////////////////////////
                     50:
                     51: //{{AFX_INSERT_LOCATION}}
                     52: // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
                     53:
                     54: #endif // !defined(AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_)

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