www.pudn.com > ssproj03.zip > ssproj03.h


// ssproj03.h : main header file for the SSPROJ03 application 
// 
 
#if !defined(AFX_SSPROJ03_H__9E6A1A61_8CC2_4F2E_9DE1_CA4774E30805__INCLUDED_) 
#define AFX_SSPROJ03_H__9E6A1A61_8CC2_4F2E_9DE1_CA4774E30805__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"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CSsproj03App: 
// See ssproj03.cpp for the implementation of this class 
// 
typedef struct tagInfo{ 
	CString sName; 
	CString sPassNo; 
	CString sAirNo; 
	CString sDate; 
	CString sStart; 
	CString sTarget; 
	CString sTime; 
	CString sClass; 
	CString sPrice; 
	CString sNum; 
	} INFO,*LPINFO; 
class CSsproj03App : public CWinApp 
{ 
public: 
	CSsproj03App(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSsproj03App) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CSsproj03App) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SSPROJ03_H__9E6A1A61_8CC2_4F2E_9DE1_CA4774E30805__INCLUDED_)