⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toolother.h

📁 基于SQLSERVER2000的机械工艺数据库系统
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -