// AbortDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAbortDlg dialog class CAbortDlg : public CDialog { // Construction public: CAbortDlg(CWnd* pParent = NULL); // standard constructor short m_nSource; short m_nReason; // Dialog Data //{{AFX_DATA(CAbortDlg) enum { IDD = IDD_ABORTDLG }; CComboBox m_Combo2; CComboBox m_Combo1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAbortDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAbortDlg) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() };