toolendmill.h
来自「基于SQLSERVER2000的机械工艺数据库系统」· C头文件 代码 · 共 92 行
H
92 行
#if !defined(AFX_TOOLENDMILL_H__8797A9E0_7607_4B3F_B5EF_D7092ACBA8EA__INCLUDED_)
#define AFX_TOOLENDMILL_H__8797A9E0_7607_4B3F_B5EF_D7092ACBA8EA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TOOLENDMILL.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTOOLENDMILL dialog
class CTOOLENDMILL : public CDialog
{
// Construction
public:
CTOOLENDMILL(CWnd* pParent = NULL); // standard constructor
HBITMAP m_hBitmap;
// Dialog Data
//{{AFX_DATA(CTOOLENDMILL)
enum { IDD = IDD_TOOLENDMILL };
CListCtrl m_Endmilllist;
CString m_sEndmillid;
CString m_sEndmilldia;
CString m_sEndmillname;
CString m_sEndmillmaterial;
CString m_sEndmillbrand;
CString m_sFormaterial;
CString m_sProducer;
CString m_sNecklength;
CString m_sOveralllength;
CString m_sShankdia;
CString m_sFlutelength;
CString m_sNeckdia;
CString m_sAngle;
CString m_sPath;
int flag;
CWnd* tx_Endmillid;
CWnd* tx_Endmilldia;
CWnd* tx_Endmillname;
CWnd* tx_Endmillbrand;
CWnd* tx_Endmillmaterial;
CWnd* tx_Formaterial;
CWnd* tx_Producer;
CWnd* tx_Shankdia;
CWnd* tx_Overalllength;
CWnd* tx_Necklength;
CWnd* tx_Flutelength;
CWnd* tx_Path;
CWnd* tx_Angle;
CWnd* tx_Neckdia;
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(CTOOLENDMILL)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTOOLENDMILL)
afx_msg void OnEndmillAdd();
afx_msg void OnEndmillBrowse();
afx_msg void OnEndmillDelete();
afx_msg void OnEndmillModify();
afx_msg void OnEndmillSave();
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CString m_sOldEndmillid;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOOLENDMILL_H__8797A9E0_7607_4B3F_B5EF_D7092ACBA8EA__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?