📄 平移算法dlg.h
字号:
// 平移算法Dlg.h : header file
//
/********************************************************************
* 作者:巫丙亮 *
* 华东交通大学信息工程学院02级 *
* 快毕业。。。。。就要被卖了。。。。。 *
********************************************************************/
#if !defined(AFX_DLG_H__80E6F96B_241E_4715_878C_BE3A0CA1B1C6__INCLUDED_)
#define AFX_DLG_H__80E6F96B_241E_4715_878C_BE3A0CA1B1C6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CMyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
int m_x;
int m_y;
int m_jiaodu;
double m_beishu;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
int X,Y,X1,Y1,X2,Y2,X3,Y3;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void Onx();
afx_msg void Ony();
afx_msg void Ono();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void drawtixing(int x,int y,int x1,int y1,int x2,int y2,int x3,int y3);
afx_msg void Onpingyi();
afx_msg void Onjiaodu();
afx_msg void Onchong();
afx_msg void Onsuofang();
afx_msg void Onzhen();
afx_msg void Onfu();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__80E6F96B_241E_4715_878C_BE3A0CA1B1C6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -