userdocument1.dob

来自「一个OA办公自动化管理系统」· DOB 代码 · 共 78 行

DOB
78
字号
VERSION 5.00
Begin VB.UserDocument UserDocument1 
   ClientHeight    =   3600
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   4800
   HScrollSmallChange=   225
   ScaleHeight     =   3600
   ScaleWidth      =   4800
   VScrollSmallChange=   225
   Begin VB.CommandButton login 
      Caption         =   "main"
      Height          =   435
      Left            =   780
      TabIndex        =   4
      Top             =   2700
      Width           =   2955
   End
   Begin VB.CommandButton Command3 
      Caption         =   "Command3"
      Height          =   435
      Left            =   780
      TabIndex        =   3
      Top             =   2040
      Width           =   2985
   End
   Begin VB.CommandButton Command2 
      Caption         =   "Command2"
      Height          =   435
      Left            =   780
      TabIndex        =   2
      Top             =   1440
      Width           =   3015
   End
   Begin VB.CommandButton Command1 
      Caption         =   "Command1"
      Height          =   435
      Left            =   840
      TabIndex        =   0
      Top             =   840
      Width           =   3015
   End
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   495
      Left            =   240
      TabIndex        =   1
      Top             =   180
      Width           =   4275
   End
End
Attribute VB_Name = "UserDocument1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Private Sub Command1_Click()
frmSelectAccount.Show
End Sub

Private Sub Command2_Click()
frmPubOAPower.Show
End Sub

Private Sub Command3_Click()
frmNewAccount.Show
End Sub

Private Sub login_Click()
frmLogin.Show
End Sub

Private Sub UserDocument_Terminate()
'Dim rstLogin As Recordset
'Set rstLogin = New Recordset
'rstLogin.Open "Delete from currLoginUser", GetConnect, adOpenStatic, adLockOptimistic
End Sub

⌨️ 快捷键说明

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