📄 ioview.h
字号:
//{{AFX_INCLUDES()
#include "datacombo.h"
#include "adodc.h"
//}}AFX_INCLUDES
#if !defined(AFX_IOVIEW_H__9129D473_3520_4658_9F95_18983810D33C__INCLUDED_)
#define AFX_IOVIEW_H__9129D473_3520_4658_9F95_18983810D33C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IOView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIOView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CIOView : public CFormView
{
protected:
CIOView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CIOView)
// Form Data
public:
//{{AFX_DATA(CIOView)
enum { IDD = IDD_IO_FORM };
CListCtrl m_listASSET;
CListCtrl m_listIO;
CTime m_dtIO;
float m_dbIOMon;
CDataCombo m_strIOName;
CString m_strIORmk;
CDataCombo m_strIOUser;
int m_nIOType;
CAdodc m_adoCtrl;
CDataCombo m_strASSETName;
float m_dbASSETMon;
CTime m_dtASSET;
CString m_strASSETRmk;
CDataCombo m_strASSETUser;
CAdodc m_adoAsset;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
void InitASSET();
void InsertASSETItem(CString item0, CString item1, CString item2, CString item3, CString item4, CString item5);
void InitAssetData();
void InitCtrlData();
void InsertIOCtrlItem(CString item0,CString item1,CString item2,CString item3,CString item4,CString item5,CString item6);
void InitControl();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIOView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnDraw(CDC* pDC);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CIOView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CIOView)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnFncIoadd();
afx_msg void OnFncIodel();
afx_msg void OnFncIofrs();
afx_msg void OnFncAssetadd();
afx_msg void OnFncAssetdel();
afx_msg void OnFncAssetfrs();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IOVIEW_H__9129D473_3520_4658_9F95_18983810D33C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -