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

📄 form2.frm

📁 数据库原理及设计 运动会成绩管理系统 大二自己做的课程设计
💻 FRM
字号:
VERSION 5.00
Begin VB.Form 登入界面 
   BackColor       =   &H8000000D&
   Caption         =   "运动会成绩管理系统"
   ClientHeight    =   5460
   ClientLeft      =   60
   ClientTop       =   390
   ClientWidth     =   8865
   LinkTopic       =   "Form2"
   Picture         =   "Form2.frx":0000
   ScaleHeight     =   5460
   ScaleWidth      =   8865
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command7 
      Caption         =   "退出系统"
      Height          =   375
      Left            =   6840
      TabIndex        =   9
      Top             =   4560
      Width           =   1215
   End
   Begin VB.CommandButton Command6 
      Caption         =   "成绩查询"
      Height          =   375
      Index           =   0
      Left            =   5520
      TabIndex        =   8
      Top             =   3360
      Width           =   1095
   End
   Begin VB.CommandButton Command4 
      Caption         =   "成绩录入"
      Height          =   375
      Index           =   5
      Left            =   2760
      TabIndex        =   7
      Top             =   3360
      Width           =   1095
   End
   Begin VB.CommandButton Command5 
      Caption         =   "成绩修改"
      Height          =   375
      Index           =   4
      Left            =   4200
      TabIndex        =   6
      Top             =   3360
      Width           =   1095
   End
   Begin VB.CommandButton Command2 
      Caption         =   "修改运动员"
      Height          =   375
      Index           =   2
      Left            =   4200
      TabIndex        =   5
      Top             =   2400
      Width           =   1095
   End
   Begin VB.CommandButton Command3 
      Caption         =   "删除运动员"
      Height          =   375
      Index           =   1
      Left            =   5520
      TabIndex        =   4
      Top             =   2400
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "添加运动员"
      Height          =   375
      Index           =   0
      Left            =   2760
      TabIndex        =   3
      Top             =   2400
      Width           =   1095
   End
   Begin VB.Line Line3 
      X1              =   1680
      X2              =   6720
      Y1              =   1080
      Y2              =   1080
   End
   Begin VB.Line Line2 
      X1              =   360
      X2              =   7080
      Y1              =   3960
      Y2              =   3960
   End
   Begin VB.Line Line1 
      X1              =   360
      X2              =   7080
      Y1              =   3000
      Y2              =   3000
   End
   Begin VB.Label Label4 
      BackColor       =   &H8000000D&
      BackStyle       =   0  'Transparent
      Caption         =   "运动会成绩管理系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   26.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   735
      Index           =   1
      Left            =   1680
      TabIndex        =   2
      Top             =   480
      Width           =   4935
   End
   Begin VB.Label Label1 
      BackColor       =   &H8000000D&
      BackStyle       =   0  'Transparent
      Caption         =   "运动员基本信息"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   375
      Index           =   1
      Left            =   480
      TabIndex        =   1
      Top             =   2400
      Width           =   2055
   End
   Begin VB.Label Label2 
      BackColor       =   &H8000000D&
      BackStyle       =   0  'Transparent
      Caption         =   "运动员成绩管理"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H000000FF&
      Height          =   375
      Index           =   0
      Left            =   480
      TabIndex        =   0
      Top             =   3360
      Width           =   2055
   End
End
Attribute VB_Name = "登入界面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub VScroll1_Change()

End Sub

Private Sub Command1_Click(Index As Integer)
运动员基本信息.Show
Unload Me
End Sub

Private Sub Command2_Click(Index As Integer)
修改运动员信息.Show
Unload Me
End Sub

Private Sub Command3_Click(Index As Integer)
删除运动员.Show
Unload Me
End Sub

Private Sub Command4_Click(Index As Integer)
成绩录入.Show
Unload Me
End Sub

Private Sub Command5_Click(Index As Integer)
成绩修改.Show
Unload Me
End Sub

Private Sub Command6_Click(Index As Integer)
成绩查询.Show
Unload Me
End Sub

Private Sub Command7_Click()
退出界面.Show
Unload Me
End Sub

Private Sub Command8_Click(Index As Integer)

End Sub

⌨️ 快捷键说明

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