WindowsXP-SP1/admin/wizards/shrwiz/shrwiz.rc
2020-09-30 16:53:49 +02:00

270 lines
10 KiB
Plaintext

//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
#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
"#define _AFX_NO_SPLITTER_RESOURCES\r\n"
"#define _AFX_NO_OLE_RESOURCES\r\n"
"#define _AFX_NO_TRACKER_RESOURCES\r\n"
"#define _AFX_NO_PROPERTY_RESOURCES\r\n"
"\r\n"
"#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
"#ifdef _WIN32\r\n"
"LANGUAGE 9, 1\r\n"
"#pragma code_page(1252)\r\n"
"#endif\r\n"
"#include ""res\\shrwiz.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"#endif\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//
IDD_SHRWIZ_FOLDER DIALOGEX 0, 0, 294, 155
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_APPWINDOW
CAPTION "Create Shared Folder"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 132,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
LTEXT "&Computer:",IDC_STATIC,100,10,39,8
EDITTEXT IDC_COMPUTER,158,7,129,14,ES_AUTOHSCROLL | ES_READONLY
LTEXT "&Folder to share:",IDC_STATIC,100,28,53,8
EDITTEXT IDC_FOLDER,158,25,86,14,ES_AUTOHSCROLL
PUSHBUTTON "Br&owse...",IDC_BROWSEFOLDER,247,25,40,14
LTEXT "&Share name:",IDC_STATIC,100,46,46,8
EDITTEXT IDC_SHARENAME,158,43,129,14,ES_AUTOHSCROLL | WS_DISABLED
LTEXT "Share &description:",IDC_STATIC,100,64,64,8
EDITTEXT IDC_SHAREDESCRIPTION,167,61,120,14,ES_AUTOHSCROLL |
WS_DISABLED
LTEXT "M&acintosh share name:",IDC_MACSHARENAME_STATIC,100,82,
81,8
EDITTEXT IDC_MACSHARENAME,181,79,106,14,ES_AUTOHSCROLL |
WS_DISABLED
GROUPBOX "Accessible from the following clients:",
IDC_CLIENTS_GROUP,100,98,187,51,WS_GROUP
CONTROL "Microsoft &Windows",IDC_CHECK_MS,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,110,108,80,12
CONTROL "No&vell NetWare",IDC_CHECK_NETWARE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,110,120,80,12
CONTROL "Apple &Macintosh",IDC_CHECK_MAC,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,110,132,80,12
END
IDD_SHRWIZ_PERM DIALOG DISCARDABLE 0, 0, 294, 155
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Create Shared Folder"
FONT 8, "MS Shell Dlg"
BEGIN
CONTROL 132,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
LTEXT "Use one of the following basic share permissions, or create custom permissions.",
IDC_STATIC,100,7,187,23
CONTROL "&All users have full control",IDC_RADIO_PERM1,"Button",
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
WS_TABSTOP,100,30,187,12
CONTROL "Administrators have full control; other users have &read-only access",
IDC_RADIO_PERM2,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,100,43,187,20
CONTROL "Administrators have full control; other users have &no access",
IDC_RADIO_PERM3,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,100,64,187,20
CONTROL "&Customize share and folder permissions",
IDC_RADIO_PERM4,"Button",BS_AUTORADIOBUTTON | BS_TOP |
BS_MULTILINE | WS_TABSTOP,100,85,187,12
PUSHBUTTON "C&ustom...",IDC_PERM_CUSTOM,119,98,50,14
LTEXT "Because share permissions only control network access to the share, you should set permissions on individual files and folders.",
IDC_STATIC,100,117,187,31
END
IDD_NO_SHARE_PERMISSIONS DIALOG DISCARDABLE 0, 0, 186, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "There are no share permissions for shares accessible from Apple Macintosh clients.",
IDC_STATIC,7,23,172,46
END
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//
#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE
BEGIN
IDD_SHRWIZ_FOLDER, DIALOG
BEGIN
VERTGUIDE, 100
VERTGUIDE, 287
HORZGUIDE, 7
HORZGUIDE, 148
END
IDD_SHRWIZ_PERM, DIALOG
BEGIN
VERTGUIDE, 100
VERTGUIDE, 287
HORZGUIDE, 7
HORZGUIDE, 148
END
IDD_NO_SHARE_PERMISSIONS, DIALOG
BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 179
TOPMARGIN, 7
BOTTOMMARGIN, 88
END
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME ICON DISCARDABLE "res\\shrwiz.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
IDB_BANNER BITMAP DISCARDABLE "res\\banner.bmp"
/////////////////////////////////////////////////////////////////////////////
//
// String Table
//
STRINGTABLE DISCARDABLE
BEGIN
IDS_WIZARD_TITLE "Create Shared Folder"
IDS_CANNOT_GET_LOCAL_COMPUTER
"The following error occurred while retrieving the local computer name:\n"
IDS_CANNOT_CONTACT_COMPUTER
"The following error occurred while contacting the specified computer ""%1"":\n"
IDS_APP_USAGE "Correct usage: ""%1"".\n\nThe application will be terminated."
IDS_TEXT_REQUIRED "The field ""%1"" is not allowed to be empty."
IDS_INVALID_FOLDER "The path entered for the folder is not valid. Enter a valid path."
IDS_INVALID_DRIVE "The folder ""%1"" is not on a valid drive of the specified machine."
IDS_DUPLICATE_SHARENAME "A share named ""%1"" already exists. Please pick another name."
IDS_FAILED_TO_VALIDATE_FOLDER
"The following error occurred while validating the folder ""%1"":\n"
IDS_CLIENT_REQUIRED "Please specify the client who can access the share."
IDS_BROWSE_FOLDER "Pick a folder you would like to share."
IDS_CANNOT_BROWSE_FOLDER
"Failed to browse folders on computer %1 due to the following error:\n"
IDS_FAILED_TO_GET_SD "The following error occurred while building the security descriptor for the selected permission:\n"
IDS_LINE_RETURN "\n"
IDS_SMB_CLIENTS "Microsoft Windows clients"
IDS_FPNW_CLIENTS "Novell NetWare clients"
IDS_SFM_CLIENTS "Apple Macintosh clients"
IDS_SUCCEEDED_IN_CREATING_SHARE
"The folder has been shared out successfully for the following clients:\n"
IDS_FAILED_TO_CREATE_SHARE
"The following error occurred while creating the share for %1: "
IDS_INVALID_SHARENAME "The share name ""%1"" is invalid."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_FAILED_TO_GETINFO_FOLDER
"The following error occurred while retrieving information on the path ""%1"":\n"
IDS_PATH_NOT_FOLDER "The path %1 is not pointing to a folder. Please specify a valid folder path."
IDS_CREATE_NEW_DIR "The system cannot find the specified path ""%1"". Do you want to create it?"
IDS_FAILED_TO_CREATE_NEW_DIR
"The following error occurred while creating the folder ""%1"":\n"
IDS_OPERATION_SUCCEEDED_MORE_SHARES
"Do you want to create another shared folder?"
IDS_SHAREPERM_ALL "Full control"
IDS_SHAREPERM_CHANGE "Change"
IDS_SHAREPERM_READ "Read"
IDS_SHARE_PERMISSIONS "Share Permissions"
IDS_FAILED_TO_CREATE_ACLUI
"The following error occurred while bringing up the share permissions property page:\n"
IDS_CUSTOM_PERM "Customize Permissions"
IDS_CMDLINE_PARAMS "%1 /s <ComputerName>"
IDS_FOLDER_LABEL "Folder to share"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_SHARENAME_LABEL "Share name"
IDS_MACSHARENAME_LABEL "Macintosh share name"
END
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif
#include "res\shrwiz.rc2" // non-Microsoft Visual C++ edited resources
#include "afxres.rc" // Standard components
#endif
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED