?? kxiantu.h
字號(hào):
#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_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -