home *** CD-ROM | disk | FTP | other *** search
- // MCDBDlg.h : header file
- //
-
- #if !defined(AFX_MCDBDLG_H__97C0EC9D_1A71_485C_B8AD_C173E7802F4F__INCLUDED_)
- #define AFX_MCDBDLG_H__97C0EC9D_1A71_485C_B8AD_C173E7802F4F__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #include "FileDropListCtrl.h"
- /////////////////////////////////////////////////////////////////////////////
- // CMCDBDlg dialog
-
- class CMCDBDlg : public CDialog
- {
- // Construction
- public:
- CMCDBDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CMCDBDlg)
- enum { IDD = IDD_MCDB_DIALOG };
- CEdit Memo1;
- CProgressCtrl dbs;
- CProgressCtrl scs;
- CProgressCtrl pb;
- CFileDropListCtrl files;
- CComboBox cbDrives;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMCDBDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CMCDBDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnSelchangeCombo2();
- afx_msg void OnEject();
- afx_msg void OnBurn();
- afx_msg void OnDestroy();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnErase();
- afx_msg void OnLoad();
- afx_msg void OnDblclkFiles(NMHDR* pNMHDR, LRESULT* pResult);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- public:
- void static __stdcall EraseDone(BOOL FAILED, void *ptr);
- void static __stdcall WriteDone(BOOL FAILED, void *arg);
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_MCDBDLG_H__97C0EC9D_1A71_485C_B8AD_C173E7802F4F__INCLUDED_)
-