seeddec2407.h

来自「usb 上位机程序」· C头文件 代码 · 共 57 行

H
57
字号
// SEEDDEC2407.h : main header file for the SEEDDEC2407 application
//

#if !defined(AFX_SEEDDEC2407_H__6EF9CE57_840E_438E_BEE9_5385E6F09787__INCLUDED_)
#define AFX_SEEDDEC2407_H__6EF9CE57_840E_438E_BEE9_5385E6F09787__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

/////////////////////////////////////////////////////////////////////////////
// CSEEDDEC2407App:
// See SEEDDEC2407.cpp for the implementation of this class
//

class CSEEDDEC2407App : public CWinApp
{
public:
	CSingleDocTemplate* m_pOutDocTemplate; 
	bool m_CodecHalt;
	int m_USBbufferlong;
	int m_USB2or11;
	int m_CodecFileLong;
	void Out(const char *fmt, ...);
	CSEEDDEC2407App();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSEEDDEC2407App)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

// Implementation
	//{{AFX_MSG(CSEEDDEC2407App)
	afx_msg void OnAppAbout();
		// 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()
};

extern CSEEDDEC2407App theApp;
#define RE_WRAP_LEN 0x10000 //64K RichEdit Buffer
/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SEEDDEC2407_H__6EF9CE57_840E_438E_BEE9_5385E6F09787__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?