insertstaff.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
- //{{AFX_INCLUDES()
- #include "datacombo1.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_)
- #define AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // insertstaff.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // insertstaff dialog
- class insertstaff : public CDialog
- {
- // Construction
- public:
- insertstaff(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(insertstaff)
- enum { IDD = IDD_insertstaff };
- CComboBox m_xingbie;
- CString m_name;
- CString m_yuangongID;
- CDataCombo m_bumenID;
- CDataCombo m_zhiwei;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(insertstaff)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(insertstaff)
- afx_msg void Onok();
- afx_msg void OnChangeEDITyuangongID();
- afx_msg void Oncancel();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_)