www.pudn.com > Bluetooth_config_2_0_X.zip > RegPrnDlg.h, change:2003-07-03,size:2640b


#if !defined(AFX_REGPRNDLG_H__EF548503_4856_11D7_A0DB_005004C005A3__INCLUDED_) 
#define AFX_REGPRNDLG_H__EF548503_4856_11D7_A0DB_005004C005A3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// RegPrnDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CRegPrnDlg dialog 
 
class CRegPrnDlg : public CDialog 
{ 
// Construction 
public: 
	CRegPrnDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CRegPrnDlg) 
	enum { IDD = IDD_REGPRN_DIALOG }; 
	CButton	m_flash_update; 
	CEdit	m_prnid7; 
	CEdit	m_prnid6; 
	CEdit	m_prnid5; 
	CEdit	m_prnid4; 
	CEdit	m_prnid3; 
	CEdit	m_prnid2; 
	CEdit	m_prnid1; 
	CEdit	m_dev_name7; 
	CEdit	m_dev_name6; 
	CEdit	m_dev_name5; 
	CEdit	m_dev_name4; 
	CEdit	m_dev_name3; 
	CEdit	m_dev_name2; 
	CEdit	m_dev_name1; 
	CEdit	m_dev_location7; 
	CEdit	m_dev_location6; 
	CEdit	m_dev_location5; 
	CEdit	m_dev_location4; 
	CEdit	m_dev_location3; 
	CEdit	m_dev_location2; 
	CEdit	m_dev_location1; 
	CEdit	m_addr76; 
	CEdit	m_addr75; 
	CEdit	m_addr74; 
	CEdit	m_addr73; 
	CEdit	m_addr72; 
	CEdit	m_addr71; 
	CEdit	m_addr66; 
	CEdit	m_addr65; 
	CEdit	m_addr64; 
	CEdit	m_addr63; 
	CEdit	m_addr62; 
	CEdit	m_addr61; 
	CEdit	m_addr56; 
	CEdit	m_addr55; 
	CEdit	m_addr54; 
	CEdit	m_addr53; 
	CEdit	m_addr52; 
	CEdit	m_addr51; 
	CEdit	m_addr46; 
	CEdit	m_addr45; 
	CEdit	m_addr44; 
	CEdit	m_addr43; 
	CEdit	m_addr42; 
	CEdit	m_addr41; 
	CEdit	m_addr36; 
	CEdit	m_addr35; 
	CEdit	m_addr34; 
	CEdit	m_addr33; 
	CEdit	m_addr32; 
	CEdit	m_addr31; 
	CEdit	m_addr26; 
	CEdit	m_addr25; 
	CEdit	m_addr24; 
	CEdit	m_addr23; 
	CEdit	m_addr22; 
	CEdit	m_addr21; 
	CEdit	m_addr16; 
	CEdit	m_addr15; 
	CEdit	m_addr14; 
	CEdit	m_addr13; 
	CEdit	m_addr12; 
	CEdit	m_addr11; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CRegPrnDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CRegPrnDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnReset(); 
	virtual void OnOK(); 
	afx_msg void OnClear1(); 
	afx_msg void OnClear2(); 
	afx_msg void OnClear3(); 
	afx_msg void OnClear4(); 
	afx_msg void OnClear5(); 
	afx_msg void OnClear6(); 
	afx_msg void OnClear7(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_REGPRNDLG_H__EF548503_4856_11D7_A0DB_005004C005A3__INCLUDED_)