DlgJiaGePiLiang.cpp
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:1k
- // 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