📄 dialogoperatorlist.h
字号:
#if !defined(AFX_ADDOPERATORLIST_H__5EBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_)
#define AFX_ADDOPERATORLIST_H__5EBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddOperatorView.h : header file
//
#include "PressManagerDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CDialogOperatorList form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
class CDialogOperatorList : public CDialog
{
public:
CDialogOperatorList(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDialogOperatorList)
// Form Data
public:
//{{AFX_DATA(CDialogOperatorList)
enum { IDD = IDD_DIALOG_OPERATOR_LIST };
CComboBox m_ComboDepartment;
CListCtrl m_List;
CString m_strDepartment;
//}}AFX_DATA
// Attributes
public:
CDepartmentSet* m_pDepartmentSet;
COperatorSet* m_pOperatorSet;
CString m_strOperatorId;//登陆员id
// Operations
private:
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDialogOperatorList)
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(CDialogOperatorList)
virtual BOOL OnInitDialog();
afx_msg LRESULT OnKickIdle(WPARAM, LPARAM);
afx_msg void OnSelchangeComboDepartment();
afx_msg void OnClose();
//}}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 + -