⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 denglu.frm

📁 本程序在VB下运行
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -