#pragma once
|
#include "stdafx.h"
|
|
/************************************************************************/
|
/* ÓÃÀ´Îĵµ¹ñȨÏÞÅÐ¶Ï */
|
/************************************************************************/
|
class AFX_EXT_CLASS CMBIsCabinetAce
|
{
|
public:
|
CMBIsCabinetAce(void);
|
~CMBIsCabinetAce(void);
|
public:
|
// Ŀ¼ȨÏÞ
|
static bool IsCatalogAceVisable( CString &strPermit ); // ¿É¼û
|
static bool IsCatalogAceExpand( CString &strPermit ); // µ±Ç°Ä¿Â¼¿ÉÕ¹¿ªÏ²ã
|
static bool IsCatalogAceDocBrowse( CString &strPermit ); // ¿Éä¯ÀÀÎĵµ
|
static bool IsCatalogAceDocDownload( CString &strPermit ); // ¿ÉÏÂÔØÎĵµ
|
static bool IsCatalogAceDocUpload( CString &strPermit ); // ¿ÉÉÏ´«Îĵµ
|
static bool IsCatalogAceDocEdit( CString &strPermit ); // ¿É±à¼Îĵµ£¬Ö¸×Ô¼ºÉÏ´«µÄÎĵµ¿É¸üм°É¾³ý
|
|
};
|