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

📄 英语小格言.frm

📁 完全能够实现功能
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form4 
   Caption         =   "英语小格言"
   ClientHeight    =   10140
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11685
   LinkTopic       =   "Form4"
   Picture         =   "英语小格言.frx":0000
   ScaleHeight     =   10140
   ScaleWidth      =   11685
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "返回"
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   4920
      TabIndex        =   9
      Top             =   9480
      Width           =   1575
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   9840
      TabIndex        =   8
      Text            =   "Text1"
      Top             =   9600
      Width           =   1575
   End
   Begin VB.Timer Timer1 
      Interval        =   100
      Left            =   6480
      Top             =   7320
   End
   Begin VB.Label Label8 
      Caption         =   "Read!"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   72
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   120
      TabIndex        =   7
      Top             =   120
      Width           =   3855
   End
   Begin VB.Label Label7 
      BackColor       =   &H00000000&
      Caption         =   "英语小格言"
      BeginProperty Font 
         Name            =   "幼圆"
         Size            =   42
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   975
      Left            =   5640
      TabIndex        =   6
      Top             =   240
      Width           =   4695
   End
   Begin VB.Label Label6 
      BackColor       =   &H00000000&
      Caption         =   "$ The gist of life is to do things at hand earnestly,not stare at the hazy things in the distance."
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   5
      Top             =   8280
      Width           =   10335
   End
   Begin VB.Label Label5 
      BackColor       =   &H00000000&
      Caption         =   "$ The gist of life is to do things at hand earnestly, not stare at the hazy things in the distance."
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   4
      Top             =   6960
      Width           =   10335
   End
   Begin VB.Label Label4 
      BackColor       =   &H00000000&
      Caption         =   "$ A cheerful heart is good medicine,but a downcast spirit dries up the bones."
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   3
      Top             =   5640
      Width           =   10335
   End
   Begin VB.Label Label3 
      BackColor       =   &H00000000&
      Caption         =   "$ When we share our happiness with others, we have increased our happiness in direct ratio."
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   2
      Top             =   4320
      Width           =   10335
   End
   Begin VB.Label Label2 
      BackColor       =   &H00000000&
      Caption         =   "$ People's whole life is trial; the more you try, the brighter life will be. "
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   1
      Top             =   3120
      Width           =   10335
   End
   Begin VB.Label Label1 
      BackColor       =   &H00000000&
      Caption         =   "$ For me freedom is the greatest and highest condition of life."
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   -1  'True
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H0000FFFF&
      Height          =   735
      Left            =   0
      TabIndex        =   0
      Top             =   2040
      Width           =   10335
   End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form4.Hide
Form1.Show
End Sub

Private Sub Timer1_Timer()
Text1 = Time
Label8.BackColor = QBColor(Int((Rnd) * 15))
End Sub

⌨️ 快捷键说明

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