📄 paraturn.h
字号:
#if !defined(AFX_PARATURN_H__3D519AE7_9C06_42B9_B157_78C1E41BAB67__INCLUDED_)
#define AFX_PARATURN_H__3D519AE7_9C06_42B9_B157_78C1E41BAB67__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PARATURN.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPARATURN dialog
class CPARATURN : public CDialog
{
// Construction
public:
CPARATURN(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPARATURN)
enum { IDD = IDD_PARATURN };
CListCtrl m_Pturnresultlist;
CListCtrl m_Pturnlist;
CString m_sID;
CString m_sDia;
CString m_sSpindlespeed;
CString m_sCutdepth;
CString m_sFeedrate;
CString m_sRoughness;
CString m_sPismaterial;
CString m_sTool;
CString m_sDianeed;
CString m_sPismaterialneed;
CString m_sToolneed;
int flag;
CWnd* tx_ID;
CWnd* tx_Dia;
CWnd* tx_Spindlespeed;
CWnd* tx_Cutdepth;
CWnd* tx_Feedrate;
CWnd* tx_Pismaterial;
CWnd* tx_Roughness;
CWnd* tx_Tool;
CWnd* bt_add;
CWnd* bt_save;
CWnd* bt_modify;
CWnd* bt_delete;
CWnd* bt_query;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPARATURN)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPARATURN)
virtual BOOL OnInitDialog();
afx_msg void OnPturnAdd();
afx_msg void OnPturnDelete();
afx_msg void OnPturnModify();
afx_msg void OnPturnQuery();
afx_msg void OnPturnSave();
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnPturnClear();
//}}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_PARATURN_H__3D519AE7_9C06_42B9_B157_78C1E41BAB67__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -