📄 dlgandctldemo.h
字号:
#if !defined(AFX_DLGANDCTLDEMO_H__5B292B06_2A60_40F7_A01A_71B2441CE85B__INCLUDED_)
#define AFX_DLGANDCTLDEMO_H__5B292B06_2A60_40F7_A01A_71B2441CE85B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgAndCtlDemo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgAndCtlDemo dialog
class CDlgAndCtlDemo : public CDialog
{
// Construction
public:
CDlgAndCtlDemo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgAndCtlDemo)
enum { IDD = IDD_MODAL };
CComboBox m_ComboAniOrPlant;
CSpinButtonCtrl m_ColorSpin;
CComboBox m_BkModeCtrl;
long m_Color;
BOOL m_Content1;
BOOL m_Content2;
BOOL m_Content3;
int m_Align;
int m_nPlantOrAnimal;
int m_BkMode;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgAndCtlDemo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgAndCtlDemo)
afx_msg void OnApply();
virtual BOOL OnInitDialog();
afx_msg void OnDropdownComboanimalplant();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGANDCTLDEMO_H__5B292B06_2A60_40F7_A01A_71B2441CE85B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -