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

📄 paramill.h

📁 基于SQLSERVER2000的机械工艺数据库系统
💻 H
字号:
#if !defined(AFX_PARAMILL_H__D0431458_0145_475C_BD97_31330333B606__INCLUDED_)
#define AFX_PARAMILL_H__D0431458_0145_475C_BD97_31330333B606__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPARAMILL dialog

class CPARAMILL : public CDialog
{
// Construction
public:
	CPARAMILL(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPARAMILL)
	enum { IDD = IDD_PARAMILL };
	CListCtrl	m_Pmillresultlist;
	CListCtrl	m_Pmilllist;
	CString	m_sID;
	CString	m_sDia;
	CString	m_sSpindlespeed;
	CString	m_sMotorspeed;
	CString	m_sCutdepth;
	CString	m_sFeedrate;
	CString	m_sRoughness;
	CString	m_sPismaterial;
	CString	m_sTool;
	CString	m_sDianeed;
	CString	m_sToolneed;
	CString	m_sPismaterialneed;

	int flag;
	CWnd* tx_ID;
	CWnd* tx_Dia;
	CWnd* tx_Motorspeed;
	CWnd* tx_Spindlespeed;
	CWnd* tx_Cutdepth;
	CWnd* tx_Feedrate;
	CWnd* tx_Pismaterial;
	CWnd* tx_Roughness;
	CWnd* tx_Tool;
	CWnd* bt_add;
	CWnd* bt_save;
	CWnd* bt_modify;
	CWnd* bt_delete;
	CWnd* bt_query;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPARAMILL)
	afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnPmillAdd();
	afx_msg void OnPmillDelete();
	afx_msg void OnPmillModify();
	afx_msg void OnPmillQuery();
	afx_msg void OnPmillSave();
	virtual BOOL OnInitDialog();
	afx_msg void OnPmillClear();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_sOldID;
};

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

#endif // !defined(AFX_PARAMILL_H__D0431458_0145_475C_BD97_31330333B606__INCLUDED_)

⌨️ 快捷键说明

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