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

📄 forabout.frm

📁 输入个人联系方式
💻 FRM
字号:
VERSION 5.00
Begin VB.Form ForAbout 
   BackColor       =   &H80000009&
   BorderStyle     =   0  'None
   Caption         =   "Form1"
   ClientHeight    =   3495
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   5100
   LinkTopic       =   "Form1"
   Picture         =   "ForAbout.frx":0000
   ScaleHeight     =   3495
   ScaleWidth      =   5100
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  '屏幕中心
   Begin VB.Image Image5 
      Height          =   8760
      Left            =   0
      Picture         =   "ForAbout.frx":76E3
      Top             =   3420
      Width           =   11670
   End
   Begin VB.Image Image9 
      Height          =   1935
      Left            =   -30
      Picture         =   "ForAbout.frx":2FC40
      Top             =   2175
      Width           =   75
   End
   Begin VB.Image Image8 
      Height          =   1935
      Left            =   -30
      Picture         =   "ForAbout.frx":30492
      Top             =   390
      Width           =   75
   End
   Begin VB.Image Image7 
      Height          =   1935
      Left            =   5010
      Picture         =   "ForAbout.frx":30CE4
      Top             =   2040
      Width           =   75
   End
   Begin VB.Image Image6 
      Height          =   1935
      Left            =   5040
      Picture         =   "ForAbout.frx":31536
      Top             =   405
      Width           =   75
   End
   Begin VB.Image Image4 
      Height          =   300
      Left            =   3495
      Top             =   2775
      Width           =   1200
   End
   Begin VB.Image Image3 
      Height          =   360
      Left            =   2835
      Picture         =   "ForAbout.frx":31D88
      Top             =   2220
      Visible         =   0   'False
      Width           =   1395
   End
   Begin VB.Image Image2 
      Height          =   360
      Left            =   1185
      Picture         =   "ForAbout.frx":3380A
      Top             =   2550
      Visible         =   0   'False
      Width           =   1395
   End
End
Attribute VB_Name = "ForAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
    Image4.Picture = Image2.Picture
End Sub

Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Image4.Picture = Image2.Picture
End Sub

Private Sub Image4_Click()
    Unload Me
End Sub

Private Sub Image4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
    Image4.Picture = Image3.Picture
End Sub

⌨️ 快捷键说明

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