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

棋牌游戏

开发平台:

Visual C++

  1. #if !defined(AFX_DLGOPTION_H__F90FDCA6_784E_4E0C_9441_0DE3485B0010__INCLUDED_)
  2. #define AFX_DLGOPTION_H__F90FDCA6_784E_4E0C_9441_0DE3485B0010__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Dlgoption.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgoption dialog
  10. class CDlgoption : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgoption(CWnd* pParent = NULL); 
  15. void setoption(int model,int aitype);
  16. int getmodel();
  17. int getai();
  18. // standard constructor
  19. private:
  20. int model;
  21. int aitype;
  22. // Dialog Data
  23. //{{AFX_DATA(CDlgoption)
  24. enum { IDD = IDD_DIALOG1 };
  25. // NOTE: the ClassWizard will add data members here
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CDlgoption)
  30. public:
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CDlgoption)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_DLGOPTION_H__F90FDCA6_784E_4E0C_9441_0DE3485B0010__INCLUDED_)