puboawelcome.dob

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

DOB
34
字号
VERSION 5.00
Begin VB.UserDocument PubOAWelcome 
   ClientHeight    =   5850
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   8250
   HScrollSmallChange=   225
   ScaleHeight     =   5850
   ScaleWidth      =   8250
   VScrollSmallChange=   225
   Begin VB.Label Label1 
      Caption         =   "欢迎使用OA工作流!"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1155
      Left            =   240
      TabIndex        =   0
      Top             =   1440
      Width           =   7755
   End
End
Attribute VB_Name = "PubOAWelcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True

⌨️ 快捷键说明

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