dialogmight.h

来自「以前给一个印刷厂开发的业务管理软件」· C头文件 代码 · 共 76 行

H
76
字号
#if !defined(AFX_IDD_DIALOG_MIGHTEBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_)
#define AFX_IDD_DIALOG_MIGHTEBD55E1_9E5E_11D7_8BEB_001060768F78__INCLUDED_

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

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

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

// Form Data
public:
	//{{AFX_DATA(CDialogMight)
	enum { IDD = IDD_DIALOG_MIGHT };
	CListCtrl	m_ListBoundOrign;
	CListCtrl	m_ListBoundNew;
	CString	m_strId;
	CString	m_strOperator;
	//}}AFX_DATA
// Attributes

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

// Operations
private:
	void SetMight();
	CString strMight[MAXRIGHT];

public:

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

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

	// Generated message map functions
	//{{AFX_MSG(CDialogMight)
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonDel();
	virtual BOOL OnInitDialog();
    afx_msg LRESULT OnKickIdle(WPARAM, LPARAM);	
	afx_msg void OnButtonSet();
	//}}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 + =
减小字号Ctrl + -
显示快捷键?