//Microsoft Visual C++ generated resource script. // #include "resource.h" #include "..\common\h\llsterm.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS #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 ""res\\llsmgr.rc2"" // non-Microsoft Visual C++ edited resources\r\n" "\r\n" "#define _AFX_NO_SPLITTER_RESOURCES\r\n" "#define _AFX_NO_OLE_RESOURCES\r\n" "#define _AFX_NO_TRACKER_RESOURCES\r\n" "\r\n" "#include ""afxres.rc"" \011// Standard components\r\n" "#include ""afxprint.rc""\011// printing/print preview resources\r\n" "\0" END ///////////////////////////////////////////////////////////////////////////// #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // IDR_MAINFRAME ICON DISCARDABLE "res\\llsmgr.ico" IDI_LLSMGR_WARNING ICON DISCARDABLE "res\\warning.ico" ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_SMALL_CTRLS BITMAP DISCARDABLE "res\\ctrls.bmp" IDB_LARGE_CTRLS BITMAP DISCARDABLE "res\\ctrls2.bmp" IDR_MAINFRAME BITMAP DISCARDABLE "res\\toolbar.bmp" ///////////////////////////////////////////////////////////////////////////// // // Menu // IDR_MAINFRAME MENU PRELOAD DISCARDABLE BEGIN POPUP "&License" BEGIN MENUITEM "New &License...\tCtrl+L", ID_NEW_LICENSE MENUITEM SEPARATOR MENUITEM "&Delete", ID_VIEW_DELETE MENUITEM "&Properties", ID_VIEW_PROPERTIES MENUITEM SEPARATOR MENUITEM "&Select Domain...\tCtrl+D", ID_SELECT_DOMAIN MENUITEM SEPARATOR MENUITEM "Recent Domain", ID_MRU_DOMAIN0, GRAYED MENUITEM "E&xit", ID_APP_EXIT END POPUP "&View" BEGIN MENUITEM "&Toolbar", ID_VIEW_TOOLBAR MENUITEM "&Status Bar", ID_VIEW_STATUS_BAR MENUITEM SEPARATOR MENUITEM "Purchase &History\tAlt+1", ID_VIEW_LICENSES MENUITEM "Products &View\tAlt+2", ID_VIEW_PRODUCTS MENUITEM "&Clients\tAlt+3", ID_VIEW_USERS MENUITEM "Server &Browser\tAlt+4", ID_VIEW_SERVERS MENUITEM SEPARATOR MENUITEM "&Refresh\tF5", ID_VIEW_REFRESH END POPUP "&Options" BEGIN MENUITEM "&Font...", ID_SELECT_FONT MENUITEM SEPARATOR POPUP "F&ormat..." BEGIN MENUITEM "Large &Icons", ID_VIEW_ICONS MENUITEM "&Small Icons", ID_VIEW_SMALL_ICONS MENUITEM "&List", MY_ID_VIEW_LIST MENUITEM "&Details", ID_VIEW_REPORT END POPUP "&Sort by..." BEGIN MENUITEM "", ID_SORT_COLUMN END MENUITEM SEPARATOR POPUP "&Advanced..." BEGIN MENUITEM "&New License Group...", ID_NEW_MAPPING MENUITEM "&Edit License Groups...", ID_VIEW_MAPPINGS END MENUITEM SEPARATOR MENUITEM "Sa&ve Settings on Exit", ID_SAVE_SETTINGS, CHECKED END POPUP "&Help" BEGIN MENUITEM "&Help Topics", ID_HELP_HTMLHELP MENUITEM SEPARATOR MENUITEM "&About Licensing...", ID_APP_ABOUT END END IDM_LICENSE_SORT MENU DISCARDABLE BEGIN POPUP "&Sort By..." BEGIN MENUITEM " ", ID_SORT_COLUMN0 MENUITEM " ", ID_SORT_COLUMN1 MENUITEM " ", ID_SORT_COLUMN2 MENUITEM " ", ID_SORT_COLUMN3 MENUITEM " ", ID_SORT_COLUMN4 MENUITEM "", ID_SORT_COLUMN5 END END IDM_POPUP MENU DISCARDABLE BEGIN MENUITEM "Licenses", ID_DUMMY POPUP "Products" BEGIN MENUITEM "&Properties...", ID_VIEW_PROPERTIES END POPUP "Users" BEGIN MENUITEM "&Properties...", ID_VIEW_PROPERTIES END POPUP "Servers" BEGIN MENUITEM "&Properties...", ID_VIEW_PROPERTIES END END ///////////////////////////////////////////////////////////////////////////// // // Accelerator // IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE BEGIN "1", ID_VIEW_LICENSES, VIRTKEY, ALT, NOINVERT "2", ID_VIEW_PRODUCTS, VIRTKEY, ALT, NOINVERT "3", ID_VIEW_USERS, VIRTKEY, ALT, NOINVERT "4", ID_VIEW_SERVERS, VIRTKEY, ALT, NOINVERT "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT "D", ID_SELECT_DOMAIN, VIRTKEY, CONTROL, NOINVERT "L", ID_NEW_LICENSE, VIRTKEY, CONTROL, NOINVERT "M", ID_NEW_MAPPING, VIRTKEY, CONTROL, NOINVERT "V", ID_EDIT_PASTE, VIRTKEY, CONTROL, NOINVERT VK_BACK, ID_EDIT_UNDO, VIRTKEY, ALT, NOINVERT VK_DELETE, ID_EDIT_CUT, VIRTKEY, SHIFT, NOINVERT VK_DELETE, ID_EDIT_DELETE, VIRTKEY VK_F1, ID_HELP, VIRTKEY, NOINVERT VK_F1, ID_CONTEXT_HELP, VIRTKEY, SHIFT, NOINVERT VK_F5, ID_VIEW_REFRESH, VIRTKEY, NOINVERT VK_F6, ID_NEXT_PANE, VIRTKEY, NOINVERT VK_F6, ID_PREV_PANE, VIRTKEY, SHIFT, NOINVERT VK_INSERT, ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT VK_INSERT, ID_EDIT_PASTE, VIRTKEY, SHIFT, NOINVERT "X", ID_EDIT_CUT, VIRTKEY, CONTROL, NOINVERT "Z", ID_EDIT_UNDO, VIRTKEY, CONTROL, NOINVERT END ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_SELECT_DOMAIN DIALOG DISCARDABLE 0, 0, 221, 198 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Select Domain" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Enter the name of the domain you want to administer below:", IDC_STATIC,10,10,140,20 LTEXT "&Domain:",IDC_STATIC,10,35,25,10 EDITTEXT IDC_SELECT_DOMAIN_DOMAIN,40,35,110,12,ES_UPPERCASE | ES_AUTOHSCROLL // | ES_OEMCONVERT LTEXT "&Select Domain:",IDC_STATIC,10,60,60,8 CONTROL "Generic1",IDC_SELECT_DOMAIN_DOMAINS,"SysTreeView32", WS_BORDER | WS_TABSTOP | 0x27,10,70,200,115 DEFPUSHBUTTON "OK",IDOK,160,10,50,14 PUSHBUTTON "Cancel",IDCANCEL,160,30,50,14 PUSHBUTTON "&Help",ID_HELP,160,50,50,14 END IDD_ADD_USERS DIALOG DISCARDABLE 0, 0, 221, 208 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Add Users" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&List Users from:",IDC_STATIC,10,10,55,10 COMBOBOX IDC_ADD_USERS_DOMAINS,70,10,140,65,CBS_DROPDOWNLIST | CBS_OEMCONVERT | CBS_SORT | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP LTEXT "&Users:",IDC_STATIC,10,30,40,10 CONTROL "Generic1",IDC_ADD_USERS_USERS,"SysListView32",WS_BORDER | WS_TABSTOP | 0x4141,10,40,200,50 PUSHBUTTON "&Add",IDC_ADD_USERS_ADD,10,95,50,14 PUSHBUTTON "&Delete",IDC_ADD_USERS_DELETE,65,95,50,14 LTEXT "Add Us&ers:",IDC_STATIC,10,120,40,10 CONTROL "Generic2",IDC_ADD_USERS_ADD_USERS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x4141,10,130,200,50 DEFPUSHBUTTON "OK",IDOK,50,185,50,14 PUSHBUTTON "Cancel",IDCANCEL,105,185,50,14 PUSHBUTTON "&Help",ID_HELP,160,185,50,14 END IDD_NEW_MAPPING DIALOG DISCARDABLE 0, 0, 241, 188 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "New License Group" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&Group Name:",IDC_STATIC,10,10,55,10 EDITTEXT IDC_NEW_MAPPING_NAME,65,10,110,12,ES_AUTOHSCROLL LTEXT "D&escription:",IDC_STATIC,10,30,40,10 EDITTEXT IDC_NEW_MAPPING_DESCRIPTION,65,30,110,12,ES_AUTOHSCROLL LTEXT "&Licenses:",IDC_STATIC,10,65,35,10 EDITTEXT IDC_NEW_MAPPING_LICENSES,65,65,35,12,ES_AUTOHSCROLL CONTROL "Generic1",IDC_NEW_MAPPING_SPIN,"msctls_updown32",0x30, 101,65,7,11 LTEXT "&Users:",IDC_STATIC,10,85,35,10 CONTROL "Generic2",IDC_NEW_MAPPING_USERS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x4149,10,95,225,65 PUSHBUTTON "&Add...",IDC_NEW_MAPPING_ADD,10,165,50,14 PUSHBUTTON "&Delete",IDC_NEW_MAPPING_DELETE,65,165,50,14 DEFPUSHBUTTON "OK",IDOK,185,10,50,14 PUSHBUTTON "Cancel",IDCANCEL,185,30,50,14 PUSHBUTTON "&Help",ID_HELP,185,50,50,14 LTEXT "Each device or user in this group requires a license.", IDC_STATIC,10,50,165,10 END IDD_PP_MAPPING_SETTINGS DIALOG DISCARDABLE 0, 0, 241, 188 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Settings" FONT 8, "MS Shell Dlg" BEGIN LTEXT "",IDC_PP_MAPPING_SETTINGS_NAME,65,10,110,8 LTEXT "&Group Name:",IDC_STATIC,10,10,55,8 LTEXT "D&escription:",IDC_STATIC,10,30,40,8 EDITTEXT IDC_PP_MAPPING_SETTINGS_DESCRIPTION,65,30,110,10, ES_AUTOHSCROLL LTEXT "&Licenses:",IDC_STATIC,10,65,35,10 EDITTEXT IDC_PP_MAPPING_SETTINGS_LICENSES,65,65,35,12, ES_AUTOHSCROLL CONTROL "Generic1",IDC_PP_MAPPING_SETTINGS_SPIN,"msctls_updown32", 0x30,101,65,7,11 LTEXT "&Users:",IDC_STATIC,10,85,35,10 CONTROL "Generic2",IDC_PP_MAPPING_SETTINGS_USERS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x4149,10,95,225,65 PUSHBUTTON "&Add",IDC_PP_MAPPING_SETTINGS_ADD,10,165,50,14 PUSHBUTTON "&Delete",IDC_PP_MAPPING_SETTINGS_DELETE,65,165,50,14 LTEXT "Each device or user in this group requires a license.", IDC_STATIC,10,50,205,10 END IDD_PP_PRODUCT_LICENSES DIALOG DISCARDABLE 0, 0, 272, 148 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Purchase History" FONT 8, "MS Shell Dlg" BEGIN PUSHBUTTON "&New",IDC_PP_PRODUCT_LICENSES_NEW,10,125,50,14 PUSHBUTTON "&Delete",IDC_PP_PRODUCT_LICENSES_DELETE,65,125,50,14 CONTROL "Generic1",IDC_PP_PRODUCT_LICENSES_LICENSES, "SysListView32",WS_BORDER | WS_TABSTOP | 0x14d,10,10,250, 110 LTEXT "Total Licenses Purchased:",IDC_STATIC,130,125,90,10 CONTROL "",IDC_PP_PRODUCT_LICENSES_TOTAL,"Static", SS_LEFTNOWORDWRAP | WS_GROUP,225,125,35,10 END IDD_PP_PRODUCT_USERS DIALOG DISCARDABLE 0, 0, 272, 148 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Clients" FONT 8, "MS Shell Dlg" BEGIN CONTROL "Generic1",IDC_PP_PRODUCT_USERS_USERS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x14d,10,10,250,110 PUSHBUTTON "&Revoke",IDC_PP_PRODUCT_USERS_DELETE,10,125,50,14 END IDD_PP_SERVER_PRODUCTS DIALOG DISCARDABLE 0, 0, 272, 148 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Products View" FONT 8, "MS Shell Dlg" BEGIN CONTROL "Generic1",IDC_PP_SERVER_PRODUCTS_PRODUCTS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x14d,10,10,250,110 PUSHBUTTON "&Edit",IDC_PP_SERVER_PRODUCTS_EDIT,10,125,50,14 END IDD_LICENSE_GROUPS DIALOG DISCARDABLE 0, 0, 301, 153 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "License Groups" FONT 8, "MS Shell Dlg" BEGIN CONTROL "Generic1",IDC_LICENSE_GROUPS_MAPPINGS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x14d,10,10,230,115 PUSHBUTTON "&Add",IDC_LICENSE_GROUPS_ADD,10,130,50,14 PUSHBUTTON "&Delete",IDC_LICENSE_GROUPS_DELETE,65,130,50,14 PUSHBUTTON "&Edit",IDC_LICENSE_GROUPS_EDIT,120,130,50,14 DEFPUSHBUTTON "OK",IDOK,245,10,50,14 PUSHBUTTON "Cancel",IDCANCEL,245,30,50,14 PUSHBUTTON "&Help",ID_HELP,245,50,50,14 END IDD_PP_USER_PRODUCTS DIALOG DISCARDABLE 0, 0, 272, 158 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Products View" FONT 8, "MS Shell Dlg" BEGIN CONTROL "&Upgrade to BackOffice License", IDC_PP_USER_PRODUCTS_BACKOFFICE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,10,125,10 CONTROL "Generic1",IDC_PP_USER_PRODUCTS_PRODUCTS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x14d,10,25,250,105 PUSHBUTTON "&Revoke",IDC_PP_USER_PRODUCTS_DELETE,10,135,50,14 END IDD_PP_SERVER_REPLICATION DIALOG DISCARDABLE 0, 0, 241, 148 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Replication" FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Master Server",IDC_PP_SERVER_REPLICATION_MASTER_GB,15,10,210,55 CONTROL "&Domain Controller",IDC_PP_SERVER_REPLICATION_DC,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,25,25,75,10 CONTROL "Enterprise &Server: ",IDC_PP_SERVER_REPLICATION_ESRV, "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,25,45,70,10 EDITTEXT IDC_PP_SERVER_REPLICATION_ESRV_NAME,100,45,100,12, ES_AUTOHSCROLL GROUPBOX "Replication Frequency",IDC_STATIC,15,70,210,55 CONTROL "S&tart At:",IDC_PP_SERVER_REPLICATION_AT,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,25,87,43,10 CONTROL "Start &Every:",IDC_PP_SERVER_REPLICATION_EVERY,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,25,105,50,10 EDITTEXT IDC_PP_SERVER_REPLICATION_EVERY_VALUE,80,105,45,12, ES_AUTOHSCROLL CONTROL "Generic1",IDC_PP_SERVER_REPLICATION_SPIN_EVERY, "msctls_updown32",UDS_NOTHOUSANDS | UDS_ARROWKEYS | UDS_AUTOBUDDY | UDS_SETBUDDYINT | UDS_ALIGNRIGHT, 111,105,7,10 LTEXT "Hours.",IDC_STATIC,128,106,20,10 EDITTEXT IDC_PP_SERVER_REPLICATION_AT_BORDER,80,87,65,12, NOT WS_GROUP | WS_DISABLED EDITTEXT IDC_PP_SERVER_REPLICATION_AT_HOUR,82,89,8,8,ES_RIGHT | ES_MULTILINE | NOT WS_BORDER | WS_GROUP | WS_TABSTOP LTEXT "",IDC_PP_SERVER_REPLICATION_AT_SEP1,90,89,4,8,SS_NOPREFIX EDITTEXT IDC_PP_SERVER_REPLICATION_AT_MINUTE,94,89,8,8,ES_RIGHT | ES_MULTILINE | NOT WS_BORDER | WS_GROUP | WS_TABSTOP LTEXT "",IDC_PP_SERVER_REPLICATION_AT_SEP2,102,89,4,8,SS_NOPREFIX EDITTEXT IDC_PP_SERVER_REPLICATION_AT_SECOND,106,89,8,8,ES_RIGHT | ES_MULTILINE | NOT WS_BORDER | WS_GROUP | WS_TABSTOP LISTBOX IDC_PP_SERVER_REPLICATION_AT_AMPM,114,89,15,18,NOT WS_BORDER | WS_GROUP | WS_TABSTOP CONTROL "Generic1",IDC_PP_SERVER_REPLICATION_SPIN_AT, "msctls_updown32",UDS_NOTHOUSANDS | UDS_ARROWKEYS | UDS_AUTOBUDDY | UDS_WRAP | UDS_SETBUDDYINT,133,88,4,10 END IDD_CHOOSE_MODE DIALOG DISCARDABLE 0, 0, 261, 243 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Choose Licensing Mode" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "OK",IDOK,205,10,50,14 PUSHBUTTON "Cancel",IDCANCEL,205,30,50,14 PUSHBUTTON "&Help",ID_HELP,205,50,50,14 CONTROL "Per Server for:",IDC_MODE_RADIO_PER_SERVER,"Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,20,130,60,10 PUSHBUTTON "&Add Licenses",IDC_MODE_ADD_PER_SERVER,33,149,79,14 PUSHBUTTON "Re&move Licenses",IDC_MODE_REMOVE_PER_SERVER,122,149,79,14 CONTROL "Per Device or Per User:",IDC_MODE_RADIO_PER_SEAT,"Button", BS_AUTORADIOBUTTON | WS_TABSTOP,20,170,150,10 LTEXT "%1 supports two licensing modes: ", IDC_MODE_STATIC_SUPPORTS,10,10,185,20 ICON IDR_MAINFRAME,IDC_STATIC,10,35,18,20 LTEXT "Per Server - Each concurrent connection to this server requires a separate CLIENT ACCESS LICENSE.", IDC_STATIC,35,35,160,25 ICON IDR_MAINFRAME,IDC_STATIC,10,65,18,20 LTEXT "Per Device or Per User - Each device or user that accesses %1 requires a separate CLIENT ACCESS LICENSE.", IDC_MODE_STATIC_PER_SEAT,35,65,160,25 LTEXT "Please click Help to fully understand the implications of the licensing mode you choose.", IDC_STATIC,10,95,195,20 GROUPBOX "Licensing Mode",IDC_STATIC,10,115,210,102 EDITTEXT IDC_MODE_LICENSES,85,130,35,12,ES_AUTOHSCROLL | WS_DISABLED LTEXT "concurrent connections.",IDC_STATIC,126,131,80,8 LTEXT "Use this application to record the number of CLIENT ACCESS LICENSES purchased and avoid violation of the license agreement.", IDC_STATIC,30,185,180,25 END IDD_PER_SERVER_LICENSING DIALOG DISCARDABLE 0, 0, 266, 178 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Per Server Licensing" FONT 8, "MS Shell Dlg" BEGIN CONTROL "&I agree that:",IDC_PER_SERVER_AGREE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,45,130,55,10 LTEXT LLS_AGREE_TERM, IDC_STATIC,45,145,145,20 ICON IDI_LLSMGR_WARNING,IDC_STATIC,10,10,18,20 GROUPBOX "Licensing",IDC_STATIC,35,10,165,160 LTEXT "If you have not purchased %1 Client Access Licenses, you must purchase the required licenses prior to using %2 on this computer.", IDC_PER_SERVER_STATIC_CLIENTS,45,25,145,35 LTEXT LLS_HELP_TERM, IDC_STATIC,45,65,145,60 DEFPUSHBUTTON "OK",IDOK,205,15,50,14 PUSHBUTTON "Cancel",IDCANCEL,205,35,50,14 PUSHBUTTON "&Help",ID_HELP,205,55,50,14 END IDD_PER_SEAT_LICENSING DIALOG DISCARDABLE 0, 0, 261, 178 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Per Device or Per User Licensing" FONT 8, "MS Shell Dlg" BEGIN CONTROL "&I agree that:",IDC_PER_SEAT_AGREE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,45,125,140,10 ICON IDI_LLSMGR_WARNING,IDC_STATIC,10,10,18,20 GROUPBOX "Licensing",IDC_STATIC,35,10,165,155 LTEXT "If you have not purchased a Client Access License for every device or user that will access %1, you must purchase them prior to using %1.", IDC_PER_SEAT_STATIC_CLIENTS,45,25,145,40 LTEXT LLS_HELP_TERM, IDC_STATIC,45,70,145,50 LTEXT LLS_AGREE_TERM, IDC_STATIC,45,140,145,20 DEFPUSHBUTTON "OK",IDOK,205,15,50,14 PUSHBUTTON "Cancel",IDCANCEL,205,35,50,14 PUSHBUTTON "&Help",ID_HELP,205,55,50,14 END IDD_SERVER_LICENSING DIALOG DISCARDABLE 0, 0, 257, 183 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "Server Licensing" FONT 8, "MS Shell Dlg" BEGIN CONTROL "&I agree that:",IDC_SERVER_AGREE,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,45,130,55,10 ICON IDI_LLSMGR_WARNING,IDC_STATIC,10,10,18,20 GROUPBOX "",IDC_STATIC,35,55,160,120 LTEXT "You have set the number of concurrent connections to zero. Therefore, Windows Server basic network services will be disabled. Basic network services include file, print, and remote access services.", IDC_STATIC,35,10,150,45 LTEXT LLS_HELP_TERM, IDC_STATIC,45,65,145,60 LTEXT LLS_AGREE_TERM, IDC_STATIC,45,150,140,20 DEFPUSHBUTTON "OK",IDOK,200,10,50,14 PUSHBUTTON "Cancel",IDCANCEL,200,30,50,14 PUSHBUTTON "&Help",ID_HELP,200,50,50,14 END IDD_VIOLATION DIALOG DISCARDABLE 0, 0, 266, 73 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | 0x0004 CAPTION "License Violation" FONT 8, "MS Shell Dlg" BEGIN ICON IDI_LLSMGR_WARNING,IDC_STATIC,10,10,18,20 LTEXT "You have requested a change that may violate the license agreement. The license for this product only allows for a one-time change from a Per Server to a Per Device or Per User configuration.", IDC_STATIC,35,10,165,40 LTEXT "Do you want to cancel this request?",IDC_STATIC,35,50, 145,15 DEFPUSHBUTTON "&Yes",IDCANCEL,205,10,50,14 PUSHBUTTON "&No",IDOK,205,30,50,14 PUSHBUTTON "&Help",ID_HELP,205,50,50,14 END IDD_PP_PRODUCT_SERVERS DIALOG DISCARDABLE 0, 0, 272, 148 STYLE WS_CHILD | WS_VISIBLE | WS_DISABLED | WS_CAPTION | 0x0004 CAPTION "Server Browser" FONT 8, "MS Shell Dlg" BEGIN CONTROL "Generic1",IDC_PP_PRODUCT_SERVERS_SERVERS,"SysListView32", WS_BORDER | WS_TABSTOP | 0x14d,10,10,250,110 PUSHBUTTON "&Edit",IDC_PP_PRODUCT_SERVERS_EDIT,10,125,50,14 END ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDP_OLE_INIT_FAILED "OLE initialization failed. Make sure that the OLE libraries are the correct version." IDP_CONFIRM_DELETE_USER "Are you sure you want to delete the user %1?" IDS_LICENSING_MODE "Licensing Mode" IDS_PER_SERVER "Per Server" IDS_PER_SEAT "Per Device or Per User" IDP_CONFIRM_DELETE_GROUP "Are you sure you want to delete the license group %1?" IDP_APP_INIT_FAILED "Not enough memory to load application." IDP_ERROR_INVALID_COMPUTERNAME "The computer name you typed is invalid." IDP_ERROR_DROPPED_LINK "Communication with the Master Server for this domain has been interrupted. It may be necessary to reconnect to this domain or to choose another domain using the Select Domain dialog." IDP_ERROR_NO_RPC_SERVER "The License Logging Service is not running on the target machine, or the target machine is not accessible." IDP_ERROR_MEMBER_IN_GROUP "The operation failed because the license group contains users or because the user is a member of a license group." IDP_ERROR_NO_SELF_REPLICATION "The computer name you typed is invalid because the server cannot replicate to itself." IDP_ERROR_SERVER_NOT_CONFIGURED "The License Logging Service is not configured on the target machine." IDP_ERROR_NO_RPC_SERVER_FORMAT "The License Logging Service is not running on %1, or %1 is not accessible." END STRINGTABLE PRELOAD DISCARDABLE BEGIN IDR_MAINFRAME "Licensing\n\nLlsmgr\n\n\nLlsmgr.Document\nLlsmgr Document" IDS_LICENSES "Licenses" IDS_PRODUCTS "Products" IDS_PURCHASED "Purchased" IDS_QUANTITY "Quantity" IDS_DATE "Date" IDS_ADMINISTRATOR "Administrator" IDS_DESCRIPTION "Description" IDS_LICENSES_PURCHASED "Licenses Purchased" IDS_USER_NAME "User Name" IDS_ENTERPRISE "Enterprise" END STRINGTABLE PRELOAD DISCARDABLE BEGIN IDS_DATE_MENUOPT "&Date" IDS_PRODUCT_MENUOPT "&Product" IDS_QUANTITY_MENUOPT "&Quantity" IDS_ADMINISTRATOR_MENUOPT "&Administrator" IDS_COMMENT_MENUOPT "&Comment" IDS_PER_SEAT_PURCHASED_MENUOPT "Per Device or Per U&ser Purchased" IDS_PER_SEAT_CONSUMED_MENUOPT "Per Device or Per User &Allocated" IDS_PER_SERVER_PURCHASED_MENUOPT "Per Ser&ver Purchased" IDS_PER_SERVER_REACHED_MENUOPT "Per Server &Reached" IDS_USER_NAME_MENUOPT "User &Name" IDS_LICENSED_USAGE_MENUOPT "&Licensed Usage" IDS_UNLICENSED_USAGE_MENUOPT "&Unlicensed Usage" IDS_PRODUCTS_MENUOPT "&Products" END STRINGTABLE PRELOAD DISCARDABLE BEGIN AFX_IDS_APP_TITLE "Licensing" AFX_IDS_IDLEMESSAGE "For Help, press F1" AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help" END STRINGTABLE DISCARDABLE BEGIN ID_INDICATOR_EXT "EXT" ID_INDICATOR_CAPS "CAP" ID_INDICATOR_NUM "NUM" ID_INDICATOR_SCRL "SCRL" ID_INDICATOR_OVR "OVR" ID_INDICATOR_REC "REC" END STRINGTABLE DISCARDABLE BEGIN ID_FILE_NEW "Create a new document\nNew" ID_FILE_OPEN "Open an existing document\nOpen" ID_FILE_CLOSE "Close the active document\nClose" ID_FILE_SAVE "Save the active document\nSave" ID_FILE_SAVE_AS "Save the active document with a new name\nSave As" ID_FILE_PAGE_SETUP "Change the printing options\nPage Setup" ID_FILE_PRINT_SETUP "Change the printer and printing options\nPrint Setup" ID_FILE_PRINT "Print the active view\nPrint" ID_FILE_PRINT_PREVIEW "Display full pages\nPrint Preview" END STRINGTABLE DISCARDABLE BEGIN ID_APP_ABOUT "Display program information, version number and copyright\nAbout" ID_APP_EXIT "Quit the application\nExit" ID_CONTEXT_HELP "Display help for clicked on buttons, menus and windows\nHelp" ID_HELP "Display help for current task or command\nHelp" END STRINGTABLE DISCARDABLE BEGIN ID_FILE_MRU_FILE1 "Select this domain" ID_FILE_MRU_FILE2 "Select this domain" ID_FILE_MRU_FILE3 "Select this domain" ID_FILE_MRU_FILE4 "Select this domain" ID_FILE_MRU_FILE5 "Select this domain" ID_FILE_MRU_FILE6 "Select this domain" ID_FILE_MRU_FILE7 "Select this domain" ID_FILE_MRU_FILE8 "Select this domain" ID_FILE_MRU_FILE9 "Select this domain" ID_FILE_MRU_FILE10 "Select this domain" ID_FILE_MRU_FILE11 "Select this domain" ID_FILE_MRU_FILE12 "Select this domain" ID_FILE_MRU_FILE13 "Select this domain" ID_FILE_MRU_FILE14 "Select this domain" ID_FILE_MRU_FILE15 "Select this domain" ID_FILE_MRU_FILE16 "Select this domain" END STRINGTABLE DISCARDABLE BEGIN ID_NEXT_PANE "Switch to the next window pane\nNext Pane" ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane" END STRINGTABLE DISCARDABLE BEGIN ID_WINDOW_SPLIT "Split the active window into panes\nSplit" END STRINGTABLE DISCARDABLE BEGIN ID_EDIT_CLEAR "Erase the selection\nErase" ID_EDIT_CLEAR_ALL "Erase everything\nErase All" ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy" ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut" ID_EDIT_FIND "Find the specified text\nFind" ID_EDIT_PASTE "Insert Clipboard contents\nPaste" ID_EDIT_REPEAT "Repeat the last action\nRepeat" ID_EDIT_REPLACE "Replace specific text with different text\nReplace" ID_EDIT_SELECT_ALL "Select the entire document\nSelect All" ID_EDIT_UNDO "Undo the last action\nUndo" ID_EDIT_REDO "Redo the previously undone action\nRedo" END STRINGTABLE DISCARDABLE BEGIN ID_VIEW_TOOLBAR "Show or hide the toolbar\nToggle ToolBar" ID_VIEW_STATUS_BAR "Show or hide the status bar\nToggle StatusBar" END STRINGTABLE DISCARDABLE BEGIN AFX_IDS_SCSIZE "Change the window size" AFX_IDS_SCMOVE "Change the window position" AFX_IDS_SCMINIMIZE "Reduce the window to an icon" AFX_IDS_SCMAXIMIZE "Enlarge the window to full size" AFX_IDS_SCNEXTWINDOW "Switch to the next document window" AFX_IDS_SCPREVWINDOW "Switch to the previous document window" AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents" END STRINGTABLE DISCARDABLE BEGIN AFX_IDS_SCRESTORE "Restore the window to normal size" AFX_IDS_SCTASKLIST "Activate Task List" END STRINGTABLE DISCARDABLE BEGIN AFX_IDS_PREVIEW_CLOSE "Close print preview mode\nCancel Preview" END STRINGTABLE DISCARDABLE BEGIN ID_NEW_LICENSE "Register the purchase of a new Client Access License\nNew License" ID_NEW_MAPPING "Associate a group of users with a number of computers\nNew License Group" ID_SELECT_DOMAIN "Select domain to administer\nSelect Domain" ID_VIEW_PRODUCTS "View the licenses of individual server products\nView Products" ID_VIEW_LICENSES "View the client access licenses purchased\nView Licenses" ID_VIEW_USERS "View the users registered as having accessed products\nView Users" ID_VIEW_MAPPINGS "View the associations between users and computers\nView License Groups" ID_VIEW_SERVERS "View the servers in the domain\nView Servers" ID_SELECT_FONT "Select the font used in active view\nSelect Font" ID_SAVE_SETTINGS "Save the settings upon shutting down application" END STRINGTABLE DISCARDABLE BEGIN ID_HELP_HTMLHELP "Search for a topic in Licensing Help\nHelp Search" ID_VIEW_ICONS "Change the format of current view to use large icons\nLarge Icon View" ID_VIEW_SMALL_ICONS "Change the format of current view to use small icons\nSmall Icon View" MY_ID_VIEW_LIST "Change the format of current view to be a list\nList View" ID_VIEW_REPORT "Change the format of current view to be a report\nReport View" END STRINGTABLE DISCARDABLE BEGIN ID_SORT_COLUMN0 "Sort this column" ID_SORT_COLUMN1 "Sort this column" ID_SORT_COLUMN2 "Sort this column" ID_SORT_COLUMN3 "Sort this column" ID_SORT_COLUMN4 "Sort this column" ID_SORT_COLUMN5 "Sort this column" END STRINGTABLE DISCARDABLE BEGIN IDS_PROPERTIES_OF "Properties of %1" IDS_PRODUCT "Product" IDS_COMMENT "Comment" END STRINGTABLE DISCARDABLE BEGIN ID_VIEW_DELETE "Delete the selected item\nDelete" ID_VIEW_PROPERTIES "View the properties of the selected item\nView Properties" ID_SORT_COLUMN "Sort the items in this column\nSort Column" ID_VIEW_REFRESH "Refresh the current view\nRefresh" ID_MRU_DOMAIN0 "Select this domain" ID_MRU_DOMAIN1 "Select this domain" END STRINGTABLE DISCARDABLE BEGIN IDS_PURCHASE_HISTORY "Purchase History" IDS_PER_SEAT_CLIENTS "Clients" IDS_SERVER_BROWSER "Server Browser" IDS_USER "User" IDS_PER_SEAT_PURCHASED "Per Device or Per User Purchased" IDS_PER_SERVER_PURCHASED "Per Server Purchased" IDS_LICENSED_USAGE "Licensed Usage" IDS_UNLICENSED_USAGE "Unlicensed Usage" IDS_PRODUCTS_VIEW "Products View" IDS_GROUP_NAME "Group Name" IDS_USAGE_COUNT "Number of Accesses" IDS_LAST_DATE_USED "Last Date Used" IDS_SERVER_NAME "Server Name" END STRINGTABLE DISCARDABLE BEGIN IDP_ERROR_INVALID_DOMAIN "Invalid domain name specified." IDP_ERROR_NO_PRIVILEGES "To open Licensing, you must be an administrator of the domain on which license information is stored for your network. If you are the server's administrator, use the Licensing option in Control Panel to manage licensing on this server." IDS_PER_SEAT_LICENSING_1 "If you have not purchased a Client Access License for every device or user that will access %1, you must purchase them prior to using %1." IDS_LICENSING_MODE_1 "Per Device or Per User - Each device or user that accesses %1 requires a separate CLIENT ACCESS LICENSE." IDS_LICENSING_MODE_2 "%1 supports two licensing modes:" IDP_ERROR_UNSUCCESSFUL "The operation failed to complete successfully. " IDP_CONFIRM_DELETE_LICENSE "Are you sure that you want to delete %1 licenses for %2?" IDP_CONFIRM_REVOKE_LICENSE "Are you sure that you want to revoke %1's license for %2?" IDS_DEFAULT_DOMAIN "" IDP_ERROR_INVALID_MAPPING "A license group must contain a valid name and set of users." IDS_PER_SERVER_LICENSING_1 "If you have not purchased %1 Client Access Licenses, you must purchase the required licenses prior to using %2 on this computer." IDS_UNLISTED_PRODUCT "" IDS_PER_SEAT_CONSUMED "Per Device or Per User Allocated" END STRINGTABLE DISCARDABLE BEGIN IDS_PER_SERVER_REACHED "Per Server Reached" IDS_REACHED "Reached" IDS_NOT_APPLICABLE "n/a" IDP_ERROR_NO_LICENSES "The specified number of Client Access Licenses for this product no longer exist." IDP_CONFIRM_USE_ENTERPRISE "You have elected for %1 to replicate to an Enterprise Server. This may result in the loss of current Per Device or Per User licenses. Press F1 for further help.\n\nAre you sure you wish to make this change?" IDP_CONFIRM_NOT_USE_ENTERPRISE "You have elected for %1 to stop replicating to an Enterprise Server. This may result in the loss of current Per Device or Per User licenses. Press F1 for further help.\n\nAre you sure you wish to make this change?" IDP_CONFIRM_ENTERPRISE_CHANGE "You have elected to change the Enterprise Server for %1. This may result in the loss of current Per Device or Per User licenses. Press F1 for further help.\n\nAre you sure you wish to make this change?" IDP_CONFIRM_TO_PER_SERVER "Changing the license mode to Per Server may require that you add or transfer licenses to this server. Press F1 for further help.\n\nAre you sure you wish to make this change?" IDP_CONFIRM_TO_PER_SEAT "Changing the license mode to Per Device or Per User will result in current Per Server license loss. Press F1 for further help.\n\nAre you sure you wish to make this change?" END STRINGTABLE DISCARDABLE BEGIN ID_MRU_DOMAIN2 "Select this domain" ID_MRU_DOMAIN3 "Select this domain" ID_MRU_DOMAIN4 "Select this domain" ID_MRU_DOMAIN5 "Select this domain" ID_MRU_DOMAIN6 "Select this domain" ID_MRU_DOMAIN7 "Select this domain" ID_MRU_DOMAIN8 "Select this domain" ID_MRU_DOMAIN9 "Select this domain" ID_MRU_DOMAIN10 "Select this domain" ID_MRU_DOMAIN11 "Select this domain" ID_MRU_DOMAIN12 "Select this domain" ID_MRU_DOMAIN13 "Select this domain" ID_MRU_DOMAIN14 "Select this domain" ID_MRU_DOMAIN15 "Select this domain" END STRINGTABLE DISCARDABLE BEGIN IDP_SBS_RESTRICTED "To add more licenses, use the Add License Wizard in Windows Server 2003 for Small Business Server." END #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #include "res\llsmgr.rc2" // non-Microsoft Visual C++ edited resources #define _AFX_NO_SPLITTER_RESOURCES #define _AFX_NO_OLE_RESOURCES #define _AFX_NO_TRACKER_RESOURCES #include "afxres.rc" // Standard components #include "afxprint.rc" // printing/print preview resources ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED