www.pudn.com > Tempe_Computer.rar > Tempe_ComputerDlg.h


// Tempe_ComputerDlg.h : header file 
// 
 
#if !defined(AFX_TEMPE_COMPUTERDLG_H__A0D7F7AB_BF87_4064_BDA6_EDFB52BBCD47__INCLUDED_) 
#define AFX_TEMPE_COMPUTERDLG_H__A0D7F7AB_BF87_4064_BDA6_EDFB52BBCD47__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
#include "computesave.h" 
///////////////////////////////////////////////////////////////////////////// 
// CTempe_ComputerDlg dialog 
 
class CTempe_ComputerDlg : public CDialog 
{ 
// Construction 
public: 
	CTempe_ComputerDlg(CWnd* pParent = NULL);	// standard constructor 
    int	indexitem,indexcolum; 
		CString editstr; 
	void diseditorcombox(); 
	computesave computer_save; 
// Dialog Data 
	//{{AFX_DATA(CTempe_ComputerDlg) 
	enum { IDD = IDD_TEMPE_COMPUTER_DIALOG }; 
	CButton	m_VCC; 
	CEdit	m_vol_re; 
	CEdit	m_adbit; 
	CButton	m_GND; 
	CStatic	m_tempvol; 
	CEdit	m_edit; 
	CListCtrl	m_list; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CTempe_ComputerDlg) 
	virtual BOOL PreTranslateMessage(MSG* pMsg); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CTempe_ComputerDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult); 
	afx_msg void On_updata(); 
	afx_msg void On_computer(); 
	afx_msg void On_input(); 
	afx_msg void On_save(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_TEMPE_COMPUTERDLG_H__A0D7F7AB_BF87_4064_BDA6_EDFB52BBCD47__INCLUDED_)