📄 san9editdlg.h
字号:
// San9EditDlg.h : header file
//
#if !defined(AFX_SAN9EDITDLG_H__89699829_D9A0_491B_8796_F9E0E2E2A5D4__INCLUDED_)
#define AFX_SAN9EDITDLG_H__89699829_D9A0_491B_8796_F9E0E2E2A5D4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "gen.h"
/////////////////////////////////////////////////////////////////////////////
// CSan9EditDlg dialog
class CSan9EditDlg : public CDialog
{
// Construction
public:
CSan9EditDlg(CWnd* pParent = NULL); // standard constructor
public:
public:
CString GetInitPath();//得到默认路径
BOOL GetGenCode();
void InsertItem(GEN gen,CString name,int code=0,int index=-1);
// Dialog Data
//{{AFX_DATA(CSan9EditDlg)
enum { IDD = IDD_SAN9EDIT_DIALOG };
CListCtrl m_list;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSan9EditDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSan9EditDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
afx_msg void OnOpen();
afx_msg void OnExit();
afx_msg void OnAbout();
afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAdd();
afx_msg void OnDel();
afx_msg void OnDestroy();
afx_msg void OnUpdate();
afx_msg void OnHttp();
afx_msg void OnEmail();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAN9EDITDLG_H__89699829_D9A0_491B_8796_F9E0E2E2A5D4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -