usercontrols.bas
来自「金算盘软件代码」· BAS 代码 · 共 18 行
BAS
18 行
Attribute VB_Name = "UserControls"
Option Explicit
Public mobjRpList As ReceiptList
Public mintTotalCols As Integer '合计列数
Public marrTotalCol() As Integer '合计列
Public marrTotalDec() As String '合计列小数位数
Public mblnShowCombox As Boolean '是否可选择编码进行条件过滤(如:单位、部门、商品)
Public mrstForGrid As rdoResultset
Public mrstForCombox As rdoResultset
Public mintCodeIdCol As Integer
Public mintSubIdCol As Integer
Public mintTextCols As Integer
Public marrTextCol() As Integer
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?