insertstaff.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:1k
源码类别:

数据库编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "datacombo1.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_)
  5. #define AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // insertstaff.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // insertstaff dialog
  13. class insertstaff : public CDialog
  14. {
  15. // Construction
  16. public:
  17. insertstaff(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(insertstaff)
  20. enum { IDD = IDD_insertstaff };
  21. CComboBox m_xingbie;
  22. CString m_name;
  23. CString m_yuangongID;
  24. CDataCombo m_bumenID;
  25. CDataCombo m_zhiwei;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(insertstaff)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(insertstaff)
  37. afx_msg void Onok();
  38. afx_msg void OnChangeEDITyuangongID();
  39. afx_msg void Oncancel();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_INSERTSTAFF_H__3DD8827C_9490_496E_91E4_41DDB80EAA48__INCLUDED_)