SmsManager/DLG_C_HT_Add.h

57 lines
1.4 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_C_HT_ADD_H__66C21301_4B13_40FD_A9D8_C1120BD43793__INCLUDED_)
#define AFX_DLG_C_HT_ADD_H__66C21301_4B13_40FD_A9D8_C1120BD43793__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_HT_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_HT_Add dialog
#include "C_HT.h"
class DLG_C_HT_Add : public CDialog
{
public:
CAgentName * m_pAgent;
long m_lAgentID;
// Construction
public:
void SetParam(CAgentName *pAgent);
DLG_C_HT_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_HT_Add)
enum { IDD = IDD_C_HT_ADD };
CEdit m_E_AgentID;
CComboBox m_L_Agent;
CString m_strBegin;
CString m_strEnd;
int m_lHTType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_HT_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_HT_Add)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnUserQuery2();
//}}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_HT_ADD_H__66C21301_4B13_40FD_A9D8_C1120BD43793__INCLUDED_)