paradrill.h

来自「基于SQLSERVER2000的机械工艺数据库系统」· C头文件 代码 · 共 82 行

H
82
字号
#if !defined(AFX_PARADRILL_H__9EDCD8E0_2479_4132_951E_A0EE9E2CCC3D__INCLUDED_)
#define AFX_PARADRILL_H__9EDCD8E0_2479_4132_951E_A0EE9E2CCC3D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PARADRILL.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPARADRILL dialog

class CPARADRILL : public CDialog
{
// Construction
public:
	CPARADRILL(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPARADRILL)
	enum { IDD = IDD_PARADRILL };
	CListCtrl	m_Pdrillresultlist;
	CListCtrl	m_Pdrilllist;
	CString	m_sID;
	CString	m_sDia;
	CString	m_sMotorspeed;
	CString	m_sCutdepth;
	CString	m_sFeedrate;
	CString	m_sRoughness;
	CString	m_sPismaterial;
	CString	m_sTool;
	CString	m_sToolneed;
	CString	m_sPismaterialneed;
	int flag;
	CWnd* tx_ID;
	CWnd* tx_Dia;
	CWnd* tx_Motorspeed;
	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;
	CString	m_sDianeed;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPARADRILL)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPARADRILL)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPdrillAdd();
	afx_msg void OnPdrillDelete();
	afx_msg void OnPdrillModify();
	afx_msg void OnPdrillQuery();
	afx_msg void OnPdrillSave();
	afx_msg void OnPdrillClear();
	//}}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_PARADRILL_H__9EDCD8E0_2479_4132_951E_A0EE9E2CCC3D__INCLUDED_)

⌨️ 快捷键说明

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