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

📄 finddlg.h

📁 一个简单的学生学籍管理工具。vc编写。 有喜欢的可以批评指正^_^
💻 H
字号:
#if !defined(AFX_FINDDLG_H__BD6BF327_926C_11D6_B501_00014055AB35__INCLUDED_)
#define AFX_FINDDLG_H__BD6BF327_926C_11D6_B501_00014055AB35__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// finddlg.h : header file
//
#include "studentwinDoc.h"
#include "student.h"
/////////////////////////////////////////////////////////////////////////////
// Cfinddlg dialog
#include "doubledlg.h"

class Cfinddlg : public CDialog
{
// Construction
public:
	bool stop;
	int i;
	void testdata();
CString str;
	Cdoubledlg* m_dlg;
	int findcursor;
	POSITION p[60];
	bool find;
	void finddata();
	CRect finishrect;
	CRect stoprect;
	CRect startrect;
	int kind;
	int counter;
	CStudentwinDoc* pDoc;
	Cfinddlg(CWnd* pParent = NULL);   // standard constructor
Cstudent *pstudent;
// Dialog Data
	//{{AFX_DATA(Cfinddlg)
	enum { IDD = IDD_finddlg };
	CProgressCtrl	m_pro;
	CEdit	m_editdata;
	CStatic	m_finish;
	CStatic	m_staticstop;
	CStatic	m_staticstart;
	CStatic	m_staticname;
	CProgressCtrl	m_progress;
	CString	m_data;
	CString	m_record;
	CString	m_num;
	CString	m_num2;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Cfinddlg)
	afx_msg void OnMouseMove(UINT nFlags, CPoint point);
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_FINDDLG_H__BD6BF327_926C_11D6_B501_00014055AB35__INCLUDED_)

⌨️ 快捷键说明

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