📄 queview.h
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
#include "datacombo.h"
//}}AFX_INCLUDES
#if !defined(AFX_QUEVIEW_H__3E482191_0441_4743_9628_5C4A9CC756A2__INCLUDED_)
#define AFX_QUEVIEW_H__3E482191_0441_4743_9628_5C4A9CC756A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QueView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQueView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CQueView : public CFormView
{
protected:
CQueView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CQueView)
// Form Data
public:
//{{AFX_DATA(CQueView)
enum { IDD = IDD_QUE_FORM };
CComboBox m_dcQueAssetType;
CComboBox m_dcQueType;
int m_nIOType;
int m_nASSETType;
CAdodc m_adoQueType;
CAdodc m_adoQueRes;
CDataGrid m_dgQueRes;
CDataCombo m_dcQueName;
CAdodc m_adoQueAssetType;
CAdodc m_adoQueAssetRes;
CDataGrid m_dgQueAssetRes;
CDataCombo m_dcQueAssetName;
//}}AFX_DATA
// Attributes
public:
int m_nQueType;
int m_nQueAssetType;
void ModComboxAsset(CString sql,CString colum);
void ModDataGridAsset(CString sql);
int GetQBT(CString str);
void ModDataGrid(CString sql);
void ModCombox(CString sql,CString colum);
// Operations
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQueView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CQueView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CQueView)
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnQueIo();
afx_msg void OnSelchangeQueType();
afx_msg void OnRadio3();
afx_msg void OnQueAsset();
afx_msg void OnSelchangeQueAssettype();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUEVIEW_H__3E482191_0441_4743_9628_5C4A9CC756A2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -