ThinkOptionDlg.h
上传用户:onward9999
上传日期:2022-06-27
资源大小:989k
文件大小:2k
源码类别:

其他游戏

开发平台:

Visual C++

  1. #if !defined(AFX_THINKOPTIONDLG_H__A8780381_B129_11D4_9A6C_80DD079DDE4E__INCLUDED_)
  2. #define AFX_THINKOPTIONDLG_H__A8780381_B129_11D4_9A6C_80DD079DDE4E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ThinkOptionDlg.h : header file
  7. //
  8. #include "CoolButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CThinkOptionDlg dialog
  11. class CThinkOptionDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CThinkOptionDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CThinkOptionDlg)
  18. enum { IDD = IDD_THINKOPTION };
  19. CSpinButtonCtrl m_spin17;
  20. CSpinButtonCtrl m_spin16;
  21. CSpinButtonCtrl m_spin15;
  22. CSpinButtonCtrl m_spin14;
  23. CSpinButtonCtrl m_spin13;
  24. CSpinButtonCtrl m_spin9;
  25. CSpinButtonCtrl m_spin8;
  26. CSpinButtonCtrl m_spin7;
  27. CSpinButtonCtrl m_spin6;
  28. CSpinButtonCtrl m_spin5;
  29. CSpinButtonCtrl m_spin4;
  30. CSpinButtonCtrl m_spin3;
  31. CSpinButtonCtrl m_spin2;
  32. CSpinButtonCtrl m_spin12;
  33. CSpinButtonCtrl m_spin11;
  34. CSpinButtonCtrl m_spin10;
  35. CSpinButtonCtrl m_spin1;
  36. CCoolButton m_btCancel;
  37. CCoolButton m_btOk;
  38. int m_editb1;
  39. int m_editb2;
  40. int m_editj1;
  41. int m_editj2;
  42. int m_editm1;
  43. int m_editm2;
  44. int m_editp1;
  45. int m_editp2;
  46. int m_edits1;
  47. int m_edits2;
  48. int m_editx1;
  49. int m_editx2;
  50. int m_edit30;
  51. int m_edit31;
  52. int m_edit32;
  53. int m_edit33;
  54. int m_edit34;
  55. //}}AFX_DATA
  56. // Overrides
  57. // ClassWizard generated virtual function overrides
  58. //{{AFX_VIRTUAL(CThinkOptionDlg)
  59. protected:
  60. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  61. //}}AFX_VIRTUAL
  62. // Implementation
  63. protected:
  64. // Generated message map functions
  65. //{{AFX_MSG(CThinkOptionDlg)
  66. virtual BOOL OnInitDialog();
  67. afx_msg void OnMyok();
  68. //}}AFX_MSG
  69. DECLARE_MESSAGE_MAP()
  70. };
  71. //{{AFX_INSERT_LOCATION}}
  72. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  73. #endif // !defined(AFX_THINKOPTIONDLG_H__A8780381_B129_11D4_9A6C_80DD079DDE4E__INCLUDED_)