www.pudn.com > BigNumberCalculater.rar > jsqDlg.h


// jsqDlg.h : header file 
// 
 
#if !defined(AFX_JSQDLG_H__2A3E430E_9A3C_41B3_9336_D50EBE0B50F1__INCLUDED_) 
#define AFX_JSQDLG_H__2A3E430E_9A3C_41B3_9336_D50EBE0B50F1__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CJsqDlg dialog 
 
class CJsqDlg : public CDialog 
{ 
// Construction 
public: 
	void RSA(); 
	CJsqDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CJsqDlg) 
	enum { IDD = IDD_JSQ_DIALOG }; 
	CString	m_ResultEdit; 
	CString	s1; 
	int math_i; 
	CString	n; 
	CString	p; 
	CString	q; 
	CString	e; 
	CString	d; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CJsqDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
private: 
 
// Implementation 
protected: 
	HICON m_hIcon; 
	void PressOperation(int flag); 
	void PressNumber(int flag); 
 
	// Generated message map functions 
	//{{AFX_MSG(CJsqDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnButton0(); 
	afx_msg void OnButton1(); 
	afx_msg void OnButton2(); 
	afx_msg void OnButton3(); 
	afx_msg void OnButton4(); 
	afx_msg void OnButton5(); 
	afx_msg void OnButton6(); 
	afx_msg void OnButton7(); 
	afx_msg void OnButton8(); 
	afx_msg void OnButton9(); 
	afx_msg void OnDivideButton(); 
	afx_msg void OnEqualButton(); 
	afx_msg void OnMinusButton(); 
	afx_msg void OnTimesButton(); 
	afx_msg void OnAddButton(); 
	afx_msg void OnClearButton(); 
	afx_msg void OnBackspaceButton(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_JSQDLG_H__2A3E430E_9A3C_41B3_9336_D50EBE0B50F1__INCLUDED_)