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

📄 form1.frm

📁 很好的运行在vb6.0与sqlserver上,保证能够运行通过
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   6465
   ClientLeft      =   60
   ClientTop       =   510
   ClientWidth     =   9255
   LinkTopic       =   "Form1"
   ScaleHeight     =   6465
   ScaleWidth      =   9255
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command7 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   15
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Left            =   7440
      TabIndex        =   8
      Top             =   5280
      Width           =   1335
   End
   Begin VB.Frame Frame2 
      Caption         =   "学生成绩管理"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2535
      Left            =   480
      TabIndex        =   5
      Top             =   3600
      Width           =   5895
      Begin VB.CommandButton Command6 
         Caption         =   "添加成绩"
         Height          =   495
         Left            =   3240
         TabIndex        =   7
         Top             =   1680
         Width           =   1455
      End
      Begin VB.CommandButton Command5 
         Caption         =   "查询成绩"
         Height          =   495
         Left            =   360
         TabIndex        =   6
         Top             =   1680
         Width           =   1575
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "学生学籍信息管理"
      BeginProperty Font 
         Name            =   "隶书"
         Size            =   21.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2655
      Left            =   360
      TabIndex        =   0
      Top             =   360
      Width           =   8295
      Begin VB.CommandButton Command4 
         Caption         =   "删除信息"
         Height          =   615
         Left            =   6000
         TabIndex        =   4
         Top             =   1440
         Width           =   1575
      End
      Begin VB.CommandButton Command3 
         Caption         =   "添加信息"
         Height          =   615
         Left            =   3960
         TabIndex        =   3
         Top             =   1440
         Width           =   1335
      End
      Begin VB.CommandButton Command2 
         Caption         =   "修改信息"
         Height          =   615
         Left            =   2040
         TabIndex        =   2
         Top             =   1440
         Width           =   1455
      End
      Begin VB.CommandButton Command1 
         Caption         =   "查询信息"
         Height          =   615
         Left            =   240
         TabIndex        =   1
         Top             =   1440
         Width           =   1455
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Hide
Form2.Show
End Sub

Private Sub Command2_Click()
Form1.Hide
Form3.Show
End Sub

Private Sub Command3_Click()
Form1.Hide
Form4.Show
End Sub

Private Sub Command4_Click()
Form1.Hide
Form5.Show
End Sub

Private Sub Command5_Click()
Form1.Hide
Form6.Show

End Sub

Private Sub Command6_Click()
Form1.Hide
Form7.Show
End Sub

Private Sub Command7_Click()
End
End Sub

⌨️ 快捷键说明

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