56 lines
1.4 KiB
C++
56 lines
1.4 KiB
C++
#if !defined(AFX_DLG_CORP_HSSMS_H__681495D7_D50E_4491_8B65_8B1F66C203D1__INCLUDED_)
|
|
#define AFX_DLG_CORP_HSSMS_H__681495D7_D50E_4491_8B65_8B1F66C203D1__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_Corp_HSSms.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_Corp_HSSms dialog
|
|
|
|
class DLG_Corp_HSSms : public CDialog
|
|
{
|
|
public:
|
|
REQ_Corp_HSSms m_HSSms;
|
|
long m_lHSAType;
|
|
// Construction
|
|
public:
|
|
void SetParam(REQ_Corp_HSSms HSSms,long lHSAType);
|
|
DLG_Corp_HSSms(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_Corp_HSSms)
|
|
enum { IDD = IDD_CORP_HSSMS };
|
|
CString m_strAgent;
|
|
CString m_strCorp;
|
|
UINT m_lSmsCount;
|
|
CString m_strSmsUsed;
|
|
CString m_strBZ;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_Corp_HSSms)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_Corp_HSSms)
|
|
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_CORP_HSSMS_H__681495D7_D50E_4491_8B65_8B1F66C203D1__INCLUDED_)
|