⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 slabsearchformview.h

📁 开发环境为VC++ 的数据库管理系统
💻 H
字号:
#if !defined(AFX_SLABSEARCHFORMVIEW_H__DA23579C_0E6D_4639_8EA4_9A7DED680415__INCLUDED_)
#define AFX_SLABSEARCHFORMVIEW_H__DA23579C_0E6D_4639_8EA4_9A7DED680415__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SlabSearchFormView.h : header file
//
#include "Led\Led.h"
#include "digistatic.h"
/////////////////////////////////////////////////////////////////////////////
// CSlabSearchFormView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class CSlabSearchFormView : public CFormView
{
protected:
	CSlabSearchFormView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CSlabSearchFormView)

// Form Data
public:
	//{{AFX_DATA(CSlabSearchFormView)
	enum { IDD = IDD_SLAB_SEARCH_FORMVIEW };
	CComboBox	m_relate;
	CComboBox	m_condiction2;
	CListCtrl	m_list_slab_total;
	CComboBox	m_steel_code;
	CComboBox	m_status;
	CComboBox	m_shift;
	CListCtrl	m_list_slab_search;
	CComboBox	m_condiction;
	CTime	m_date_input;
	CString	m_castid;
	int		m_slab_h;
	int		m_slab_l;
	int		m_slab_w;
	//}}AFX_DATA

// Attributes
public:
	int steel_code_count;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CSlabSearchFormView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CSlabSearchFormView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CSlabSearchFormView)
	afx_msg void OnDestroy();
	afx_msg void OnSearchCondiction();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SLABSEARCHFORMVIEW_H__DA23579C_0E6D_4639_8EA4_9A7DED680415__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -