dangelurudlg.h

来自「一个长度信息管理系统。主要包含了界面编程和对文件操作。」· C头文件 代码 · 共 69 行

H
69
字号
#if !defined(AFX_DANGELURUDLG_H__04190297_31A3_484C_8863_3F984570C3F7__INCLUDED_)
#define AFX_DANGELURUDLG_H__04190297_31A3_484C_8863_3F984570C3F7__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDanGeLuRuDlg dialog
#include "..\\Measure\\comboxlist\\ComboListCtrl.h"
#include "..\\Measure\\comboxlist\\InPlaceEdit.h"
#include "Cartonbutn.h"
#include "Cartonbutngroup.h"
#include "BDialog.h"

class CDanGeLuRuDlg : public CBDialog
{
// Construction
public:
	void InitListCtrl();
	CDanGeLuRuDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDanGeLuRuDlg)
	enum { IDD = IDD_DANGELURU_DLG };
	CCartonbutn	m_butndel;
	CCartonbutn	m_cancel;
	CCartonbutn	m_ok;
	CCartonbutn	m_tianjia;
	CCartonbutn	m_modf;
	CInPlaceEdit	m_CSpecifyEdit;
	CComboListCtrl	m_CLengthListCtrl;
	CString	m_CSpecifyEdit1;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDanGeLuRuDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnTianjia();
	afx_msg void OnXiugai();
	afx_msg void OnClickListLength(NMHDR* pNMHDR, LRESULT* pResult);
	virtual void OnOK();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnButtonDel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBrush m_editbrush;
	CBrush m_brush;
};

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

#endif // !defined(AFX_DANGELURUDLG_H__04190297_31A3_484C_8863_3F984570C3F7__INCLUDED_)

⌨️ 快捷键说明

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