SizeComboBox.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #if !defined(AFX_SIZECOMBOBOX_H__8A810F5D_013B_43FE_9821_505F4AAF12D6__INCLUDED_)
  2. #define AFX_SIZECOMBOBOX_H__8A810F5D_013B_43FE_9821_505F4AAF12D6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SizeComboBox.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSizeComboBox window
  10. class CSizeComboBox : public CComboBox
  11. {
  12. // Construction
  13. public:
  14. CSizeComboBox();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. void FillCombo();
  20. void SelectSize( int size );
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CSizeComboBox)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CSizeComboBox();
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CSizeComboBox)
  31. // NOTE - the ClassWizard will add and remove member functions here.
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_SIZECOMBOBOX_H__8A810F5D_013B_43FE_9821_505F4AAF12D6__INCLUDED_)