modlibinfo.bas

来自「an example of programming philips pegoda」· BAS 代码 · 共 49 行

BAS
49
字号
Attribute VB_Name = "modLibInfo"
'
'         Copyright (c), Philips Semiconductors Gratkorn / Austria
'
'                     (C)PHILIPS Electronics N.V.2000
'       All rights are reserved. Reproduction in whole or in part is
'      prohibited without the written consent of the copyright owner.
'  Philips reserves the right to make changes without notice at any time.
' Philips makes no warranty, expressed, implied or statutory, including but
' not limited to any implied warranty of merchantability or fitness for any
'particular purpose, or that the use will not infringe any third party patent,
' copyright or trademark. Philips must not be liable for any loss or damage
'                          arising from its use.
' $Workfile:: LibInfo.h                                                 $
' Comment: Defines LibInfo keys
' Functions:

Public Enum LIBINFO
        MFPORT_VERSION
        MFPORT_BUILD
        MF150_VERSION
        MF150_BUILD
        MF171_VERSION
        MF171_BUILD
        MF260_VERSION
        MF260_BUILD
        RD260_560_VERSION
        RD260_560_BUILD
        MF500_VERSION
        MF500_BUILD
        SL400_VERSION
        SL400_BUILD
        RD700_VERSION
        RD700_BUILD
        MFSIM_VERSION
        MFSIM_BUILD
        RCSIM_VERSION
        RCSIM_BUILD
        MFGENERIC_VERSION
        MFGENERIC_BUILD
        TCL_VERSION
        TCL_BUILD
        COMMONDLG_VERSION
        COMMONDLG_BUILD
        PCOMM_VERSION
        PCOMM_BUILD
End Enum

⌨️ 快捷键说明

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