lengthview.h
来自「一个长度信息管理系统。主要包含了界面编程和对文件操作。」· C头文件 代码 · 共 73 行
H
73 行
#if !defined(AFX_LENGTHVIEW_H__22FB9454_C3E9_434D_90AD_E3497BE29238__INCLUDED_)
#define AFX_LENGTHVIEW_H__22FB9454_C3E9_434D_90AD_E3497BE29238__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "cartonbutn.h"
#include "Cartonbutngroup.h"
#include "BDialog.h"
//#include "cartoonbutton.h"
// LengthView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLengthView dialog
class CLengthView : public CBDialog
{
// Construction
public:
CLengthView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLengthView)
enum { IDD = IDD_LengthView };
CCartonbutn m_guanbi;
CCartonbutn m_retrieve;
CCartonbutn m_cnext;
CCartonbutn m_cback;
CEdit m_pagecount;
CEdit m_pageedit;
CEdit m_itemedit;
CEdit m_spedata;
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLengthView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLengthView)
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
afx_msg void OnRetrieve();
afx_msg void OnDownPage();
afx_msg void OnUpPage();
afx_msg void OnChangePageedit();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnCancelMode();
afx_msg void OnCaptureChanged(CWnd *pWnd);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBrush m_editbrush;
CBrush m_brush;
CBrush m_sxjsbrush;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LENGTHVIEW_H__22FB9454_C3E9_434D_90AD_E3497BE29238__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?