www.gusucode.com > VC++超市进销存管理系统(Access)-源码程序 > VC++超市进销存管理系统(Access)-源码程序/code/NcShop/DlgJiaGePiLiang.cpp

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

#include "stdafx.h"
#include "ncshop.h"
#include "DlgJiaGePiLiang.h"

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

/////////////////////////////////////////////////////////////////////////////
// CDlgJiaGePiLiang dialog


CDlgJiaGePiLiang::CDlgJiaGePiLiang(CWnd* pParent /*=NULL*/)
	: CDialog(CDlgJiaGePiLiang::IDD, pParent)
{
	//{{AFX_DATA_INIT(CDlgJiaGePiLiang)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}


void CDlgJiaGePiLiang::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CDlgJiaGePiLiang)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


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

/////////////////////////////////////////////////////////////////////////////
// CDlgJiaGePiLiang message handlers