?? zhurui_jk02_人事管理view.h
字號:
// ZHURUI_JK02_人事管理View.h : interface of the CZHURUI_JK02_View class
//
/////////////////////////////////////////////////////////////////////////////
#include"SAMBTN.h"
#if !defined(AFX_ZHURUI_JK02_VIEW_H__1ABDA03E_5D72_4093_928D_3B6D6B643878__INCLUDED_)
#define AFX_ZHURUI_JK02_VIEW_H__1ABDA03E_5D72_4093_928D_3B6D6B643878__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CZHURUI_JK02_Set;
class CZHURUI_JK02_View : public CRecordView
{
protected: // create from serialization only
public:
CZHURUI_JK02_View();
DECLARE_DYNCREATE(CZHURUI_JK02_View)
public:
//{{AFX_DATA(CZHURUI_JK02_View)
enum { IDD = IDD_ZHURUI_JK02__FORM };
CStatic m_HTTP;
CEdit m_ZHIZHAO;
CEdit m_TEL;
CEdit m_NAME;
CEdit m_INDEX;
CEdit m_FAREN;
CEdit m_FANWEI;
CEdit m_EMAIL;
CEdit m_DIZHI;
CSAMBTN m_btnEDIT;
CEdit m_POSTNO;
CZHURUI_JK02_Set* m_pSet;
//}}AFX_DATA
// Attributes
public:
CZHURUI_JK02_Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZHURUI_JK02_View)
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);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CZHURUI_JK02_View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CZHURUI_JK02_View)
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnbtnEDIT();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnHttp();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in ZHURUI_JK02_人事管理View.cpp
inline CZHURUI_JK02_Doc* CZHURUI_JK02_View::GetDocument()
{ return (CZHURUI_JK02_Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZHURUI_JK02_VIEW_H__1ABDA03E_5D72_4093_928D_3B6D6B643878__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -