📄 paraplane.h
字号:
#if !defined(AFX_PARAPLANE_H__8AB6A1E7_7842_461F_8C36_D8CA027D2FF9__INCLUDED_)
#define AFX_PARAPLANE_H__8AB6A1E7_7842_461F_8C36_D8CA027D2FF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PARAPLANE.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPARAPLANE dialog
class CPARAPLANE : public CDialog
{
// Construction
public:
CPARAPLANE(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPARAPLANE)
enum { IDD = IDD_PARAPLANE };
CListCtrl m_Planeresultlist;
CListCtrl m_Planelist;
CString m_sMotorspeed;
CString m_sCutdepth;
CString m_sFeedrate;
CString m_sRoughness;
CString m_sPismaterial;
CString m_sTool;
CString m_sPismaterialneed;
CString m_sToolneed;
int flag;
CWnd* tx_ID;
CWnd* tx_Cutdepth;
CWnd* tx_Feedrate;
CWnd* tx_Motorspeed;
CWnd* tx_Pismaterial;
CWnd* tx_Roughness;
CWnd* tx_Tool;
CWnd* bt_add;
CWnd* bt_save;
CWnd* bt_modify;
CWnd* bt_delete;
CWnd* bt_query;
CString m_sID;
CString m_sRoughnessneed;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPARAPLANE)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPARAPLANE)
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnPlaneAdd();
afx_msg void OnPlaneDelete();
afx_msg void OnPlaneModify();
afx_msg void OnPlaneQuery();
afx_msg void OnPlaneSave();
virtual BOOL OnInitDialog();
afx_msg void OnPlaneClear();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_sOldID;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PARAPLANE_H__8AB6A1E7_7842_461F_8C36_D8CA027D2FF9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -