59 lines
1.4 KiB
C++
59 lines
1.4 KiB
C++
#if !defined(AFX_DLG_QZSMSTD_H__5164C184_9C1F_4E40_8FA3_EA2ED71D5B49__INCLUDED_)
|
|
#define AFX_DLG_QZSMSTD_H__5164C184_9C1F_4E40_8FA3_EA2ED71D5B49__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_QZSmsTD.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_QZSmsTD dialog
|
|
|
|
class DLG_QZSmsTD : public CDialog
|
|
{
|
|
public:
|
|
TCHAR m_szSMSTD[16];
|
|
TCHAR m_szSMSOutAll[16];
|
|
// Construction
|
|
public:
|
|
void SetParam( const TCHAR * pSmsTD,const TCHAR * pSmsOutAll);
|
|
DLG_QZSmsTD(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_QZSmsTD)
|
|
enum { IDD = IDD_QZSMSTD };
|
|
int m_lCMCC;
|
|
int m_lPHS;
|
|
int m_lUnicom;
|
|
int m_lOutAll_CMCC;
|
|
int m_lOutAll_PHS;
|
|
int m_lOutAll_Unicom;
|
|
int m_lOutAll_Telcom;
|
|
int m_lTelcom;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_QZSmsTD)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_QZSmsTD)
|
|
virtual BOOL OnInitDialog();
|
|
virtual void OnOK();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_QZSMSTD_H__5164C184_9C1F_4E40_8FA3_EA2ED71D5B49__INCLUDED_)
|