GZGLXTDLG.H
上传用户:ghostdhl
上传日期:2018-06-14
资源大小:9728k
文件大小:2k
源码类别:

数据库编程

开发平台:

Visual C++

  1. // GZGLXTDlg.h : header file
  2. //
  3. #if !defined(AFX_GZGLXTDLG_H__EDC6AF67_052F_459F_BA20_31535FE42D34__INCLUDED_)
  4. #define AFX_GZGLXTDLG_H__EDC6AF67_052F_459F_BA20_31535FE42D34__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGZGLXTDlg dialog
  10. class CGZGLXTDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString strdz;
  15. CGZGLXTDlg(CWnd* pParent = NULL); // standard constructor
  16.     CTime t;
  17. CStatusBarCtrl m_StatusBar;
  18. // Dialog Data
  19. //{{AFX_DATA(CGZGLXTDlg)
  20. enum { IDD = IDD_GZGLXT_DIALOG };
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CGZGLXTDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CGZGLXTDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. afx_msg void OnExit();
  37. afx_msg void OnMenufdgz();
  38. afx_msg void OnMenugzff();
  39. afx_msg void OnMenujbgz();
  40. afx_msg void OnMenujbsj();
  41. afx_msg void OnMenuxgmm();
  42. afx_msg void OnMenuyglr();
  43. afx_msg void OnMenuygsc();
  44. afx_msg void OnMenuyhgl();
  45. afx_msg void OnMenuztcx();
  46. afx_msg void OnAppAbout();
  47. afx_msg void OnMenujbgztj();
  48. afx_msg void OnMenufdgztj();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_GZGLXTDLG_H__EDC6AF67_052F_459F_BA20_31535FE42D34__INCLUDED_)