superviseprizeview.h
来自「我自己整理的一些VC源代码」· C头文件 代码 · 共 81 行
H
81 行
#if !defined(AFX_SUPERVISEPRIZEVIEW_H__298C3B6E_D06E_439F_BDD6_972E0127ED52__INCLUDED_)
#define AFX_SUPERVISEPRIZEVIEW_H__298C3B6E_D06E_439F_BDD6_972E0127ED52__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SupervisePrizeView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSupervisePrizeView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "FlatButton.h"
class CSupervisePrizeView : public CFormView
{
protected:
CSupervisePrizeView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CSupervisePrizeView)
// Form Data
public:
//{{AFX_DATA(CSupervisePrizeView)
enum { IDD = IDD_SUPERVISEPRIZE };
CFlatButton m_bt_query;
CFlatButton m_bt_close;
CFlatButton m_bt_calc;
CStatic m_static_start;
CStatic m_static_end;
CListCtrl m_list_child;
CDateTimeCtrl m_dt_start;
CDateTimeCtrl m_dt_end;
//}}AFX_DATA
// Attributes
public:
CImageList m_imgList;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSupervisePrizeView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnActivateView(BOOL bActivate, CView* pActivateView, CView* pDeactiveView);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CSupervisePrizeView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CSupervisePrizeView)
afx_msg void OnDestroy();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnBtCalc();
afx_msg void OnBtQuery();
afx_msg void OnBtClose();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUPERVISEPRIZEVIEW_H__298C3B6E_D06E_439F_BDD6_972E0127ED52__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?