📄 040410201leidlg.h
字号:
// 040410201leiDlg.h : header file
//
#if !defined(AFX_040410201LEIDLG_H__1F9FEBE1_883D_4263_8243_81C64EDC3E40__INCLUDED_)
#define AFX_040410201LEIDLG_H__1F9FEBE1_883D_4263_8243_81C64EDC3E40__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMy040410201leiDlg dialog
#include "Xedit.h"//包含自己创建的数据类型
#include "Complier.h"
class CMy040410201leiDlg : public CDialog
{
// Construction
public:
CString m_strCurFile;
CMy040410201leiDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMy040410201leiDlg)
enum { IDD = IDD_MY040410201LEI_DIALOG };
CXEdit m_cIn;
CXEdit m_cOut;
CString m_cStateBar;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy040410201leiDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
afx_msg void OnPrinter();
afx_msg void OnUpdateInctrl();
afx_msg void OnUpdateMenuitemSys(CCmdUI* pCmdUI);
afx_msg void OnClose();
afx_msg void OnMenuitemSaveas();
afx_msg void OnMenuitemSave();
afx_msg void OnMenuitemNew();
BOOL m_bSysEnable;
CComplier m_Compiler;
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy040410201leiDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnMenuitemOpen();
afx_msg void OnMenuitemExit();
afx_msg void OnMenuitemCifa();
afx_msg void OnButtonCifa();
afx_msg void OnMenuitemYufa();
afx_msg void OnButtonYufa();
afx_msg void OnMenuitemYuyi();
afx_msg void OnButtonYuyi();
afx_msg void OnMenuitemSys();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_040410201LEIDLG_H__1F9FEBE1_883D_4263_8243_81C64EDC3E40__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -