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

📄 dialogid.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogID.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDialogID dialog

extern CString strIDN1;
extern CString strIDN2;
extern CString strIDN3 ;
extern CTime tBeginTime;
extern BOOL bChinese;

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

// Dialog Data
	//{{AFX_DATA(CDialogID)
	enum { IDD = IDD_DIALOG_ID };
	CButton	m_btnOK;
	CString	m_strID1;
	CString	m_strID2;
	CString	m_strID3;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialogID)
	afx_msg void OnPaint();
	afx_msg void OnBtnOk();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DIALOGID_H__AB1383A5_A193_49FE_AD0D_A4D1B895F55F__INCLUDED_)

⌨️ 快捷键说明

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