home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_)
- #define AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // AdderDlg.h : header file
- //
-
- extern BOOL g_bEdsort;
-
- /////////////////////////////////////////////////////////////////////////////
- // CAdderDlg dialog
-
- class CAdderDlg : public CDialog
- {
- // Construction
- public:
- CAdderDlg(CWnd* pParent = NULL); // standard constructor
- BOOL Create();
- void CloseDialog();
-
- // Dialog Data
- //{{AFX_DATA(CAdderDlg)
- enum { IDD = IDD_ADD };
- CButton m_Check;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAdderDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void PostNcDestroy();
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- CWnd* m_pParent;
- int m_nID;
-
- // Generated message map functions
- //{{AFX_MSG(CAdderDlg)
- virtual void OnCancel();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg void OnCheck1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_ADDERDLG_H__6A37DBF4_70C4_11D3_87C9_00E0292D1C3C__INCLUDED_)
-