?? dlgpgconfiguration.h
字號:
#if !defined(AFX_DLGPGCONFIGURATION_H__5D9A6948_6F50_11D3_81DF_0080C895A5F3__INCLUDED_)
#define AFX_DLGPGCONFIGURATION_H__5D9A6948_6F50_11D3_81DF_0080C895A5F3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// DlgPgConfiguration.h : header file
//
#include "EnumBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgPgConfiguration dialog
class CDlgPgConfiguration : public CDialogPage
{
// Construction
public:
CDlgPgConfiguration(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgPgConfiguration)
enum { IDD = IDD_DIALOGPAGE_CONFIGURATION };
CButton m_ButtonGetModelLeaf;
CButton m_ButtonGetVendorLeaf;
CButton m_ButtonGetUnitDir;
CButton m_ButtonGetUnitDepDir;
CButton m_ButtonHCSetGapCount;
CEdit m_EditCtrlHCGapCountValue;
DWORD m_ValVendorLeafSize;
DWORD m_ValModelLeafSize;
DWORD m_ValUnitDepDirSize;
DWORD m_ValUnitDirSize;
DWORD m_ValHCGapCount;
BOOL m_CheckHCSetGapCount;
BOOL m_CheckModelLeaf;
BOOL m_CheckUnitDepDir;
BOOL m_CheckVendorLeaf;
BOOL m_CheckUnitDir;
int m_nEachValue;
//}}AFX_DATA
CEnumBox m_ComboDevPropSpeed;
// Overrides
// overloaded virtuals from CDialogPage
void OnSelectionChange(BOOL bSelected);
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgPgConfiguration)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void UpdateCheckBoxes(void);
void UpdateEditBoxesStates(void);
// Generated message map functions
//{{AFX_MSG(CDlgPgConfiguration)
virtual BOOL OnInitDialog();
afx_msg void OnButtonConfigInfo();
afx_msg void OnButtonDevGet();
afx_msg void OnButtonHcGet();
afx_msg void OnButtonDevSet();
afx_msg void OnButtonHcSet();
//}}AFX_MSG
afx_msg void OnCheckHCGapCount();
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGPGCONFIGURATION_H__5D9A6948_6F50_11D3_81DF_0080C895A5F3__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -