📄 dialogselecttest.h
字号:
#if !defined(AFX_DIALOGSELECTTEST_H__0635A401_6447_11D2_841A_006097982599__INCLUDED_)
#define AFX_DIALOGSELECTTEST_H__0635A401_6447_11D2_841A_006097982599__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DialogSelectTest.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDialogSelectTest dialog
class CDialogSelectTest : public CDialog
{
// Construction
public:
CDialogSelectTest(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDialogSelectTest)
enum { IDD = IDD_DIALOG1 };
CSliderCtrl m_slider2;
CSliderCtrl m_slider1;
CEdit m_edit2;
CEdit m_edit3;
CButton m_check1;
CButton m_check2;
// BOOL m_check1;
// BOOL m_check2;
//}}AFX_DATA
// Implementation
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogSelectTest)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
//}}AFX_VIRTUAL
protected:
void handleButtonTestNum(int button);
void handleButtonDMAsz (int button);
virtual void PostNcDestroy ();
void SetTestNumButtons (enum MainMode mm, int testNumButton);
// Generated message map functions
//{{AFX_MSG(CDialogSelectTest)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnRadio5();
virtual void OnCancel();
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnRadio8();
afx_msg void OnRadio9();
afx_msg void OnRadio10();
afx_msg void OnRadio11();
afx_msg void OnCheck1();
afx_msg void OnCheck2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGSELECTTEST_H__0635A401_6447_11D2_841A_006097982599__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -