gdrightbas.bas

来自「本系统是一个报表分析查询系统」· BAS 代码 · 共 13 行

BAS
13
字号
Attribute VB_Name = "gdRightBas"
Public Type UserRightLists
 fParKey As String
 fNodeType As String
 fKey As String
 fDesc As String
 fImg As Integer
 fSelImg As Integer
 fDisPose As Integer
End Type

Public myCls As New gdRight.gdRightCls

⌨️ 快捷键说明

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