工资Dlg.h
上传用户:xz12345
上传日期:2007-09-12
资源大小:7437k
文件大小:2k
- // 工资Dlg.h : header file
- //
- #if !defined(AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_)
- #define AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "ADOConn.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMyDlg dialog
- class CMyDlg : public CDialog
- {
- // Construction
- public:
- CMyDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CMyDlg)
- enum { IDD = IDD_MY_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CMyDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnBUTTON1yuangongxinxi();
- afx_msg void OnBUTTON2department();
- afx_msg void OnButton3();
- afx_msg void OnBUTTON4jiaban();
- afx_msg void OnBUTTON5gongzhong();
- afx_msg void Onkaoqinkoukuan();
- afx_msg void OnButton2();
- afx_msg void OnButton1();
- afx_msg void OnMENUbumen();
- afx_msg void OnMENUjiaban();
- afx_msg void OnMENUkaoqinkoukuan();
- afx_msg void OnMENUjiabanjintie();
- afx_msg void OnMENUgongzhong();
- afx_msg void OnMENUyuangongxinxi();
- afx_msg void OnMENUgongzi();
- afx_msg void OnMENUyuangongkaoqin();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLG_H__0B727FCE_9744_46CE_8341_3FB3DA5E1B14__INCLUDED_)