www.pudn.com > UDiskFileSystem.rar > UDiskFileSystemDlg.h
// UDiskFileSystemDlg.h : header file
//
#if !defined(AFX_UDISKFILESYSTEMDLG_H__FA592B04_3B68_488E_9B2F_BD92647CDD45__INCLUDED_)
#define AFX_UDISKFILESYSTEMDLG_H__FA592B04_3B68_488E_9B2F_BD92647CDD45__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CUDiskFileSystemDlg dialog
class CUDiskFileSystemDlg : public CDialog
{
// Construction
public:
CUDiskFileSystemDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CUDiskFileSystemDlg)
enum { IDD = IDD_UDISKFILESYSTEM_DIALOG };
// CListBox m_List;
CEdit m_Command;
int m_nIsoFile;
int m_nDisk;
CString m_sSelDisk;
CString m_sEditList;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CUDiskFileSystemDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CUDiskFileSystemDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonClear();
afx_msg void OnButtonOpen();
afx_msg void OnButtonRun();
afx_msg void OnIsof();
afx_msg void OnName();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_UDISKFILESYSTEMDLG_H__FA592B04_3B68_488E_9B2F_BD92647CDD45__INCLUDED_)