DataOption.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_DATAOPTION_H__36120F2D_53A8_49C6_B660_EF8883D2177E__INCLUDED_)
  2. #define AFX_DATAOPTION_H__36120F2D_53A8_49C6_B660_EF8883D2177E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DataOpt.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DataOpt dialog
  10. class DataOpt : public CDialog
  11. {
  12. // Construction
  13. public:
  14. DataOpt(CWnd* pParent = NULL); // standard constructor
  15. CString m_branch;
  16. int m_year;
  17. // Dialog Data
  18. //{{AFX_DATA(DataOpt)
  19. enum { IDD = IDD_DLGDataOption };
  20. CComboBox m_combo2;
  21. CComboBox m_combo1;
  22. BOOL m_check1;
  23. int m_radio1;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(DataOpt)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(DataOpt)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  37. afx_msg void OnRadio1();
  38. afx_msg void OnRadio2();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_DATAOPTION_H__36120F2D_53A8_49C6_B660_EF8883D2177E__INCLUDED_)