denglu.frm

来自「本程序在VB下运行」· FRM 代码 · 共 48 行

FRM
48
字号
VERSION 5.00
Begin VB.Form denglu 
   Caption         =   "Form2"
   ClientHeight    =   5520
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   8790
   LinkTopic       =   "Form2"
   ScaleHeight     =   5520
   ScaleWidth      =   8790
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture1 
      Height          =   9255
      Left            =   -240
      Picture         =   "denglu.frx":0000
      ScaleHeight     =   9195
      ScaleWidth      =   10995
      TabIndex        =   0
      Top             =   -2640
      Width           =   11055
   End
   Begin VB.Menu 用户登录 
      Caption         =   "用户登录"
   End
   Begin VB.Menu 版权 
      Caption         =   "版权"
   End
   Begin VB.Menu 关于 
      Caption         =   "关于"
   End
End
Attribute VB_Name = "denglu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 版权_Click()
frmSplash.Show
End Sub

Private Sub 关于_Click()
Form2.Show
End Sub

Private Sub 用户登录_Click()
Form1.Show
End Sub

⌨️ 快捷键说明

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