mirror of https://github.com/lianthony/NT4.0
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.
150 lines
4.2 KiB
150 lines
4.2 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "afxres.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 ""afxres.h""\r\n"
|
|
"#include ""version.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""res\\hpalerts.rc2"" // non-App Studio edited resources\r\n"
|
|
"\r\n"
|
|
"#include ""afxres.rc"" // Standard components\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_SUMMARY DIALOGEX 0, 0, 213, 146
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
|
WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Summary for "
|
|
FONT 8, "MS Sans Serif"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Close",IDOK,154,10,50,14
|
|
PUSHBUTTON "Help",IDC_HELP,154,31,50,14
|
|
ICON "",IDC_STOPLIGHT,15,67,18,20
|
|
LTEXT "Control Panel",IDC_FPTITLE,14,95,45,8
|
|
GROUPBOX "Model",IDC_MODELBOX,6,6,138,38,WS_GROUP
|
|
ICON IDI_GREEN,IDC_MODEL,11,19,18,20
|
|
LTEXT "",IDC_MODELSTR,35,23,103,18
|
|
GROUPBOX "Status",IDC_STATUS_BOX,6,50,138,88
|
|
LTEXT "Front Panel",IDC_FRONTPANEL,14,104,121,24,SS_SUNKEN
|
|
LTEXT "Status here",IDC_STATUSMSG,38,64,95,24,SS_SUNKEN
|
|
END
|
|
|
|
IDD_ALERT DIALOGEX 0, 0, 201, 72
|
|
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
|
|
WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Alert!"
|
|
FONT 8, "MS Sans Serif"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Close",IDOK,36,50,50,14
|
|
PUSHBUTTON "Help",IDC_HELP,114,50,50,14
|
|
ICON IDI_PRINTER,IDD_ALERT_ICON,10,10,18,20
|
|
LTEXT "",IDD_ALERT_STRING,38,15,156,10
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_GREEN ICON DISCARDABLE "..\\ico\\PGREEN.ICO"
|
|
IDI_RED ICON DISCARDABLE "..\\ico\\PRED.ICO"
|
|
IDI_YELLOW ICON DISCARDABLE "..\\ico\\PYELLOW.ICO"
|
|
IDI_PRINTER ICON DISCARDABLE "..\\ico\\PRINTER.ICO"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Menu
|
|
//
|
|
|
|
IDM_CONTEXT_PRINTER MENU DISCARDABLE
|
|
BEGIN
|
|
POPUP "&Printer "
|
|
BEGIN
|
|
MENUITEM "&Jobs...", ID_PRINTER_JOBS
|
|
MENUITEM "&Properties...", ID_PRINTER_SETTINGS
|
|
MENUITEM "&Summary...", ID_PRINTER_SUMMARY
|
|
MENUITEM "What's &Wrong...", ID_PRINTER_WHATS_WRONG
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_TRAY_ERROR_CAPTION "Printer Error"
|
|
IDS_TRAY_COMM_ERROR "Printer communication error. The printer is not responding or has been turned off."
|
|
IDS_NO_JOB_INFORMATION "Job information is not available for this printer."
|
|
IDS_NO_PROPERTIES "Properties are not available for this printer."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
#include "res\hpalerts.rc2" // non-App Studio edited resources
|
|
|
|
#include "afxres.rc" // Standard components
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|