lengthinq.h
来自「一个长度信息管理系统。主要包含了界面编程和对文件操作。」· C头文件 代码 · 共 70 行
H
70 行
#if !defined(AFX_LENGTHINQ_H__E2B05329_F723_462B_93A5_1F3C852F0665__INCLUDED_)
#define AFX_LENGTHINQ_H__E2B05329_F723_462B_93A5_1F3C852F0665__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LengthInq.h : header file
//
#include "cartonbutn.h"
#include "Cartonbutngroup.h"
#include "BDialog.h"
/////////////////////////////////////////////////////////////////////////////
// LengthInq dialog
#include "ComboListCtrl.h"
class LengthInq : public CBDialog
{
// Construction
public:
CBrush m_brushsup;
LengthInq(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(LengthInq)
enum { IDD = IDD_LengthInq };
CCartonbutn m_showall;
CCartonbutn m_cancel;
CCartonbutn m_lengthretrieve;
CCartonbutn m_ok;
CEdit m_downb;
CEdit m_upb;
CEdit m_numvalue;
CComboListCtrl m_list1;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(LengthInq)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(LengthInq)
afx_msg void OnPutOut();
virtual BOOL OnInitDialog();
afx_msg void OnRetrieve();
afx_msg void OnAreaRet();
afx_msg BOOL OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnShowall();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBrush m_editBrush;
CBrush m_brushslen;
CBrush m_brushsdown;
CBrush m_brushlenview;
CBrush m_brushfanwei;
CBrush m_brush;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LENGTHINQ_H__E2B05329_F723_462B_93A5_1F3C852F0665__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?