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

📄 pagepwd.h

📁 485通讯接口模块的编程应用
💻 H
字号:
#if !defined(AFX_PAGEPWD_H__4BF17778_EC7E_40AF_BD8D_2E744180939B__INCLUDED_)
#define AFX_PAGEPWD_H__4BF17778_EC7E_40AF_BD8D_2E744180939B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PagePWD.h : header file
//
#include <afxdb.h>

/////////////////////////////////////////////////////////////////////////////
// CPagePWD dialog

extern CDatabase m_db;
extern BOOL bChinese;

extern BOOL bPass;

class CPagePWD : public CDialog
{
// Construction
public:
	void DrawGradientFill(CDC *pDC, CRect *pRect, COLORREF crStart, COLORREF crEnd, int nSegments);
	CPagePWD(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPagePWD)
	enum { IDD = IDD_DIALOG_PWD };
	CComboBox	m_cbID;
	CButton	m_btnLoad;
	CStatic	m_lbPWD;
	CStatic	m_lbID;
	CString	m_strPWD;
	CFont m_fontP;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPagePWD)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPagePWD)
	afx_msg void OnBtnLoad();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PAGEPWD_H__4BF17778_EC7E_40AF_BD8D_2E744180939B__INCLUDED_)

⌨️ 快捷键说明

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