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

📄 frmscore.frm

📁 开发的是学籍管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmScore 
   Caption         =   "学籍管理系统"
   ClientHeight    =   6525
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9510
   LinkTopic       =   "Form1"
   ScaleHeight     =   6525
   ScaleWidth      =   9510
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "退出成绩管理"
      Height          =   255
      Left            =   7680
      TabIndex        =   2
      Top             =   360
      Width           =   1455
   End
   Begin TabDlg.SSTab SSTab1 
      Height          =   5655
      Left            =   0
      TabIndex        =   1
      Top             =   720
      Width           =   9495
      _ExtentX        =   16748
      _ExtentY        =   9975
      _Version        =   393216
      Tabs            =   2
      Tab             =   1
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "添加学生成绩"
      TabPicture(0)   =   "frmScore.frx":0000
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "Frame1"
      Tab(0).Control(1)=   "DataGrid1"
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "成绩查询修改"
      TabPicture(1)   =   "frmScore.frx":001C
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "Frame2"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "Frame3"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "DataGrid2"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).ControlCount=   3
      Begin MSDataGridLib.DataGrid DataGrid2 
         Height          =   2415
         Left            =   120
         TabIndex        =   36
         Top             =   3120
         Width           =   9255
         _ExtentX        =   16325
         _ExtentY        =   4260
         _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
      Begin VB.Frame Frame3 
         Caption         =   "成绩"
         Height          =   1815
         Left            =   120
         TabIndex        =   22
         Top             =   1200
         Width           =   9255
         Begin VB.CommandButton Command7 
            Caption         =   "下 一 条"
            Height          =   255
            Left            =   7320
            TabIndex        =   35
            Top             =   1440
            Width           =   1095
         End
         Begin VB.CommandButton Command6 
            Caption         =   "上 一 条"
            Height          =   255
            Left            =   7320
            TabIndex        =   34
            Top             =   840
            Width           =   1095
         End
         Begin VB.CommandButton Command5 
            Caption         =   "修   改"
            Height          =   255
            Left            =   7320
            TabIndex        =   33
            Top             =   240
            Width           =   1095
         End
         Begin VB.ComboBox Combo3 
            Height          =   300
            Left            =   3720
            TabIndex        =   32
            Top             =   360
            Width           =   1575
         End
         Begin VB.TextBox Text9 
            Height          =   270
            Left            =   3720
            TabIndex        =   31
            Top             =   840
            Width           =   1575
         End
         Begin VB.TextBox Text8 
            Height          =   270
            Left            =   720
            TabIndex        =   30
            Top             =   1320
            Width           =   1575
         End
         Begin VB.TextBox Text7 
            Height          =   270
            Left            =   720
            TabIndex        =   29
            Top             =   840
            Width           =   1575
         End
         Begin VB.TextBox Text6 
            Height          =   270
            Left            =   720
            TabIndex        =   28
            Top             =   360
            Width           =   1575
         End
         Begin VB.Label Label11 
            Caption         =   "成绩:"
            Height          =   255
            Left            =   3120
            TabIndex        =   27
            Top             =   840
            Width           =   615
         End
         Begin VB.Label Label10 
            Caption         =   "课程:"
            Height          =   255
            Left            =   3120
            TabIndex        =   26
            Top             =   360
            Width           =   615
         End
         Begin VB.Label Label9 
            Caption         =   "专业:"
            Height          =   255
            Left            =   120
            TabIndex        =   25
            Top             =   1320
            Width           =   615
         End
         Begin VB.Label Label8 
            Caption         =   "姓名:"
            Height          =   255
            Left            =   120
            TabIndex        =   24
            Top             =   840
            Width           =   615
         End
         Begin VB.Label Label7 
            Caption         =   "学号:"
            Height          =   255
            Left            =   120
            TabIndex        =   23
            Top             =   360
            Width           =   615
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "Frame2"
         Height          =   735
         Left            =   120
         TabIndex        =   16
         Top             =   360
         Width           =   9255

⌨️ 快捷键说明

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