📄 postioninfo.h
字号:
/////////////////////////////////////////////////////////////////////////////
// CpostionInfo dialog
class CpostionInfo : public CDialog
{
// Construction
public:
CpostionInfo(CWnd* pParent = NULL); // standard constructor
BOOL Create(void);
void SetPosition(RECT rt,int n);
//{{AFX_DATA(CpostionInfo)
enum { IDD = IDD_POSITONINFO };
double m_nX0;
double m_nY0;
double m_nX10;
double m_nY10;
double m_nWidth;
double m_nLength;
double m_nWidth1;
double m_nLength1;
double m_nSize;
int x;
int channel;
int m_nRd;
CString m_sType;
CString m_sJZModeD;
CString m_sEnahD;
CString m_sScanType;
CString m_sHuiGuiType;
CString m_nUNIT;
CString m_sChannel;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CpostionInfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
int m_nID;
CWnd* m_pParent;
// Generated message map functions
//{{AFX_MSG(CpostionInfo)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -