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

📄 form4.frm

📁 关于地震的一个课程设计
💻 FRM
字号:
VERSION 5.00
Object = "{27395F88-0C0C-101B-A3C9-08002B2F49FB}#1.1#0"; "PICCLP32.OCX"
Begin VB.Form Form4 
   BackColor       =   &H00E0E0E0&
   Caption         =   "Form4"
   ClientHeight    =   11070
   ClientLeft      =   60
   ClientTop       =   390
   ClientWidth     =   15240
   LinkTopic       =   "Form4"
   ScaleHeight     =   11070
   ScaleWidth      =   15240
   StartUpPosition =   3  '窗口缺省
   Begin VB.Timer Timer2 
      Interval        =   400
      Left            =   5640
      Top             =   1080
   End
   Begin VB.PictureBox Picture1 
      Height          =   1695
      Left            =   240
      ScaleHeight     =   1635
      ScaleWidth      =   2115
      TabIndex        =   4
      Top             =   360
      Width           =   2175
   End
   Begin PicClip.PictureClip PictureClip1 
      Left            =   120
      Top             =   360
      _ExtentX        =   7938
      _ExtentY        =   5953
      _Version        =   393216
      Rows            =   2
      Cols            =   2
      Picture         =   "Form4.frx":0000
   End
   Begin VB.Timer Timer1 
      Interval        =   250
      Left            =   10800
      Top             =   4320
   End
   Begin VB.Label Label4 
      BackColor       =   &H0080FFFF&
      Caption         =   "点击观看FLASH"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   24
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   1095
      Left            =   12360
      TabIndex        =   3
      Top             =   9360
      Width           =   2055
   End
   Begin VB.Label Label3 
      BackColor       =   &H0080FFFF&
      BackStyle       =   0  'Transparent
      Caption         =   "烛光祈福!           请点击..."
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   1335
      Left            =   4080
      TabIndex        =   2
      Top             =   9240
      Width           =   1815
   End
   Begin VB.Label Label2 
      BackColor       =   &H00C0FFFF&
      BackStyle       =   0  'Transparent
      Caption         =   "深切悼念!          请点击...      "
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   1335
      Left            =   840
      TabIndex        =   1
      Top             =   9240
      Width           =   1815
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      BackStyle       =   0  'Transparent
      Caption         =   "中 国 加 油"
      BeginProperty Font 
         Name            =   "华文彩云"
         Size            =   48
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   2895
      Left            =   5640
      TabIndex        =   0
      Top             =   4800
      Width           =   4935
   End
   Begin VB.Image Image1 
      Height          =   11790
      Left            =   0
      Picture         =   "Form4.frx":31756
      Stretch         =   -1  'True
      Top             =   -720
      Width           =   15480
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim number As Integer
Public r As Integer

Private Sub Picture2_Click()
Form6.Show
End Sub

Private Sub Label2_Click()
Form5.Show
End Sub

Private Sub Label3_Click()
Form7.Show
End Sub

Private Sub Label4_Click()
Form6.Show
End Sub

Private Sub Timer1_Timer()
Label1.ForeColor = RGB(255 * Rnd, 255 * Rnd, 255 * Rnd)
r = r + 1.5
Label1.FontSize = r
If r = 50 Then r = 20
End Sub

Private Sub Timer2_Timer()
number% = number% + 1
If number >= 4 Then
number = 0
End If
Picture1.Picture = PictureClip1.GraphicCell(number%)
End Sub

⌨️ 快捷键说明

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