|
|
//Microsoft Developer Studio generated resource script. // #include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #define APSTUDIO_HIDDEN_SYMBOLS #include "windows.h" #undef APSTUDIO_HIDDEN_SYMBOLS
///////////////////////////////////////////////////////////////////////////// #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
///////////////////////////////////////////////////////////////////////////// // // Icon //
// Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. PORTS_ICON ICON PRELOAD DISCARDABLE "ports.ico"
///////////////////////////////////////////////////////////////////////////// // // Dialog //
DLG_PP_PORTSETTINGS DIALOG DISCARDABLE 0, 0, 257, 215 STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Settings" FONT 8, "MS Shell Dlg" BEGIN COMBOBOX PP_START_COM,112,146,69,70,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP LTEXT "Start &COM",IDC_START_COM,63,148,34,8 LTEXT "Number Of Ports:",IDC_NUM_PORTS,63,44,55,8 LTEXT "",PP_NUM_PORTS,127,44,13,8,NOT WS_GROUP GROUPBOX "Settings",IDC_STATIC_SETTINGS,36,127,181,44 PUSHBUTTON "Restore Defaults",IDC_RESTORE_DEFAULTS,153,177,64,14 LTEXT "Bus Type:",IDC_BUS_TYPE,63,72,33,8 GROUPBOX "Board Details",IDC_STATIC_BOARD_DETAILS,35,20,181,85 LTEXT "",PP_BUS_TYPE,127,72,25,8,NOT WS_GROUP LTEXT "",IDC_MODEL,63,58,31,8 LTEXT "",PP_MODEL,127,58,60,8,NOT WS_GROUP LTEXT "",IDC_CONFIGURATION,63,86,47,8 LTEXT "",PP_CONFIGURATION,127,86,42,8,NOT WS_GROUP END
#ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE //
1 TEXTINCLUDE DISCARDABLE BEGIN "resource.h\0" END
2 TEXTINCLUDE DISCARDABLE BEGIN "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" "#include ""windows.h""\r\n" "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" "\0" END
3 TEXTINCLUDE DISCARDABLE BEGIN "#ifdef PORT_INC_VERINFO\r\n" "#include ""cyycoins.rc2""\r\n" "#endif // PORT_INC_VERINFO\r\n" "\0" END
#endif // APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN INITS "Insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory." END
STRINGTABLE DISCARDABLE BEGIN IDS_IN_USE " (in use)" END
STRINGTABLE DISCARDABLE BEGIN IDS_FRIENDLY_FORMAT "%s (%s)" END
STRINGTABLE DISCARDABLE BEGIN IDS_CYCLOMY "Cyclom-Y Settings" IDS_NUM_PORTS_DISABLED "Number of Ports will not be displayed due to the following error:\r\r%s" IDS_START_COM_DISABLED "Start COM will be disabled due to the following error:\r\r%s" IDS_COM_TOO_BIG_WRN "Start COM will be disabled.\r\rOne of the Cyclom-Y ports is above COM2048." IDS_MEM_ALLOC_WRN "Start COM will be disabled due to insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory." IDS_COM_TOO_BIG_ERR "Start COM will not be changed.\r\rOne of the Cyclom-Y ports is above COM2048." IDS_MEM_ALLOC_ERR "Start COM will not be changed due to insufficient memory for this operation;\r\rclose one or more Windows applications to increase available memory." IDS_INVALID_HCOMDB "Start COM will not be changed due to failure to open name database. " IDS_START_COM_NOT_CHANGED "Start COM will not be changed due to the following error:\r\r%s" IDS_PORT_OPEN_ERROR "Start COM will not be changed. %s has been opened by another application." IDS_PORT_IN_USE_ERROR "This COM name is being used by another device (such as another com port or modem)." IDS_PORT_RENAME_ERROR "There was an error renaming COM%d port." END
#endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // #ifdef PORT_INC_VERINFO #include "cyycoins.rc2" #endif // PORT_INC_VERINFO
///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED
|