欢迎界面.frm

来自「采购管理系统 放在D盘运行 无比简单 互弄作业用」· FRM 代码 · 共 47 行

FRM
47
字号
VERSION 5.00
Begin VB.Form 欢迎界面 
   Caption         =   "欢迎界面"
   ClientHeight    =   5070
   ClientLeft      =   4845
   ClientTop       =   3720
   ClientWidth     =   8460
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   Picture         =   "欢迎界面.frx":0000
   ScaleHeight     =   5070
   ScaleWidth      =   8460
   Begin VB.Timer Timer1 
      Interval        =   2000
      Left            =   4200
      Top             =   2880
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "采购管理系统                   -武姜楠"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   2535
      Left            =   840
      TabIndex        =   0
      Top             =   480
      Width           =   6495
   End
End
Attribute VB_Name = "欢迎界面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
主界面.Show
Unload Me
End Sub

⌨️ 快捷键说明

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