⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 national.ini

📁 PLC相关-656M.zip
💻 INI
📖 第 1 页 / 共 2 页
字号:
;****************************************************************************
;*                          File NATIONAL.INI
;*                         (US English version)
;*
;*   This file contains the language-specific script for the registry
;*                        processing during setup
;*
;*         Copyright (c) Award Software International Inc., 1993-1998.
;*                             All rights reserved.
;*
;****************************************************************************

;**************************************************************************
;**             Language-specific PCDRVM registry entries                **
;**************************************************************************
;[PCDRVM.SYS]
\registry\machine\System\CurrentControlSet\Services\%SETUP_DRVAPPNAME%\ExclusionsList
    NumberOfRecords = REG_DWORD 1
; Note: drivers must be specified without .SYS extension
    1 = REG_SZ TDKFLY, The driver for TDK NF 100 card fully supports Plug-and-Play and therefore must be not stopped on Slot Power-off or on PnP operations with the card. Ignore next warning!

;**************************************************************************
;**                  Language-specific GUI settings                      **
;**************************************************************************
;
; CardWare can run in different User Levels. User Level 1 means 'most
; experienced user', where most or all PCCARD and PCTRAY menues will be
; enabled. Higher number for User Level is for less experienced user,
; where more menues will be disabled. Below, default names for User
; Levels are defined. CardWare will run in 'CurrentUserLevel' after
; installation. However, User Level names and 'CurrentUserLevel' can be
; changed in registry after CardWare is installed.
;
\registry\machine\software\Award Software\CardWare\%SETUP_REVISION%\GUI\UserLevel
    0 = REG_SZ Reserved
    1 = REG_SZ Expert
    2 = REG_SZ Intermediate
    3 = REG_SZ Beginner
    CurrentUserLevel = REG_DWORD 2

;**************************************************************************
;**             Language-specific PCCARD registry entries                **
;**************************************************************************
;
; A user can hide PCCARD menu items always, or for some User Levels.
; In following section for PCCARD menu, the values have following meaning:
; 'REG_DWORD -1' - Menu item is always enabled (default value)
; 'REG_DWORD 0'  - Menu item is always disabled
; 'REG_DWORD 1'  - Menu item is enabled only if User Level = 1
; 'REG_DWORD 2'  - Menu item is enabled only if User Level = 1 or 2
; 'REG_DWORD N'  - Menu item is enabled only if User Level = 1,2,..,or N
;
; Menu hiding can also be done after installation of CardWare in the
; PCCARD\Menu_Settings registry key.
; Note: menu hiding will be applied only if the value 'TechnicalSupport' in
;       'HKEY_LOCKAL_MACHINE\SOFTWARE\Award SoftWare\CardWare\V600'
;       is 0. Otherwise all menues will be shown (settings below ignored).
;
; !!! VERY IMPORTANT NOTE FOR TRANSLATION (and for adding new entries): !!!
;---------------------------------------------------------------------------
; Values names in this section are created in following way:
;
; DisMenuXXX_YYY, where XXX is popup menu name, and YYY is menu item.
;
; For example: if popup menu name is "&Options" and value item name is
; "Resource &Management..." then value name is
; "DisMenuOptions_ResourceManagement".
;
; Be aware that any symbols like " .,\/~!@#$%^&*()+=-{}[]" which occur
; in the RC file, are removed from the value name.
;
; On translation of the values below, the XXX and YYY parts must be
; translated exactly to the same text as in
; \source\clients\pccard\res\pccard.rc (except special symbols
; mentioned above).
; The 'DisMenu' prefix must be NOT translated to foreign language.

;[PCCARD.EXE]
\registry\machine\SOFTWARE\Award Software\CardWare\%SETUP_REVISION%\%SETUP_DRVAPPNAME%\Menu_Settings
    DisMenuCards_AnyCard                    = REG_DWORD  1
    DisMenuCards_Delete                     = REG_DWORD  2
    DisMenuCards_Exit                       = REG_DWORD -1

    DisMenuDevices_New                      = REG_DWORD  1
    DisMenuDevices_Edit                     = REG_DWORD  2
    DisMenuDevices_Rename                   = REG_DWORD  1
    DisMenuDevices_Delete                   = REG_DWORD  1

    DisMenuOptions_EventNotifications       = REG_DWORD  2
    DisMenuOptions_LoadControl              = REG_DWORD  1
    DisMenuOptions_ResourceManagement       = REG_DWORD  1
    DisMenuOptions_PCDiskOptions            = REG_DWORD  2
    DisMenuOptions_PCDRVMOptions            = REG_DWORD  2
    DisMenuOptions_PCCardDatabase           = REG_DWORD  1
    DisMenuOptions_AutoconfigurationSetup   = REG_DWORD  2
    DisMenuOptions_DisableBeeps             = REG_DWORD -1

    DisMenuInfo_CardServicesInfo            = REG_DWORD  2
    DisMenuInfo_ClientInfo                  = REG_DWORD  2

    DisMenuView_Toolbar                     = REG_DWORD  2
    DisMenuView_StatusBar                   = REG_DWORD  2
    DisMenuView_100                         = REG_DWORD  2
    DisMenuView_75                          = REG_DWORD  2
    DisMenuView_50                          = REG_DWORD  2
    DisMenuView_25                          = REG_DWORD  2
    DisMenuView_Freescale                   = REG_DWORD  2
    DisMenuView_Alwaysontop                 = REG_DWORD -1
    DisMenuView_Adjustsocketsinline         = REG_DWORD -1
    DisMenuView_Adjustsocketsincolumn       = REG_DWORD -1
    DisMenuView_Adjustsocketstodefault      = REG_DWORD -1
    DisMenuView_Adjustwindowtocontents      = REG_DWORD  2
    DisMenuView_Framesettings               = REG_DWORD  2
    DisMenuView_SocketSettings              = REG_DWORD  2
    DisMenuView_SaveSettingsonexit          = REG_DWORD  2

    DisMenuHelp_Contents                    = REG_DWORD -1
    DisMenuHelp_SearchforHelpon             = REG_DWORD -1
    DisMenuHelp_HowtoUseHelp                = REG_DWORD -1
    DisMenuHelp_AboutPCCARD                 = REG_DWORD -1

;**************************************************************************
;**             Language-specific PCTRAY registry entries                **
;**************************************************************************
;
; A user can hide PCTRAY menu items always, or for some User Levels.
; In following section for PCCARD menu, the values have following meaning:
; 'REG_DWORD -1' - Menu item is always enabled (default value)
; 'REG_DWORD 0'  - Menu item is always disabled
; 'REG_DWORD 1'  - Menu item is enabled only if User Level = 1
; 'REG_DWORD 2'  - Menu item is enabled only if User Level = 1 or 2
; 'REG_DWORD N'  - Menu item is enabled only if User Level = 1,2,..,or N
;
; Menu hiding can also be done after installation of CardWare in the
; PCTRAY\Menu_Settings registry key.
; Note: menu hiding will be applied only if the value 'TechnicalSupport' in
;       'HKEY_LOCKAL_MACHINE\SOFTWARE\Award SoftWare\CardWare\V600'
;       is 0. Otherwise all menues will be shown (settings below ignored).
;
; !!! VERY IMPORTANT NOTE FOR TRANSLATION (and for adding new entries): !!!
;---------------------------------------------------------------------------
; Values names in this section are created in following way:
;
; DisMenuXXX_YYY, where XXX is popup menu name, and YYY is menu item.
;
; For example: if popup menu name is "&Options" and value item name is
; "Resource &Management..." then value name is
; "DisMenuOptions_ResourceManagement".
;
; Be aware that any symbols like " .,\/~!@#$%^&*()+=-{}[]" which occur
; in the RC file, are removed from the value name.
;
; On translation of the values below, the XXX and YYY parts must be
; translated exactly to the same text as in
; \source\clients\pctray\res\stres.rc (except special symbols
; mentioned above).
; The 'DisMenu' prefix must be NOT translated to foreign language.

;[PCTRAY.EXE]
\registry\machine\SOFTWARE\Award Software\CardWare\%SETUP_REVISION%\%SETUP_DRVAPPNAME%\Menu_Settings
    DisMenu_OpenPCCardControl           = REG_DWORD -1
    DisMenu_Notifications               = REG_DWORD  2
    DisMenu_Autoconfigurationsetup      = REG_DWORD  2
    DisMenu_PCDiskOptions               = REG_DWORD  2
    DisMenu_PCCardOptions               = REG_DWORD  2
    DisMenu_PCCardDatabase              = REG_DWORD  1
    DisMenu_Disablebeeps                = REG_DWORD -1
    DisMenu_CardServicesInfo            = REG_DWORD  2
    DisMenu_ClientInfo                  = REG_DWORD  2
    DisMenu_AboutPCTray                 = REG_DWORD -1
    DisMenu_DisablePCCardTrayIcon       = REG_DWORD  2

;**************************************************************************
;**                Language-specific Platform entries                    **
;**************************************************************************
;
; Example: Following entry must be added in NATIONAL.INI, if for platform
;          'xxx' the socket names should be by default 'Slot A'...'Slot D',
;          in View2 'Slot V2-A'/'Slot V2-B' and in View4 'Slot V4-A'...
;          'Slot V4-D'. Same for other language-specific REG.INI entries.
;
; Notes:   1. By default, '...\%PCCARD_NAME%\Socket_Names' socket names
;             are used for all views. If socket names are specified
;             explicitely for a view (e.g. View2 and View4 in example
;             below), they are used instead for the view.
;          2. It's also possible to add socket-name entries in the
;             platform-specific section in REG.INI, but since socket
;             names are language-specific, they should be added in
;             NATIONAL.INI to simplify translation. Same for other

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -