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

📄 dialogoperator.h

📁 以前给一个印刷厂开发的业务管理软件
💻 H
字号:
#if !defined(AFX_ADDOPERATORVIEW_H__5EBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_)
#define AFX_ADDOPERATORVIEW_H__5EBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddOperatorView.h : header file
//
#include "PressManagerDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CDialogOperator form view

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

class CDialogOperator : public CDialog
{
public:
	CDialogOperator();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDialogOperator)

// Form Data
public:
	//{{AFX_DATA(CDialogOperator)
	enum { IDD = IDD_DIALOG_OPERATOR };
	CComboBox	m_ComboDepartment;
	CListCtrl	m_List;
	CString	m_strId;
	CString	m_strOperator;
	CString	m_strPasswd;
	CString	m_strFunction;
	CString	m_strTel;
	CString	m_strDepartment;
	//}}AFX_DATA
// Attributes

public:
	CDepartmentSet* m_pDepartmentSet;
	COperatorSet* m_pOperatorSet;
	CMightSet* m_pMightSet;
	CString m_strOperatorId;//登陆员id

// Operations

public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDialogOperator)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void PostNcDestroy();
	virtual void OnCancel();
	//}}AFX_VIRTUAL

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

	// Generated message map functions
	//{{AFX_MSG(CDialogOperator)
	afx_msg void OnButtonAddOperator();
	afx_msg void OnButtonEditOperator();
	afx_msg void OnButtonDeleteOperator();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickListOperatorList(NMHDR* pNMHDR, LRESULT* pResult);
    afx_msg LRESULT OnKickIdle(WPARAM, LPARAM);	
	afx_msg void OnSelchangeComboDepartment();
	afx_msg void OnClose();
	afx_msg void OnButtonMight();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_ADDOPERATORVIEW_H__5EBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_)

⌨️ 快捷键说明

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