?? dlgsheet2.h
字號:
#if !defined(AFX_DLGSHEET2_H__3AD5B27B_DB29_4242_9DB8_706DFC1A4940__INCLUDED_)
#define AFX_DLGSHEET2_H__3AD5B27B_DB29_4242_9DB8_706DFC1A4940__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgSheet2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgSheet2 dialog
class CDlgSheet2 : public CDialog
{
// Construction
public:
double GetPlaneScale();
CDlgSheet2(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgSheet2)
enum { IDD = IDD_SHEET2 };
CDrawStatic m_staticOriPhi;
CDrawStatic m_staticOriLa;
CDrawStatic m_staticTitleOriPhi;
CDrawStatic m_staticTitleOriLa;
CSpinButtonCtrl m_spinPlaneScale;
CDrawStatic m_staticPlaneScale;
double m_dPlaneScale;
CString m_strOriLa;
CString m_strOriPhi;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgSheet2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgSheet2)
afx_msg void OnPaint();
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
afx_msg void OnDeltaposSpin(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
void DrawControl();
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGSHEET2_H__3AD5B27B_DB29_4242_9DB8_706DFC1A4940__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -