frmyulan.frm
来自「学生成绩管理系统 一个常见的课程设计题目」· FRM 代码 · 共 28 行
FRM
28 行
VERSION 5.00
Begin VB.Form frmYuLan
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Icon = "frmYuLan.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3195
ScaleWidth = 4680
WindowState = 2 'Maximized
End
Attribute VB_Name = "frmYuLan"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Width = Screen.Width * 0.75
Me.Height = Screen.Height * 0.75
Me.Left = Screen.Width * 0.125
Me.Top = Screen.Height * 0.125
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?