📄 jcview.h
字号:
#if !defined(AFX_JCVIEW_H__F413F1E1_AF84_11D6_8123_8A87DB9BF045__INCLUDED_)
#define AFX_JCVIEW_H__F413F1E1_AF84_11D6_8123_8A87DB9BF045__INCLUDED_
#include "TreeViewFile.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JcView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CJcView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "htuview.h"
typedef struct xishu
{
int col;
double value;
xishu* followxs;
}*xs;
class fangcheng
{
public:
void DeleteAllItems();
CArray<xs,xs> m_array;
};
class CJcView : public CFormView
{
protected:
// protected constructor used by dynamic creation
DECLARE_DYNCREATE(CJcView)
// Form Data
public:
//{{AFX_DATA(CJcView)
enum { IDD = IDD_DIALOG6 };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CJcView();
// Operations
public:
CLjbiao ljb;
CArray<yz,yz> m_myyzarray;
CHtuView* m_huituview;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJcView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CJcView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CJcView)
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnNext();
afx_msg void OnJieshu();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JCVIEW_H__F413F1E1_AF84_11D6_8123_8A87DB9BF045__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -