tooldrill.h

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

H
88
字号
#if !defined(AFX_TOOLDRILL_H__A20DAEB0_BFC3_4C7D_9FC4_D32BBB0A9F17__INCLUDED_)
#define AFX_TOOLDRILL_H__A20DAEB0_BFC3_4C7D_9FC4_D32BBB0A9F17__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTOOLDRILL dialog

class CTOOLDRILL : public CDialog
{
// Construction
public:
	CTOOLDRILL(CWnd* pParent = NULL);   // standard constructor
HBITMAP m_hBitmap;
// Dialog Data
	//{{AFX_DATA(CTOOLDRILL)
	enum { IDD = IDD_TOOLDRILL };
	CListCtrl	m_Drilllist;
	CString	m_sToolID;
	CString	m_sDrilldia;
	CString	m_sDrillname;
	CString	m_sDrillbrand;
	CString	m_sDrillmaterial;
	CString	m_sFormaterial;
	CString	m_sProducer;
	CString	m_sShankdia;
	CString	m_sOveralllength;
	CString	m_sNecklength;
	CString	m_sFlutelength;
	CString	m_sPath;

	int flag;
	CWnd* tx_ToolID;
	CWnd* tx_Drilldia;
	CWnd* tx_Drillname;
	CWnd* tx_Drillbrand;
	CWnd* tx_Drillmaterial;
	CWnd* tx_Formaterial;
	CWnd* tx_Producer;
	CWnd* tx_Shankdia;
	CWnd* tx_Overalllength;
	CWnd* tx_Necklength;
	CWnd* tx_Flutelength;
	CWnd* tx_Path;
	
	CWnd* bt_add;
	CWnd* bt_save;
	CWnd* bt_modify;
	CWnd* bt_delete;
	CWnd* bt_browse;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTOOLDRILL)
	afx_msg void OnDrillAdd();
	afx_msg void OnDrillBrowse();
	afx_msg void OnDrillDelete();
	afx_msg void OnDrillModify();
	afx_msg void OnDrillSave();
	afx_msg void OnClickList3(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_sOldDrillid;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TOOLDRILL_H__A20DAEB0_BFC3_4C7D_9FC4_D32BBB0A9F17__INCLUDED_)

⌨️ 快捷键说明

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