#pragma once
|
|
#include "EdgeInspector_App.h"
|
#include "General_Draw.h"
|
// CViewPPIDNew 措拳 惑磊涝聪促.
|
|
class CViewPPIDNew : public CDialog
|
{
|
DECLARE_DYNAMIC(CViewPPIDNew)
|
|
public:
|
CViewPPIDNew(CWnd* pParent = NULL); // 钎霖 积己磊涝聪促.
|
virtual ~CViewPPIDNew();
|
|
// 措拳 惑磊 单捞磐涝聪促.
|
enum { IDD = IDD_DLG_PPID_NEW };
|
|
protected:
|
virtual BOOL OnInitDialog();
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 瘤盔涝聪促.
|
DECLARE_MESSAGE_MAP()
|
|
public:
|
CString GetNewRecipeName(){return m_strNewRecipeName;}
|
|
protected:
|
CString m_strNewRecipeName;
|
CFontControl m_FontControl;
|
|
public:
|
afx_msg void OnPaint();
|
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
|
DECLARE_EVENTSINK_MAP()
|
void ClickBtnPpidnewOk();
|
void ClickBtnPpidnewCancel();
|
};
|