⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainfrm.h

📁 数据结构链表的演示程序
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#include "lsdoc.h"
#include "ResultDlg.h"
#include "FlocDlg.h"
#include "InfoDlg.h"
#include "BoxLeng.h"
#include "waitdlg.h"
#include "coefdefdlg.h"
#include "sampledlg.h"
#include "SpachMethodDlg.h"
#include "CorreInfo.h"
#include "MultiDiffQuadDistDlg.h"
#include "WhichTypeDlg.h"
#include "LineSpaceMethodDlg.h"
#include "TogetherMethoddlg.h"

#if !defined(AFX_MAINFRM_H__23CC46A9_5235_11D2_95B6_00608C19C5C5__INCLUDED_)
#define AFX_MAINFRM_H__23CC46A9_5235_11D2_95B6_00608C19C5C5__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CMainFrame : public CMDIFrameWnd
{
	DECLARE_DYNAMIC(CMainFrame)
public:
	CMainFrame();

// Attributes
public:
	void SwitchToView(CDocTemplate * pTemplate,CRuntimeClass *pViewClass);
// Operations
public:
protected:
	inline CLSDoc * GetDocument()
		{ return (CLSDoc *)MDIGetActive()->GetActiveDocument();}
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMainFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;

// Generated message map functions
protected:
	afx_msg void OnInitMenu(CMenu* pMenu);
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnPaletteChanged(CWnd* pFocusWnd);
	afx_msg void OnViewPicturewindow();
	afx_msg void OnViewResultwindow();
	afx_msg BOOL OnAnalyzeName();
	afx_msg void OnArea();
	afx_msg void OnBorder();
	afx_msg void OnChip();
	afx_msg void OnContagion();
	afx_msg void OnDiversity();
	afx_msg void OnMatrix();
	afx_msg void OnNumber();
	afx_msg void OnRollover();
	afx_msg void OnShape();
	afx_msg void OnAll();
	afx_msg void OnFlocculusArea();
	afx_msg void OnFlocculusLeng();
	afx_msg void OnLong();
	afx_msg void OnInfo();
	afx_msg void OnSpace();
	afx_msg void OnSample();
	afx_msg void OnShowline();
	afx_msg void OnAllindex();
	afx_msg void OnTypeindex();
	afx_msg void OnSpaceAverarea();
	afx_msg BOOL OnBoxdefine();
	afx_msg void OnSpaceBlance();
	afx_msg void OnSpaceBlocknum();
	afx_msg void OnSpaceChip();
	afx_msg void OnSpaceCity();
	afx_msg void OnSpaceDiversity();
	afx_msg void OnSpaceJamming();
	afx_msg void OnSpacePlant();
	afx_msg void OnSpaceRisk();
	afx_msg void OnSpaceVantage();
	afx_msg void OnTypespaceArea();
	afx_msg void OnTypespaceBlocknum();
	afx_msg void OnTypespaceChip();
	afx_msg void OnShowbox();
	afx_msg void OnAutoCorrelation();
	afx_msg void OnTypeAutocorre();
	afx_msg void OnEwCorre();
	afx_msg void OnSnCorre();
	afx_msg void OnSeCorre();
	afx_msg void OnSwCorre();
	afx_msg void OnTypeEwCorre();
	afx_msg void OnTypeSnCorre();
	afx_msg void OnTypeSeCorre();
	afx_msg void OnTypeSwCorre();
	afx_msg void OnAllDiffQuadAverarea();
	afx_msg void OnAllDiffQuadBlance();
	afx_msg void OnAllDiffQuadBlocknum();
	afx_msg void OnAllDiffQuadChip();
	afx_msg void OnAllDiffQuadCity();
	afx_msg void OnAllDiffQuadDiversity();
	afx_msg void OnAllDiffQuadJamming();
	afx_msg void OnAllDiffQuadPlant();
	afx_msg void OnAllDiffQuadRisk();
	afx_msg void OnAllDiffQuadVantage();
	afx_msg void OnTypeDiffQuadAverarea();
	afx_msg void OnTypeDiffQuadBlocknum();
	afx_msg void OnTypeDiffQuadChip();
	afx_msg void OnAllDistCorreAverarea();
	afx_msg void OnAllDistCorreBlance();
	afx_msg void OnAllDistCorreBlocknum();
	afx_msg void OnAllDistCorreChip();
	afx_msg void OnAllDistCorreCity();
	afx_msg void OnAllDistCorreDiversity();
	afx_msg void OnAllDistCorreJamming();
	afx_msg void OnAllDistCorrePlant();
	afx_msg void OnAllDistCorreRisk();
	afx_msg void OnAllDistCorreVantage();
	afx_msg void OnTypeDistCorreAverarea();
	afx_msg void OnTypeDistCorreBlocknum();
	afx_msg void OnTypeDistCorreChip();
	afx_msg BOOL OnCoefDefine();
	afx_msg void OnCityIndex();
	afx_msg void OnJammingIndex();
	afx_msg void OnPlantIndex();
	afx_msg void OnRiskIndex();
	afx_msg void OnShowpoint();
	afx_msg void OnBoxPointLoad();
	afx_msg void OnBoxPointSave();
	afx_msg void OnQueryBoxPoint();
	afx_msg void OnGcAllDistCorreAverarea();
	afx_msg void OnGcAllDistCorreBlance();
	afx_msg void OnGcAllDistCorreBlocknum();
	afx_msg void OnGcAllDistCorreChip();
	afx_msg void OnGcAllDistCorreCity();
	afx_msg void OnGcAllDistCorreDiversity();
	afx_msg void OnGcAllDistCorreJamming();
	afx_msg void OnGcAllDistCorrePlant();
	afx_msg void OnGcAllDistCorreRisk();
	afx_msg void OnGcAllDistCorreVantage();
	afx_msg void OnGcAutoCorrelation();
	afx_msg void OnGcEwCorre();
	afx_msg void OnGcSeCorre();
	afx_msg void OnGcSnCorre();
	afx_msg void OnGcSwCorre();
	afx_msg void OnGcTypeAutocorre();
	afx_msg void OnGcTypeDistCorreAverarea();
	afx_msg void OnGcTypeDistCorreBlocknum();
	afx_msg void OnGcTypeDistCorreChip();
	afx_msg void OnGcTypeEwCorre();
	afx_msg void OnGcTypeSeCorre();
	afx_msg void OnGcTypeSnCorre();
	afx_msg void OnGcTypeSwCorre();
	afx_msg void OnLineSpace();
	afx_msg void OnAllTogether();
	afx_msg void OnAllTogetAverarea();
	afx_msg void OnAllTogetBlance();
	afx_msg void OnAllTogetBlocknum();
	afx_msg void OnAllTogetChip();
	afx_msg void OnAllTogetCity();
	afx_msg void OnAllTogetDiversity();
	afx_msg void OnAllTogetJamming();
	afx_msg void OnAllTogetPlant();
	afx_msg void OnAllTogetRisk();
	afx_msg void OnAllTogetVantage();
	afx_msg void OnTypeTogetAverarea();
	afx_msg void OnTypeTogetBlocknum();
	afx_msg void OnTypeTogetChip();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MAINFRM_H__23CC46A9_5235_11D2_95B6_00608C19C5C5__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -