287 lines
8.5 KiB
Plaintext
287 lines
8.5 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 //_WIN32\r\n"
|
||
|
"#include ""res\\DhcpExim.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
|
||
|
"#include ""afxres.rc"" // Standard components\r\n"
|
||
|
"#endif\r\n"
|
||
|
"\0"
|
||
|
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\\DhcpExim.ico"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Dialog
|
||
|
//
|
||
|
|
||
|
IDD_DHCPEXIM_DIALOG DIALOGEX 0, 0, 248, 163
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
EXSTYLE WS_EX_APPWINDOW
|
||
|
CAPTION "DhcpExim"
|
||
|
FONT 12, "MS Shell Dlg", 0, 0, 0x1
|
||
|
BEGIN
|
||
|
CTEXT "Welcome to DHCP Export Import tool. ",IDC_STATIC,6,18,
|
||
|
235,19
|
||
|
CONTROL "&Export configuration of the local service to a file.",
|
||
|
IDC_RADIO_EXPORT,"Button",BS_AUTORADIOBUTTON |
|
||
|
WS_TABSTOP,24,39,189,22
|
||
|
CONTROL "&Import configuration to the local service from a file.",
|
||
|
IDC_RADIO_IMPORT,"Button",BS_AUTORADIOBUTTON |
|
||
|
WS_TABSTOP,24,79,192,23
|
||
|
PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
|
||
|
PUSHBUTTON "&Ok",IDOK,39,133,68,12
|
||
|
LTEXT "Choose this option if you want to save the configuration (for some or all of the scopes on the local service) to a file.",
|
||
|
IDC_STATIC,34,59,182,20
|
||
|
LTEXT "Choose this option if you want to import the configuration (for some or all of the scopes exported previously) from a file.",
|
||
|
IDC_STATIC,34,102,182,22
|
||
|
END
|
||
|
|
||
|
IDD_EXIM_LISTVIEW_DIALOG DIALOGEX 0, 0, 248, 163
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
EXSTYLE WS_EX_APPWINDOW
|
||
|
CAPTION "DhcpExim Export"
|
||
|
FONT 12, "MS Shell Dlg", 0, 0, 0x1
|
||
|
BEGIN
|
||
|
LTEXT "&Select the files to import from filename.",
|
||
|
IDC_STATIC_ACTION,25,10,201,21
|
||
|
CONTROL "List1",IDC_LIST1,"SysListView32",LVS_LIST |
|
||
|
LVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,25,32,201,85
|
||
|
PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
|
||
|
PUSHBUTTON "&Export",IDOK,39,133,68,12
|
||
|
CONTROL "&Disable the selected scopes on local machine before export.",
|
||
|
IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,25,120,
|
||
|
201,12
|
||
|
END
|
||
|
|
||
|
IDD_EXIM_LISTVIEW_DIALOG2 DIALOGEX 0, 0, 248, 163
|
||
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
||
|
EXSTYLE WS_EX_APPWINDOW
|
||
|
CAPTION "DhcpExim Import"
|
||
|
FONT 12, "MS Shell Dlg", 0, 0, 0x1
|
||
|
BEGIN
|
||
|
LTEXT "&Select the files to import from filename.",
|
||
|
IDC_STATIC_ACTION,25,10,201,21
|
||
|
CONTROL "List1",IDC_LIST1,"SysListView32",LVS_LIST | WS_BORDER |
|
||
|
WS_TABSTOP,25,32,201,93
|
||
|
PUSHBUTTON "&Cancel",IDCANCEL,135,133,68,12
|
||
|
PUSHBUTTON "&Import",IDOK,39,133,68,12
|
||
|
END
|
||
|
|
||
|
|
||
|
#ifndef _MAC
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Version
|
||
|
//
|
||
|
|
||
|
VS_VERSION_INFO VERSIONINFO
|
||
|
FILEVERSION 1,0,0,1
|
||
|
PRODUCTVERSION 1,0,0,1
|
||
|
FILEFLAGSMASK 0x3fL
|
||
|
#ifdef _DEBUG
|
||
|
FILEFLAGS 0x1L
|
||
|
#else
|
||
|
FILEFLAGS 0x0L
|
||
|
#endif
|
||
|
FILEOS 0x4L
|
||
|
FILETYPE 0x1L
|
||
|
FILESUBTYPE 0x0L
|
||
|
BEGIN
|
||
|
BLOCK "StringFileInfo"
|
||
|
BEGIN
|
||
|
BLOCK "040904B0"
|
||
|
BEGIN
|
||
|
VALUE "CompanyName", "\0"
|
||
|
VALUE "FileDescription", "DhcpExim MFC Application\0"
|
||
|
VALUE "FileVersion", "1, 0, 0, 1\0"
|
||
|
VALUE "InternalName", "DhcpExim\0"
|
||
|
VALUE "LegalCopyright", "Copyright (C) 2000\0"
|
||
|
VALUE "LegalTrademarks", "\0"
|
||
|
VALUE "OriginalFilename", "DhcpExim.EXE\0"
|
||
|
VALUE "ProductName", "DhcpExim Application\0"
|
||
|
VALUE "ProductVersion", "1, 0, 0, 1\0"
|
||
|
END
|
||
|
END
|
||
|
BLOCK "VarFileInfo"
|
||
|
BEGIN
|
||
|
VALUE "Translation", 0x409, 1200
|
||
|
END
|
||
|
END
|
||
|
|
||
|
#endif // !_MAC
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// DESIGNINFO
|
||
|
//
|
||
|
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
GUIDELINES DESIGNINFO DISCARDABLE
|
||
|
BEGIN
|
||
|
IDD_DHCPEXIM_DIALOG, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 6
|
||
|
RIGHTMARGIN, 241
|
||
|
VERTGUIDE, 34
|
||
|
VERTGUIDE, 44
|
||
|
VERTGUIDE, 116
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 226
|
||
|
TOPMARGIN, 10
|
||
|
BOTTOMMARGIN, 150
|
||
|
HORZGUIDE, 145
|
||
|
END
|
||
|
|
||
|
IDD_EXIM_LISTVIEW_DIALOG, DIALOG
|
||
|
BEGIN
|
||
|
LEFTMARGIN, 6
|
||
|
RIGHTMARGIN, 241
|
||
|
VERTGUIDE, 25
|
||
|
VERTGUIDE, 44
|
||
|
VERTGUIDE, 116
|
||
|
VERTGUIDE, 145
|
||
|
VERTGUIDE, 226
|
||
|
TOPMARGIN, 10
|
||
|
BOTTOMMARGIN, 150
|
||
|
HORZGUIDE, 145
|
||
|
END
|
||
|
END
|
||
|
#endif // APSTUDIO_INVOKED
|
||
|
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// String Table
|
||
|
//
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_EXPORT_TO_FILE "DHCPEXIM Export To File"
|
||
|
IDS_IMPORT_FROM_FILE "DHCPEXIM Import From File"
|
||
|
IDS_ERROR_INITIALIZATION
|
||
|
"Error initializing and reading the service configuration: %1!s!"
|
||
|
IDS_ERROR_CLEANUP "An error occured: %1!s! "
|
||
|
IDS_ERROR_CLASS_CONFLICT "\
|
||
|
\nError while importing class ""%1!s!.""\
|
||
|
\nThis class conflicts with the existing class ""%2!s!."" "
|
||
|
|
||
|
IDS_ERROR_OPTDEF_CONFLICT "\
|
||
|
\nError while importing option definition ""%1!s!.""\
|
||
|
\nThis option conflicts with the existing option ""%2!s!."" "
|
||
|
|
||
|
IDS_ERROR_OPTION_CONFLICT "\
|
||
|
\nError while importing option ""%1!s!.""\
|
||
|
\nThis option conflicts with the existing option ""%2!s!"" "
|
||
|
|
||
|
IDS_ERROR_SUBNET_OPTION_CONFLICT "\
|
||
|
\nError while importing option ""%1!s!"" for subnet ""%5!s!""\
|
||
|
\nThis option conflicts with the existing option ""%2!s!"" "
|
||
|
|
||
|
IDS_ERROR_RES_OPTION_CONFLICT "\
|
||
|
\nError while importing option ""%1!s!"" for reservation ""%6!s!""\
|
||
|
\nThis option conflicts with the existing option ""%2!s!"" "
|
||
|
|
||
|
IDS_ERROR_SUBNET_NOT_FOUND "\
|
||
|
\nError: the subnet ""%1!s!"" does not exist on this server.\n"
|
||
|
|
||
|
IDS_ERROR_SUBNET_CONFLICT "\
|
||
|
\nError while importing subnet %1!s! ""%2!s!.""\
|
||
|
\nThis subnet already exists on the local server."
|
||
|
|
||
|
IDS_ERROR_DBENTRY_FAILED "\
|
||
|
\nAn error occurred while processing the database entry\
|
||
|
\nfor client %1!s! (with hardware address ""%2!s!""): %3!s!.\
|
||
|
\n\nDo you wish to abort the import procedure?\n"
|
||
|
|
||
|
IDS_SUCCEEDED "The operation completed successfully."
|
||
|
|
||
|
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 //_WIN32
|
||
|
#include "res\DhcpExim.rc2" // non-Microsoft Visual C++ edited resources
|
||
|
#include "afxres.rc" // Standard components
|
||
|
#endif
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
#endif // not APSTUDIO_INVOKED
|
||
|
|