7Dlg.h
上传用户:sjsmail
上传日期:2009-08-28
资源大小:260k
文件大小:2k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // 7Dlg.h : header file
  2. //
  3. #if !defined(AFX_7DLG_H__DE4ED715_0414_4E98_A342_87D74F1CB23D__INCLUDED_)
  4. #define AFX_7DLG_H__DE4ED715_0414_4E98_A342_87D74F1CB23D__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #include "CDC2.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMyDlg dialog
  11. #include "RoundButton1.h"
  12. #include "wzq.h"
  13. #include "Dlgoption.h"
  14. class CMyDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CMyDlg(CWnd* pParent = NULL); // standard constructor
  19. protected:
  20. void loadfile();
  21. void setini(CString keyS ,CString AppS ,CString StrS );
  22. CString getini(CString keyS ,CString AppS, CString def );
  23. CDC2 qp;
  24. CDC2 qzh;
  25. CDC2 qzb;
  26. CDC2 mask;
  27. CDC2 dead;
  28. wzq twzq;
  29. CString runpath;
  30. // Dialog Data
  31. //{{AFX_DATA(CMyDlg)
  32. enum { IDD = IDD_MY7_DIALOG };
  33. CRoundButton m_exit;
  34. CRoundButton m_about;
  35. CRoundButton m_back;
  36. CRoundButton m_option;
  37. CRoundButton m_new;
  38. //}}AFX_DATA
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CMyDlg)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. HICON m_hIcon;
  47. // Generated message map functions
  48. //{{AFX_MSG(CMyDlg)
  49. virtual BOOL OnInitDialog();
  50. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  51. afx_msg void OnPaint();
  52. afx_msg HCURSOR OnQueryDragIcon();
  53. afx_msg void OnButton1();
  54. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  55. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  56. afx_msg void OnButton2();
  57. afx_msg void OnButton3();
  58. afx_msg void OnButton8();
  59. afx_msg void OnButton7();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_7DLG_H__DE4ED715_0414_4E98_A342_87D74F1CB23D__INCLUDED_)