1 Star 3 Fork 1

冬天用/ZuiSuWaiMai-MFC

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
CZSWMMAP.h 548 Bytes
Copy Edit Raw Blame History
haoruilee authored 2020-02-17 22:43 . Add files via upload
#pragma once
// CZSWMMAP 对话框
class CZSWMMAP : public CDialogEx
{
DECLARE_DYNAMIC(CZSWMMAP)
public:
CZSWMMAP(CWnd* pParent = nullptr); // 标准构造函数
virtual ~CZSWMMAP();
// 对话框数据
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_MAP_DIALOG };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 支持
DECLARE_MESSAGE_MAP()
public:
virtual BOOL OnInitDialog();
CStatic mappic;
afx_msg void OnBnClickedSuretoshowmap();
CPoint posi[41];
int startpoint;
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dongtianyong/ZuiSuWaiMai-MFC.git
git@gitee.com:dongtianyong/ZuiSuWaiMai-MFC.git
dongtianyong
ZuiSuWaiMai-MFC
ZuiSuWaiMai-MFC
master

Search