SmsManager/DLG_Corp_Oper_Open.h

58 lines
1.6 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_CORP_OPER_OPEN_H__32775B68_4C27_4839_9DF3_987C80ED75EC__INCLUDED_)
#define AFX_DLG_CORP_OPER_OPEN_H__32775B68_4C27_4839_9DF3_987C80ED75EC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Oper_Open.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Oper_Open dialog
class DLG_Corp_Oper_Open : public CDialog
{
public:
ANS_Agent_SeeData m_DataA;
ANS_Corp_SeeData m_Data;
long m_bOpen;
long m_lType;
CString m_strOperName2;
// Construction
public:
void SetParam_A(ANS_Agent_SeeData * pData , BOOL bAdd,CString strOperName);
void SetParam( ANS_Corp_SeeData * pData , long bOpen , CString strOperName);
DLG_Corp_Oper_Open(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Oper_Open)
enum { IDD = IDD_CORP_OPER_OPEN };
CString m_strBZ;
CString m_strCorpID;
CString m_strCorpName;
CString m_strOperName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Oper_Open)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Oper_Open)
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_OPER_OPEN_H__32775B68_4C27_4839_9DF3_987C80ED75EC__INCLUDED_)