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

File: [local] / OpenXM_contrib2 / windows / engine2000 / ox_plot.h (download)

Revision 1.1.1.1 (vendor branch), Wed Nov 22 06:20:13 2000 UTC (23 years, 5 months ago) by noro
Branch: NORO, MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, KNOPPIX_2006, HEAD, ENGINE2000, DEB_REL_1_2_3-9
Changes since 1.1: +0 -0 lines

I'll import engine2000, the engine wrapper on windows.

// ox_plot.h : OX_PLOT アプリケーションのメイン ヘッダー ファイル
//

#if !defined(AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_)
#define AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // メイン シンボル

/////////////////////////////////////////////////////////////////////////////
// COx_plotApp:
// このクラスの動作の定義に関しては ox_plot.cpp ファイルを参照してください。
//

class COx_plotApp : public CWinApp
{
public:
	COx_plotApp();

// オーバーライド
	// ClassWizard は仮想関数のオーバーライドを生成します。
	//{{AFX_VIRTUAL(COx_plotApp)
	public:
	virtual BOOL InitInstance();
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	virtual BOOL OnIdle(LONG lCount);
	//}}AFX_VIRTUAL

// インプリメンテーション

public:
	//{{AFX_MSG(COx_plotApp)
	afx_msg void OnAppAbout();
	afx_msg void OnAppExit();
	//}}AFX_MSG
	afx_msg void OnFilePrintSetup();
	DECLARE_MESSAGE_MAP()
};

extern COx_plotApp theApp;

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。

#endif // !defined(AFX_OX_PLOT_H__59DD85A9_D89D_4970_A079_E159432A107F__INCLUDED_)