SmsManager/DLG_C_TDSet_Modify1.h

76 lines
1.8 KiB
C++

#if !defined(AFX_DLG_C_TDSET_MODIFY1_H__4D4B04B3_B7A3_4792_BBCA_17D7972E2B50__INCLUDED_)
#define AFX_DLG_C_TDSET_MODIFY1_H__4D4B04B3_B7A3_4792_BBCA_17D7972E2B50__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_TDSet_Modify1.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_TDSet_Modify dialog
class DLG_C_TDSet_Modify : public CDialog
{
public:
ANS_GetTD2Data m_TDData;
// Construction
public:
ANS_GetTD2Data GetParam();
void SetParam(ANS_GetTD2Data tddata );
DLG_C_TDSet_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_TDSet_Modify)
enum { IDD = IDD_C_TDSET_MODIFY };
CString m_strBZ;
BOOL m_bDefaultTD;
CString m_strMsg;
CString m_strName;
BOOL m_bStatus;
int m_lType;
CString m_strTDID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_TDSet_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_TDSet_Modify)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
int m_lAbility;
CString m_strAccessPort;
int m_lLimits;
int m_lTDNum;
int m_lMode;
afx_msg void OnBnClickedOk();
int m_lContentLen;
int m_lLongContentLen;
int m_lSignLen;
int m_lSendRet;
int m_lXYLen;
int m_lXYTDID;
BOOL m_bGGTD;
BOOL m_bOftenUse;
CString m_strLoginName;
int m_lBFPriority;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_C_TDSET_MODIFY1_H__4D4B04B3_B7A3_4792_BBCA_17D7972E2B50__INCLUDED_)