📄 mian.frm
字号:
VERSION 5.00
Begin VB.Form main
Caption = "主页"
ClientHeight = 11010
ClientLeft = 60
ClientTop = 450
ClientWidth = 15240
LinkTopic = "Form1"
ScaleHeight = 11010
ScaleWidth = 15240
StartUpPosition = 3 'Windows Default
Begin VB.PictureBox Picture1
Height = 1815
Left = 1080
Picture = "mian.frx":0000
ScaleHeight = 1755
ScaleWidth = 9675
TabIndex = 5
Top = 1080
Width = 9735
End
Begin VB.CommandButton Command1
BackColor = &H0000FFFF&
Caption = "数 据 备 份"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 9840
Style = 1 'Graphical
TabIndex = 3
Top = 9120
Width = 4335
End
Begin VB.CommandButton informatin
BackColor = &H00C0FFFF&
Cancel = -1 'True
Caption = "学 生 信 息"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 480
Left = 9840
MaskColor = &H000000FF&
Style = 1 'Graphical
TabIndex = 2
Top = 7680
UseMaskColor = -1 'True
Width = 4335
End
Begin VB.CommandButton exit
BackColor = &H0000C0C0&
Caption = "退 出"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 9840
Style = 1 'Graphical
TabIndex = 1
Top = 9840
Width = 4335
End
Begin VB.CommandButton luru
BackColor = &H0080FFFF&
Caption = "修 改 记 录"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 9840
Style = 1 'Graphical
TabIndex = 0
Top = 8400
UseMaskColor = -1 'True
Width = 4335
End
Begin VB.Label Label1
Caption = "学生"
Height = 15
Left = 2880
TabIndex = 4
Top = 1800
Width = 135
End
End
Attribute VB_Name = "main"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub exit_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Width = Screen.Width
Me.Height = Screen.Height
Me.Left = 0
Me.Top = 0
End Sub
Private Sub informatin_Click()
information.Show
Unload Me
End Sub
Private Sub Label2_Click()
End Sub
Private Sub luru_Click()
xie.Show
Unload Me
End Sub
Private Sub Text1_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -