⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 udtpuboagtlist.dob

📁 一个OA办公自动化管理系统
💻 DOB
字号:
VERSION 5.00
Begin VB.UserDocument UdtPubOAGTList 
   ClientHeight    =   5415
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   7530
   HScrollSmallChange=   225
   ScaleHeight     =   5415
   ScaleWidth      =   7530
   VScrollSmallChange=   225
End
Attribute VB_Name = "UdtPubOAGTList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Private Sub UserDocument_Initialize()
'    Dim rstUserPower As Recordset
'    If Trim(Left(PubOAKey, 2)) = "U_" Then
'        Set rstUserPower = New Recordset
'        rstUserPower.Open "Select * From PubOAUserWork Where UserID='" & Trim(Mid(PubOAKey, 3, 50)) & "'", GetConnect, adOpenStatic, adLockReadOnly
'        MsgBox "0000"
'        Set UserDocument.vsfgrdUserPower.DataSource = rstUserPower
'    End If
'        MsgBox "4544"
End Sub

Private Sub UserDocument_Show()
        MsgBox "4544"

End Sub

⌨️ 快捷键说明

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