?? 英語小格言.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 + -