📄 xkdlg.h
字号:
// XKDlg.h : header file
//
#if !defined(AFX_XKDLG_H__A7966DD5_B544_4E44_9484_1E32DE619E6C__INCLUDED_)
#define AFX_XKDLG_H__A7966DD5_B544_4E44_9484_1E32DE619E6C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CXKDlg dialog
class CXKDlg : public CDialog
{
// Construction
public:
CXKDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CXKDlg)
enum { IDD = IDD_XK_DIALOG };
CEdit m_Cr;
int m_kselect;
int m_rselect;
float m_qx;
float m_qy;
float m_ex;
float m_ey;
float m_r;
float m_bj;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXKDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CXKDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonyx();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
afx_msg void OnButtonsx();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XKDLG_H__A7966DD5_B544_4E44_9484_1E32DE619E6C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -