📄 seattypesetview.h
字号:
#if !defined(AFX_SEATTYPESETVIEW_H__B352FA44_4041_4F42_B3F8_224CF8C1189E__INCLUDED_)
#define AFX_SEATTYPESETVIEW_H__B352FA44_4041_4F42_B3F8_224CF8C1189E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SeattypesetView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSeattypesetView record view
#include "SeattypeSet.h"
class CSeattypesetView : public CRecordView
{
protected:
CSeattypesetView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CSeattypesetView)
// Form Data
public:
//{{AFX_DATA(CSeattypesetView)
enum { IDD = IDD_SEATTYPESETVIEW };
CEdit m_seattypeidcontrol;
CEdit m_seattypecontrol;
CButton m_save;
CButton m_return;
CListCtrl m_list;
CButton m_delete;
CButton m_change;
CButton m_add;
CSeattypeSet* m_pSet;
CString m_seattype;
int m_seattypeid;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
CSeattypeSet* GetRecordset();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSeattypesetView)
// NOTE - the ClassWizard will add and remove member functions here.
public:
virtual CRecordset* OnGetRecordset();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual void OnInitialUpdate();
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CSeattypesetView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CSeattypesetView)
afx_msg void OnAdd();
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDelete();
afx_msg void OnChange();
afx_msg void OnSave();
afx_msg void OnReturn();
afx_msg void OnRefurbish();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int operation;
void EnableView(bool b);
int curiItem;
void Getvalue();
void Showlist();
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SEATTYPESETVIEW_H__B352FA44_4041_4F42_B3F8_224CF8C1189E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -