📄 electricview.h
字号:
// ElectricView.h : interface of the CElectricView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ELECTRICVIEW_H__FB964440_0695_4EA9_80AB_5ECFC8329031__INCLUDED_)
#define AFX_ELECTRICVIEW_H__FB964440_0695_4EA9_80AB_5ECFC8329031__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "afxdb.h"
class CElectricView : public CView
{
protected: // create from serialization only
CElectricView();
DECLARE_DYNCREATE(CElectricView)
// Attributes
public:
CElectricDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CElectricView)
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);
//}}AFX_VIRTUAL
// Implementation
public:
CString m_logonPW;
CString m_logonUserNO;
int m_fUserType;
CDatabase m_database;
virtual ~CElectricView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CElectricView)
afx_msg void OnUserLogon();
afx_msg void OnAdminLogon();
afx_msg void OnUpdateAdslNet(CCmdUI* pCmdUI);
afx_msg void OnUpdateFee(CCmdUI* pCmdUI);
afx_msg void OnUpdateFundLunge(CCmdUI* pCmdUI);
afx_msg void OnUpdateMyEhome(CCmdUI* pCmdUI);
afx_msg void OnUpdateRing(CCmdUI* pCmdUI);
afx_msg void OnUpdatePwChange(CCmdUI* pCmdUI);
afx_msg void OnUpdateManageUserInformation(CCmdUI* pCmdUI);
afx_msg void OnExits();
afx_msg void OnManageUserInformation();
afx_msg void OnDevelopLogon();
afx_msg void OnAddUserDetail();
afx_msg void OnUserInformationDetail();
afx_msg void OnFee();
afx_msg void OnFundLunge();
afx_msg void OnRing();
afx_msg void OnMyEhome();
afx_msg void OnAdslNet();
afx_msg void OnUpdateUserLogon(CCmdUI* pCmdUI);
afx_msg void OnUpdateAdminLogon(CCmdUI* pCmdUI);
afx_msg void OnPwChange();
afx_msg void OnUpdateDevelopLogon(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in ElectricView.cpp
inline CElectricDoc* CElectricView::GetDocument()
{ return (CElectricDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ELECTRICVIEW_H__FB964440_0695_4EA9_80AB_5ECFC8329031__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -