| 1234567891011121314151617181920212223242526272829 |
- #pragma once
- // BarCodePropPage.h : Declaration of the CBarCodePropPage property page class.
- // CBarCodePropPage : See BarCodePropPage.cpp for implementation.
- class CBarCodePropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CBarCodePropPage)
- DECLARE_OLECREATE_EX(CBarCodePropPage)
- // Constructor
- public:
- CBarCodePropPage();
- // Dialog Data
- enum { IDD = IDD_PROPPAGE_BARCODE };
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Message maps
- protected:
- DECLARE_MESSAGE_MAP()
- public:
- };
|