#if !defined(AFX_DLG_C_KF_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_) #define AFX_DLG_C_KF_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_ #include "..\PUBLIC\CorpSms.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_C_KF_Modify.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_C_KF_Modify dialog class CC_KF; class DLG_C_KF_Modify : public CDialog { public: ANS_GetKFData m_KFData; TCHAR m_szPasswd[32]; protected: CC_KF * m_pKFDlg; POSITION m_Pos; //自身在管理员列表中所处的位置 BOOL m_bAdd; //是否是新添加的内容 // Construction public: ANS_GetKFData GetParam(); void SetParam(ANS_GetKFData data,POSITION pos,BOOL bAdd); DLG_C_KF_Modify(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_C_KF_Modify) enum { IDD = IDD_C_KF_MODIFY }; CEdit m_E_Passwd; COleDateTime m_tBirthday; CString m_strBZ; CString m_strFax; CString m_strEmail; CString m_strJob; CString m_strMobile; CString m_strName; CString m_strNickName; CString m_strTel; int m_lSex; CString m_strBranch; CString m_strPasswd; CString m_strLoginName; BOOL m_bNoLTD; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_C_KF_Modify) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_C_KF_Modify) virtual BOOL OnInitDialog(); virtual void OnOK(); afx_msg void OnYwyModifyRepasswd(); //}}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_KF_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_)