72 lines
1.9 KiB
C
72 lines
1.9 KiB
C
|
#if !defined(AFX_DLG_CORP_OPER_CHANGE_WORK_H__79F5C323_5C7F_4CD0_AB9C_678A681A7BA7__INCLUDED_)
|
||
|
#define AFX_DLG_CORP_OPER_CHANGE_WORK_H__79F5C323_5C7F_4CD0_AB9C_678A681A7BA7__INCLUDED_
|
||
|
|
||
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_Corp_Oper_Change_Work.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_Corp_Oper_Change_Work dialog
|
||
|
class CUserDlg;
|
||
|
class DLG_Corp_Oper_Change_Work : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
long m_lChangeType;
|
||
|
ANS_WorkPro m_workPro;
|
||
|
ANS_WorkPro_User * m_pUser;
|
||
|
ANS_Corp_SeeData m_CorpData;
|
||
|
long m_lManagerIndex;
|
||
|
protected:
|
||
|
CUserDlg * m_pUserDlg;
|
||
|
// Construction
|
||
|
public:
|
||
|
ANS_WorkPro GetParam();
|
||
|
void SetParam(ANS_Corp_SeeData pData,ANS_WorkPro mmsPro, ANS_WorkPro_User * pUser , long lType);
|
||
|
DLG_Corp_Oper_Change_Work(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_Corp_Oper_Change_Work)
|
||
|
enum { IDD = IDD_CORP_OPER_CHANGE_WORK };
|
||
|
CComboBox m_C_ManagerID;
|
||
|
CString m_strCorpID;
|
||
|
CString m_strCorpName;
|
||
|
CString m_strOperName;
|
||
|
CString m_strSendID;
|
||
|
CString m_strStatus;
|
||
|
CString m_strYE;
|
||
|
UINT m_lFJSpace;
|
||
|
int m_lOper;
|
||
|
UINT m_lWJSpace;
|
||
|
UINT m_lZRSpace;
|
||
|
CString m_strBZ;
|
||
|
CString m_strOAUserCount;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_Corp_Oper_Change_Work)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_Corp_Oper_Change_Work)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
//}}AFX_MSG
|
||
|
DECLARE_MESSAGE_MAP()
|
||
|
public:
|
||
|
afx_msg void OnBnClickedOk();
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_DLG_CORP_OPER_CHANGE_WORK_H__79F5C323_5C7F_4CD0_AB9C_678A681A7BA7__INCLUDED_)
|