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

📄 frmmodigrade.frm

📁 大学数据库原理的课程设计
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmModiGrade 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "修改成绩"
   ClientHeight    =   3675
   ClientLeft      =   2670
   ClientTop       =   1860
   ClientWidth     =   6150
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3675
   ScaleWidth      =   6150
   Begin VB.Frame fraWait 
      Appearance      =   0  'Flat
      ForeColor       =   &H80000008&
      Height          =   1095
      Left            =   240
      TabIndex        =   19
      Top             =   1560
      Visible         =   0   'False
      Width           =   3135
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "正在处理,请稍候 ……"
         ForeColor       =   &H00C00000&
         Height          =   180
         Left            =   600
         TabIndex        =   20
         Top             =   480
         Width           =   1890
      End
   End
   Begin VB.Frame Frame2 
      Appearance      =   0  'Flat
      Caption         =   "选择学生"
      ForeColor       =   &H80000008&
      Height          =   1920
      Left            =   120
      TabIndex        =   17
      Top             =   1080
      Width           =   2895
      Begin MSDataGridLib.DataGrid dgdNoName 
         Height          =   1680
         Left            =   0
         TabIndex        =   18
         Top             =   240
         Width           =   2895
         _ExtentX        =   5106
         _ExtentY        =   2963
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
   End
   Begin VB.Frame Frame3 
      Appearance      =   0  'Flat
      Caption         =   "选择班级"
      ForeColor       =   &H80000008&
      Height          =   795
      Left            =   120
      TabIndex        =   15
      Top             =   120
      Width           =   2895
      Begin VB.ComboBox cboClass 
         Height          =   300
         Left            =   240
         Style           =   2  'Dropdown List
         TabIndex        =   16
         Top             =   300
         Width           =   2415
      End
   End
   Begin VB.Frame Frame1 
      Appearance      =   0  'Flat
      Caption         =   "当前记录"
      ForeColor       =   &H80000008&
      Height          =   1275
      Left            =   3240
      TabIndex        =   10
      Top             =   120
      Width           =   2775
      Begin VB.TextBox txtNo 
         Appearance      =   0  'Flat
         Height          =   264
         Left            =   720
         Locked          =   -1  'True
         TabIndex        =   12
         Top             =   300
         Width           =   1812
      End
      Begin VB.TextBox txtName 
         Appearance      =   0  'Flat
         Height          =   264
         Left            =   720
         Locked          =   -1  'True
         TabIndex        =   11
         Top             =   750
         Width           =   1812
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "学号"
         Height          =   180
         Left            =   240
         TabIndex        =   14
         Top             =   360
         Width           =   360
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "姓名"
         Height          =   180
         Left            =   240
         TabIndex        =   13
         Top             =   792
         Width           =   360
      End
   End
   Begin VB.Frame Frame4 
      Appearance      =   0  'Flat
      Caption         =   "修改成绩"
      ForeColor       =   &H00FF0000&
      Height          =   1425
      Left            =   3240
      TabIndex        =   5
      Top             =   1560
      Width           =   2775
      Begin VB.TextBox txtGrade 
         Height          =   264
         Left            =   720
         TabIndex        =   7
         Top             =   840
         Width           =   1812
      End
      Begin VB.ComboBox cboCourse 
         Height          =   300
         ItemData        =   "frmModiGrade.frx":0000
         Left            =   720
         List            =   "frmModiGrade.frx":0002
         Style           =   2  'Dropdown List
         TabIndex        =   6
         Top             =   360
         Width           =   1812
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "课程"
         Height          =   180
         Left            =   240
         TabIndex        =   9
         Top             =   420
         Width           =   360
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "成绩"
         Height          =   180
         Left            =   240
         TabIndex        =   8
         Top             =   882
         Width           =   360
      End
   End
   Begin VB.CommandButton cmdEdit 
      Caption         =   "修改记录"
      Height          =   312
      Left            =   120
      TabIndex        =   4
      Top             =   3180
      Width           =   1155
   End
   Begin VB.CommandButton cmdUpdate 
      Caption         =   "更新数据"
      Height          =   312
      Left            =   1305
      TabIndex        =   3
      Top             =   3180
      Width           =   1155
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消修改"
      Height          =   312
      Left            =   2490
      TabIndex        =   2
      Top             =   3180
      Width           =   1155
   End
   Begin VB.CommandButton cmdDelete 
      Caption         =   "删除记录"
      Height          =   312
      Left            =   3675
      TabIndex        =   1
      Top             =   3180
      Width           =   1155
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   312
      Left            =   4860
      TabIndex        =   0
      Top             =   3180
      Width           =   1155
   End
   Begin MSAdodcLib.Adodc adoEdit 
      Height          =   330
      Left            =   600
      Top             =   3480
      Visible         =   0   'False
      Width           =   2025
      _ExtentX        =   3572

⌨️ 快捷键说明

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