NCShopDlg.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:5k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. // NCShopDlg.h : header file
  2. //
  3. #if !defined(AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_)
  4. #define AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "MyButton.h"
  9. #include "MyMenu.h"
  10. #define ID_BTNTIME WM_USER+100
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CNCShopDlg dialog
  13. class CNCShopDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CNCShopDlg(CWnd* pParent = NULL); // standard constructor
  18. CMyMenu m_menu;
  19. CString strNo,strName;
  20. // Dialog Data
  21. //{{AFX_DATA(CNCShopDlg)
  22. enum { IDD = IDD_NCSHOP_DIALOG };
  23. CMyButton m_StaticTime;
  24. CMyButton m_BtnHead4;
  25. CMyButton m_BtnHead3;
  26. CMyButton m_BtnBottom2;
  27. CMyButton m_BtnBottom1;
  28. CMyButton m_BtnHead;
  29. CMyButton m_BtnResOut;
  30. CMyButton m_BtnResIn;
  31. CMyButton m_BtnResAll;
  32. CMyButton   m_BtnResFeiLei;
  33. CMyButton   m_BtnResZiliao;
  34. CMyButton   m_BtnGongYingShang;
  35. CMyButton   m_StaticAdminFenLei;
  36. CMyButton   m_StaticAdminName;
  37. CMyButton   m_BtnReport1;
  38. CMyButton   m_BtnReport2;
  39. CMyButton   m_BtnReport3;
  40. CMyButton   m_BtnReport4;
  41. CMyButton   m_BtnReport5;
  42. CMyButton   m_BtnReport6;
  43. CNCShopDlg* ss;
  44. //}}AFX_DATA
  45. // ClassWizard generated virtual function overrides
  46. //{{AFX_VIRTUAL(CNCShopDlg)
  47. public:
  48. virtual BOOL PreTranslateMessage(MSG* pMsg);
  49. protected:
  50. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  51. //}}AFX_VIRTUAL
  52. // Implementation
  53. protected:
  54. HICON m_hIcon;
  55. // Generated message map functions
  56. //{{AFX_MSG(CNCShopDlg)
  57. virtual BOOL OnInitDialog();
  58. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  59. afx_msg void OnPaint();
  60. afx_msg HCURSOR OnQueryDragIcon();
  61. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  62. afx_msg void OnSize(UINT nType, int cx, int cy);
  63. afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
  64. afx_msg void OnMeasureItem(int nIDCtl, LPMEASUREITEMSTRUCT lpMeasureItemStruct);
  65. afx_msg void OnMenuMainSystemReload();
  66. afx_msg void OnMenuMainSystemQuit();
  67. afx_msg void OnBtnresin();
  68. afx_msg void OnBtnresreport1();
  69. afx_msg void OnMenuAboutAbout();
  70. afx_msg void OnMenuToolsCals();
  71. afx_msg void OnTimer(UINT nIDEvent);
  72. afx_msg void OnMenuitemB001();
  73. afx_msg void OnMenuitemB002();
  74. afx_msg void OnMenuitemB003();
  75. afx_msg void OnMenuitemB004();
  76. afx_msg void OnMenuitemB006();
  77. afx_msg void OnMenuitemB007();
  78. afx_msg void OnMenuitemB005();
  79. afx_msg void OnMenuitemB008();
  80. afx_msg void OnMenuitemB009();
  81. afx_msg void OnMenuitemB010();
  82. afx_msg void OnMenuitemC001();
  83. afx_msg void OnMenuitemC002();
  84. afx_msg void OnMenuitemC003();
  85. afx_msg void OnMenuitemC004();
  86. afx_msg void OnMenuitemC005();
  87. afx_msg void OnMenuitemC006();
  88. afx_msg void OnMenuitemC007();
  89. afx_msg void OnMenuitemC008();
  90. afx_msg void OnMenuitemD001();
  91. afx_msg void OnMenuitemD002();
  92. afx_msg void OnMenuitemD004();
  93. afx_msg void OnMenuitemD005();
  94. afx_msg void OnMenuitemD006();
  95. afx_msg void OnMenuitemD007();
  96. afx_msg void OnMenuitemD008();
  97. afx_msg void OnMenuitemD009();
  98. afx_msg void OnMenuitemE001();
  99. afx_msg void OnMenuitemE002();
  100. afx_msg void OnMenuitemE003();
  101. afx_msg void OnMenuitemE004();
  102. afx_msg void OnMenuitemE005();
  103. afx_msg void OnMenuitemE006();
  104. afx_msg void OnMenuitemE007();
  105. afx_msg void OnMenuitemE008();
  106. afx_msg void OnMenuitemE009();
  107. afx_msg void OnMenuitemE010();
  108. afx_msg void OnMenuitemE011();
  109. afx_msg void OnMenuMainSystemPassword();
  110. afx_msg void OnMenuitemA003();
  111. afx_msg void OnMenuitemA002();
  112. afx_msg void OnMenuitemF001();
  113. afx_msg void OnMenuitemF002();
  114. afx_msg void OnMenuitemF003();
  115. afx_msg void OnMenuitemF004();
  116. afx_msg void OnMenuitemF005();
  117. afx_msg void OnMenuitemF006();
  118. afx_msg void OnMenuitemF007();
  119. afx_msg void OnMenuitemF008();
  120. afx_msg void OnMenuitemH001();
  121. afx_msg void OnMenuitemH002();
  122. afx_msg void OnMenuitemH003();
  123. afx_msg void OnMenuitemH004();
  124. afx_msg void OnMenuitemH005();
  125. afx_msg void OnBtnresresout();
  126. afx_msg void OnBtnresfenlei();
  127. afx_msg void OnBtnresziliao();
  128. afx_msg void OnBtngongyingshang();
  129. afx_msg void OnBtnresreport2();
  130. afx_msg void OnBtnresreport3();
  131. afx_msg void OnBtnresreport4();
  132. afx_msg void OnBtnresreport5();
  133. afx_msg void OnBtnresreport6();
  134. afx_msg void OnMenuitemA004();
  135. afx_msg void OnClose();
  136. //}}AFX_MSG
  137. DECLARE_MESSAGE_MAP()
  138. private:
  139. HACCEL  m_hAccelTable;
  140. };
  141. //{{AFX_INSERT_LOCATION}}
  142. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  143. #endif // !defined(AFX_NCSHOPDLG_H__04590973_495E_4F06_A5D9_5A53E25A71E3__INCLUDED_)