frmver.frm

来自「学生管理系统 对课程进行管理」· FRM 代码 · 共 40 行

FRM
40
字号
VERSION 5.00
Begin VB.Form frmver 
   BorderStyle     =   1  'Fixed Single
   ClientHeight    =   3990
   ClientLeft      =   15
   ClientTop       =   15
   ClientWidth     =   6000
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3990
   ScaleWidth      =   6000
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Interval        =   3000
      Left            =   4320
      Top             =   3240
   End
   Begin VB.Image Image1 
      Height          =   4005
      Left            =   0
      Picture         =   "frmver.frx":0000
      Top             =   0
      Width           =   6000
   End
End
Attribute VB_Name = "frmver"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Unload(Cancel As Integer)
mainfrm.Show
End Sub

Private Sub Timer1_Timer()
Unload frmver '卸载版本窗口
End Sub

⌨️ 快捷键说明

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