Annotation of ntddk/src/mmedia/sndblst/dll/sndblst.rc, revision 1.1.1.1

1.1       root        1: /****************************************************************************
                      2:  *
                      3:  *   sndblst.rc
                      4:  *
                      5:  *   Copyright (c) 1991 Microsoft Corporation.  All Rights Reserved.
                      6:  *
                      7:  ***************************************************************************/
                      8: 
                      9: #include <windows.h>
                     10: #include "sndblst.h"
                     11: #include "sndblst.rcv"
                     12: 
                     13: DLG_CONFIG DIALOG 69, 35, 142, 122
                     14: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
                     15: STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
                     16: CAPTION "Sound Blaster Setup"
                     17: FONT 8, "MS Sans Serif"
                     18: BEGIN
                     19:     DEFPUSHBUTTON   "OK", IDOK, 14, 104, 45, 12, WS_GROUP
                     20:     PUSHBUTTON      "Cancel", IDCANCEL, 83, 104, 45, 12
                     21:     GROUPBOX        "Port", IDC_PORTGRP, 14, 7, 45, 88, WS_GROUP
                     22:     RADIOBUTTON     "210", IDC_210, 18, 19, 28, 12, WS_TABSTOP
                     23:     RADIOBUTTON     "220", IDC_220, 18, 31, 28, 12, WS_TABSTOP
                     24:     RADIOBUTTON     "230", IDC_230, 18, 43, 28, 12, WS_TABSTOP
                     25:     RADIOBUTTON     "240", IDC_240, 18, 55, 28, 12, WS_TABSTOP
                     26:     RADIOBUTTON     "250", IDC_250, 18, 67, 28, 12, WS_TABSTOP
                     27:     RADIOBUTTON     "260", IDC_260, 18, 79, 28, 12, WS_TABSTOP
                     28:     GROUPBOX        "Interrupt", IDC_INTGRP, 83, 7, 45, 88, WS_GROUP
                     29:     RADIOBUTTON     "2", IDC_2, 87, 20, 28, 12, WS_TABSTOP
                     30:     RADIOBUTTON     "3", IDC_3, 87, 31, 28, 12, WS_TABSTOP
                     31:     RADIOBUTTON     "5", IDC_5, 87, 43, 28, 12, WS_TABSTOP
                     32:     RADIOBUTTON     "7", IDC_7, 87, 55, 28, 12, WS_TABSTOP
                     33:     RADIOBUTTON     "10", IDC_10, 87, 67, 28, 12, WS_TABSTOP
                     34: END
                     35: 
                     36: //
                     37: // Localizable strings - these are read into aszErrorBuffer (defined in
                     38: // initc.c and currently 250 bytes long).  Keep this buffer the length of
                     39: // the longest error message plus about 30% for localization.
                     40: //
                     41: STRINGTABLE MOVEABLE DISCARDABLE
                     42: BEGIN
                     43: 
                     44: //
                     45: //  The error messages below are display in a HARD SYSTEM MODAL dlg box.
                     46: //  This requires that absolute line feeds be placed in the string for
                     47: //  proper formatting, and also imposes a three line maximum.
                     48: //
                     49: IDS_ERRBADVERSION "You have an old Sound Blaster version 1.0 on your system.\nYou should upgrade you card to version 1.5 for better results."
                     50: IDS_ERRBADCONFIG  "A configuration or hardware problem has occurred.\nCheck your hardware and system settings and try again."
                     51: IDS_ERRTWODRIVERS "You have two Sound Blaster drivers loaded in memory. Use the\nDrivers option in the Control Panel to remove one driver if you haven't already,\nand then restart your system for the changes to take effect."
                     52: IDS_ERRMCANOTSUPPORTED "The Sound Blaster 1.5 driver is not compatible\nwith your Micro Channel Architecture (MCA) Sound Blaster.\nYou should contact Creative Labs for a driver specific to your card."
                     53: 
                     54: //
                     55: //  The error messages below are displayed in a normal modal dlg box.
                     56: //  Absolute line feeds are not required...
                     57: //
                     58: IDS_ERRBADPORT    "The sound card cannot be found with this port number.  Check your hardware settings, and try again."
                     59: IDS_ERRBADINT     "The sound card does not respond using this interrupt number.  Check your hardware settings, and try again."
                     60: IDS_ERRINTINUSE   "The interrupt chosen is in use by another part of the system.  Change your card to use a different interrupt and try again."
                     61: IDS_WARNPROCARD   "The Sound Blaster 1.X driver is installed for use with your Sound Blaster Pro Card. For your card to work correctly with Windows, you should contact Creative Labs for a driver specific to your card."
                     62: IDS_WARNTHUNDER   "The Sound Blaster 1.X driver is installed for use with your Thunder Card. For your card to work correctly with Windows, you should contact Media Vision for a driver specific to your card."
                     63: IDS_WARNPROSPEC   "The Sound Blaster 1.X driver is installed for use with your Pro Spectrum. For your card to work correctly with Windows, you should contact Media Vision for a driver specific to your card."
                     64: IDS_FAILREMOVE    "The Sound Blaster 1.X driver cannot be removed because of a registry access problem."
                     65: IDS_INSUFFICIENT_PRIVILEGE "You have insufficient privilege to install, remove or configure the Sound Blaster 1.X driver"
                     66: 
                     67: END
                     68: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.