www.gusucode.com > VC++启程报表DHTML表格显示-源码程序 > VC++启程报表DHTML表格显示-源码程序/code/RowColInputDlg.cpp

    // RowColInputDlg.cpp : implementation file
// Download by http://www.NewXing.com

#include "stdafx.h"
#include "sreport.h"
#include "RowColInputDlg.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CRowColInputDlg dialog


CRowColInputDlg::CRowColInputDlg(CWnd* pParent /*=NULL*/)
	: CDialog(CRowColInputDlg::IDD, pParent)
{
	//{{AFX_DATA_INIT(CRowColInputDlg)
	m_index = 0;
	//}}AFX_DATA_INIT
}


void CRowColInputDlg::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CRowColInputDlg)
	DDX_Text(pDX, IDC_INDEX, m_index);
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CRowColInputDlg, CDialog)
	//{{AFX_MSG_MAP(CRowColInputDlg)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CRowColInputDlg message handlers