SetDlg.h
上传用户:kkzhu_0
上传日期:2007-01-05
资源大小:214k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // SetDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CSetDlg dialog
  5. class CSetDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CSetDlg(CWnd* pParent = NULL);   // standard constructor
  10. int WF0_1,WF0_2,WF0_3,WF0_4;
  11. int WF1_1,WF1_2,WF1_3,WF1_4;
  12. int WF2_3,WF2_4,WF5;
  13. int Deep,Breadth,Thread,Delta;
  14. // Dialog Data
  15. //{{AFX_DATA(CSetDlg)
  16. enum { IDD = IDD_DIALOG_SET };
  17. // NOTE: the ClassWizard will add data members here
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSetDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CSetDlg)
  29. virtual BOOL OnInitDialog();
  30. virtual void OnOK();
  31. afx_msg void OnSetReset();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };