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

数据库编程

开发平台:

Visual C++

  1. // 工资Dlg.h : header file
  2. //
  3. #if !defined(AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_)
  4. #define AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "ADOConn.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMyDlg dialog
  11. class CMyDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CMyDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CMyDlg)
  18. enum { IDD = IDD_MY_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CMyDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CMyDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  33. afx_msg void OnPaint();
  34. afx_msg HCURSOR OnQueryDragIcon();
  35. afx_msg void OnBUTTON1yuangongxinxi();
  36. afx_msg void OnBUTTON2department();
  37. afx_msg void OnButton3();
  38. afx_msg void OnBUTTON4jiaban();
  39. afx_msg void OnBUTTON5gongzhong();
  40. afx_msg void Onkaoqinkoukuan();
  41. afx_msg void OnButton2();
  42. afx_msg void OnButton1();
  43. afx_msg void OnMENUbumen();
  44. afx_msg void OnMENUjiaban();
  45. afx_msg void OnMENUkaoqinkoukuan();
  46. afx_msg void OnMENUjiabanjintie();
  47. afx_msg void OnMENUgongzhong();
  48. afx_msg void OnMENUyuangongxinxi();
  49. afx_msg void OnMENUgongzi();
  50. afx_msg void OnMENUyuangongkaoqin();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_)