⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lane_new.h

📁 高速公路收费系统车道软件. 功能: 1 检测公路过往车辆 2 收费过程控制和数据采集 3 车辆信息和图片上传服务器.
💻 H
字号:
// lane_new.h : main header file for the LANE_NEW application
//

#if !defined(AFX_LANE_NEW_H__96E8B809_E34D_42D7_BB96_87F45B7D29A2__INCLUDED_)
#define AFX_LANE_NEW_H__96E8B809_E34D_42D7_BB96_87F45B7D29A2__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 <afxmt.h>					//互持量头文件
#include <io.h>
#include <direct.h>
#include "resource.h"				//main symbols
#include "message.h"
#include "define.h"
#include "filename.h"
#include "LaneInfo.h"
#include "Screen.h"
#include "LaneInitial.h"
#include "TimeClass.h"
#include "StatInfo.h"
#include "IconWindow.h"
#include "PComm.h"
#include "TransInfo.h"
#include "status.h"
#include "Charge.h"
#include "Test.h"
#include "SetParam.h"
#include "EditMode.h"
#include "Record.h"
#include "DeviceInfo.h"
#include "DeviceClass.h"
/////////////////////////////////////////////////////////////////////////////
// CLane_newApp:
// See lane_new.cpp for the implementation of this class
//

class CLane_newApp : public CWinApp
{
public:
	void GetFullPath(char *pRetStr);
	CMutex muxKill1,muxKill2,muxKill3,muxKill4;
	CMutex muxCxpFree,muxTimerOut,muxTime,muxPicture,muxPrint;
	CBrush Brush1;
	CPen Pen1;
	CFont *Font2;
	CFont *Font1;
	CDC memDC;
	int nScreenY;
	int nScreenX;
	CLane_newApp();
	void Encrypt(char *Source,char *Result,int len);

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

// Implementation

	//{{AFX_MSG(CLane_newApp)
		// 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_LANE_NEW_H__96E8B809_E34D_42D7_BB96_87F45B7D29A2__INCLUDED_)

⌨️ 快捷键说明

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