- // NCShopDlg.h : header file
- //
- #if !defined(AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_)
- #define AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "MyButton.h"
- #include "MyMenu.h"
- #define ID_BTNTIME WM_USER+100
- /////////////////////////////////////////////////////////////////////////////
- // CNCShopDlg dialog
- class CNCShopDlg : public CDialog
- {
- // Construction
- public:
- CNCShopDlg(CWnd* pParent = NULL); // standard constructor
- CMyMenu m_menu;
- CString strNo,strName;
- // Dialog Data
- //{{AFX_DATA(CNCShopDlg)
- enum { IDD = IDD_NCSHOP_DIALOG };
- CMyButton m_StaticTime;
- CMyButton m_BtnHead4;
- CMyButton m_BtnHead3;
- CMyButton m_BtnBottom2;
- CMyButton m_BtnBottom1;
- CMyButton m_BtnHead;
- CMyButton m_BtnResOut;
- CMyButton m_BtnResIn;
- CMyButton m_BtnResAll;
- CMyButton m_BtnResFeiLei;
- CMyButton m_BtnResZiliao;
- CMyButton m_BtnGongYingShang;
- CMyButton m_StaticAdminFenLei;
- CMyButton m_StaticAdminName;
- CMyButton m_BtnReport1;
- CMyButton m_BtnReport2;
- CMyButton m_BtnReport3;
- CMyButton m_BtnReport4;
- CMyButton m_BtnReport5;
- CMyButton m_BtnReport6;
- CNCShopDlg* ss;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CNCShopDlg)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CNCShopDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
- afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
- afx_msg void OnMenuMainSystemReload();
- afx_msg void OnMenuMainSystemQuit();
- afx_msg void OnBtnresin();
- afx_msg void OnBtnresreport1();
- afx_msg void OnMenuAboutAbout();
- afx_msg void OnMenuToolsCals();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnMenuitemB001();
- afx_msg void OnMenuitemB002();
- afx_msg void OnMenuitemB003();
- afx_msg void OnMenuitemB004();
- afx_msg void OnMenuitemB006();
- afx_msg void OnMenuitemB007();
- afx_msg void OnMenuitemB005();
- afx_msg void OnMenuitemB008();
- afx_msg void OnMenuitemB009();
- afx_msg void OnMenuitemB010();
- afx_msg void OnMenuitemC001();
- afx_msg void OnMenuitemC002();
- afx_msg void OnMenuitemC003();
- afx_msg void OnMenuitemC004();
- afx_msg void OnMenuitemC005();
- afx_msg void OnMenuitemC006();
- afx_msg void OnMenuitemC007();
- afx_msg void OnMenuitemC008();
- afx_msg void OnMenuitemD001();
- afx_msg void OnMenuitemD002();
- afx_msg void OnMenuitemD004();
- afx_msg void OnMenuitemD005();
- afx_msg void OnMenuitemD006();
- afx_msg void OnMenuitemD007();
- afx_msg void OnMenuitemD008();
- afx_msg void OnMenuitemD009();
- afx_msg void OnMenuitemE001();
- afx_msg void OnMenuitemE002();
- afx_msg void OnMenuitemE003();
- afx_msg void OnMenuitemE004();
- afx_msg void OnMenuitemE005();
- afx_msg void OnMenuitemE006();
- afx_msg void OnMenuitemE007();
- afx_msg void OnMenuitemE008();
- afx_msg void OnMenuitemE009();
- afx_msg void OnMenuitemE010();
- afx_msg void OnMenuitemE011();
- afx_msg void OnMenuMainSystemPassword();
- afx_msg void OnMenuitemA003();
- afx_msg void OnMenuitemA002();
- afx_msg void OnMenuitemF001();
- afx_msg void OnMenuitemF002();
- afx_msg void OnMenuitemF003();
- afx_msg void OnMenuitemF004();
- afx_msg void OnMenuitemF005();
- afx_msg void OnMenuitemF006();
- afx_msg void OnMenuitemF007();
- afx_msg void OnMenuitemF008();
- afx_msg void OnMenuitemH001();
- afx_msg void OnMenuitemH002();
- afx_msg void OnMenuitemH003();
- afx_msg void OnMenuitemH004();
- afx_msg void OnMenuitemH005();
- afx_msg void OnBtnresresout();
- afx_msg void OnBtnresfenlei();
- afx_msg void OnBtnresziliao();
- afx_msg void OnBtngongyingshang();
- afx_msg void OnBtnresreport2();
- afx_msg void OnBtnresreport3();
- afx_msg void OnBtnresreport4();
- afx_msg void OnBtnresreport5();
- afx_msg void OnBtnresreport6();
- afx_msg void OnMenuitemA004();
- afx_msg void OnClose();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- HACCEL m_hAccelTable;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_)