#if !defined(AFX_OPCESPTDIPOLEDLG_H__CCEF30E0_58BE_4BDC_973F_72685FF726BE__INCLUDED_) #define AFX_OPCESPTDIPOLEDLG_H__CCEF30E0_58BE_4BDC_973F_72685FF726BE__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // opcesptdipoledlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // COpCESptDIPOLEDlg dialog class CFloatEdit; class COpCESptDIPOLEDlg : public CDialog { // Construction public: COpCESptDIPOLEDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(COpCESptDIPOLEDlg) enum { IDD = IDD_OP_CESPT_DIPOLE }; CFloatEdit m_edB; CFloatEdit m_edA; CString m_strStacking; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(COpCESptDIPOLEDlg) public: virtual BOOL PreTranslateMessage(MSG* pMsg); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(COpCESptDIPOLEDlg) afx_msg void OnShowWindow(BOOL bShow, UINT nStatus); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: int m_unIterNum; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OPCESPTDIPOLEDLG_H__CCEF30E0_58BE_4BDC_973F_72685FF726BE__INCLUDED_)