www.pudn.com > ViewerCarry.rar > bak_DisplayFileTranDlg.cpp
// DisplayFileTran.cpp : implementation file
//
#include "stdafx.h"
#include "thumbviewer.h"
#include "DisplayFileTranDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
HWND g_hDlgWnd;
/////////////////////////////////////////////////////////////////////////////
// CDisplayFileTran dialog
CDisplayFileTranDlg::CDisplayFileTranDlg(CWnd* pParent /*=NULL*/)
: CDialog(CDisplayFileTranDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CDisplayFileTran)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
void CDisplayFileTranDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDisplayFileTran)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDisplayFileTranDlg, CDialog)
//{{AFX_MSG_MAP(CDisplayFileTran)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDisplayFileTran message handlers
BOOL CDisplayFileTranDlg::OnInitDialog()
{
return true;
}