+
上传用户: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 = "CFieldValue"
  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 FieldName As String
  16. Public FieldNameC As String
  17. Public FieldValueName As String
  18. Public FieldLengthInt As Integer
  19. Public FieldLengthFra As Integer
  20. Public FieldType As Integer
  21. Public FieldWidth As Integer
  22. Public FieldIsShow As Integer