📄 superwords.h
字号:
// SuperWords.h : main header file for the SUPERWORDS application
//
#if !defined(AFX_SUPERWORDS_H__DC3CACA0_C8C4_4A72_9876_F9D5E3084EC7__INCLUDED_)
#define AFX_SUPERWORDS_H__DC3CACA0_C8C4_4A72_9876_F9D5E3084EC7__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
//定义通讯信息数据信息
struct bookData{
CString szName;
CString szEmail;
CString szOicq;
CString szMobile;
CString szPhone;
CString szBirthday;
CString szWorkUnit;
CString szHomepage;
CString szDemo;
};
/////////////////////////////////////////////////////////////////////////////
// CSuperWordsApp:
// See SuperWords.cpp for the implementation of this class
class CSuperWordsApp : public CWinApp
{
public:
void GetCurDir(TCHAR *szBuffer,TCHAR *szTempBuf);
BOOL InitODBC();
BOOL LoadODBC(CString strSourceName,CString strSourceDb, CString strDescription);
CSuperWordsApp();
//定义通讯信息数据
bookData m_bookData;
CString m_szSelectItem;
CString m_szGroupName;
CString m_szValue;
CString m_szToEmail;
CString m_szNetName;
CString m_szNetAddress;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSuperWordsApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CSuperWordsApp)
// 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_SUPERWORDS_H__DC3CACA0_C8C4_4A72_9876_F9D5E3084EC7__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -