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

📄 dlgpgconfiguration.h

📁 1394测试程序
💻 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 + -