toolturn.h

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

H
80
字号
#if !defined(AFX_TOOLTURN_H__A0025BC3_5AB7_4EC4_8FF5_FF3AF0C34E0C__INCLUDED_)
#define AFX_TOOLTURN_H__A0025BC3_5AB7_4EC4_8FF5_FF3AF0C34E0C__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTOOLTURN dialog

class CTOOLTURN : public CDialog
{
// Construction
public:
	CTOOLTURN(CWnd* pParent = NULL);   // standard constructor
HBITMAP m_hBitmap;
// Dialog Data
	//{{AFX_DATA(CTOOLTURN)
	enum { IDD = IDD_TOOLTURN };
	CListCtrl	m_Turnlist;
	CString	m_sTooltype;
	CString	m_sToolID;
	CString	m_sTurnname;
	CString	m_sTurnbrand;
	CString	m_sFormaterial;
	CString	m_sProducer;
	CString	m_sTurnmaterial;
	CString	m_sPath;

	int flag;
	CWnd* tx_ToolID;
	CWnd* tx_Turnname;
	CWnd* tx_Turnbrand;
	CWnd* tx_Turnmaterial;
	CWnd* tx_Formaterial;
	CWnd* tx_Producer;
	CWnd* tx_Tooltype;
	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(CTOOLTURN)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTOOLTURN)
	afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnTurnAdd();
	afx_msg void OnTurnBrowse();
	afx_msg void OnTurnDelete();
	afx_msg void OnTurnModify();
	afx_msg void OnTurnSave();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_sOldTurnid;
};

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

#endif // !defined(AFX_TOOLTURN_H__A0025BC3_5AB7_4EC4_8FF5_FF3AF0C34E0C__INCLUDED_)

⌨️ 快捷键说明

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