SmsManager/DLG_CJCard_Add.h

56 lines
1.3 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_CJCARD_ADD_H__133AA290_5538_4DAF_8F57_C0295EFDC595__INCLUDED_)
#define AFX_DLG_CJCARD_ADD_H__133AA290_5538_4DAF_8F57_C0295EFDC595__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_CJCard_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_CJCard_Add dialog
#include "K_CJCard.h"
class DLG_CJCard_Add : public CDialog
{
public:
CAgentName * m_pAgent;
long m_lAgentID;
// Construction
public:
void SetParam(CAgentName *pAgent);
DLG_CJCard_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_CJCard_Add)
enum { IDD = IDD_CJCARD_ADD };
CComboBox m_L_Agent;
UINT m_lPrice;
UINT m_lCount;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_CJCard_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_CJCard_Add)
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_CJCARD_ADD_H__133AA290_5538_4DAF_8F57_C0295EFDC595__INCLUDED_)