Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "windows.h" #include "commctrl.h" #include "version.h"
///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS
///////////////////////////////////////////////////////////////////////////// // English (U.S.) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""windows.h""\r\n" "#include ""commctrl.h""\r\n" "#include ""version.h""\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "#include ""extrts.rc""\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_SECURITY "Security..." IDS_SECURITYHELP "View or set security information on the selected object." IDS_NO_ACCESS "No Access" IDS_DS_CONTAINER_ONLY "This object only" IDS_DS_CONTAINER_SUBITEMS "This object and all child objects" IDS_DS_SUBITEMS_ONLY "Child objects only" IDS_DS_INHERIT_TYPE "%s objects" IDS_DS_CREATE_CHILD_TYPE "Create %s Objects" IDS_DS_DELETE_CHILD_TYPE "Delete %s Objects" IDS_DS_READ_PROP_TYPE "Read %s" IDS_DS_WRITE_PROP_TYPE "Write %s" IDS_DS_READWRITE_TYPE "Read/Write %s" IDS_DS_CREATEDELETE_TYPE "Create/Delete %s Objects" IDS_SPECIAL_SECURITY_TITLE "Special Security" IDS_SPECIAL_ACL_WARNING "Windows can not edit the permissions on '%1' because they have been written in a nonstandard format by another application. To enable editing, you must use the application to restore the permissions to a standard format." END
STRINGTABLE DISCARDABLE BEGIN IDS_ACTRL_DELETE "Delete" IDS_ACTRL_READ_CONTROL "Read Permissions" IDS_ACTRL_CHANGE_ACCESS "Modify Permissions" IDS_ACTRL_CHANGE_OWNER "Modify Owner" IDS_ACTRL_DS_CREATE_CHILD "Create All Child Objects" IDS_ACTRL_DS_DELETE_CHILD "Delete All Child Objects" IDS_ACTRL_DS_LIST "List Contents" IDS_ACTRL_DS_SELF "All Validated Writes" IDS_ACTRL_DS_READ_PROP "Read All Properties" IDS_ACTRL_DS_WRITE_PROP "Write All Properties" IDS_ACTRL_DS_DELETE_TREE "Delete Subtree" IDS_ACTRL_DS_LIST_OBJECT "List Object" IDS_ACTRL_DS_CONTROL_ACCESS "All Extended Rights" END
STRINGTABLE DISCARDABLE BEGIN IDS_DS_GENERIC_READ "Read" IDS_DS_GENERIC_WRITE "Write" IDS_DS_GENERIC_EXECUTE "List Contents" IDS_DS_GENERIC_ALL "Full Control" IDS_ACTRL_DS_READ_WRITE_PROP "Read/Write All Properties" IDS_ACTRL_DS_CREATE_DELETE_CHILD "Create/Delete All Child Objects" END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "extrts.rc"
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|