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

数据库编程

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "datacombo.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_JBGZTJDLG_H__F9955A00_CEC1_48DE_AE74_EAA11B7B89C6__INCLUDED_)
  5. #define AFX_JBGZTJDLG_H__F9955A00_CEC1_48DE_AE74_EAA11B7B89C6__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // Jbgztjdlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CJbgztjdlg dialog
  13. class CJbgztjdlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CJbgztjdlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CJbgztjdlg)
  20. enum { IDD = IDD_JBGZTJ };
  21. CDataCombo m_dc;
  22. int m_jbgz;
  23. int m_zwgz;
  24. int m_glgz;
  25. int m_ylbxj;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CJbgztjdlg)
  30. public:
  31. virtual BOOL PreTranslateMessage(MSG* pMsg);
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CJbgztjdlg)
  40. virtual void OnOK();
  41. virtual BOOL OnInitDialog();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_JBGZTJDLG_H__F9955A00_CEC1_48DE_AE74_EAA11B7B89C6__INCLUDED_)