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

📄 form3.frm

📁 学生成绩管理
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form3 
   Caption         =   "成绩信息修改"
   ClientHeight    =   3330
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9375
   LinkTopic       =   "Form3"
   ScaleHeight     =   3330
   ScaleWidth      =   9375
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame2 
      BackColor       =   &H0000C0C0&
      Caption         =   "查询条件"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1455
      Left            =   0
      TabIndex        =   7
      Top             =   1920
      Width           =   9375
      Begin VB.CommandButton Command5 
         Caption         =   "查询"
         Height          =   495
         Left            =   4920
         TabIndex        =   9
         Top             =   480
         Width           =   1215
      End
      Begin VB.ComboBox CboFinNo 
         Height          =   300
         Left            =   1920
         TabIndex        =   8
         Top             =   600
         Width           =   2175
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "学生学号:"
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   360
         TabIndex        =   10
         Top             =   600
         Width           =   810
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H0000C0C0&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1935
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9375
      Begin VB.CommandButton Command3 
         Caption         =   "删除"
         Height          =   495
         Left            =   5160
         TabIndex        =   14
         Top             =   1320
         Width           =   1215
      End
      Begin VB.CommandButton Command4 
         Caption         =   "关闭"
         Height          =   495
         Left            =   7440
         TabIndex        =   13
         Top             =   1320
         Width           =   1215
      End
      Begin VB.CommandButton Command2 
         Caption         =   "修改"
         Height          =   495
         Left            =   2880
         TabIndex        =   12
         Top             =   1320
         Width           =   1215
      End
      Begin VB.CommandButton Command1 
         Caption         =   "添加"
         Height          =   495
         Left            =   600
         TabIndex        =   11
         Top             =   1320
         Width           =   1215
      End
      Begin VB.TextBox TxtResult 
         Height          =   270
         Left            =   7200
         MaxLength       =   4
         TabIndex        =   3
         Top             =   720
         Width           =   1455
      End
      Begin VB.ComboBox CboStuNo 
         Height          =   300
         Left            =   600
         TabIndex        =   2
         Top             =   720
         Width           =   1455
      End
      Begin VB.ComboBox CboCouNO 
         Height          =   300
         Left            =   3900
         TabIndex        =   1
         Top             =   720
         Width           =   1455
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "学生学号:"
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   600
         TabIndex        =   6
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程编号:"
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   3960
         TabIndex        =   5
         Top             =   360
         Width           =   900
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "分数:"
         ForeColor       =   &H80000008&
         Height          =   180
         Left            =   7320
         TabIndex        =   4
         Top             =   360
         Width           =   900
      End
   End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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