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

📄 slabinputformview.h

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SlabInputFormView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSlabInputFormView form view

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

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

// Form Data
public:
	//{{AFX_DATA(CSlabInputFormView)
	enum { IDD = IDD_SLAB_INPUT_FORMVIEW };
	CComboBox	m_shift_search;
	CComboBox	m_condic_select;
	CComboBox	m_oper_name;
	CListCtrl	m_slab_list;
	CComboBox	m_status;
	CComboBox	m_shift;
	CComboBox	m_steel_code;
	CString	m_furcode;
	int		m_count;
	int		m_slab_h;
	int		m_slab_l;
	int		m_slab_w;
	CTime	m_date_input;
	float	m_edit_al;
	float	m_edit_mn;
	float	m_edit_nb;
	float	m_edit_s;
	float	m_edit_si;
	float	m_edit_ti;
	float	m_edit_v;
	float	m_edit_c;
	float	m_edit_p;
	CString	m_cs1;
	CString	m_cs2;
	CString	m_cs3;
	float	m_cs1_value;
	float	m_cs2_value;
	float	m_cs3_value;
	float	m_edit_ni;
	float	m_edit_cu;
	int		m_stackcount1;
	int		m_stackcount2;
	int		m_stackcount3;
	CString	m_stack1;
	CString	m_stack2;
	CString	m_stack3;
	CTime	m_date_search;
	//}}AFX_DATA

// Attributes
public:
	CString combo_steel,combo_oper_name,combo_shift,combo_status,time_str,judg_str;
	int inf_row,Scheduled_amount,Scheduled_left;
	int steel_code_count;
	CString cur_shift,cur_user,department;
// Operations
public:

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

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

	// Generated message map functions
	//{{AFX_MSG(CSlabInputFormView)
	afx_msg void OnDestroy();
	afx_msg void OnSaveSlabInput();
	afx_msg void OnModifySlab();
	afx_msg void OnDblclkListSlabInf(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDeleteSlab();
	afx_msg void OnInPutSearch();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	BOOL Data_Check();
};

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

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

#endif // !defined(AFX_SLABINPUTFORMVIEW_H__C61FF7D3_AD4E_4536_A98A_5D7ADB3B2209__INCLUDED_)

⌨️ 快捷键说明

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