📄 gassanddesign.h
字号:
#if !defined(AFX_GASSANDDESIGN_H__6DD3F281_0C0A_11D4_A125_D8B3E3595605__INCLUDED_)
#define AFX_GASSANDDESIGN_H__6DD3F281_0C0A_11D4_A125_D8B3E3595605__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GasSandDesign.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGasSandDesign form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CGasSandDesign : public CFormView
{
protected:
CGasSandDesign(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CGasSandDesign)
// Form Data
public:
float m_fQGas;
//{{AFX_DATA(CGasSandDesign)
enum { IDD = IDD_FORMVIEW_GAS_SANDDESIGN };
CEdit m_ctrlZ;
CEdit m_ctrlU;
CButton m_ctrlCheckZ;
CButton m_ctrlCheckU;
CListCtrl m_ctrlSelected;
CListCtrl m_ctrlList;
float m_fU;
float m_fZ;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
float Compute_z();
float Compute_u();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGasSandDesign)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
afx_msg void OnContextMenu(CWnd*, CPoint point);
virtual ~CGasSandDesign();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CGasSandDesign)
afx_msg void OnButtonShotparaselectLoad();
afx_msg void OnClickListShotparaselectList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnCHECKu();
afx_msg void OnCheckZ();
afx_msg void OnSpdCacl();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GASSANDDESIGN_H__6DD3F281_0C0A_11D4_A125_D8B3E3595605__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -