frmblogin.frm

来自「车辆管理系统是一个协助各单位进行全面的车辆管理的系统。包括车辆档案管理;驾驶员档」· FRM 代码 · 共 41 行

FRM
41
字号
VERSION 5.00
Begin VB.Form Frmblogin 
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   4125
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6765
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4125
   ScaleWidth      =   6765
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer Timer1 
      Left            =   120
      Top             =   3120
   End
   Begin VB.Image Image1 
      Height          =   4170
      Left            =   0
      Picture         =   "Frmblogin.frx":0000
      Top             =   0
      Width           =   6750
   End
End
Attribute VB_Name = "Frmblogin"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
   Timer1.Interval = 3000
End Sub

Private Sub Timer1_Timer()
   Unload Me
   'frmlogin.Show vbModal
End Sub

⌨️ 快捷键说明

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