www.pudn.com > mp3modifyname.rar > mp3baptismDlg.h
// mp3baptismDlg.h : header file
//
#if !defined(AFX_MP3BAPTISMDLG_H__E4CA6175_3C85_46AE_8F2A_B1DC6BA74B65__INCLUDED_)
#define AFX_MP3BAPTISMDLG_H__E4CA6175_3C85_46AE_8F2A_B1DC6BA74B65__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMp3baptismDlg dialog
class CMp3baptismDlg : public CDialog
{
// Construction
public:
CMp3baptismDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMp3baptismDlg)
enum { IDD = IDD_MP3BAPTISM_DIALOG };
CString m_mp3location;
CString m_nametemplate;
CString m_logfilename;
BOOL m_log;
BOOL m_clearoldlog;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMp3baptismDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMp3baptismDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnStart();
afx_msg void OnOpendlg();
afx_msg void OnLogcheck();
afx_msg void OnGivehints();
afx_msg void OnAbout();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MP3BAPTISMDLG_H__E4CA6175_3C85_46AE_8F2A_B1DC6BA74B65__INCLUDED_)