frmstudent.frm

来自「一款非常适合中小学教学任务不是很繁重的管理程序」· FRM 代码 · 共 19 行

FRM
19
字号
VERSION 5.00
Begin VB.Form frmStuGrade 
   ClientHeight    =   4410
   ClientLeft      =   60
   ClientTop       =   60
   ClientWidth     =   5535
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   4410
   ScaleWidth      =   5535
   StartUpPosition =   3  'Windows Default
   WindowState     =   2  'Maximized
End
Attribute VB_Name = "frmStuGrade"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?