SmsManager/DLG_CorpSmsB_Add.h
2025-01-14 10:46:18 +08:00

73 lines
1.8 KiB
C++

#if !defined(AFX_DLG_CORPSMSB_ADD_H__357E185D_EF6B_490D_B92F_C567E2E6A192__INCLUDED_)
#define AFX_DLG_CORPSMSB_ADD_H__357E185D_EF6B_490D_B92F_C567E2E6A192__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_CorpSmsB_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_CorpSmsB_Add dialog
class DLG_CorpSmsB_Add : public CDialog
{
public:
ANS_CorpSmsB_SeeData m_CorpSmsB;
// Construction
public:
ANS_CorpSmsB_SeeData GetParam();
void SetParam( ANS_CorpSmsB_SeeData * pData);
DLG_CorpSmsB_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_CorpSmsB_Add)
enum { IDD = IDD_K_CORPSMSB_ADD };
CEdit m_E_BZ;
CString m_strAddr;
CString m_strCharterNum;
CString m_strCM;
CString m_strCorpID;
CString m_strCorpName;
CString m_strEmail;
CString m_strFax;
CString m_strHttp;
CString m_strKHCardNo;
CString m_strLoginName;
CString m_strLXR;
CString m_strMobile;
CString m_strPostCode;
CString m_strPrice;
CString m_strProcessTime;
CString m_strSmsCount;
CString m_strSName;
CString m_strSubTime;
CString m_strTel;
CString m_strBZ;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_CorpSmsB_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_CorpSmsB_Add)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnOk2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORPSMSB_ADD_H__357E185D_EF6B_490D_B92F_C567E2E6A192__INCLUDED_)