📄 my.h
字号:
#if !defined(AFX_MY_H__F441DD41_3550_11D4_9A45_A4E162AB890C__INCLUDED_)
#define AFX_MY_H__F441DD41_3550_11D4_9A45_A4E162AB890C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// my.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cmy dialog
class Cmy : public CDialog
{
// Construction
public:
Cmy(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Cmy)
enum { IDD = IDD_DIALOG1 };
CButton m_CANCEL;
CButton m_OK;
CString m_g90;
CString m_g98;
int m_kd;
int m_pos1x;
int m_pos2x;
int m_pos1y;
int m_pos2y;
int m_pos3x;
int m_pos3y;
int m_pos4x;
int m_pos4y;
int m_pos5x;
int m_pos5y;
int m_pos6x;
int m_pos6y;
int m_r;
int m_zks;
int m_ydz;
CString m_g81;
int m_sz;
int m_pos7x;
int m_pos7y;
int m_pos8y;
int m_pos8x;
int m_s;
CString m_cxh;
int m_f;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cmy)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cmy)
virtual void OnOK();
afx_msg void OnChangezks();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MY_H__F441DD41_3550_11D4_9A45_A4E162AB890C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -