📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H000000C0&
BorderStyle = 0 'None
Caption = "Programer:"
ClientHeight = 3090
ClientLeft = 0
ClientTop = 0
ClientWidth = 4680
LinkTopic = "Form4"
ScaleHeight = 3090
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
BackColor = &H000000C0&
Caption = "Return"
BeginProperty Font
Name = "ScriptC"
Size = 27.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
MaskColor = &H000000C0&
Style = 1 'Graphical
TabIndex = 5
Top = 2160
Width = 4455
End
Begin VB.Label Label5
Alignment = 1 'Right Justify
BackStyle = 0 'Transparent
Caption = "Bicousoft-Abilitysoft Company."
Height = 255
Left = 0
TabIndex = 4
Top = 2880
Width = 4695
End
Begin VB.Label Label4
BackColor = &H00000000&
BackStyle = 0 'Transparent
Caption = "music by :WangTongZhou"
BeginProperty Font
Name = "CityBlueprint"
Size = 20.25
Charset = 2
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 3
Top = 1560
Width = 4455
End
Begin VB.Label Label3
BackColor = &H00000000&
BackStyle = 0 'Transparent
Caption = "Peogramer: WangTongZhou"
BeginProperty Font
Name = "CityBlueprint"
Size = 20.25
Charset = 2
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 2
Top = 1080
Width = 4455
End
Begin VB.Label Label2
BackColor = &H00000000&
BackStyle = 0 'Transparent
Caption = "Art by : WangTongZhou"
BeginProperty Font
Name = "CityBlueprint"
Size = 20.25
Charset = 2
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 1
Top = 600
Width = 4455
End
Begin VB.Label Label1
BackColor = &H00000000&
BackStyle = 0 'Transparent
Caption = "Design by : WangTongZhou"
BeginProperty Font
Name = "CityBlueprint"
Size = 20.25
Charset = 2
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 120
TabIndex = 0
Top = 120
Width = 4455
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()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -