home *** CD-ROM | disk | FTP | other *** search
- // maindlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CMainDlg dialog
-
- class CMainDlg : public CDialog
- {
- // Construction
- public:
- CMainDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CMainDlg)
- enum { IDD = IDD_DIALOG1 };
- CVBControl* m_BarCode;
- CString m_Edit;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Generated message map functions
- //{{AFX_MSG(CMainDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- afx_msg void OnChangeEdit1();
- afx_msg void OnDblclickBarcode1(UINT, int, CWnd*, LPVOID);
- afx_msg void OnChangedBarcode1(UINT, int, CWnd*, LPVOID);
- afx_msg void OnClickedPrint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-