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

66 lines
1.6 KiB
C++

#if !defined(AFX_DLG_C_FAXNUM_SET_H__45CC3F7A_B6E2_4F9D_B954_5CA81500E646__INCLUDED_)
#define AFX_DLG_C_FAXNUM_SET_H__45CC3F7A_B6E2_4F9D_B954_5CA81500E646__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_FaxNum_Set.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_FaxNum_Set dialog
class CC_FaxNum;
class DLG_C_FaxNum_Set : public CDialog
{
public:
CC_FaxNum * m_pFaxNumDlg;
ANS_FaxNum_Data m_FaxNumData;
// Construction
public:
ANS_FaxNum_Data GetFaxNumData();
void SetParam( ANS_FaxNum_Data faxNumData);
DLG_C_FaxNum_Set(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_FaxNum_Set)
enum { IDD = IDD_C_FAXNUM_SET };
CEdit m_E_CorpID;
CComboBox m_L_Corp;
CString m_strAccount;
CString m_strBNetAccount;
CString m_strBZ;
int m_lCorp;
CString m_strFaxNum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_FaxNum_Set)
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(DLG_C_FaxNum_Set)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnFaxnumSetLocal();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_C_FAXNUM_SET_H__45CC3F7A_B6E2_4F9D_B954_5CA81500E646__INCLUDED_)