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

📄 test1view.h

📁 文件隐藏驱动 在2000XP2003等机器上可以运行 比较稳定
💻 H
字号:
// test1View.h : interface of the Ctest1View class
//


#pragma once

#include "afxcmn.h"
class Ctest1View : public CView
{
protected: // create from serialization only
	Ctest1View();
	DECLARE_DYNCREATE(Ctest1View)

// Attributes
public:
	Ctest1Doc* GetDocument() const;

// Operations
public:

// Overrides
public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);

// Implementation
public:
	virtual ~Ctest1View();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	DECLARE_MESSAGE_MAP()
public:
	afx_msg void OnInitdriver();
public:
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
public:
	afx_msg void OnSize(UINT nType, int cx, int cy);
public:
	int Test_Initial(void);
public:
	CRichEditCtrl m_rich;
public:
	CString m_strText;
public:
	afx_msg void OnUndriver();
public:
	int Test_Unload(void);
public:
	afx_msg void OnAddfile();
public:
	int Test_AddFile(void);
public:
	afx_msg void OnDelfile();
public:
	int Test_DelFile(void);
public:
	afx_msg void OnDelfile2();
public:
	int Test_AddFile2(void);
public:
	afx_msg void OnAddfile2();
public:
	int Test_DelFile2(void);
public:
	afx_msg void OnDelfileall();
public:
	int Test_DelFileAll(void);
public:
	afx_msg void OnAddprocess1();
public:
	int Test_AddProcess1(void);
public:
	afx_msg void OnAddprocess2();
public:
	int Test_AddProcess2(void);
public:
	afx_msg void OnDelprocess1();
public:
	int Test_DelProcess1(void);
public:
	afx_msg void OnDelprocess2();
public:
	int Test_DelProcess2(void);
public:
	afx_msg void OnDelprocessall();
public:
	int Test_DelProcessAll(void);
public:
	afx_msg void OnAddkey1();
public:
	int Test_AddKey1(void);
public:
	afx_msg void OnAddkey2();
public:
	int Test_AddKey2(void);
public:
	afx_msg void OnDelkey1();
public:
	int Test_DelKey1(void);
public:
	afx_msg void OnDelkey2();
public:
	int Test_DelKey2(void);
public:
	afx_msg void OnDelallkey();
public:
	int Test_DeKeyAll(void);
public:
	afx_msg void OnAddvalue1();
public:
	int Test_AddValue1(void);
public:
	afx_msg void OnAddvalue2();
public:
	int Test_AddValue2(void);
public:
	afx_msg void OnDelvalue1();
public:
	int Test_DelValue1(void);
public:
	afx_msg void OnDelvalue2();
public:
	int Test_DelValue2(void);
public:
	afx_msg void OnDelvalueall();
public:
	int Test_DelValueAll(void);
};

#ifndef _DEBUG  // debug version in test1View.cpp
inline Ctest1Doc* Ctest1View::GetDocument() const
   { return reinterpret_cast<Ctest1Doc*>(m_pDocument); }
#endif

⌨️ 快捷键说明

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