📄 dialogset.h
字号:
#if !defined(AFX_DIALOGSET_H__CABE6CDE_27AF_44BE_8ED6_467F2F9CC4BC__INCLUDED_)
#define AFX_DIALOGSET_H__CABE6CDE_27AF_44BE_8ED6_467F2F9CC4BC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DialogSet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DialogSet dialog
///////////////////////////////////////
//此对话框主要用于改变所有环境变量
////////////////////////////////////////
class DialogSet : public CDialog
{
// Construction
public:
DialogSet(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DialogSet)
enum { IDD = IDD_DIALOG_Proper };
CEdit m_Inter;
CEdit m_YDis;
CEdit m_XDis;
CEdit m_VUp;
CEdit m_VDown;
CEdit m_YAxis;
CEdit m_XAxis;
float m_EXAxis;
float m_EYAxis;
float m_Vdown;
float m_Vup;
float m_fXdis;
float m_fYDis;
long m_InterVal;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DialogSet)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DialogSet)
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DIALOGSET_H__CABE6CDE_27AF_44BE_8ED6_467F2F9CC4BC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -