📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于"
ClientHeight = 1800
ClientLeft = 45
ClientTop = 330
ClientWidth = 5190
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1800
ScaleWidth = 5190
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "申明"
Height = 615
Left = 75
TabIndex = 4
Top = 1110
Width = 4995
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "系统崩溃概不负责。"
Height = 180
Left = 135
TabIndex = 5
Top = 240
Width = 1620
End
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 390
Left = 3855
TabIndex = 3
Top = 150
Width = 1245
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "版权(C) your name 保留所有版权。"
Height = 180
Left = 1050
TabIndex = 2
Top = 765
Width = 2880
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "版本 vx.x.x"
Height = 180
Left = 1050
TabIndex = 1
Top = 480
Width = 990
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "学生信息管理程序"
Height = 180
Left = 1050
TabIndex = 0
Top = 195
Width = 1440
End
Begin VB.Image Image1
Height = 510
Left = 225
Top = 225
Width = 585
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
Hide
End Sub
Private Sub Form_Load()
Set Icon = Nothing
Image1.Picture = frmMain.Icon
Label2.Caption = "版本 v" & App.Major & "." & App.Revision & "." & App.Minor
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -