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

📄 steelcutdlg.h

📁 线材切割
💻 H
字号:
// Steel CutDlg.h : header file
//

#if !defined(AFX_STEELCUTDLG_H__BAFBDAC7_EA05_4559_BC83_7DD61432CE07__INCLUDED_)
#define AFX_STEELCUTDLG_H__BAFBDAC7_EA05_4559_BC83_7DD61432CE07__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CSteelCutDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CSteelCutDlg)
	enum { IDD = IDD_STEELCUT_DIALOG };
	CComboBox	m_combo5;
	CComboBox	m_combo_mode;
	CComboBox	m_combo4;
	CComboBox	m_combo3;
	CComboBox	m_combo2;
	CComboBox	m_combo1;
	UINT	m_edit_dia;
	UINT	m_edit_mcount1;
	UINT	m_edit_mcount2;
	UINT	m_edit_mcount3;
	UINT	m_edit_mcount4;
	UINT	m_edit_mcount5;
	UINT	m_edit_pcount1;
	UINT	m_edit_pcount2;
	UINT	m_edit_pcount3;
	UINT	m_edit_pcount4;
	UINT	m_edit_pcount5;
	UINT	m_edit_plen1;
	UINT	m_edit_plen2;
	UINT	m_edit_plen3;
	UINT	m_edit_plen4;
	UINT	m_edit_plen5;
	CString	m_combo_str1;
	CString	m_combo_str2;
	CString	m_combo_str3;
	CString	m_combo_str4;
	CString	m_combo_str5;
	UINT	m_edit_len;
	CString	m_combo_mode_str;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSteelCutDlg)
	public:
	virtual CScrollBar* GetScrollBarCtrl(int nBar) const;
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CSteelCutDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	virtual void OnOK();
	afx_msg void OnChangeEditDia();
	afx_msg void OnUpdate();
	afx_msg void OnDispose();
	afx_msg void OnSelchangeComboMode();
	afx_msg void OnSelendokComboMode();
	afx_msg void OnKillfocusCombo1();
	afx_msg void OnKillfocusCombo2();
	afx_msg void OnKillfocusCombo3();
	afx_msg void OnKillfocusCombo4();
	afx_msg void OnKillfocusCombo5();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_STEELCUTDLG_H__BAFBDAC7_EA05_4559_BC83_7DD61432CE07__INCLUDED_)

⌨️ 快捷键说明

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