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

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

Revision 1.2, Fri Dec 15 07:55:03 2000 UTC (23 years, 4 months ago) by noro
Branch: 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, DEB_REL_1_2_3-9
Changes since 1.1: +1 -1 lines

Corrected the behavior of asirgui when the registry is broken.

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

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

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

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

class CAsir32guiApp : public CWinApp
{
public:
	CAsir32guiApp();
	void CreateNewDoc() { OnFileNew(); }
// オーバーライド
	// ClassWizard は仮想関数を生成しオーバーライドします。
	//{{AFX_VIRTUAL(CAsir32guiApp)
	public:
	virtual BOOL OnIdle(LONG);
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

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

	//{{AFX_MSG(CAsir32guiApp)
	afx_msg void OnAppAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////
#include "asir32gui_io.h"