Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
studentView.h
Package: 一个学生管理系统.rar [view]
Upload User: hzzhuce
Upload Date: 2013-04-01
Package Size: 1289k
Code Size: 2k
Category:
SQL Server
Development Platform:
Visual C++
- // studentView.h : interface of the CStudentView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_STUDENTVIEW_H__ED34AEDF_3FBA_4D05_8EC2_EAF489C28288__INCLUDED_)
- #define AFX_STUDENTVIEW_H__ED34AEDF_3FBA_4D05_8EC2_EAF489C28288__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include"Adddlg.h"
- #include"Deletedlg.h"
- #include"Modifydlg.h"
- #include"Querydlg.h"
- #include"Sort.h"
- class CStudentSet;
- class CStudentView : public CRecordView
- {
- protected: // create from serialization only
- CStudentView();
- DECLARE_DYNCREATE(CStudentView)
- public:
- //{{AFX_DATA(CStudentView)
- enum { IDD = IDD_STUDENT_FORM };
- CListCtrl m_Record_List;
- CStudentSet* m_pSet;
- //}}AFX_DATA
- // Attributes
- public:
- CStudentDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStudentView)
- public:
- virtual CRecordset* OnGetRecordset();
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual void OnInitialUpdate(); // called first time after construct
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnDraw(CDC* pDC);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CStudentView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- int i;
- // Generated message map functions
- protected:
- //{{AFX_MSG(CStudentView)
- afx_msg void OnShowButton();
- afx_msg void OnAddButton2();
- afx_msg void OnDeleteButton();
- afx_msg void OnModifyButton();
- afx_msg void OnQueryButton();
- afx_msg void OnSortButton();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in studentView.cpp
- inline CStudentDoc* CStudentView::GetDocument()
- { return (CStudentDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STUDENTVIEW_H__ED34AEDF_3FBA_4D05_8EC2_EAF489C28288__INCLUDED_)