📄 controlwnd.h
字号:
#if !defined(AFX_CONTROLWND_H__D821B60C_9843_4A15_AE75_EAD107365062__INCLUDED_)
#define AFX_CONTROLWND_H__D821B60C_9843_4A15_AE75_EAD107365062__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ControlWnd.h : header file
//
#include "MainFrm.h"
/////////////////////////////////////////////////////////////////////////////
// CControlWnd form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CControlWnd : public CFormView
{
protected:
CControlWnd(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CControlWnd)
CMainFrame *m_pFr; //主框架的指针
// Form Data
public:
//{{AFX_DATA(CControlWnd)
enum { IDD = IDD_SMOOTH };
CButton m_FileOpen;
CComboBox m_cmbCurNm;
CString m_strCurNm;
float m_fEndDep;
CString m_strFileName;
int m_nsmoothNumPoint;
float m_fStDep;
int m_nTypeStyle;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
int nBed,pBed[2000];
void CNCYFFC(int cur, int nStPoint, int nendPoint,float B);
void outJirGuo();
void DCCXLFC(int cur, int nStPoint, int nendPoint, int n,float sill);
void JZFCFC(int cur,int nStPoint,int nendPoint,int w);
BOOL ReadLaFile(CString strLaFileName);
BOOL ReadDataFile(CString strFileName);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CControlWnd)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CString strPath;
virtual ~CControlWnd();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CControlWnd)
afx_msg void OnFileOpen();
afx_msg void OnFileSave();
afx_msg void OnBtnQuit();
afx_msg void OnBtnOk();
afx_msg void OnSelchangeCmbCurnm();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CONTROLWND_H__D821B60C_9843_4A15_AE75_EAD107365062__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -