autonetfdl.h
来自「AutoNetFidelio酒店管理系统增加智能门锁进行入住发卡及退房收卡。」· C头文件 代码 · 共 50 行
H
50 行
// AutoNetFdl.h : main header file for the AUTONETFDL application
#if !defined(AFX_AUTONETFDL_H__D486CD46_642A_44A6_AE24_22D52360FBC2__INCLUDED_)
#define AFX_AUTONETFDL_H__D486CD46_642A_44A6_AE24_22D52360FBC2__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"
#include "FrmMain.h"
/////////////////////////////////////////////////////////////////////////////
// CAutoNetFdlApp:
class CAutoNetFdlApp : public CWinApp
{
public:
BOOL Search_Directory(CString strDirectory);
public:
CString m_InfoFilePath; //语言资源信息存储路径
CAutoNetFdlApp();
~CAutoNetFdlApp();
//{{AFX_VIRTUAL(CAutoNetFdlApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
//{{AFX_MSG(CAutoNetFdlApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
extern CString g_DefaultLangDir; //默认语言目录
extern CString g_SFont; //字体
extern BOOL g_IsFindLangDir; //判断是否找到语言相关的路径
extern CFrmMain *g_pFrmMain;
extern HINSTANCE hInstCard; //动态装载MakeCard.dll的句柄
extern CString Translate(CString szPath, CString szInput);
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AUTONETFDL_H__D486CD46_642A_44A6_AE24_22D52360FBC2__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?