📄 kxiantu.h
字号:
#if !defined(AFX_KXIANTU_H__644B7E91_DA83_11D2_A4D0_0000210056C3__INCLUDED_)
#define AFX_KXIANTU_H__644B7E91_DA83_11D2_A4D0_0000210056C3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// KXianTu.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CKXianTu dialog
class CKXianTu : public CDialog
{
// Construction
public:
CKXianTu(CWnd* pParent = NULL); // standard constructor
int m_nYMax,m_nWidth;
void DrawZuoBiaoXi(CDC* pDC,CRect);
void DrawOneKXianTu(CDC* pDC,float nXpos,
float nZuiGaoJia,float nZuiDiJia,
float nKaiPanJia,float nShouPanJia);
void DrawJunXianTu(CDC* pDC);
int m_bHuaKXianTu;
// Dialog Data
//{{AFX_DATA(CKXianTu)
enum { IDD = IDD_DIALOG_KXIANTU };
CString m_sDaiMa;
CString m_sMingChen;
CString m_sRiQi1;
CString m_sRiQi2;
UINT m_TianShu;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CKXianTu)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CKXianTu)
virtual BOOL OnInitDialog();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnPaint();
afx_msg void OnButtonHuatu();
afx_msg void OnButtonHuatu2();
afx_msg void OnButtonHuatu3();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_KXIANTU_H__644B7E91_DA83_11D2_A4D0_0000210056C3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -