📄 about_frm.frm
字号:
VERSION 5.00
Begin VB.Form About_frm
Appearance = 0 'Flat
BackColor = &H00FFC0C0&
BorderStyle = 0 'None
Caption = "对话框标题"
ClientHeight = 2820
ClientLeft = 2715
ClientTop = 3420
ClientWidth = 6120
KeyPreview = -1 'True
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 2820
ScaleWidth = 6120
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture2
Appearance = 0 'Flat
BackColor = &H00FFC0C0&
ForeColor = &H80000008&
Height = 760
Left = 50
ScaleHeight = 735
ScaleWidth = 5985
TabIndex = 3
Top = 1750
Width = 6020
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Powered by MJ_fly"
BeginProperty Font
Name = "MV Boli"
Size = 9
Charset = 1
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 210
Index = 1
Left = 120
TabIndex = 8
Top = 460
Width = 1680
End
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "总策划:"
ForeColor = &H00FF0000&
Height = 180
Index = 2
Left = 120
TabIndex = 7
Top = 165
Width = 720
End
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "联系方式:jdcb2001@163.com(MJ_fly)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Index = 3
Left = 2280
TabIndex = 6
Top = 165
Width = 3495
End
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "yjpzxlg@163.com(李钢)"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 180
Index = 4
Left = 3600
TabIndex = 5
Top = 525
Width = 2175
End
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "李钢"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Index = 5
Left = 1080
TabIndex = 4
Top = 120
Width = 570
End
Begin VB.Line Line3
X1 = 0
X2 = 6000
Y1 = 0
Y2 = 0
End
Begin VB.Line Line4
X1 = 2160
X2 = 2160
Y1 = 0
Y2 = 730
End
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 1740
Left = 50
Picture = "About_frm.frx":0000
ScaleHeight = 1710
ScaleWidth = 5985
TabIndex = 0
Top = 60
Width = 6020
End
Begin VB.Line Line5
BorderColor = &H00FF0000&
BorderWidth = 3
X1 = 0
X2 = 6145
Y1 = 2800
Y2 = 2800
End
Begin VB.Line Line1
BorderWidth = 2
Index = 0
X1 = 0
X2 = 6705
Y1 = 3840
Y2 = 3840
End
Begin VB.Line Line2
BorderColor = &H00FF0000&
BorderWidth = 2
Index = 0
X1 = 6110
X2 = 6110
Y1 = 5400
Y2 = 0
End
Begin VB.Label Label1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "教务处成绩统计系统 V1.0"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 300
Index = 0
Left = 480
TabIndex = 2
Top = 1080
Width = 3450
End
Begin VB.Label Label2
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H80000000&
BackStyle = 0 'Transparent
Caption = "All Rights Reserced★ Version 1.0"
ForeColor = &H00000000&
Height = 180
Left = 1560
TabIndex = 1
Top = 2560
Width = 2970
End
Begin VB.Line Line2
BorderColor = &H00FF0000&
BorderWidth = 2
Index = 1
X1 = 0
X2 = 0
Y1 = 5400
Y2 = 0
End
Begin VB.Line Line1
BorderColor = &H00FF0000&
BorderWidth = 2
Index = 1
X1 = 0
X2 = 6705
Y1 = 0
Y2 = 0
End
End
Attribute VB_Name = "About_frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
Unload Me
End Sub
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Unload Me
End Sub
Private Sub Label1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)
Unload Me
End Sub
Private Sub Label2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Unload Me
End Sub
Private Sub Picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Unload Me
End Sub
Private Sub Picture2_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -