⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tableframe.h

📁 PasswordViewer 是一个集察看屏保口令、Access数据库口令、CMOS口令、QQ2000口令、美萍网管口令、Win9x共享口令、Win9x缓存口令的软件
💻 H
字号:
#if !defined(AFX_TABLEFRAME_H__72A8F500_A42C_11D6_B0CB_EA1B01074B0D__INCLUDED_)
#define AFX_TABLEFRAME_H__72A8F500_A42C_11D6_B0CB_EA1B01074B0D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TableFrame.h : header file
//
#include "MemFixer.h"
#include "EditItemDlg.h"
#include "Fixer.h"	// Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CTableFrame dialog

class CTableFrame : public CDialog
{
// Construction
public:
	static CString FixTypeToStr(CFixType fixType);
	static CString TypeToStr(CDataType type);
	void SetTableItemAt(int nIndex, CTableItem item);
	CTableItem GetTableItemAt(int nIndex);
	BOOL NewItem(CTableItem item);
	void DoRemoveItem(int nIndex);
	void RemoveSelected();

	void RemoveAll();
	void DoFix();
	void AddToTable(CTableItem item);

	CTableFrame(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CTableFrame)
	enum { IDD = IDD_TABLE_FRAME };
	CListCtrl	m_wndTable;
	//}}AFX_DATA


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

protected:
	CBCGToolBar m_wndToolBar;
	CMemFixer m_Fixer;


// Implementation
protected:
	int m_nItemCount;

	// Generated message map functions
	//{{AFX_MSG(CTableFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	virtual BOOL OnInitDialog();
	afx_msg void OnTableNew();
	afx_msg void OnTableRemoveAll();
	afx_msg void OnTableRemove();
	afx_msg void OnTableProprety();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TABLEFRAME_H__72A8F500_A42C_11D6_B0CB_EA1B01074B0D__INCLUDED_)

⌨️ 快捷键说明

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