BarCodePropPage.h 555 B

1234567891011121314151617181920212223242526272829
  1. #pragma once
  2. // BarCodePropPage.h : Declaration of the CBarCodePropPage property page class.
  3. // CBarCodePropPage : See BarCodePropPage.cpp for implementation.
  4. class CBarCodePropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CBarCodePropPage)
  7. DECLARE_OLECREATE_EX(CBarCodePropPage)
  8. // Constructor
  9. public:
  10. CBarCodePropPage();
  11. // Dialog Data
  12. enum { IDD = IDD_PROPPAGE_BARCODE };
  13. // Implementation
  14. protected:
  15. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  16. // Message maps
  17. protected:
  18. DECLARE_MESSAGE_MAP()
  19. public:
  20. };