You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TwoLaserHead-PushJig/LaiPuLaser/DlgPane.h

14 lines
319 B
C

#pragma once
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>pane <20><><EFBFBD><EFBFBD><EFBFBD>ĶԻ<C4B6><D4BB><EFBFBD>,<2C>ص<EFBFBD><D8B5>ǿ<EFBFBD><C7BF>Ի<EFBFBD><D4BB>öԻ<C3B6><D4BB><EFBFBD><EFBFBD><EFBFBD>ID
class CDlgPane: public CDialogEx
{
DECLARE_DYNAMIC(CDlgPane)
public:
CDlgPane(CWnd* pParent = NULL); // <20><>׼<EFBFBD><D7BC><EFBFBD><EFBFBD><ECBAAF>
virtual ~CDlgPane();
virtual UINT GetIDD(){return 0;};
afx_msg BOOL PreTranslateMessage(MSG* pMsg);
};