config.txt Driver File Contents (pca_soundcards.zip)

:VERSION:VER_1.0A

 PCA761AW CONFIG - Configuration and Text File

 Copyright 1996 Philips Business Electronic

 The first line must be the VERSION token. If the version does not agree with
 the expected value, the program will not run!

 This file contains the configuration definitions and the text used by the
 PCA761AW Install Utility for all displayed data. This includes placement
 information on the windows.

 The format of this file is very sensitive, be very careful when modifying
 any part of it! It is strongly recommended that a backup of the original
 file be made prior to any modifications being made.

 Blank lines may be and are used freely.

 All of the symbols are shown in upper case and must be left in upper case.
 This file works in close concert with the parser in PCA761AW Install.

 If the first column of a line is blank, it is a comment line.
 A comment may be placed at the end of any line by preceeding it with a "/"

 If the first column of a line is a colon, the line defines a configuration
 token and value(s). The first token in a configuration line assumes the value
 of the following token(s).

:LANGUAGE:ENGLISH  / Here LANGUAGE is defined as ENGLISH

 The language token is used to select which text string is to be used
 from the set of possible text strings. Some strings have no language
 defined. These strings apply to all languages.
 Currently four languages (English, Spanish, Portugese, German) are
 included in this file, more languages may be added by
 simple extention of the existing pattern and translation of the text.
 Conversely, all reference may be removed to language, and a single
 language version of the program distributed. PCA761AW Installis not
 sensitive to the name of the languages or countries you choose,
 nor to the number of
 languages and countries supported. It is sensitive only to the exact token
 entered, as this is used for matching against the occurence of that token
 later in the file. The only limit on your token is that it must be less
 than 40 characters.

 Dynamic Language selection is accomplished through a Language menu:

  :LANGUAGE:ENGLISH:SPANISH:FRENCH:

 The list of languages is displayed with numbers and Language text. The user
 is prompted for the number of the language desired.

 :COUNTRY:UNITED_STATES

 The country code may be used to select variations within a language:
 spelling, usage, vocabulary, or ...

 e.g., Peso    for Mexico      vs.
       Bolivar for Venezula    vs.
       Colon   for El Salvador vs.
       Colon   for Panama
 or    gas     for US
       petrol  for GB

 or variations for a given customer as Mexico vs. Mexico_National_Lotery
 where a major customer wants hot keys to vary from the standard
 definations. Country variants only work within a range of a language. If
 the language is Spanish and the country is ENGLAND, SPANISH is parsed for
 first and the variant for ENGLAND (in ENGLISH) would have no effect.
 Currently there are no country variants. These may be added freely.

 All configuration tokens must be present before the first control item.
 That means here!

 If the first column is a number sign, "#", the line is a control line.
 The controls that are recognized by the parser in the program are:

 #NAME         name_of_string       defines text name as used in program
 #LANGUAGE     language_option      defines which language of text that follows
 #COUNTRY      country_option       defines the country variant that follows
 #END_OF_FILE

 PCA761AW Install reads this file and assigns the strings assuming the
 order of the strings is the same as it is in the CONFIG.str file, which
 was created from this file by running PARSE. The name_of_string is ignored
 by PCA761AW Install during its parsing and only the order of the #NAME's is
 used to assign the text strings. #LANGUAGE and #COUNTRY, if included in the
 range of the #NAME, are used to determine which variant of the text or hex
 string is to be assigned.

 If the first column is a double quote ("), the line contains text. Text may
 include new lines "\n" and hex values "\xAB" (upper and lower case supported).
 If the first column is a single quote ('), the line contains hex. This is
 usually a bitmap. Bitmaps are in a Huffman compressed mode.

 For text and buttons the location and text are in different strings. The
 location: left, top, width, and sometimes height are in the string
 with same name as the text, except it has "_LOC" as a suffix. This proves
 most useful for multi-language support, where the location of text must vary
 with the language and the text length. The locations are given in mini-cell
 coordinates.

 The program will convert these value to text values if needed.
 The text and location of all buttons are separated into two strings. Many
 buttons are in multiple windows, and it becomes easier to remember which
 is which, if all buttons behave in the same manner. This way, all text for a
 button occurs only once and is reused.
 To this end the following conventions are adopted:
 Buttons all have BUTTON as part of their name. The location strings have the
 same name preceeded by the window's name and "_LOC" appended. Hence, the
 location of the EXIT_BUTTON in the main window becomes MAIN_EXIT_BUTTON_LOC

 Everything that can be placed, has as the first two character of the _LOC
 string, the color associated with the item. The following is the list of
 those color codes and their meanings.

 bl  BBlue,        // Baby-Blue Background
 bG  BBlueGroup    // Baby-Blue Group
 Bl  Blue,         // Blue lettering
 Gy  Gray,         // Gray background
 Gn  Green,
 GG  GreenGroup,
 Gp  Group,
 Nz  Normal,       // ZINC's default
 PB  PromptBlack,  // Prompt Black letters on light-gray background
 Pi  Pink,         // Pink background
 PG  PinkGroup,
 Rd  Red,          // Red lettering
 Ye  Yellow,       // Yellow lettering

 WARNING WARNING WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 Zinc uses two character mode coordinate schemes concurently!!!
 The first one is character based.
 The second is graphics based (mini-cell).
 All calls in this file are in mini-cell or graphics coordinates.
 This greatly affects the coordinates in the following texts!
 Text coordinates * 10 = Graphics Coordinates

 WARNING WARNING WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

#NAME CONFIGURATION_OPTIONS
"1"      0  Config.sys                    0-At top, 1-At bottom
"1"      1  IRQ 10 preference in Synth    0-no,     1-yes
"1"      2  MSCDEX Version/Date Sensitive 0-no,     1-yes
"1"      3  Voyettra Sensitive            0-no,     1-yes
"1"      4  BG Fill Color                 0-no,     1-yes
"1"      5  Title Color                   0-no,     1-yes
"0"      6  Auto Reboot                   0-no,     1-yes
"1"      7  Jam Resources                 0-no,     1-yes
"0"      8  CD support                    0-no,     1-yes
"0"      9  Combo Card                    0-no,     1-yes
"0"     10  Midi Interrupt                0-no,     1-yes

	// Names of all data files created or used by SETUP.
#NAME DefaultExeFile
"CONFIG.EXE"

#NAME DefaultFileNameCaps
"CONFIG"

#NAME DefaultFileName
"Config"

#NAME DefaultFileNameLong
"Configuration"

#NAME DefaultDataFile
"CONFIG.DAT"

#NAME DefaultConfigFile
"IW.CFG"

#NAME DefaultReadMeFile
"README.TXT"

#NAME DefaultLogFile
"C:\\CONFIG.LOG"

#NAME DefaultDetectFile
"C:\\DETECT.LOG"

#NAME DefaultBinFile
"A:\\CONFIG.BIN"

#NAME DefaultDirStr
"C:\\IWCONFIG.TMP"

	  // Name of common dos files
#NAME Autoexec_Bat
"C:\\AUTOEXEC.BAT"

#NAME L_IW_INI
"IW.INI"

#NAME Config_Sys
"C:\\CONFIG.SYS"

// Name of the default directory for the Windows software
#NAME DefaultWinDir
"C:\\WINDOWS"

// Default vendor specific information if configuration file not present
#NAME DefaultPnpVendorId
"ADV55FF"                             // PnpId=Plug & Play Vendor ID

#NAME DefaultCdBase
"168,1E8,170"

#NAME DefaultOemName
"PCA761AW"
  "Philips Business Electronics"    // OemName=OEM long name

#NAME DefaultOemNick
"PCA761AW"
  "Philips"                    // OemNick=OEM short name or abbreviation

#NAME DefaultCardName
"PCA761AW ISA Plug & Play" // CardName=product long name

#NAME DefaultCardNick
"PCA761AW"                  // CardNick=product short name

#NAME DefaultIwDir
"C:\\PCA761AW"          // IwDir=Default directory name

#NAME Autoexec_Iw
"AUTOEXEC.IW"

#NAME L_CONFIG_IW
"CONFIG.IW"

#NAME ERROR_LEFT_BUTTON_LOC
"NzA1_2,-25,180"

#NAME ERROR_RIGHT_BUTTON_LOC
"NzA2_2,-25,180"

#NAME ERROR_CENTER_BUTTON_LOC
"NzA1_1,-25,180"

#NAME ERROR_MOVE
"&Move"

#NAME ERROR_CLOSE
"&Close\tAlt+F4"

#NAME ERROR_TITLE
"Error"

#NAME ERROR_OK_MSG
"&OK"

#NAME ERROR_CANCEL_MSG
"C&ancel"

#NAME HELP_TITLE
"Help"

#NAME HELP_MESSAGE
"No Help Message Available at this Time."

#NAME NO_MO_MEMORY
"PCA761AW Configuration ran out of memory.\n"
"Exiting to DOS with error status !\n"

 -------------------------------------------  Exit Window & Common Definitions
#NAME EXIT_WINDOW_TEXT
"Warning!  Exit Window"
"\x00"
"You are leaving Installation and Configuration "
"for PCA761AW Audio Products.\n\n"
"Select Exit again to quit CONFIG.\n\n"
"Select Continue to return to CONFIG."

#NAME CONTINUE_BUTTON
"&Continue"

#NAME RETRY_BUTTON
"&Retry"

 -------------------------------- HELP CONTEXTS and MESSAGES -----------------
			  These are the special help messages for use
			  within the help system

#NAME HELP_MODEL
"No Help"            // index is the key to this entry, the context
"\x00"               // triple string, first is title, 2nd is the content
"No Help Message Available at this Time."  // 2nd is the content
"\x00"
"Single Line Help Message"  // 3rd id is single line help

 -----------------------------  Compressed Bitmaps and their expanded sizes --

#NAME LOGO_LEN
"55 72"

#BITMAP LOGO
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f00000000000f0f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f00000000000f0f0f0f00000000000f0f000f'
'0f000f0f0f0000000000000f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f0000000000000f0f0000000000000f0f000f'
'0f000f0f0f00000f0f00000f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f00000f0f00000f0f0000000f0f0f0f0f000f'
'0f000f0f0f00000f0f00000f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f00000f0f00000f0f00000000000f0f0f000f'
'0f000f0f0f00000f0f00000f0f000000000000000f0f00000f0f0f00000f0f0f0f00000f0f00000f0f00000f0f0f00000000000f0f000f'
'0f000f0f0f0000000000000f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f0000000000000f0f0f0f0f0f00000f0f000f'
'0f000f0f0f00000000000f0f0f00000f0f0f00000f0f00000f0f0f00000f0f0f0f00000f0f00000000000f0f0f0f0f0f0f00000f0f000f'
'0f000f0f0f00000f0f0f0f0f0f00000f0f0f00000f0f00000f0f0f000000000f0f00000f0f00000f0f0f0f0f0f0000000000000f0f000f'
'0f000f0f0f00000f0f0f0f0f0f00000f0f0f00000f0f00000f0f0f000000000f0f00000f0f00000f0f0f0f0f0f00000000000f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000f0f0f0f0f0f0f0000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f0f00000f0f0f000f0000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f0f00000f0f0f0f00000000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f00000f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f0f00000f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f000f'
'0f000f0f0f0f0f0f000f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f000f'
'0f000f0f0f0f0f00000f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f000f'
'0f000f0f0f0f0f0000000000000000000000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f000f'
'0f000f0f0f0f000f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f000f'
'0f000f0f0f00000f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f000f'
'0f000f0f0f00000f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f0f0f000f'
'0f000f0f0f000f0f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f0f0f000f'
'0f000f0f0f000f0f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f000f'
'0f000f0f00000f0f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f000f'
'0f000f0f000f000000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000000000f0f0f0f0f0f0f0f0f0f0f0f000f0f000f'
'0f000f0f00000000000f0f0f000000000f0f0f0f0f0f0f0f0f0f0f000000000f0f0f0f000000000f0f0f0f0f0f0f0f0f0f0f000f0f000f'
'0f000f0f000f0f0f0000000000000f0f00000000000000000000000f0f0f0000000000000f0f0f0000000000000000000000000f0f000f'
'0f000f0f000f0000000000000000000f0f0f0000000000000000000f0f0000000000000000000f0f0000000000000000000f000f0f000f'
'0f000f0f00000f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0000000f0f000f'
'0f000f0f000f0f0f00000000000f0f0f0f000000000000000000000f0f0f0f00000000000f0f0f0f0000000000000000000f000f0f000f'
'0f00000f000000000f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f00000f0f000f'
'0f00000f00000f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f00000f0f000f'
'0f00000f000f0f0f0f0f0f0f0f0f0f0f0f000000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0000000000000000000000000f0f000f'
'0f00000f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f00000f0f000f'
'0f0f000f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f00000f000f0f'
'0f0f000f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f000f0f000f0f'
'0f0f000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f0f000f0f000f0f'
'0f0f0f000f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f00000f00000f0f'
'0f0f0f000f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f0f0f000f0f00000f0f'
'0f0f0f00000f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000000000000000000000000000f00000f0f0f'
'0f0f0f0f000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000000000000000f0f0f0f000f0f000f0f0f0f'
'0f0f0f0f0f000f0f000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f0f000f0f00000f0f0f0f'
'0f0f0f0f0f000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f0f00000f0f000f0f0f0f0f'
'0f0f0f0f0f0f000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f0f0f0f00000f0f0f0f00000f0f000f0f0f0f0f0f'
'0f0f0f0f0f0f0f000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000000000f0f00000f0f0f00000f0f00000f0f0f0f0f0f'
'0f0f0f0f0f0f0f00000f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000000000000000f0f0000000f0f000f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f00000f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000f0f0f0f0f0f0f00000f0f00000f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f00000f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0000000f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0000000f0f0f00000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0000000f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0000000f0f000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f00000f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f00000f0f0f0f000000000f0f0f0f0f0f0f0f000000000f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f000000000000000000000000000f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0f0f0f0f000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0000000000000000000000000f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f'
'0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f0f'


#NAME GR_CHECK_UP_LEN
"32 32"

#BITMAP GR_CHECK_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff0a0a02ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0a0a02010808ffffffff'
'ffffffffffffffffffffffffffffffffffffffffff0a0a0202010808ffffffff'
'ffffffffffffffffffffffffffffffffffffffff0a0a020202010808ffffffff'
'ffffffffffffffffffffffffffffffffffffff0a0a02020201010808ffffffff'
'ffffffffffffffffffffffffffffffffffff0a0a0202020101080808ffffffff'
'ffffffffffffffffffffffffffffffffff0a0a020202010108080808ffffffff'
'ffffffffffffffffffffffffffffffff0a0a020202010108080808ffffffffff'
'ffffffff0a0a0a0a02ffffffffffff0a0a020202010108080808ffffffffffff'
'ffffffff0a02020201ffffffffff0a0a020202010108080808ffffffffffffff'
'ffffff0a0a020202010808ffff0a0a020202020108080808ffffffffffffffff'
'ffffff0a02020202010808ff0a0a020202020101080808ffffffffffffffffff'
'ffffff0a020202020108080a0a020202020101080808ffffffffffffffffffff'
'ffffff0a0202020201080a0a02020202010108080808ffffffffffffffffffff'
'ffffff0a02020202020a0a02020202010108080808ffffffffffffffffffffff'
'ffffff0a02020202020202020202010108080808ffffffffffffffffffffffff'
'ffffff0a020202020202020202010108080808ffffffffffffffffffffffffff'
'ffffff0a0202020202020202010108080808ffffffffffffffffffffffffffff'
'ffffff0a02020202020202010108080808ffffffffffffffffffffffffffffff'
'ffffff0a020202020202010108080808ffffffffffffffffffffffffffffffff'
'ffffffff0a02020202010108080808ffffffffffffffffffffffffffffffffff'
'ffffffffff010202010108080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffff01010108080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffff0808080808ffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffff080808ffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME GR_CHECK_DOWN_LEN
"32 32"

#BITMAP GR_CHECK_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff0a0a02ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0a0a0201ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffff0a0a020201ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffff0a0a02020201ffffffffffff'
'ffffffffffffffffffffffffffffffffffffff0a0a0202020101ff080808ffff'
'ffffffffffffffffffffffffffffffffffff0a0a0202020101ff08080808ffff'
'ffffffffffffffffffffffffffffffffff0a0a0202020101ff0808080808ffff'
'ffffffffffffffffffffffffffffffff0a0a0202020101ff080808080808ffff'
'ffffffff0a0a0a0a02ffffffffffff0a0a0202020101ff08080808080808ffff'
'ffffffff0a02020201ffffffffff0a0a0202020101ff08080808080808ffffff'
'ffffff0a0a02020201ffffffff0a0a0202020201ff08080808080808ffffffff'
'ffffff0a0202020201ffffff0a0a02020202010108080808080808ffffffffff'
'ffffff0a020202020108080a0a02020202010108080808080808ffffffffffff'
'ffffff0a0202020201080a0a02020202010108080808080808ffffffffffffff'
'ffffff0a02020202020a0a02020202010108080808080808ffffffffffffffff'
'ffffff0a0202020202020202020201010808080808080808ffffffffffffffff'
'ffffff0a02020202020202020201010808080808080808ffffffffffffffffff'
'ffffff0a020202020202020201010808080808080808ffffffffffffffffffff'
'ffffff0a0202020202020201010808080808080808ffffffffffffffffffffff'
'ffffff0a02020202020201010808080808080808ffffffffffffffffffffffff'
'ffffffff0a0202020201010808080808080808ffffffffffffffffffffffffff'
'ffffffffff01020201010808080808080808ffffffffffffffffffffffffffff'
'ffffffffffff0101010808080808080808ffffffffffffffffffffffffffffff'
'ffffffffffffff080808080808080808ffffffffffffffffffffffffffffffff'
'ffffffffffffffff08080808080808ffffffffffffffffffffffffffffffffff'
'ffffffffffffffffff0808080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffff080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME DB_CHECK_UP_LEN
"32 32"

#BITMAP DB_CHECK_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff090901ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff090901000808ffffffff'
'ffffffffffffffffffffffffffffffffffffffffff09090101000808ffffffff'
'ffffffffffffffffffffffffffffffffffffffff0909010101000808ffffffff'
'ffffffffffffffffffffffffffffffffffffff090901010100000808ffffffff'
'ffffffffffffffffffffffffffffffffffff09090101010000080808ffffffff'
'ffffffffffffffffffffffffffffffffff0909010101000008080808ffffffff'
'ffffffffffffffffffffffffffffffff0909010101000008080808ffffffffff'
'ffffffff0909090909ffffffffffff0909010101000008080808ffffffffffff'
'ffffffff0901010100ffffffffff0909010101000008080808ffffffffffffff'
'ffffff0909010101000808ffff0909010101010008080808ffffffffffffffff'
'ffffff0901010101000808ff0909010101010000080808ffffffffffffffffff'
'ffffff09010101010008080909010101010000080808ffffffffffffffffffff'
'ffffff09010101010008090901010101000008080808ffffffffffffffffffff'
'ffffff090101010101090901010101000008080808ffffffffffffffffffffff'
'ffffff0901010101010101010101000008080808ffffffffffffffffffffffff'
'ffffff09010101010101010101000008080808ffffffffffffffffffffffffff'
'ffffff090101010101010101000008080808ffffffffffffffffffffffffffff'
'ffffff0901010101010101000008080808ffffffffffffffffffffffffffffff'
'ffffff09010101010101000008080808ffffffffffffffffffffffffffffffff'
'ffffffff0901010101000008080808ffffffffffffffffffffffffffffffffff'
'ffffffffff000101000008080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffff00000008080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffff0808080808ffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffff080808ffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME DB_CHECK_DOWN_LEN
"32 32"

#BITMAP DB_CHECK_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff090901ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff09090100ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffff0909010100ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffff090901010100ffffffffffff'
'ffffffffffffffffffffffffffffffffffffff09090101010000ff080808ffff'
'ffffffffffffffffffffffffffffffffffff09090101010000ff08080808ffff'
'ffffffffffffffffffffffffffffffffff09090101010000ff0808080808ffff'
'ffffffffffffffffffffffffffffffff09090101010000ff080808080808ffff'
'ffffffff0909090909ffffffffffff09090101010000ff08080808080808ffff'
'ffffffff0901010100ffffffffff09090101010000ff08080808080808ffffff'
'ffffff090901010100ffffffff09090101010100ff08080808080808ffffffff'
'ffffff090101010100ffffff090901010101000008080808080808ffffffffff'
'ffffff0901010101000808090901010101000008080808080808ffffffffffff'
'ffffff09010101010008090901010101000008080808080808ffffffffffffff'
'ffffff090101010101090901010101000008080808080808ffffffffffffffff'
'ffffff090101010101010101010100000808080808080808ffffffffffffffff'
'ffffff0901010101010101010100000808080808080808ffffffffffffffffff'
'ffffff09010101010101010100000808080808080808ffffffffffffffffffff'
'ffffff090101010101010100000808080808080808ffffffffffffffffffffff'
'ffffff0901010101010100000808080808080808ffffffffffffffffffffffff'
'ffffffff090101010100000808080808080808ffffffffffffffffffffffffff'
'ffffffffff00010100000808080808080808ffffffffffffffffffffffffffff'
'ffffffffffff0000000808080808080808ffffffffffffffffffffffffffffff'
'ffffffffffffff080808080808080808ffffffffffffffffffffffffffffffff'
'ffffffffffffffff08080808080808ffffffffffffffffffffffffffffffffff'
'ffffffffffffffffff0808080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffff080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME BB_CHECK_UP_LEN
"32 32"

#BITMAP BB_CHECK_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff0b0b03ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0b0b03000808ffffffff'
'ffffffffffffffffffffffffffffffffffffffffff0b0b0303000808ffffffff'
'ffffffffffffffffffffffffffffffffffffffff0b0b030303000808ffffffff'
'ffffffffffffffffffffffffffffffffffffff0b0b03030300000808ffffffff'
'ffffffffffffffffffffffffffffffffffff0b0b0303030000080808ffffffff'
'ffffffffffffffffffffffffffffffffff0b0b030303000008080808ffffffff'
'ffffffffffffffffffffffffffffffff0b0b030303000008080808ffffffffff'
'ffffffff0b0b0b0b0bffffffffffff0b0b030303000008080808ffffffffffff'
'ffffffff0b03030300ffffffffff0b0b030303000008080808ffffffffffffff'
'ffffff0b0b030303000808ffff0b0b030303030008080808ffffffffffffffff'
'ffffff0b03030303000808ff0b0b030303030000080808ffffffffffffffffff'
'ffffff0b030303030008080b0b030303030000080808ffffffffffffffffffff'
'ffffff0b0303030300080b0b03030303000008080808ffffffffffffffffffff'
'ffffff0b03030303030b0b03030303000008080808ffffffffffffffffffffff'
'ffffff0b03030303030303030303000008080808ffffffffffffffffffffffff'
'ffffff0b030303030303030303000008080808ffffffffffffffffffffffffff'
'ffffff0b0303030303030303000008080808ffffffffffffffffffffffffffff'
'ffffff0b03030303030303000008080808ffffffffffffffffffffffffffffff'
'ffffff0b030303030303000008080808ffffffffffffffffffffffffffffffff'
'ffffffff0b03030303000008080808ffffffffffffffffffffffffffffffffff'
'ffffffffff000303000008080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffff00000008080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffff0808080808ffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffff080808ffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME BB_CHECK_DOWN_LEN
"32 32"

#BITMAP BB_CHECK_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffff0b0b03ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0b0b0300ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffff0b0b030300ffffffffffff'
'ffffffffffffffffffffffffffffffffffffffff0b0b03030300ffffffffffff'
'ffffffffffffffffffffffffffffffffffffff0b0b0303030000ff080808ffff'
'ffffffffffffffffffffffffffffffffffff0b0b0303030000ff08080808ffff'
'ffffffffffffffffffffffffffffffffff0b0b0303030000ff0808080808ffff'
'ffffffffffffffffffffffffffffffff0b0b0303030000ff080808080808ffff'
'ffffffff0b0b0b0b0bffffffffffff0b0b0303030000ff08080808080808ffff'
'ffffffff0b03030300ffffffffff0b0b0303030000ff08080808080808ffffff'
'ffffff0b0b03030300ffffffff0b0b0303030300ff08080808080808ffffffff'
'ffffff0b0303030300ffffff0b0b03030303000008080808080808ffffffffff'
'ffffff0b030303030008080b0b03030303000008080808080808ffffffffffff'
'ffffff0b0303030300080b0b03030303000008080808080808ffffffffffffff'
'ffffff0b03030303030b0b03030303000008080808080808ffffffffffffffff'
'ffffff0b0303030303030303030300000808080808080808ffffffffffffffff'
'ffffff0b03030303030303030300000808080808080808ffffffffffffffffff'
'ffffff0b030303030303030300000808080808080808ffffffffffffffffffff'
'ffffff0b0303030303030300000808080808080808ffffffffffffffffffffff'
'ffffff0b03030303030300000808080808080808ffffffffffffffffffffffff'
'ffffffff0b0303030300000808080808080808ffffffffffffffffffffffffff'
'ffffffffff00030300000808080808080808ffffffffffffffffffffffffffff'
'ffffffffffff0000000808080808080808ffffffffffffffffffffffffffffff'
'ffffffffffffff080808080808080808ffffffffffffffffffffffffffffffff'
'ffffffffffffffff08080808080808ffffffffffffffffffffffffffffffffff'
'ffffffffffffffffff0808080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffff080808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME LIGHTENING_UP_LEN
"32 32"

#BITMAP LIGHTENING_UP
'ffffffffffffffffffffffffffffffff0000ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffff000e00ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffff000e08000808ffffffffffffffffffffffff'
'ffffffffffffffffffffffffff000f0e00080808ffffffffffffffffffffffff'
'ffffffffffffffffffffffff000f0e0800080808ffffffffffffffffffffffff'
'ffffffffffffffffffffff000f0e0e00080808ffffffffffffffffffffffffff'
'ffffffffffffffffffff000f0e0e0800080808ffffffffffffffffffffffffff'
'ffffffffffffffffff000f0e0e0e00080808ffffffffffffffffffffffffffff'
'ffffffffffffffff000f0e0f0e0800080808ffffffffffffffffffffffffffff'
'ffffffffffffff000f0e0e0e0e00080808ffffffffffffffffffffffffffffff'
'ffffffffffff000f0e0f0e0e0800080808ffffffffffffffffffffffffffffff'
'ffffffffff000f0e0e0e0e0e08000000ffffffffffffffffffffffffffffffff'
'ffffffff000f0e0f0e0e0e0e0e0e0e0e0000000000ffffffffffffffffffffff'
'ffffff000f0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e000000ffffffffffffffff'
'ffff000f0e0f0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0800ffffffffffffffff'
'ffff000000080e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0800080808ffffffffffff'
'ffffffff080000000000000e0e0e0e0e0e0e0e0e080008080808ffffffffffff'
'ffffffff08080808080808000000080e0e0e0e080008080808ffffffffffffff'
'ffffffffffffff080808080808000e0e0e0e080008080808ffffffffffffffff'
'ffffffffffffffffffffffff000f0e0e0e080008080808ffffffffffffffffff'
'ffffffffffffffffffffffff000e0e0e080008080808ffffffffffffffffffff'
'ffffffffffffffffffffff000f0e0e080008080808ffffffffffffffffffffff'
'ffffffffffffffffffffff000e0e080008080808ffffffffffffffffffffffff'
'ffffffffffffffffffff000f0e080008080808ffffffffffffffffffffffffff'
'ffffffffffffffffffff000e080008080808ffffffffffffffffffffffffffff'
'ffffffffffffffffff000e080008080808ffffffffffffffffffffffffffffff'
'ffffffffffffffffff00080008080808ffffffffffffffffffffffffffffffff'
'ffffffffffffffffff000008080808ffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffff080808ffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffff0808ffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME LIGHTENING_DOWN_LEN
"32 32"

#BITMAP LIGHTENING_DOWN
'ffffffffffffffffffffffffffffffff0000ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffff000e00ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffff000e0800ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff000f0e00ffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffff000f0e0800ffffff0808ffffffffffffffffffff'
'ffffffffffffffffffffff000f0e0e00ffffff080808ffffffffffffffffffff'
'ffffffffffffffffffff000f0e0e0800ffff08080808ffffffffffffffffffff'
'ffffffffffffffffff000f0e0e0e00ffff08080808ffffffffffffffffffffff'
'ffffffffffffffff000f0e0f0e0800ff0808080808ffffffffffffffffffffff'
'ffffffffffffff000f0e0e0e0e00080808080808ffffffffffffffffffffffff'
'ffffffffffff000f0e0f0e0e0800080808080808ffffffffffffffffffffffff'
'ffffffffff000f0e0e0e0e0e08000000080808ffffffffffffffffffffffffff'
'ffffffff000f0e0f0e0e0e0e0e0e0e0e0000000000ffffffffffffffffffffff'
'ffffff000f0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e000000ffffffffffffffff'
'ffff000f0e0f0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0800ffffffffffffffff'
'ffff000000080e0e0e0e0e0e0e0e0e0e0e0e0e0e0e0800ffffffffffffffffff'
'ffffffffff0000000000000e0e0e0e0e0e0e0e0e0800080808ffffffffffffff'
'ffffffffffffff08080808000000080e0e0e0e080008080808080808ffffffff'
'ffffffffffff08080808080808000e0e0e0e08000808080808080808ffffffff'
'ffffffffffff080808080808000f0e0e0e08000808080808080808ffffffffff'
'ffffffffffffffffff080808000e0e0e08000808080808080808ffffffffffff'
'ffffffffffffffffffffff000f0e0e08000808080808080808ffffffffffffff'
'ffffffffffffffffffffff000e0e0800ff08080808080808ffffffffffffffff'
'ffffffffffffffffffff000f0e0800ff08080808080808ffffffffffffffffff'
'ffffffffffffffffffff000e0800ffff080808080808ffffffffffffffffffff'
'ffffffffffffffffff000e0800ffff080808080808ffffffffffffffffffffff'
'ffffffffffffffffff000800ffffff0808080808ffffffffffffffffffffffff'
'ffffffffffffffffff0000ffffff0808080808ffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffff08080808ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff08080808ffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff080808ffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff0808ffffffffffffffffffffffffffffffffff'

#NAME RED_X_UP_LEN
"32 32"

#BITMAP RED_X_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0c0cffffffffffffffff'
'ffffffffffffffffff0c0c0cffffffffffffffffff0c0c0404ffffffffffffff'
'ffffffffffffff0c0c0c040400ffffffffffffff0c0c04040400ffffffffffff'
'ffffffffffffffff0c0404040008ffffffffff0c0c040404000008ffffffffff'
'ffffffffffffffff0c040404040008ffffff0c0c0404040000080808ffffffff'
'ffffffffffffffffff0c0404040008ffff0c0c040404000008080808ffffffff'
'ffffffffffffffffff0c0404040400080c0c040404000008080808ffffffffff'
'ffffffffffffffffffff0c040404040c0c040404000008080808ffffffffffff'
'ffffffffffffffffffff0c0404040404040404040008080808ffffffffffffff'
'ffffffffffffffffffffff0c040404040404040000080808ffffffffffffffff'
'ffffffffffffffffffffff0c0404040404040000080808ffffffffffffffffff'
'ffffffffffffffffffffff0c0404040404040008080808ffffffffffffffffff'
'ffffffffffffffffffff0c0c04040404040400080808ffffffffffffffffffff'
'ffffffffffffffffff0c0c04040404040404040008ffffffffffffffffffffff'
'ffffffffffffffff0c0c0404040404040404040400ffffffffffffffffffffff'
'ffffffffffffff0c0c04040404040404040404040400ffffffffffffffffffff'
'ffffffffffffff0c040404040400000404040404040400ffffffffffffffffff'
'ffffffffffff0c0c040404040000080c0404040404040000ffffffffffffffff'
'ffffffffffff0c0404040400000808080c0404040400000808ffffffffffffff'
'ffffffffffff0c040404000008080808ff0c0404000008080808ffffffffffff'
'ffffffffffff0c0404040008080808ffff0c04000008080808ffffffffffffff'
'ffffffffffff0c04040000080808ffffffff0c0008080808ffffffffffffffff'
'ffffffffffffffff0000080808ffffffffffff08080808ffffffffffffffffff'
'ffffffffffffffff0808080808ffffffffffffff0808ffffffffffffffffffff'
'ffffffffffffffffffff0808ffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME RED_X_DOWN_LEN
"32 32"

#BITMAP RED_X_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffff0c0cffffffffffffffff'
'ffffffffffffffffff0c0c0cffffffffffffffffff0c0c0404ffffffffffffff'
'ffffffffffffff0c0c0c040400ffffffffffffff0c0c04040400ffffffffffff'
'ffffffffffffffff0c0404040007ffffffffff0c0c040404000007ffffffffff'
'ffffffffffffffff0c040404040007ffffff0c0c0404040000ff0808ffffffff'
'ffffffffffffffffff0c040404000808ff0c0c0404040000ff08080808ffffff'
'ffffffffffffffffff0c0404040400080c0c0404040000ff080808080808ffff'
'ffffffffffffffffffff0c040404040c0c0404040000ff08080808080808ffff'
'ffffffffffffffffffff0c04040404040404040400ff08080808080808ffffff'
'ffffffffffffffffffffff0c04040404040404000008080808080808ffffffff'
'ffffffffffffffffffffff0c040404040404000008080808080808ffffffffff'
'ffffffffffffffffffffff0c0404040404040008080808080808ffffffffffff'
'ffffffffffffffffffff0c0c04040404040400080808080808ffffffffffffff'
'ffffffffffffffffff0c0c0404040404040404000808080808ffffffffffffff'
'ffffffffffffffff0c0c0404040404040404040400080808ffffffffffffffff'
'ffffffffffffff0c0c0404040404040404040404040008ffffffffffffffffff'
'ffffffffffffff0c04040404040000040404040404040008ffffffffffffffff'
'ffffffffffff0c0c040404040000080c0404040404040000ffffffffffffffff'
'ffffffffffff0c0404040400000808080c0404040400000808ffffffffffffff'
'ffffffffffff0c040404000008080808080c0404000008080808ffffffffffff'
'ffffffffffff0c040404000808080808080c040000080808080808ffffffffff'
'ffffffffffff0c04040000080808080808080c000808080808080808ffffffff'
'ffffffffffffffff000008080808080808ffff0708080808080808ffffffffff'
'ffffffffffffffff0707080808080808ffffffff070808080808ffffffffffff'
'ffffffffffffffffffff0808080808ffffffffffff08080808ffffffffffffff'
'ffffffffffffffffffff0808080808ffffffffffffff0808ffffffffffffffff'
'ffffffffffffffffffffffff0808ffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME BB_Q_MARK_UP_LEN
"32 32"

#BITMAP BB_Q_MARK_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffff0b0b0b0bffffffffffffffffffffffffff'
'ffffffffffffffffffffffff0b0b0b0b0303030bffffffffffffffffffffffff'
'ffffffffffffffffffff0b0b0b030303030303030bffffffffffffffffffffff'
'ffffffffffffffffff0b0b0303030303030303030301ffffffffffffffffffff'
'ffffffffffffffff0b0b03030303010101010303030301ffffffffffffffffff'
'ffffffffffffffff0b0303030301010808080b0303030108ffffffffffffffff'
'ffffffffffffffff0b0303030108080808080b030303010808ffffffffffffff'
'ffffffffffffffffff03030108080808080b0b030303010808ffffffffffffff'
'ffffffffffffffffffff0108080808ff0b0b03030301010808ffffffffffffff'
'ffffffffffffffffffffff080808ffff0b0303030101080808ffffffffffffff'
'ffffffffffffffffffffffff08ffff0b0b0303030108080808ffffffffffffff'
'ffffffffffffffffffffffffffff0b0b0303030108080808ffffffffffffffff'
'ffffffffffffffffffffffffff0b0b0303030101080808ffffffffffffffffff'
'ffffffffffffffffffffffffff0b0303030101080808ffffffffffffffffffff'
'ffffffffffffffffffffffff0b0b0303010108080808ffffffffffffffffffff'
'ffffffffffffffffffffff0b0b0303030108080808ffffffffffffffffffffff'
'ffffffffffffffffffffff0b0303030301080808ffffffffffffffffffffffff'
'ffffffffffffffffffffffff03030303030108ffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff010101010108ffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffff080808080808ffffffffffffffffffffffff'
'ffffffffffffffffffffffff0b0b0b0b08080808ffffffffffffffffffffffff'
'ffffffffffffffffffffff0b0b0303030bffffffffffffffffffffffffffffff'
'ffffffffffffffffffffff0b030303030301ffffffffffffffffffffffffffff'
'ffffffffffffffffffffff0b03030303030108ffffffffffffffffffffffffff'
'ffffffffffffffffffffffff0b03030301010808ffffffffffffffffffffffff'
'ffffffffffffffffffffffffff01010101080808ffffffffffffffffffffffff'
'ffffffffffffffffffffffffffff080808080808ffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffff08080808ffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME BB_Q_MARK_DOWN_LEN
"32 32"

#BITMAP BB_Q_MARK_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff0b0b0b0b0b0bffffffffffffffffffffffffff'
'ffffffffffffffffffffffff0b0b03030303030bffffffffffffffffffffffff'
'ffffffffffffffffffff0b0b03030303030303030bffffffffffffffffffffff'
'ffffffffffffffffff0b0b0303030303030303030301ffffffffffffffffffff'
'ffffffffffffffff0b0b03030303010101010303030301ffffffffffffffffff'
'ffffffffffffffff0b030303030101ff08080b0303030108ffffffffffffffff'
'ffffffffffffffff0b03030301ff080808080b030303010808ffffffffffffff'
'ffffffffffffffffff030301ff080808080b0b03030301080808ffffffffffff'
'ffffffffffffffffffff01ff080808080b0b030303010108080808ffffffffff'
'ffffffffffffffffffffffff080808080b03030301010808080808ffffffffff'
'ffffffffffffffffffffffff0808080b0b03030301080808080808ffffffffff'
'ffffffffffffffffffffffffff080b0b03030301ff080808080808ffffffffff'
'ffffffffffffffffffffffffff0b0b030303010108080808080808ffffffffff'
'ffffffffffffffffffffffff0b0b0303030101ff080808080808ffffffffffff'
'ffffffffffffffffffffffff0b0303030101ff080808080808ffffffffffffff'
'ffffffffffffffffffffff0b0b03030301ff080808080808ffffffffffffffff'
'ffffffffffffffffffffff0b030303030108080808080808ffffffffffffffff'
'ffffffffffffffffffffffff0303030303010808080808ffffffffffffffffff'
'ffffffffffffffffffffffffff010101010108080808ffffffffffffffffffff'
'ffffffffffffffffffffffffffffff080808080808ffffffffffffffffffffff'
'ffffffffffffffffffffffff0b0b0b0b0808080808ffffffffffffffffffffff'
'ffffffffffffffffffffff0b0b0303030b0808080808ffffffffffffffffffff'
'ffffffffffffffffffffff0b03030303030108080808ffffffffffffffffffff'
'ffffffffffffffffffffff0b030303030301ffffffffffffffffffffffffffff'
'ffffffffffffffffffffffff0b03030301010808ffffffffffffffffffffffff'
'ffffffffffffffffffffffffff0101010108080808ffffffffffffffffffffff'
'ffffffffffffffffffffffffffffff08080808080808ffffffffffffffffffff'
'ffffffffffffffffffffffffffffff08080808080808ffffffffffffffffffff'
'ffffffffffffffffffffffffffffffff080808080808ffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffff08080808ffffffffffffffffffffff'

#NAME DB_CIRCLE_UP_LEN
"32 32"

#BITMAP DB_CIRCLE_UP
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff090909090909ffffffffffffffffffffffffff'
'ffffffffffffffffffff0709090909090909090909ffffffffffffffffffffff'
'ffffffffff090909ffff090909010101010101090909ffffffffffffffffffff'
'ffffffffff090901090909010101010101010101010109ffffffffffffffffff'
'ffffffffff09090101090101010101010101010101010109ffffffffffffffff'
'ffffffffff0909010101010101000000000000010101010100ffffffffffffff'
'ffffffffff090101010101000008080808080800010101010008ffffffffffff'
'ffffffff0909010101010101000808080808080800010101010008ffffffffff'
'ffffffff0909010101010101010008ffffffffffff010101010008ffffffffff'
'ffffffff0901010101010100000008ffffffffffff09010101010008ffffffff'
'ffffffff090101010100000008080808ffffffffff09010101010008ffffffff'
'ffffffff090101000000080808080808ffffffffff0901010101000808ffffff'
'ffffffff01000000080808080808ffffffffffffff0901010101000808ffffff'
'ffffffff0000080808080808ffffffffffffffffff0901010101000808ffffff'
'ffffffffffff08080808ffffffffffffffffffff090901010101000808ffffff'
'ffffffffffff08ffffffffffffffffffffffffff090101010101000808ffffff'
'ffffffffffffff090909ffffffffffffffffff09090101010100000808ffffff'
'ffffffffffff0901010109ffffffffffff090909010101010100080808ffffff'
'ffffffffffff0901010101090909090909090101010101010000080808ffffff'
'ffffffffffff09010101010101010101010101010101010000080808ffffffff'
'ffffffffffffff090101010101010101010101010101000008080808ffffffff'
'ffffffffffffffff00000101010101010101010101000008080808ffffffffff'
'ffffffffffffffffff0800000001010101010000000008080808ffffffffffff'
'ffffffffffffffffffff080808000000000000000808080808ffffffffffffff'
'ffffffffffffffffffffffff080808080808080808080808ffffffffffffffff'
'ffffffffffffffffffffffffffffff08080808080808ffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

#NAME DB_CIRCLE_DOWN_LEN
"32 32"

#BITMAP DB_CIRCLE_DOWN
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffff090909090909ffffffffffffffffffffffffff'
'ffffffffffffffffffff0709090909090909090909ffffffffffffffffffffff'
'ffffffffff090909ffff090909010101010101090909ffffffffffffffffffff'
'ffffffffff090901090909010101010101010101010109ffffffffffffffffff'
'ffffffffff09090101090101010101010101010101010109ffffffffffffffff'
'ffffffffff0909010101010101000000000000010101010100ffffffffffffff'
'ffffffffff0901010101010000ff080808080800010101010008ffffffffffff'
'ffffffff0909010101010101000808080808080800010101010008ffffffffff'
'ffffffff090901010101010101000808080808080801010101000808ffffffff'
'ffffffff09010101010101000000080808080808080901010101000808ffffff'
'ffffffff09010101010000000808080808ffffffff0901010101000808ffffff'
'ffffffff09010100000008080808080808ffffffff090101010100080808ffff'
'ffffffff0100000008080808080808080808ffffff090101010100080808ffff'
'ffffffff0000ffff08080808080808080808ffffff09010101010008080808ff'
'ffffffffffffffff0808080808080808ffffffff0909010101010008080808ff'
'ffffffffffffffff080808080808ffffffffffff0901010101010008080808ff'
'ffffffffffffff0909090808ffffffffffffff090901010101000008080808ff'
'ffffffffffff0901010109ffffffffffff0909090101010101000808080808ff'
'ffffffffffff09010101010909090909090901010101010100000808080808ff'
'ffffffffffff09010101010101010101010101010101010000080808080808ff'
'ffffffffffffff090101010101010101010101010101000008080808080808ff'
'ffffffffffffffff00000101010101010101010101000008080808080808ffff'
'ffffffffffffffffff080000000101010101000000000808080808080808ffff'
'ffffffffffffffffffff08080800000000000000080808080808080808ffffff'
'ffffffffffffffffffffff0808080808080808080808080808080808ffffffff'
'ffffffffffffffffffffffff080808080808080808080808080808ffffffffff'
'ffffffffffffffffffffffffffff080808080808080808080808ffffffffffff'
'ffffffffffffffffffffffffffffffffff08080808080808ffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'
'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff'

 ---------------------------  Global Objects -----------------------------

#NAME HELP_BUTTON
"&Help"

#NAME EXIT_BUTTON
"E&xit"

 ---------------------------  About Box ----------------------------------

#NAME WINDOW_ABOUT_LOC
"Gy200,50,500,100"

#NAME WINDOW_ABOUT_TITLEBAR
"PCA761AW Installation and Configuration"

#NAME WINDOW_ABOUT_LOGO
""

#NAME WINDOW_ABOUT_LOGO_LOC
"PB183,35,266,62"

#NAME WINDOW_ABOUT_COPYRIGHT
"           All Rights Reserved\n"
"             Version 1.0P"

#NAME WINDOW_ABOUT_COPYRIGHT_LOC
"PB30,36,480,40"

#NAME WINDOW_ABOUT_HELP
"About Box Help\x00"
"About Box Help Goes Here!\x00"
"PCA761AW Installation Utility Version 1.0P"

#NAME WINDOW_ABOUT_BUTTON_OK
"&OK"

#NAME WINDOW_ABOUT_BUTTON_OK_LOC
"Nz160,70,150"

#NAME WINDOW_ABOUT_BUTTON_OK_HELP
"About Box Help\x00"
"About Box Help Button Help Goes Here!\x00"
"Press OK To Continue"

 ---------------------------  Get Install Type --------------------------

#NAME WINDOW_GET_INSTALL_TYPE_LOC
"Gy30,15,850,180"

#NAME WINDOW_GET_INSTALL_TYPE_TITLEBAR
"PCA761AW Installation & Configuration"

#NAME WINDOW_GET_INSTALL_TYPE_TITLE_LOC
"PB320,2,200"

#NAME WINDOW_GET_INSTALL_TYPE_TITLE
""

#NAME WINDOW_GET_INSTALL_TYPE_LOGO_LOC
"PB103,35,220"

#NAME WINDOW_GET_INSTALL_TYPE_LOGO
""

#NAME WINDOW_GET_INSTALL_TYPE_GROUP_LOC
"bG315,24,500,126"

#NAME WINDOW_GET_INSTALL_TYPE_COPYRIGHT_LOC
"PB320,35,493,125"

#NAME WINDOW_GET_INSTALL_TYPE_COPYRIGHT
"Choose this option if you want to install the PCA761AW software with "
"DEFAULT resource allocation.  This is the recommended choice."
"\n\n\n"
"Choose this option if you want to install the PCA761AW software with "
"AUTOMATIC resource allocation.  You can also customize PCA761AW resources " 
"and installation directories."
"\n\n"
"View additional help and tips about installing and using the PCA761AW "
"board in your system."
"\n\n\n\n"
"Exit the installation program."


#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_EXPRESS_LOC
"Nz30,52,260"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_EXPRESS
"&Express Setup"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_EXPRESS_HELP
"Express help\x00"
"Express help\x00"
"Install PCA761AW software using automatic configuration\x00"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CUSTOM_LOC
"Nz30,85,260"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CUSTOM
"&Custom Setup"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CUSTOM_HELP
"Custom help\x00"
"Custom help\x00"
"Custom PCA761AW software installation\x00"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_README_LOC
"Nz30,118,260"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_README
"&View README.TXT"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_README_HELP
"README.TXT help\x00"
"README.TXT help\x00"
"View PCA761AW README.TXT\x00"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CANCEL_LOC
"Nz30,149,260"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CANCEL
"E&xit Installation"

#NAME WINDOW_GET_INSTALL_TYPE_BUTTON_CANCEL_HELP
"Cancel help\x00"
"Cancel help\x00"
"Exit PCA761AW installation program without changing your system\x00"

#NAME WINDOW_GET_INSTALL_TYPE_HELP
"Help On Get Install Type\x00"
"Help On Get Install Type Goes Here!\x00"
"PCA761AW Installation Utility Version 1.0P"

 -------------------------- Express Setup --------------------------

#NAME WINDOW_EXPRESS_SETUP_LOC
"Gy10,10,900,140"

#NAME WINDOW_EXPRESS_SETUP_TITLEBAR
"PCA761AW Installation"

#NAME WINDOW_EXPRESS_SETUP_LOGO
""

#NAME WINDOW_EXPRESS_SETUP_LOGO_LOC
"PB365,35,770,58"

#NAME WINDOW_EXPRESS_SETUP_TITLE
"Type ALT/F4 to Abort"
  "The World's Best Computer Products"

#NAME WINDOW_EXPRESS_SETUP_TITLE_LOC
"PB340,110,500,10"
  "PB268,26,700,43"

#NAME WINDOW_EXPRESS_SETUP_OPERATION_LOC
  "PB20,35,850,10"
"PB20,35,850,07"

#NAME WINDOW_EXPRESS_SETUP_SUBOPERATION_LOC
"PB20,41,850,10"

#NAME WINDOW_EXPRESS_SETUP_HELP
"Help On Calculating Disk Space Requirements\x00"
"Help On Calculating Disk Space Requirements Goes Here\x00"
"PCA761AW Installation Utility Version 1.0P\x00"

#NAME WINDOW_EXPRESS_SETUP_GRAPH_METER_LOC
"Gy150,93,700,10"

#NAME WINDOW_EXPRESS_SETUP_GRAPH_METER
""
 "0%--10%---20%---30%---40%---50%---60%---70%---80%---90%--100%"

#NAME WINDOW_EXPRESS_SETUP_GRAPH_TOTAL_LOC
"Gy20,83,160,10"

#NAME WINDOW_EXPRESS_SETUP_GRAPH_TOTAL
"All Disks..."

#NAME WINDOW_EXPRESS_SETUP_GRAPH_CURRENT_LOC
"Gy20,63,160,10"

#NAME WINDOW_EXPRESS_SETUP_GRAPH_CURRENT
"This Disk..."

#NAME WINDOW_EXPRESS_SETUP_BUTTON_OK
"&Ok"

#NAME WINDOW_EXPRESS_SETUP_BUTTON_OK_LOC
"Nz140,110,220"

#NAME WINDOW_EXPRESS_SETUP_BUTTON_OK_HELP
"Help On Calculating Disk Space Requirements\x00"
"This button does nothing.\x00"
"Return to the main menu.\x00"

#NAME WINDOW_EXPRESS_SETUP_BUTTON_HELP_LOC
"Nz500,110,220"

 ---------------------------  README.TXT  ----------------------------------

#NAME WINDOW_README_LOC
"Gy10,10,900,180"

#NAME WINDOW_README_TITLEBAR
"View README.TXT"

#NAME WINDOW_README_LOGO
""

#NAME WINDOW_README_LOGO_LOC
"PB10,35,700,22"

#NAME WINDOW_README_TITLE
""

#NAME WINDOW_README_TITLE_LOC
"PB280,7,700,20"

#NAME WINDOW_README_TEXT
"README.TXT contains additional information pertaining to the PCA761AW "
"sound card."

#NAME WINDOW_README_TEXT_LOC
"PB10,34,850,10"

#NAME WINDOW_README_HELP
"Help On Viewing README.TXT\x00"
"Help On Viewing README.TXT Goes Here!\x00"
"PCA761AW Installation Utility Version 1.0P"

#NAME WINDOW_README_TEXTBOX
""

#NAME WINDOW_README_TEXTBOX_LOC
"Nz10,42,850,90"

#NAME WINDOW_README_BUTTON_DONE
"&Done"

#NAME WINDOW_README_BUTTON_DONE_LOC
"NzA1_1,-25,180"

#NAME WINDOW_README_BUTTON_DONE_HELP
"Help On [Insert text here]\x00"
"[Insert text here].\x00"
"Press the Done button to return back to the Main Menu"

 -------------------------- Get PCA761AW Directory --------------------------

#NAME WINDOW_GET_INSTALL_DIR_LOC
"Gy10,40,900,100"

#NAME WINDOW_GET_INSTALL_DIR_TITLEBAR
"Install PCA761AW Software"

#NAME WINDOW_GET_INSTALL_DIR_LOGO
""

#NAME WINDOW_GET_INSTALL_DIR_LOGO_LOC
"PB45,35,700,23"

#NAME WINDOW_GET_INSTALL_DIR_TITLE
"Install PCA761AW Software"

#NAME WINDOW_GET_INSTALL_DIR_TITLE_LOC
"PB280,7,700,20"

#NAME WINDOW_GET_INSTALL_DIR_TEXT1
"Please enter the directory name to install PCA761AW software to:\n"

#NAME WINDOW_GET_INSTALL_DIR_TEXT1_LOC
"PB10,35,850,30"

#NAME WINDOW_GET_INSTALL_DIR_HELP
"Help On Install PCA761AW Software\x00"
"Help On Install PCA761AW Software Goes Here!\x00"
"If desired, change the PCA761AW directory. Press Accept to continue."

#NAME WINDOW_GET_INSTALL_DIR_EDITBOX
""

#NAME WINDOW_GET_INSTALL_DIR_EDITBOX_LOC
"Nz10,43,850,10"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CONTINUE
"A&ccept"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CONTINUE_LOC
"NzA1_2,-25,180"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CONTINUE_HELP
"Help On Install PCA761AW Software\x00"
"Press Accept once the PCA761AW directory has been selected.\x00"
"Accept the PCA761AW directory and continue with installation.\x00"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CANCEL
"C&ancel"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CANCEL_LOC
"NzA2_2,-25,180"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_CANCEL_HELP
"Help On Install PCA761AW Software\x00"
"Press cancel to abort installation and return to the main menu.\x00"
"Cancel installation.\x00"

#NAME WINDOW_GET_INSTALL_DIR_BUTTON_HELP_LOC
"Nz590,110,220"

 -------------------------- Get Windows Directory --------------------------

#NAME WINDOW_GET_WINDOWS_DIR_LOC
"Gy10,40,900,100"

#NAME WINDOW_GET_WINDOWS_DIR_TITLEBAR
"Install PCA761AW Software"

#NAME WINDOW_GET_WINDOWS_DIR_LOGO
""

#NAME WINDOW_GET_WINDOWS_DIR_LOGO_LOC
"PB45,35,700,23"

#NAME WINDOW_GET_WINDOWS_DIR_TITLE
"Install PCA761AW Software"

#NAME WINDOW_GET_WINDOWS_DIR_TITLE_LOC
"PB280,7,700,20"

#NAME WINDOW_GET_WINDOWS_DIR_TEXT1
"Please enter the directory name of your Microsoft Windows installation:\n"

#NAME WINDOW_GET_WINDOWS_DIR_TEXT1_LOC
"PB10,35,850,30"

#NAME WINDOW_GET_WINDOWS_DIR_HELP
"Help On Install PCA761AW Software\x00"
"Help On Install PCA761AW Software Goes Here!\x00"
"If desired, change the Microsoft Windows directory. Press Accept to continue."

#NAME WINDOW_GET_WINDOWS_DIR_EDITBOX
""

#NAME WINDOW_GET_WINDOWS_DIR_EDITBOX_LOC
"Nz10,43,850,10"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CONTINUE
"A&ccept"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CONTINUE_LOC
"NzA1_2,-25,180"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CONTINUE_HELP
"Help On Install PCA761AW Software\x00"
"Press Accept once the Microsoft Windows directory has been selected.\x00"
"Accept the Microsoft Windows directory and continue with installation.\x00"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CANCEL
"C&ancel"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CANCEL_LOC
"NzA2_2,-25,180"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_CANCEL_HELP
"Help On Install PCA761AW Software\x00"
"Press cancel to abort installation and return to the main menu.\x00"
"Cancel installation.\x00"

#NAME WINDOW_GET_WINDOWS_DIR_BUTTON_HELP_LOC
"Nz590,110,220"

 ---------------------------------- Error Messages ----------------------------

#NAME DISKETTE_ERROR
"Disk Error !!!\x00"
"Error %s on Drive %c."

#NAME ERROR_24_MESSAGES
"Write Protected Disk\x00"
"Unknown Unit\x00"
"Drive Not Ready\x00"
"Unknown Command\x00"
"Data Error (CRC)\x00"
"Bad Request\x00"
"Seek Error\x00"
"Unknown Media Type\x00"
"Sector Not Found\x00"
"Printer Out of Paper\x00"
"Write Fault\x00"
"Read Fault\x00"
"General Failure\x00"
"reserved\x00"
"reserved\x00"
"Invalid Disk Change\x00"

#NAME RED_COMBO_ITEM
"WARNING !!!"
"\x00"
"\n"
"  Selection Already Used\n"
"\n"
"    Possible Conflict !\n"
"\n"
"  Your Card May NOT Work\n"
"    Due to This Conflict"

 -----------------------------  Help Contexts --------------------------------

#NAME CSTMW_LOC
"Gy30,10,850,180"

#NAME CSTMW_HELP
"Custom Window"
"\x00"
"Enable/Disable the Check Boxes\n\n"
"Select Enabled Combo Box Values\n\n"
"Press OK     -- To Program the Selections\n\n"
"Press Cancel -- To Exit"

#NAME CSTMW_TITLE
"Custom Configuration"

#NAME CSTMW_CK_BX_SYNTH_LOC
"Gy25,10,805,20"

#NAME CSTMW_CK_BX_SYNTH_TXT
"PCA761AW Music --------- I/O Base        IRQ    Primary DMA Secondary DMA"

#NAME CSTMW_CK_BX_SYNTH_HELP
"Help for Enable/Disable PCA761AW Synthesizer"
"\x00"
"Enabling the Synthesizer also \n\n"
 "allows Enabling of the Codec,\n\n"
 "the Sound Blaster Emulation \n\n
 "and the MPU-401 Emulation\n\n"
 "Disabling the Synthesizer disables all."
"\x00"
"Enable or Disable PCA761AW Synthesizer"

#NAME CSTMW_SYNTH_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_SYNTH_IO_BASE_TXT
""        I/O Base"

#NAME CSTMW_COMBO_SYNTH_BASE_LOC
"Gy290,20,130,50"

#NAME CSTMW_COMBO_SYNTH_BASE_LIST_HELP
"Synth Base I/O Address Selection"
"\x00"
"Pull down the Combo box\n\n"
 "to display the legal values\n\n"
 "and select the desired value"
"\x00"
"Select from the Combo Box the I/O Base Address of the Synthesizer"

#NAME CSTMW_SYNTH_IRQ_LOC
"Gy1,1,0,0"

#NAME CSTMW_SYNTH_IRQ_TXT
""                             IRQ"

#NAME CSTMW_COMBO_SYNTH_IRQ_LOC
"Gy425,20,130,100"

#NAME CSTMW_COMBO_SYNTH_IRQ_LIST_HELP
"Selection of the Synthesizer IRQ\x00"
"Pull down the Combo Box\n\n"
 "and select the desired IRQ\n\n"
 "from the values displayed"
"\x00"
"Select the IRQ for the Synthesizer from the Combo Box"

#NAME CSTMW_SYNTH_DMA_LOC
"Gy1,1,0,0"

#NAME CSTMW_SYNTH_DMA_TXT
""                  DMA Primary"

#NAME CSTMW_COMBO_SYNTH_DMA_LOC
"Gy560,20,130,100"

#NAME CSTMW_SYNTH_DMA2_LOC
"Gy1,1,0,0"

#NAME CSTMW_SYNTH_DMA2_TXT
""                      DMA Secondary"

#NAME CSTMW_COMBO_SYNTH_DMA2_LOC
"Gy695,20,130,100"

#NAME CSTMW_COMBO_SYNTH_DMA_LIST_HELP
"Selection of the DMA Channel for the Synthesizer"
"\x00"
"Pull the combo box down and select\n\n"
 "the Desired DMA channel from the displayed values"
"\x00"
"Select the desired DMA channel from Combo Box"

#NAME CSTMW_CK_BX_CODEC_LOC
"Gy25,30,805,20"

#NAME CSTMW_CK_BX_CODEC_TXT
"PCA761AW Digital Audio"

#NAME CSTMW_CK_BX_CODEC_Help
"Enabling/Disabling the Codec"
"\x00"
"To Enable the Codec, check the box\n\n"
 "To Disable the Codec, remove the check\n\n"
 "Disabling the Codec also disables\n"
 "Sound Blaster Emulation and MPU-401 Emulation.\n\n"
 "Enabling allows Enabling or Disabling\n"
 "of these other features"
"\x00"
"Enable/Disable the Codec"

#NAME CSTMW_CODEC_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_CODEC_IO_BASE_TXT
""                   I/O Base"

#NAME CSTMW_COMBO_CODEC_BASE_LOC
"Gy290,40,130,100"

#NAME CSTMW_COMBO_CODEC_BASE_LIST_HELP
"Selection of the Codec I/O Base"
"\x00"
"Pull the combo box down\n\n"
 "select the desired i/o base from the list"
"\x00"
"Select the Codec I/O Base from Combo Box"

#NAME CSTMW_CK_BX_SB_EMUL_LOC
"Gy25,50,805,20"

#NAME CSTMW_CK_BX_SB_EMUL_TXT
"SB Digital Audio [DOS Games]"

#NAME CSTMW_CK_BX_SB_EMUL_HELP
"Enabling/Disabling Sound Blaster Emulation"
"\x00"
"Check the Box to Enable Sound Blaster Emulation\n\n"
 "Remove the Check to Disable.\n"
"\x00"
"Enable/Disable Sound Blaster Emulation"

#NAME CSTMW_EMUL_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_EMUL_IO_BASE_TXT
""        "I/O Base"

#NAME CSTMW_COMBO_EMUL_IO_BASE_LOC
"Gy1,1,0,0"
 "Gy230,120,150,100"

#NAME CSTMW_COMBO_EMUL_IO_BASE_LIST_HELP
"Selection of Sound Blaster I/O Base"
"\x00"
"Pull the Combo Box Down to Display\n"
 "the Legal Values for the I/O Base.\n\n"
 "Make your Selection"
"\x00"
"Select the Sound Blaster I/O Base from Combo Box"

#NAME CSTMW_EMUL_IRQ_LOC
"Gy1,1,0,0"

#NAME CSTMW_EMUL_IRQ_TXT
""          "IRQ"

#NAME CSTMW_COMBO_EMUL_IRQ_LOC
"Gy425,60,130,100"

#NAME CSTMW_COMBO_EMUL_IRQ_LIST_HELP
"Selection of Sound Blaster IRQ"
"\x00"
"Pull the Combo Box Down to Display\n"
 "the Legal Values for the IRQ.\n\n"
 "Make your Selection"
"\x00"
"Select the Sound Blaster IRQ from Combo Box"

#NAME CSTMW_EMUL_DMA_LOC
"Gy1,1,0,0"

#NAME CSTMW_EMUL_DMA_TXT
""
 "DMA"

#NAME CSTMW_COMBO_EMUL_DMA_LOC
"Gy560,60,130,100"
 "Gy230,140,150,100"

#NAME CSTMW_COMBO_EMUL_DMA_LIST_HELP
"Selection of Sound Blaster DMA"
"\x00"
"Pull the Combo Box Down to Display\n"
 "the Legal Values for the DMA.\n\n"
 "Make your Selection"
"\x00"
"Select the Sound Blaster DMA from Combo Box"

#NAME CSTMW_CK_BX_MPU401_LOC
"Gy25,70,805,20"

#NAME CSTMW_CK_BX_MPU401_TXT
"General MIDI Music [DOS Games]"

#NAME CSTMW_CK_BX_MPU401_HELP
"Enable/Disable MPU-401 Emulation"
"\x00"
"Enable MPU-401 Emulation with check.\n\n"
 "Disable by removing check."
"\x00"
"Enable/Disable the MPU-401 Emulation"

#NAME CSTMW_MPU401_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_MPU401_IO_BASE_TXT
""                        I/O Base"

#NAME CSTMW_COMBO_MPU401_BASE_LOC
"Gy290,80,130,100"



#NAME CSTMW_COMBO_MPU401_BASE_LIST_HELP
"Selection of MPU-401 Emulation Base Address"
"\x00"
"Pull down the list of Base Addresses.\n\n"
 "Select the Desired Base Address"
"\x00"
"Select the MPU-401 Emulation Base Address"

#NAME CSTMW_MPU401_IRQ_LOC
"Gy1,1,0,0"

#NAME CSTMW_MPU401_IRQ_TXT
""                    IRQ"

#NAME CSTMW_COMBO_MPU401_IRQ_LOC
"Gy425,80,130,100"


#NAME CSTMW_COMBO_MPU401_IRQ_LIST_HELP
"Selection of MPU-401 Emulation IRQ"
"\x00"
"Pull down the List of IRQ's\n\n"
 "Select the Desired IRQ Entry"
"\x00"
"Select the IRQ for MPU-401 Emulation"

#NAME CSTMW_CK_BX_CDROM_LOC
"Gy25,110,805,20"

#NAME CSTMW_CK_BX_CDROM_TXT
"PCA761AW CD-ROM Interface"

#NAME CSTMW_CK_BX_CDROM_HELP
"Enable/Disable the PCA761AW CD-ROM"
"\x00"
"Enable the PCA761AW CD-ROM with check\n\n"
 "Disable the PCA761AW CD-ROM with no check"
"\x00"
"Enable/Disable the PCA761AW CD-ROM"

#NAME CSTMW_CDROM_TYPE_LOC
"Gy1,1,0,0"

#NAME CSTMW_CDROM_TYPE_TXT
""
 "Type"

#NAME CSTMW_COMBO_CDROM_TYPE_LOC
"Gy1,1,0,0"
 "Gy635,75,150,100"

#NAME CSTMW_COMBO_CDROM_TYPE_LIST_HELP
"Selection of CD_ROM Type"
"\x00"
"Pull down list of CD_ROM Types.\n\n"
 "Select the desired CD_ROM Type."
"\x00"
"Select CD-ROM Type"

#NAME CSTMW_CDROM_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_CDROM_IO_BASE_TXT
""        I/O Base"

#NAME CSTMW_COMBO_CDROM_IO_BASE_LOC
"Gy290,120,130,100"

#NAME CSTMW_COMBO_CDROM_IO_BASE_LIST_HELP
"Selection of the CD-ROM Base Address"
"\x00"
"Pull down the list of CD_ROM I/O Base Addresses\n\n"
 "Select the Desired I/O Base Address"
"\x00"
"Select the CD-ROM I/O Base"

#NAME CSTMW_CDROM_AT_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_CDROM_AT_BASE_TXT
""
 "ATAPI Base"

#NAME CSTMW_COMBO_CDROM_AT_BASE_LOC
"Gy1,1,0,0"
 "Gy635,95,150,50"

#NAME CSTMW_COMBO_CDROM_AT_BASE_LIST_HELP
"Selection of the ATAPI CD-ROM Base Address"
"\x00"
"Pull down the list of ATAPI CD_ROM I/O Base Addresses\n\n"
 "Select the Desired ATAPI I/O Base Address"
"\x00"
"Select the ATAPI CD-ROM I/O Base"

#NAME CSTMW_CDROM_IRQ_LOC
"Gy1,1,0,0"

#NAME CSTMW_CDROM_IRQ_TXT
""                  IRQ"

#NAME CSTMW_COMBO_CDROM_IRQ_LOC
"Gy425,120,130,50"

#NAME CSTMW_COMBO_CDROM_IRQ_LIST_HELP
"Selection of CD_ROM IRQ"
"\x00"
"Pull down the list of IRQ values.\n\n"
 "Select from the List."
"\x00"
"Select the CD-ROM IRQ"

#NAME CSTMW_CDROM_DMA_LOC
"Gy1,1,0,0"

#NAME CSTMW_CDROM_DMA_TXT
""            DMA"

#NAME CSTMW_COMBO_CDROM_DMA_LOC
"Gy560,120,130,100"

#NAME CSTMW_COMBO_CDROM_DMA_LIST_HELP
"Selection of the CD_ROM's DMA Channel"
"\x00"
"Pull down the list of DMA values.\n\n"
 "Select the Desired DMA Channel from the list"
"\x00"
"Select the CD_ROM's DMA Channel"

#NAME CSTMW_CK_BX_GAME_PORT_LOC
"Gy25,90,805,20"

#NAME CSTMW_CK_BX_GAME_PORT_TXT
"Game Port"

#NAME CSTMW_CK_BX_GAME_PORT_HELP
"Enable/Disable the Game Port"
"\x00"
"Enable the Game Port with a Check\n\n"
 "Disable the Game Port by removing the check"
"\x00"
"Enable/Disable the Game Port"

#NAME CSTMW_GAME_PORT_IO_BASE_LOC
"Gy1,1,0,0"

#NAME CSTMW_GAME_PORT_IO_BASE_TXT
""                       I/O Base             0x201"

#NAME CSTMW_BUTTON_CONTINUE_LOC
  "NzA1_2,-25,180"
"NzA1_2,-25,180"


#NAME CSTMW_BUTTON_CONTINUE
"A&ccept"

#NAME CSTMW_BUTTON_CONTINUE_HELP
"The OK Button"
"\x00"
"Press the Accept Button to Accept the Displayed Options"
 " and Program the Card with these Values"
"\x00"
"Accept the Current Selections"

#NAME CSTMW_BUTTON_CANCEL_LOC
"NzA2_2,-25,180"

#NAME CSTMW_BUTTON_CANCEL
"C&ancel"

#NAME CSTMW_BUTTON_CANCEL_HELP
"Cancel Button"
"\x00"
"Do not Program the Card.\n\n"
"Exit this Screen and \n\n"
"Return to Previous Screen"
"\x00"
"Cancel"

#NAME CSTMW_COMBO_SYNTH_BASE_LIST
"X   220\x00"
"X   240\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_SYNTH_IRQ_LIST
"   10\x00"
"   11\x00"
"   12\x00"
"   15\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_SYNTH_DMA_LIST
"   1\x00"
"   3\x00"
"   5\x00"
"   6\x00"
"   7\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_SYNTH_DMA2_LIST
"   1\x00"
"   3\x00"
"   5\x00"
"   6\x00"
"   7\x00"
"   Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CODEC_BASE_LIST
"X   32C\x00"
"X   34C\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_EMUL_BASE_LIST
"X   220\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_EMUL_IRQ_LIST
"   5\x00"
"   7\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_EMUL_DMA_LIST
  "   0\x00"
"   1\x00"
  "   3\x00"
  "N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_MPU401_BASE_LIST
"X   330\x00"
"X   332\x00"
"X   334\x00"
"X   336\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_MPU401_IRQ_LIST
"   None\x00"
 "    3\x00"
 "    4\x00"
 "    5\x00"
 "    7\x00"
 "    9 (2)\x00"
 "   10\x00"
 "   11\x00"
 "   12\x00"
 "   15\x00"
 "N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CDROM_TYPE_LIST
"   ATAPI\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CDROM_IO_BASE_LIST
"X   168\x00"
"X   170\x00"
"X   1E8\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CDROM_AT_BASE_LIST
"X   376\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CDROM_IRQ_LIST
"   None\x00"
"    3\x00"
"    4\x00"
 "    5\x00"
 "    7\x00"
 "    9 (2)\x00"
"   10\x00"
"   11\x00"
"   12\x00"
"   15\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_CDROM_DMA_LIST
"   None\x00"
"   1\x00"
"   3\x00"
"   5\x00"
"   6\x00"
"   7\x00"
"N  Disabled\x00"
"\x00"

#NAME CSTMW_COMBO_GAME_PORT_BASE_LIST
"X   201\x00"
"N  Disabled\x00"
"\x00"

#NAME ENABLE_LOC
"Gy10,12,100,10"


#NAME ENABLE_TXT
"Enabled"

#NAME DISABLE_LOC
"Gy130,12,100,10"



#NAME DISABLE_TXT
"Disabled"

#NAME CURRENT_BAR_LENGTH
"475"

#NAME CURRENT_BAR_HEIGHT
"30"

#NAME CURRENT_BAR_HPOS
"110"

#NAME CURRENT_BAR_VPOS
"170"

#NAME MAXIMUM_BAR_LENGTH
"475"

#NAME MAXIMUM_BAR_HEIGHT
"30"

#NAME MAXIMUM_BAR_HPOS
"110"

#NAME MAXIMUM_BAR_VPOS
"220"

  THE ORDER OF THE DATA IN THE NEXT THREE STRINGS IS VIDAL
  0123456789ABCD -
  01             colors left
  23             colors top
  45             colors right
  67             colors bottom
  89             color  fill and border
  A              line width
  B              border width
  C              Do fill
  D              # of ticks, 0=none, 1= 1/2, 2=1/3, 3=1/4, 4=1/5... n=1/(n+1)
  EF             colors of ticks less
  01             colors of ticks more
  2              size of max tick in % 0-100
  3              positioning of ticks      0-100 from top
				      255-(0-100) from bottom

#NAME FOREGROUND_RECT
 000102030405060708090a0b0c0d0e0f10111213
'08070807010701070701010001070f0f00003280'
  '08070807010701070701010001'

#NAME MIDDLEGROUND_RECT
 000102030405060708090a0b0c0d0e0f10111213
'0807080708090907070901000100000000000000'
  '080708070e070e070707010001'

#NAME BACKGROUND_RECT
 000102030405060708090a0b0c0d0e0f10111213
'0F070F0708070807070F01050100000000000000'
  '0F070F0708070807070F010501'

#NAME BACKGROUND_COLOR
'0300'
'0100'

#NAME ENOMEM_MSG
"Configuration Failure\x01"
"Not enough memory to decompress software.\n\n"
"Please refer to your manual or call technical support."

#NAME SETUP_FAILED_MSG
"Configuration Failure\x01"
"Installation and Configuration did not complete successfully.\n\n"
"Please refer to your manual or call technical support."

#NAME CONFIG_COMPLETE_MSG
"Configuration\x01"
"CONFIG is now complete.  Press Continue to finish the installation."

#NAME REMOVE_FLOPPY_MSG
"Configuration\x01"
"Please remove the floppy disk in drive A: and "
"press Continue to restart your system."

#NAME WAVE32_MSG
" - PCA761AW Configuration Utility\n"
  "Copyright 1996 Philips Business Electronics.  All Rights Reserved.\n\n"

#NAME TRAILER1_MSG
"\nCONFIG with no parameters in the current configuration will"

#NAME TRAILER2_MSG
" allows you to update\nIW.INI via the custom screen and exit CONFIG.\n"

#NAME TRAILER3_MSG
" perform a complete\ninstallation.\n"

#NAME HELP_MSG
"Usage:   [drive][dir]CONFIG options\n\n"
"Options: /HELP gets this help screen\n\n"
"         /INSTALL performs a complete software installation\n"
"          (default for a fresh installation)\n\n"
"         /CHANGE jumps directly to custom SETUP, updates IW.INI, and exits\n"
"         /CHANGE jumps directly to custom CONFIG, updates IW.INI, and exits\n"
"          (default for an existing installation)\n\n"
"         /DETECT writes system configuration to DETECT.LOG and terminates\n"
"\n"
"Misc:    /CUSTOM jumps directly to the custom CONFIG screen\n"
"         /EXPRESS jumps directly to express CONFIG screen\n"

#NAME SECRETS_MSG
"\n"
"Secret:  /SKIPABOUTBOX skips the about box window\n"
"         /DONTCOPYFILES avoids copying files to your hard disk\n"
"         /CLEANUPREBOOT deletes "

#NAME SECRETS2_MSG
" and reboots system\n"
"         /CLEANUP deletes "

#NAME SECRETS3_MSG
" and exists to DOS\n"
"         /NOLOGO does not display the copyright message\n"

#NAME BAD_COMMAND_LINE_MESSAGE
"Unrecognized command line option.  Please type CONFIG /HELP for help.\n"

#NAME FILENAME_ERROR_MSG
"Configuration Error\x01"
"%s.  Please correct the problem by changing the conflicting resource "
"or by disabling one of the two devices. "

#NAME RESTART_MSG
"Configuration\x01"
"CONFIG has saved any changes made to your "
"configuration.\n  Press Continue to finish the configuration.\n"
"  If you are in Windows DOS Prompt,\n"
"Please exit windows then reboot your system.\n\n"  
"  Otherwise, Please reboot your system now to\n"
"activate the PCA761AW audio card.\n\n"

#NAME RESTART_MSG_NO_REBOOT
"Configuration\x01"
"CONFIG has saved any changes made to your "
"configuration.\n  Press Continue to finish the installation.\n\n"
"  If you are in Windows DOS Prompt,\n"
"Please exit windows then reboot your system.\n\n"  
"  Otherwise, Please reboot your system now to\n"
"activate the PCA761AW audio card.\n\n"


#NAME REQUEST_REBOOT_MSG
"Configuration Complete.\n\n"
"If you are in Windows DOS Prompt,\n"
"Please exit windows then reboot your system.\n\n"  
"Otherwise, Please reboot your system now to\n"
"activate the PCA761AW audio card.\n\n"

#NAME REMOVE_FLOPPY2_MSG
"Configuration\x01"
"Please remove the floppy disk in drive A: and "
"press Continue to restart your system."

#NAME CANT_README_MSG
"Configuration\x01"
"Couldn't read README.TXT."

#NAME INVALID_DRV_MSG
"Configuration Error\x01"
"An invalid drive and/or directory was specified. "
"Please correct the drive and/or directory letter "
"and try again."

#NAME VALIDATE_CHOICE
"Configuration\x01"
"CONFIG will install the sound card software to %s. "
"If this is correct, choose continue.  If this is not "
"the correct directory, choose cancel."

#NAME INVALID_DRIVE_MSG
"Configuration Error\x01"
"Drive %c is not a valid drive letter. "
"Please correct the drive letter and try again."

#NAME ID_TITLE_ACTIVE_COLOR
 '0f08'                         white letters on dark grey background
'0f02'                          white letters on dark green background

#NAME CANNED_EXPRESS_SETUP
'01000100'  Enable Synth
'01000100'  Enable Codec
'01000100'  Enable SB Emulation
'01000100'  Enable MPU401
  '01000100'  Enable CD  // original
'01000000'  Enable CD    // no cd on winhec
'01000100'  Enable Gameport
'01002002'  IwSynth1.IoBase[0]
'01000a00'  IwSynth1.Irq
'01000700'  IwSynth1.Dma
'01004002'  IwSynth2.IoBase[1]
'01000a00'  IwSynth2.Irq
'01000600'  IwSynth2.Dma
'01002C03'  IwCodec.IoBase[0]
'00008803'  IwSb.IoBase[0]
'01000500'  IwSb.Irq
'01000100'  IwSb.Dma
'01003003'  IwMpu.IoBase[0]
'01000900'  IwMpu.Irq
'01007001'  IwCd.IoBase[0]
'01007603'  IwCd.IoBase[1]
'01000f00'  IwCd.Irq
'0100ffff'  IwCd.Dma

#NAME CD_ROM_DRIVER_NAME
"ADVDEVCD.SYS"

#NAME SCANNING_MESSAGE
"System Resource Scan\x01"
"\n\n"
"      System Busy\n\n"
"Scanning for Resource Usage\n\n"
"     Please Wait...\n"
"\x01  "

#NAME IW_ADDITIONS
"REM [PCA761AW Additions]"

#NAME IW_ADDITIONS_PLUSSES
"REM [PCA761AW Additions + ]"

#NAME IW_ADDITIONS_CR
"REM [PCA761AW Additions]\n"

#NAME SEMI_IW_ADDITIONS
"; PCA761AW Additions"

#NAME IW_ADDITIONS_EMM386
"REM [New EMM386.EXE added by PCA761AW]"

#NAME UPDATING_MESSAGE
"System Information Update\x01"
"\n\n"
"        System Busy\n\n"
"Updating System Information\n\n"
"       Please Wait..."

#NAME CODECFAILMSG
" because the PCA761AW Synthesizer is disabled"

#NAME SBFAILMSG
" because the PCA761AW Synthesizer is disabled"

#NAME MPUFAILMSG
" because the PCA761AW Sound Blaster is disabled"

#NAME DEVICE_DefaultSynth1
"PCA761AW Synth"

#NAME DEVICE_DefaultSynth2
"PCA761AW Synth"

#NAME DEVICE_DefaultCodec
"PCA761AW Codec"

#NAME DEVICE_DefaultSb
"PCA761AW Sound Blaster"

#NAME DEVICE_DefaultMpu
"PCA761AW MPU-401"

#NAME DEVICE_DefaultCd
"PCA761AW CD-ROM"

#NAME DEVICE_DefaultGame
"PCA761AW Game Port"

#NAME DISABLE_ATAPI_TXT
"DISABLE"

#NAME ATAPI_TXT
"ATAPI"

#NAME NONE_TXT
"NONE"

#NAME MPU_X_SB_IRQ
"SB Digital Audio and General MIDI (MPU-401) cannot "
"share the same IRQ (interrupt) line"

#NAME MPU_X_SYNTH_IRQ
"Synthesizer and General MIDI (MPU-401) cannot "
"share the same IRQ (interrupt) line"

#NAME MPU_X_CD_IRQ
"General MIDI (MPU-401) and CD-ROM interface cannot "
"share the same IRQ (interrupt) line"

#NAME SYNTH_X_SB_IRQ
"Synthesizer and SB Digital Audio cannot "
"share the same IRQ (interrupt) line"

#NAME SB_X_CD_IRQ
"SB Digital Audio and CD-ROM interface cannot "
"share the same IRQ (interrupt) line"

#NAME CD_X_SB_DMA
"SB Digital Audio and CD-ROM interface cannot "
"share the same DMA (direct memory access) channel"

#NAME CD_X_SYNTH_IRQ
"Synthesizer and CD-ROM interface cannot "
"share the same IRQ (interrupt) line"

#NAME SYNTH_X_CD_DMA
"Synthesizer and CD-ROM interface cannot "
"share the same DMA (direct memory access) channel"

#NAME DIVIDE_BY_0
"\nInteger Divide by 0 Error.\n" //  SP = %p\n"
"BP   DI   SI   DS   ES   DX   CX   BX   AX   IP   CS   FLAGS\n"

#NAME SEARCHING_SOFTWARE
"Searching for %s software."

#NAME PLEASE_WAIT
"Please wait..."

#NAME ERROR_SEARCHING
"Error searching for %s software"

#NAME SEARCHING_WINDOWS
"Searching for Microsoft Windows."

#NAME FOUND_WINDOWS
"Windows installation found.\n"

#NAME WIN_DIR
"\\WINDOWS"

#NAME COLON_WIN_DIR
":\\WINDOWS"

#NAME WINDOWS_NOT_FOUND
"Windows installation not found.\n"

#NAME SYSTEM
"SYSTEM"

#NAME SEARCHING_WIN_ERROR
"Error searching for Microsoft Windows"

#NAME INSTALLING
"Installing "

#NAME WIN_DRV_ETAL
" Windows drivers and software to "

#NAME CALC_DISK_SPACE
"Calculating Disk Space"

#NAME CONFIG_ERROR
"Configuration Error\x01"

#NAME NO_DISK
"Not enough disk space free on drive %c:\\.\n\n"
"Please free some space on drive %c: and rerun SETUP."

#NAME COPYING_FILES
"Copying Files"

#NAME ERROR_COPYING_FILES
"Error copying files"

#NAME WARNING
"WARNING: "

#NAME NOT_INSTALLED
" NOT INSTALLED SUCCESSFULLY.\n"

#NAME UPDATE_CONFIG
"Updating configuration files."

#NAME INSTALL_COMPLETE
"Installation complete"

#NAME OK_INSTALLED
" Successfully Installed\n"

#NAME CONFIGURATION
"Configuration\x01"

#NAME DISPLAY_SETUP
"The %s audio system is installed.  When setting up DOS "
"games to use this sound card, configure them to use the "
"following selections (please make a note of them now):\n\n"
"Digital Audio\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"MIDI Music (best)\n"
"     General MIDI (MPU-401) Compatible, I/O %x, IRQ %d\n\n"
"If the game does not support General MIDI (MPU-401) Music, "
"try one of the selections below:\n\n"
"FM Music #1\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"     OR\n\n"
"FM Music #2\n"
"     Adlib (OPL-2) Compatible, I/O %x"

#NAME DISPLAY_SETUP_NO_MPU_IRQ
"The %s audio system is installed.  When setting up DOS "
"games to use this sound card, configure them to use the "
"following selections (please make a note of them now):\n\n"
"Digital Audio\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"MIDI Music (best)\n"
"     General MIDI (MPU-401) Compatible, I/O %x\n\n"
"If the game does not support General MIDI (MPU-401) Music, "
"try one of the selections below:\n\n"
"FM Music #1\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"     OR\n\n"
"FM Music #2\n"
"     Adlib (OPL-2) Compatible, I/O %x"

#NAME DISPLAY_SETUP2
"The %s audio system is installed.  When setting up DOS "
"games to use this sound card, configure them to use the "
"following selections (please make a note of them now):\n\n"
"Digital Audio\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"FM Music #1\n"
"     Sound Blaster (8-bit) Compatible, I/O %x, IRQ %d, DMA %d\n\n"
"     OR\n\n"
"FM Music #2\n"
"     Adlib (OPL-2) Compatible, I/O %x"

#NAME DISPLAY_WIN_ONLY
"The %s audio system is installed for Microsoft Windows"
" operation only."

#NAME COPYING_FILE
"Copying "

#NAME TO
" to "

#NAME GETPROFILE
"GetProfile for "

#NAME RETURNED
" returned "

#NAME INVOKE_IWINIT
"\tInvoked IWINIT program: "

#NAME ERROR_IWINIT
"\tAn error occured invoking IWINIT program.\n"

#NAME ERROR
"\tError = "

#NAME ENOENT_TXT
"(ENOENT) - Path or file not found\n"

#NAME ENOEXEC_TXT
"(ENOEXEC) - Exec format error\n"

#NAME ENOMEM_TXT
"(ENOMEM) - Not enough memory\n"

#NAME UNKNOWN_ERR_TXT
"(Unknown error)\n"

#NAME pREM_CD
"REM CD-ROM Driver "

#NAME COPIED_TO_FILE
" copied to file "

#NAME FILE_DELETE_LIST
"audiosta.ini\x00"     // list of files to be deleted
"\x00"                 // termination of file list        

#NAME INPORTB
"inportb  "

#NAME OUTPORTB
"outportb "

#NAME T_IRQ
"\tIRQ "

#NAME TIMER8254
" (8254 timer)"

#NAME KEYBOARD
" (keyboard)"

#NAME CASCADE
" (cascade)"

#NAME FLOPPY
" (AT floppy controller)"

#NAME RTC
" (AT CMOS RTC)"

#NAME MATH
" (coprocessor)"

#NAME DISK
" (ATA/IDE hard disk)"

#NAME UNMASK
" unmasked at PIC.\n"

#NAME IRQ_DISABLED
"\tGeneric IRQ test disabled.\n"

#NAME GENERIC_DMA
"GenericDMATest\n"

#NAME DMA_CHANNEL
"\tDMA Channel "

#NAME IN_USE
" in use.\n"

#NAME DMA_DISABLED
"\tGeneric DMA test disabled.\n"

#NAME UNKNOWN_DEV
"Unknown device"

#NAME ALL_IOS_OCCUPIED
" because all I/O ranges are occupied"

#NAME MPU_THERE
" because MPU-401 already present"


#NAME SB_THERE
" because a SoundBlaster or Adlib card is already present"

#NAME IO_OCCUPIED
" because I/O range is occupied"

#NAME ALL_IRQS_GONE
" because all IRQs are occupied"

#NAME ALL_DMAS_GONE
" because all DMA channels in use"

#NAME DUMP_HEADER_0
"\n"
"===============================================================\n"

#NAME DUMP_HEADER_1
" I/O, IRQ, and DMA assignments\n"
"===============================================================\n"
"\n"

#NAME SYNTHBASE_0
" Synth 2x0 Base          = 0x"

#NAME SYNTHBASE_1
" Synth 3x0 Base          = 0x"

#NAME SYNTH_IRQ
" Synth IRQ1/IRQ2         = "

#NAME SYNTH_IRQ1
" Synth IRQ1              = "

#NAME SYNTH_IRQ2
" Synth IRQ2              = "

#NAME SYNTH_DMA
" Synth/Codec DMA 1       = "

#NAME SYNTH_DMA_2
" Synth/Codec DMA 2       = "

#NAME SYNTH_DISABLED
" Synth disabled"

#NAME CODEC_BASE
" Codec Base              = 0x"

#NAME CODEC_DISABLED
" Codec disabled"

#NAME SB_BASE
" Sound Blaster Base      = 0x"

#NAME SB_BASE_2
" Sound Blaster (FM) Base = 0x"

#NAME SB_IRQ
" Sound Blaster IRQ       = "

#NAME SB_DMA
" Sound Blaster DMA       = "

#NAME SB_DISABLED
" Sound Blaster disabled"

#NAME MPU_BASE
" MPU-401 Base            = 0x"

#NAME MPU_IRQ
" MPU-401 IRQ             = "

#NAME MPU_DISABLED
" MPU-401 disabled"

#NAME CD_BASE
" CD-ROM Base             = 0x"

#NAME CD_IRQ
" CD-ROM IRQ              = "

#NAME CD_DISABLED
" CD-ROM disabled"

#NAME GP_BASE
" Game Port Base          = 0x"

#NAME GP_DISABLED
" Game Port disabled"

#NAME NO_ATAPI_ON
"\tATAPI not found on "

#NAME CARD_IN
" card in "

#NAME SLAVE
"Slave "

#NAME MASTER
"Master"

#NAME ATAPI_FOUND
"\tATAPI found on "

#NAME HEX_DATA
"\tHex data\n\t"

#NAME ATAPI_TEST
"AtapiIwTest\n"

#NAME ATAPI_DISABLED
"\tAtapiIwTest disabled\n"

#NAME NO_ATAPI
"\tAtapiIwTest disabled because "

#NAME NOT_FOUND
" not found\n"

#NAME DMA_CHANNEL_I
"DMA Channel %d"

#NAME NOPNP
"Plug & Play Configuration Manager Not Present\n"
"Looking for "

#NAME CARD_VEN_ID
" card using vendor ID \""

#NAME CARD_FND_PORT
" card found.  Read data port = 0x"

#NAME AUDIO_ACTIVE
"Audio Active = "

#NAME ADLIB_ACTIVE
"Adlib Active = "

#NAME MPU_ACTIVE
"Mpu401 Active = "

#NAME EXT_ACTIVE
"Ext Active = "

#NAME GP_ACTIVE
"Game Active = "

#NAME CARD_NOT_FOUND
" card NOT found\n\n"

#NAME GOT_PNP
"PnP manager present!\n"

#NAME DYN_ASS
"\n*** Dynamically assigning resources ***\n\n"

#NAME EXPRESS_SETUP
"Express Setup\x00"
"Do you want to continue setup or cancel?\n"

#NAME _NONE
" None"

#NAME FLOP_REMOV
"Drive %c: is a floppy or removable disk. "
"Please select a different drive and try again."

#NAME ONLY_1_LEVEL
"The installation directory specified is cannot be more than "
"one level deep.  Please specify a single level subdirectory."

#NAME NO_ROOT
"The installation directory specified cannot be the root "
"directory on a drive.  Please specify a single level "
"subdirectory."

#NAME NO_SPACE
"Not enough disk space free on drive %c:.  To install the "
"audio software requires %s of free disk space.  Drive %c "
"has only %s of free disk space.  Either choose a different "
"drive letter, or exit CONFIG and make more room available on "
"drive %c."

#NAME INVALID_DRIVE
"An invalid drive and/or directory was specified. "
"Please correct the drive and/or directory letter "
"and try again."

#NAME WIN_INS
"CONFIG will install the Windows sound card drivers and "
"libraries to %s.  If this is correct, choose continue.  "
"If this is not the correct directory, choose cancel."

#NAME INVALID_DRIVE_LETTER
"Drive %c is not a valid drive letter. "
"Please correct the drive letter and try again."

#NAME WIN_1_LEVEL
"The Windows directory specified is cannot be more than "
"one level deep.  Please specify a single level subdirectory."

#NAME NO_WIN_ROOT
"The Windows directory specified cannot be the root "
"directory on a drive.  Please specify a single level "
"subdirectory."

#NAME NOT_WIN_DIR
"The directory specified does not appear to be "
"a Microsoft Windows directory; the file WIN.COM "
"could not be found there. If the directory is correct "
"(or you do not have Microsoft Windows installed "
"on your system), choose Continue.  If you wish to "
"change the directory name, choose Cancel."

#NAME NO_WIN_SPACE
"Not enough disk space free on drive %c:.  To install the "
"Windows drivers and libraries requires %s of free disk space.  "
"Drive %c has only %s of free disk space.  Either choose a "
"different Windows installation, or exit CONFIG and make more "
"room available on drive %c."

#NAME WIN2_X
"Microsoft Windows/386 2.x running"

#NAME MS_WIN
"Microsoft Windows "

#NAME RUNNING
" running\n"

#NAME SYSTEMRESOURCES
"8237 DMA Controller 1\X00
"8259 Master PIC\X00"
"8254 Timer\X00"
"Keyboard Controller\X00"
"CMOS Real Time Clock\X00"
"DMA Page Registers\X00"
"8259 Slave PIC\X00"
"8237 DMA Controller 2\X00"
"Math Coprocessor\X00"
"Hard Disk Controller\X00"
"AT Floppy Controller\X00"
"\X00"

#NAME SERIAL_PORT_ENCODE
"Serial Port COM1"

#NAME PARALLEL_PORT_ENCODE
"Printer Port LPT1"

#NAME GAMEPORT
"Game Port"

#NAME DEVICE_ADLIB
"Adlib sound card"

#NAME DEVICE_SOUNDBLASTER
"Sound Blaster sound card"

#NAME DEVICE_MPU401
"MPU-401 MIDI Interface"

#NAME DEVICE_ATAPI
"Atapi CD-ROM drive"

#NAME DEVICE_BUSMOUSE
"Bus Mouse"

#NAME DEVICE_HPMOUSE
"HP Mouse"

#NAME DEVICE_INPORTMOUSE
"Inport Mouse"

#NAME DEVICE_PS2MOUSE
"PS/2 Mouse"

#NAME DEVICE_UNKNOWNDEV
"Unknown device"

#NAME BAT_FILE_NAME
"IWR.BAT\x00"
"IWUNINST.BAT"

#NAME UNINSTALL_ALL
"Uninstall\x01"
"Uninstall PCA761AW Software\n\n"
"*  Deletes PCA761AW files.\n"
"*  Removes references from\n"
"     system files.\n"    Config.sys and Autoexec.bat\n *  Requests reboot.
"\x01"
""

#NAME UNINSTALL_BAT
"@ECHO OFF\x0a\x00"
"BREAK OFF\x0a\x00"
 "CTTY NUL\x0a\x00"
"%s\\config /uninstall\x0a\x00"
"command /c\x0a\x00"
"del %s\\config.exe\x0a\x00"
"del %s\\config.log\x0a\x00"
"rd %s\x0a\x00"
"IF EXIST C:\\windows\\system\\interwav.drv del C:\\windows\\system\\interwav.drv\x0a\x00"
"IF EXIST C:\\windows\\system\\viwd.386      del C:\\windows\\system\\viwd.386\x0a\x00"
"IF EXIST C:\\windows\\PCA761AW.grp          del C:\\windows\\PCA761AW.grp\x0a\x00"
"@ECHO You should reboot\x0a\x00"    > CON\x0a\x00"
"@ECHO your system as soon\x0a\x00"  > CON\x0a\x00"
"@ECHO as it is convenient\x0a\x00"  > CON\x0a\x00"
 "CTTY CON\x0a\x00"
"BREAK ON\x0a\x00"
"\x00\x00"                                    // END term'd w/ 2nd zero

#NAME INTERWAV_GRP
"PCA761AW.GRP"

#NAME LAST_GASP
"DEL IWR.BAT\X0D"

#NAME LAST_1
"LAST_STRING:1234"

#END_OF_FILE

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 1.70