📄 ellipsedlg.h
字号:
// EllipseDlg.h : header file
//
#if !defined(AFX_ELLIPSEDLG_H__5425976F_388B_484D_B0D1_B24FB17EB18C__INCLUDED_)
#define AFX_ELLIPSEDLG_H__5425976F_388B_484D_B0D1_B24FB17EB18C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEllipseDlg dialog
class CEllipseDlg : public CDialog
{
// Construction
public:
CEllipseDlg(CWnd* pParent = NULL); // standard constructor
int eflag;
int cflag;
CString Ywj;
CString Mbwj;
// Dialog Data
//{{AFX_DATA(CEllipseDlg)
enum { IDD = IDD_ELLIPSE_DIALOG };
CComboBox m_ctlEllipse;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEllipseDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
char ellipse4[255];
char ellipse3[255];
char ellipse2[255];
char ellipse1[255];
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEllipseDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBLHLxy();
afx_msg void OnBLHXYZ();
afx_msg void OnBrows();
afx_msg void OnLxyXYZ();
afx_msg void OnSave();
afx_msg void OnXYZBLH();
afx_msg void OnExit();
afx_msg void OnButstart();
afx_msg void OnSelchangeCBEllipse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ELLIPSEDLG_H__5425976F_388B_484D_B0D1_B24FB17EB18C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -