📄 adrdlg.h
字号:
#if !defined(AFX_ADRDLG_H__6AF1C383_89D9_11D4_B1B5_006097A376D5__INCLUDED_)
#define AFX_ADRDLG_H__6AF1C383_89D9_11D4_B1B5_006097A376D5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AdrDlg.h : header file
//
#include "Resource.h"
/////////////////////////////////////////////////////////////////////////////
// CAdrDlg dialog
class CAdrDlg : public CDialog
{
// Construction
public:
CString m_StrTitle;
CAdrDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAdrDlg)
enum { IDD = IDD_ADR_DLG };
CEdit m_Adr_Ctrl;
CComboBox m_ComboxType3;
CComboBox m_ComboxType2;
CString m_StrAdr;
CString m_StrMark;
int m_IntRank;
CString m_StrType2;
CString m_StrType3;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAdrDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAdrDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnDropdownType2();
afx_msg void OnDropdownType3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADRDLG_H__6AF1C383_89D9_11D4_B1B5_006097A376D5__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -