CorpSms/DLG_ChangeTD.h
2025-02-27 16:58:16 +08:00

57 lines
1.3 KiB
C++

#if !defined(AFX_DLG_CHANGETD_H__F9A40F08_8340_460E_AF21_CAD8AD7AB439__INCLUDED_)
#define AFX_DLG_CHANGETD_H__F9A40F08_8340_460E_AF21_CAD8AD7AB439__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_ChangeTD.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_ChangeTD dialog
class DLG_ChangeTD : public CDialog
{
public:
ANS_CliSmsTD * m_pTD;
REQ_CliSmsTD m_TD;
// Construction
public:
void SetParam(ANS_CliSmsTD *pTD);
DLG_ChangeTD(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_ChangeTD)
enum { IDD = IDD_CHANGETD };
CComboBox m_wndTelcom;
CComboBox m_wndUnicom;
CComboBox m_wndPhs;
CButton m_B_CW;
CComboBox m_wndCmcc;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_ChangeTD)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_ChangeTD)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CHANGETD_H__F9A40F08_8340_460E_AF21_CAD8AD7AB439__INCLUDED_)