// EdIRCsNB.hpp : implementation file // #ifndef _EDIRCSNB_HPP_ #define _EDIRCSNB_HPP_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #include "EdIRRes.h" ///////////////////////////////////////////////////////////////////////////// // class CPA_EdIR_NewConstantDialog dialog ///////////////////////////////////////////////////////////////////////////// class CPA_EdIR_NewConstantDialog : public CDialog { //Attributes public: CString m_csType; CString m_csName; CString m_csValue; // Construction public: CPA_EdIR_NewConstantDialog(CString csType="",CString csName="",CString csValue="",CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CPA_EdIR_NewConstantDialog) enum { IDD = IDD_IR_NEW_CONSTANT }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPA_EdIR_NewConstantDialog) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPA_EdIR_NewConstantDialog) virtual void OnOK(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; #endif // _EDIRCSNB_HPP_