⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stu.frm

📁 用ASP编写的程序用的是VB脚本
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Stu 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "学生成绩管理系统"
   ClientHeight    =   1950
   ClientLeft      =   3345
   ClientTop       =   3900
   ClientWidth     =   5040
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1950
   ScaleWidth      =   5040
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command3 
      Caption         =   "学生成绩录入"
      Height          =   735
      Left            =   3360
      Picture         =   "Stu.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   840
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "学生信息修改"
      Height          =   735
      Left            =   2040
      Picture         =   "Stu.frx":03E3
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   840
      Width           =   975
   End
   Begin VB.CommandButton Command1 
      Caption         =   "学生信息查询"
      Height          =   735
      Left            =   720
      Picture         =   "Stu.frx":04F6
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   840
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Height          =   1215
      Left            =   360
      TabIndex        =   3
      Top             =   600
      Width           =   4215
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "学生成绩管理系统"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   1080
      TabIndex        =   4
      Top             =   120
      Width           =   3000
   End
End
Attribute VB_Name = "Stu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
    StuSearch.Show
End Sub

Private Sub Command2_Click()
    AddStu.Show
End Sub

Private Sub Command3_Click()
    AddStuScore.Show
End Sub

⌨️ 快捷键说明

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