📄 airtime_ceview.h
字号:
// Airtime_CEView.h : interface of the CAirtime_CEView class
//
/////////////////////////////////////////////////////////////////////////////
#include "ListCtrlEx.h"
class CListCtrlEx;
#if !defined(AFX_AIRTIME_CEVIEW_H__5EEC89EF_7D18_11D2_837E_0000210056C3__INCLUDED_)
#define AFX_AIRTIME_CEVIEW_H__5EEC89EF_7D18_11D2_837E_0000210056C3__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CAirtime_CEView : public CFormView
{
protected: // create from serialization only
CAirtime_CEView();
DECLARE_DYNCREATE(CAirtime_CEView)
public:
//{{AFX_DATA(CAirtime_CEView)
enum { IDD = IDD_AIRTIME_CE_FORM };
CListCtrlEx m_listctrl;
CString m_s1;
CString m_s2;
//}}AFX_DATA
// Attributes
public:
CAirtime_CEDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAirtime_CEView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CAirtime_CEView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
int StationIn(PBYTE cc,CString s);
int DaysIn(PBYTE cc,int nCurSel);
CString MyMakeUpperAndRemoveSpaces(CString str);
int StationIn2(const char* cc,const char* c);
int UpdateList(int nField,CString s);
void InitCtrl();
void ShowAll();
void RefreshCtrl();
// Generated message map functions
protected:
//{{AFX_MSG(CAirtime_CEView)
afx_msg void OnBUTTONStart();
afx_msg void OnBUTTONDays();
afx_msg void OnBUTTONEndstop();
afx_msg void OnBUTTONFlightno();
afx_msg void OnBUTTONListAll();
afx_msg void OnBUTTONNext();
afx_msg void OnBUTTONPrev();
afx_msg void OnBUTTONSearchAll();
afx_msg void OnSelendokCOMBODays();
afx_msg void OnDestroy();
afx_msg void OnMenuitem32772();
afx_msg void OnSize(UINT nType, int cx, int cy);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in Airtime_CEView.cpp
inline CAirtime_CEDoc* CAirtime_CEView::GetDocument()
{ return (CAirtime_CEDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AIRTIME_CEVIEW_H__5EEC89EF_7D18_11D2_837E_0000210056C3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -