dlgfavoriteedit.h

来自「AliEditor_Source code」· C头文件 代码 · 共 57 行

H
57
字号
#if !defined(AFX_DLGFAVORITEEDIT_H__2AAA9F67_D01C_45D7_AD69_BA3A88E62B5C__INCLUDED_)
#define AFX_DLGFAVORITEEDIT_H__2AAA9F67_D01C_45D7_AD69_BA3A88E62B5C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgFavoriteEdit.h : header file
//
#include "DbParser.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgFavoriteEdit dialog
#define IS_FAVORITE_MEMBER	"Yes"
#define NOT_FAVORITE_MEMBER	"No"

class CDlgFavoriteEdit : public CDialog
{
// Construction
public:
	CDlgFavoriteEdit(CWnd* pParent = NULL);   // standard constructor

	int GetCurSel();
	void SetCurSel(int index, BOOL bClearFoucs = FALSE);
	SatTPMod * m_pSatTpMod;
	

// Dialog Data
	//{{AFX_DATA(CDlgFavoriteEdit)
	enum { IDD = IDD_FAVORITE_EDIT };
	CListCtrl	m_list;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDlgFavoriteEdit)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgFavoriteEdit)
	virtual BOOL OnInitDialog();
	afx_msg void OnAdd();
	afx_msg void OnRemove();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DLGFAVORITEEDIT_H__2AAA9F67_D01C_45D7_AD69_BA3A88E62B5C__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?