// 7300bDbFDlg.h : header file // #include "Dask64.h" #pragma once // C7300bDbFDlg dialog class C7300bDbFDlg : public CDialog { // Construction public: C7300bDbFDlg(I16 hCard, CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MY7300BDBF_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() public: afx_msg void OnStart(); afx_msg void OnDestroy(); afx_msg void OnStop(); };