toolother.h

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

H
78
字号
#if !defined(AFX_TOOLOTHER_H__56EFB3DC_3A5C_4856_A210_F080339605F2__INCLUDED_)
#define AFX_TOOLOTHER_H__56EFB3DC_3A5C_4856_A210_F080339605F2__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTOOLOTHER dialog

class CTOOLOTHER : public CDialog
{
// Construction
public:
	CTOOLOTHER(CWnd* pParent = NULL);   // standard constructor
HBITMAP m_hBitmap;
// Dialog Data
	//{{AFX_DATA(CTOOLOTHER)
	enum { IDD = IDD_TOOLOTHER };
	CListCtrl	m_Otherlist;
	CString	m_sTooltype;
	CString	m_sToolID;
	CString	m_sOtherbrand;
	CString	m_sPath;
	CString	m_sOthername;
	CString	m_sOthermaterial;
	CString	m_sFormaterial;
	CString	m_sProducer;
	int flag;
	CWnd* tx_ToolID;
	CWnd* tx_Othername;
	CWnd* tx_Otherbrand;
	CWnd* tx_Othermaterial;
	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(CTOOLOTHER)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTOOLOTHER)
	afx_msg void OnOthertoolAdd();
	afx_msg void OnOthertoolBrowse();
	afx_msg void OnOthertoolDelete();
	afx_msg void OnOthertoolModify();
	afx_msg void OnOthertoolSave();
	afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_sOldOtherid;
};

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

#endif // !defined(AFX_TOOLOTHER_H__56EFB3DC_3A5C_4856_A210_F080339605F2__INCLUDED_)

⌨️ 快捷键说明

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