//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.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 ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_16x16 BITMAP DISCARDABLE "nodes16.bmp" IDB_32x32 BITMAP DISCARDABLE "nodes32.bmp" IDB_TOOLBAR1 BITMAP DISCARDABLE "toolbar2.bmp" IDB_TOOLBAR2 BITMAP DISCARDABLE "toolbar1.bmp" ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO DISCARDABLE BEGIN IDD_REDIRECT, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_SECPATH, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 205 TOPMARGIN, 7 BOTTOMMARGIN, 242 END IDD_REDIRMETHOD, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END IDD_PATHCHOOSER, DIALOG BEGIN BOTTOMMARGIN, 95 END IDD_RSOP, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 245 TOPMARGIN, 7 BOTTOMMARGIN, 211 END END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_FOLDER ICON DISCARDABLE "folder.ico" IDI_SNAPIN ICON DISCARDABLE "snapin.ico" #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END 2 TEXTINCLUDE DISCARDABLE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE DISCARDABLE BEGIN "#include ""filedep.rcv""\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_REDIRECT DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION EXSTYLE WS_EX_CONTROLPARENT CAPTION "Target" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_FOLDER,IDC_REDIR_ICON,7,7,20,20 LTEXT "You can specify the location of the %s folder.", IDC_REDIR_DESC,41,11,204,18 LTEXT "&Setting:",IDC_SETTING_TITLE,7,35,29,9 COMBOBOX IDC_REDIR_CHOICE,41,34,204,61,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Meaningful text describing the selected choice goes here.", IDC_SEL_DESC,7,55,238,33 GROUPBOX "%s",IDC_STORE_GROUP,7,94,238,117 CONTROL "List1",IDC_LIST_ADVANCED,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOLABELWRAP | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,14,108,223,81 CONTROL "List1",IDC_LIST_STRSIDS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOLABELWRAP | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,230,108,15,81 PUSHBUTTON "A&dd...",IDC_BTNADD,14,193,50,14 PUSHBUTTON "&Edit...",IDC_BTNEDIT,68,193,50,14 PUSHBUTTON "&Remove",IDC_BTNREMOVE,122,193,50,14,WS_DISABLED LTEXT "",IDC_PATHS_PLACEHOLDER,14,108,223,97,NOT WS_VISIBLE END IDD_SECPATH DIALOGEX 0, 0, 212, 249 STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTROLPARENT CAPTION "Specify Group and Location" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_SNAPIN,IDC_SECPATH_ICON,13,15,21,20 LTEXT "You can choose the target folder location for a security group.", IDC_SECPATH_DESC,38,15,158,25 GROUPBOX "&Security Group Membership",IDC_SECPATH_SECGROUP,13,44, 185,49 EDITTEXT IDC_EDIT_SECGROUP,20,59,169,12,ES_AUTOHSCROLL PUSHBUTTON "Bro&wse...",IDC_BROWSE_SECGROUP,139,74,50,14 GROUPBOX "&Target Folder Location",IDC_SECPATH_TARGET,13,102,185, 118 LTEXT "",IDC_SECPATH_PLACEHOLDER,20,117,172,97,NOT WS_VISIBLE DEFPUSHBUTTON "OK",IDOK,91,228,50,14 PUSHBUTTON "Cancel",IDCANCEL,148,228,50,14 END IDD_REDIRMETHOD DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Settings" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_FOLDER,IDC_PREF_ICON,7,13,21,20 LTEXT "Select the redirection settings for %s.",IDC_PREF_TITLE, 33,18,206,20 CONTROL "&Grant the user exclusive rights to %s.", IDC_PREF_APPLYSECURITY,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,14,44,225,18 CONTROL "&Move the contents of %s to the new location.", IDC_PREF_MOVE,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,14,70,224,18 GROUPBOX "Policy Removal",IDC_GROUP_ORPHAN,7,94,238,57 CONTROL "&Leave the folder in the new location when policy is removed.", IDC_PREF_ORPHAN,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP,14,108,224,18 CONTROL "Redirect the folder back to the local &userprofile location when policy is removed.", IDC_PREF_RELOCATE,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,14,130,225,18 GROUPBOX "My Pictures Preferences",IDC_PREF_MYPICS_GROUP,7,157, 238,54 CONTROL "Make My Pictures a &subfolder of My Documents.", IDC_PREF_CHANGEMYPICS,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP,14,171,224,17 CONTROL "&Do not specify administrative policy for My Pictures.", IDC_PREF_LEAVEMYPICS,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,14,189,224,16 END IDD_PATHCHOOSER DIALOG DISCARDABLE 0, 0, 172, 96 STYLE DS_CONTROL | DS_CONTEXTHELP | WS_CHILD FONT 8, "MS Shell Dlg" BEGIN COMBOBOX IDC_DESTTYPE,0,0,171,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Root &Path:",IDC_ROOT_DESC,0,20,56,8 EDITTEXT IDC_ROOT_PATH,0,30,171,12,ES_AUTOHSCROLL PUSHBUTTON "&Browse...",IDC_BROWSE,122,46,50,14 LTEXT "Example text explaining the per-user path goes here.", IDC_SAMPLE_PATH,0,67,172,28,NOT WS_VISIBLE END IDD_RSOP DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "General" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_FOLDER,IDC_PREF_ICON,7,7,20,20 LTEXT "These are the redirection settings for %s.", IDC_PREF_TITLE,33,10,206,20 LTEXT "Redirected path:",IDC_STATIC,14,30,231,8 EDITTEXT IDC_PATH,14,42,223,14,ES_AUTOHSCROLL | WS_DISABLED LTEXT "Group: %s",IDC_GROUP,14,64,231,8 LTEXT "GPO: %s",IDC_GPO,14,78,231,8 LTEXT "Setting: %s",IDC_SETTING,14,92,231,8 CONTROL "Grant the user exclusive rights to %s.", IDC_PREF_APPLYSECURITY,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_DISABLED | WS_TABSTOP,14,109,224,18 CONTROL "Move the contents of %s to the new location.", IDC_PREF_MOVE,"Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_DISABLED | WS_TABSTOP,14,129,224,18 GROUPBOX "Policy Removal",IDC_GROUP_ORPHAN,7,154,238,57 CONTROL "Leave the folder in the new location when policy is removed.", IDC_PREF_ORPHAN,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_DISABLED | WS_GROUP,14,167,224,18 CONTROL "Redirect the folder back to the local userprofile location when policy is removed.", IDC_PREF_RELOCATE,"Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_DISABLED,14,190,225,18 END ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_SNAPIN_DESC "Folder Redirection Editor" IDS_NODENAME "Files" IDS_NAME "Name" IDS_TYPE "Type" IDS_SNAPIN_NAME "Folder Redirection Editor (Users)" IDS_FOLDER_TYPE "File Folder" END STRINGTABLE DISCARDABLE BEGIN IDS_PRECEDENCE "Precedence" IDS_REDIRECTEDPATH "Redirected Path" IDS_GROUP "Group" IDS_GPO "GPO" IDS_INSTALLATIONTYPE "Setting" IDS_EXCLUSIVE "Exclusive" IDS_MOVE "Move" IDS_POLICYREMOVAL "Policy Removal" END STRINGTABLE DISCARDABLE BEGIN IDS_FOLDER_TITLE "Folder Redirection" IDS_FOLDERBROWSE_DESC "Select the folder which you want to use as the redirect destination" END STRINGTABLE DISCARDABLE BEGIN IDS_MOVECONTENTS_TITLE "Confirm move" IDS_MOVECONTENTS_CONFIRM "Do you also want to move the contents of %s?" IDS_INIFILE "fdeploy.ini" IDS_MYPICS_RELPATH "My Documents\\My Pictures" IDS_PROGRAMS_RELPATH "Start Menu\\Programs" IDS_STARTUP_RELPATH "Start Menu\\Programs\\Startup" IDS_REDIR_DESC "You can specify the location of the %s folder." IDS_TARGET_DESC "&Target folder location" IDS_SECGROUP_DESC "Security &Group Membership" IDS_COL_GROUP "Group" IDS_COL_PATH "Path" IDS_OBJPICK_ERROR "Unable to display the group selection dialog at this time.\nPlease try entering the name of the group directly into the edit box." IDS_SID_EVERYONE "s-1-1-0" IDS_HELP_FILE "fde.hlp" END STRINGTABLE DISCARDABLE BEGIN IDS_DEFAULT_ERROR "An unknown error has occurred." IDS_DEFAULT_ERROR_TITLE "Error" IDS_DEFAULT_WARNING_TITLE "Warning" IDS_NOSECURITY_INFO "Security information could not be obtained for the selected group." IDS_INVALID_GROUPPATH "The provided group and/or path information is invalid.\nYou must provide valid values for both the group and the path." IDS_SECGROUP_EXISTS "Another entry specifying the path for the group %s already exists." IDS_SAVE_ERROR "Unable to save the redirection information to the configuration file.\nThe following error occurred:" IDS_INVALID_PATH "The specified target location is not valid." END STRINGTABLE DISCARDABLE BEGIN IDS_SECTIONLOAD_ERROR "Unable to obtain the redirection information for %s." IDS_PATHTOOLONG_ERROR "The selected path is too long. It may not be used for redirection.\nRedirection paths should not exceed %d characters." IDS_PATHNOTUNC_WARNING "The target path is not a UNC path.\n\nIf this is not a valid local path at the client,\nfolder redirection will fail.\n\nAre you sure you want to use this path as the target?" END STRINGTABLE DISCARDABLE BEGIN IDS_FOLLOW_PARENT "Follow the %s folder" IDS_NETWORK "Basic - Redirect everyone's folder to the same location" END STRINGTABLE DISCARDABLE BEGIN IDS_SCALEABLE "Advanced - Specify locations for various user groups" IDS_DONT_CARE "Not configured" IDS_FOLLOWPARENT_DESC "Recommended Setting. Choosing this option will make My Pictures a subfolder of the My Documents folder." IDS_NETWORK_DESC "This folder will be redirected to the specified location." IDS_SCALEABLE_DESC "This folder will be redirected to different locations based on the security group membership of the users." IDS_DONTCARE_DESC "This Group Policy Object will have no effect on the location of this folder. Any existing redirection will continue to apply even when this Group Policy object is removed. To ensure that the folder is redirected back to the default location, select the ""Redirect to the local userprofile location"" option." END STRINGTABLE DISCARDABLE BEGIN IDS_HOMEDIR_PATH "Redirect to the user's home folder" IDS_PERUSER_PATH "Create a folder for each user under the root path" IDS_SPECIFIC_PATH "Redirect to the following location" IDS_USERPROFILE_PATH "Redirect to the local userprofile location" END STRINGTABLE DISCARDABLE BEGIN IDS_SETTING_BASIC "Basic" IDS_SETTING_MAXIMUM "Advanced" IDS_NO "No" IDS_YES "Yes" IDS_LEAVE "Leave in Existing Location" IDS_REDIRECT "Redirect to Local Profile" IDS_SAMPLE_USER "Clair" IDS_SAMPLE_PATHDESC "For user %s, this folder will be redirected to:\n\n%s" IDS_HOMEDIR_WARNING "Note: This setting ignores the value of the 'Grant the user exclusive rights to My Documents' option on the Settings page." END STRINGTABLE DISCARDABLE BEGIN IDS_APPDATA "Application Data" IDS_DESKTOP "Desktop" IDS_MYDOCS "My Documents" IDS_STARTMENU "Start Menu" IDS_MYPICS "My Pictures" IDS_PROGRAMS "Programs" END STRINGTABLE DISCARDABLE BEGIN IDS_STARTUP "Startup" END STRINGTABLE DISCARDABLE BEGIN IDS_PREF_TITLE "Select the redirection settings for %s." IDS_PREF_APPLYSECURITY "&Grant the user exclusive rights to %s." IDS_PREF_MOVE "&Move the contents of %s to the new location." END #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "filedep.rcv" ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED