📄 slaboutformview.h
字号:
#if !defined(AFX_SLABOUTFORMVIEW_H__974434E3_9F36_4617_8E4E_4D3E2E961332__INCLUDED_)
#define AFX_SLABOUTFORMVIEW_H__974434E3_9F36_4617_8E4E_4D3E2E961332__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// slabOutFormView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CslabOutFormView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CslabOutFormView : public CFormView
{
protected:
CslabOutFormView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CslabOutFormView)
// Form Data
public:
//{{AFX_DATA(CslabOutFormView)
enum { IDD = IDD_SLAB_OUT_FORMVIEW };
CListCtrl m_list_feed_record;
CComboBox m_condic_out;
CListCtrl m_list_slab_out_record;
CString m_furcode;
CString m_stack1;
CString m_stack2;
CString m_stack3;
int m_stackcount1;
int m_stackcount2;
int m_stackcount3;
CTime m_out_date;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CslabOutFormView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CslabOutFormView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CslabOutFormView)
afx_msg void OnDestroy();
afx_msg void OnDblclkListFeedRecord(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSlabOutConfirm();
afx_msg void OnInPutSearch();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SLABOUTFORMVIEW_H__974434E3_9F36_4617_8E4E_4D3E2E961332__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -