CCheckFactor.cls
上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:1k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 1.0 CLASS
  2. BEGIN
  3.   MultiUse = -1  'True
  4.   Persistable = 0  'NotPersistable
  5.   DataBindingBehavior = 0  'vbNone
  6.   DataSourceBehavior  = 0  'vbNone
  7.   MTSTransactionMode  = 0  'NotAnMTSObject
  8. END
  9. Attribute VB_Name = "CCheckFactor"
  10. Attribute VB_GlobalNameSpace = False
  11. Attribute VB_Creatable = True
  12. Attribute VB_PredeclaredId = False
  13. Attribute VB_Exposed = False
  14. Option Explicit
  15. Public CheckCode As Integer     '考核指标编码
  16. Public FactorCode As String     '考核要素编码
  17. Public CheckWeigh As Double     '考核指标权重
  18. Public FactorWeigh As Double    '考核要素权重
  19. Public FactorValues As Double    '考核要素得分