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

📄 form5.frm

📁 此为一学生档案管理系统。学生档案管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。
💻 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 Form5 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "学生成绩查询"
   ClientHeight    =   6375
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7005
   Icon            =   "Form5.frx":0000
   LinkTopic       =   "Form5"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6375
   ScaleWidth      =   7005
   StartUpPosition =   1  '所有者中心
   Begin VB.Frame Frame1 
      Caption         =   "成绩查询:"
      Height          =   6135
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   6735
      Begin VB.CommandButton Command3 
         Caption         =   "统计"
         Height          =   375
         Left            =   2880
         TabIndex        =   16
         Top             =   2280
         Width           =   1095
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00C0C0C0&
         Caption         =   "开始查询"
         Height          =   375
         Left            =   1080
         TabIndex        =   14
         Top             =   2280
         UseMaskColor    =   -1  'True
         Width           =   1095
      End
      Begin VB.CommandButton Command2 
         BackColor       =   &H00C0C0C0&
         Caption         =   "关闭"
         Height          =   375
         Left            =   4680
         TabIndex        =   13
         Top             =   2280
         UseMaskColor    =   -1  'True
         Width           =   1095
      End
      Begin VB.Frame Frame3 
         Caption         =   "查询结果:"
         Height          =   3255
         Left            =   600
         TabIndex        =   11
         Top             =   2760
         Width           =   5655
         Begin MSAdodcLib.Adodc Adodc1 
            Height          =   375
            Left            =   240
            Top             =   2760
            Width           =   5055
            _ExtentX        =   8916
            _ExtentY        =   661
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   8
            CursorOptions   =   0
            CacheSize       =   50
            MaxRecords      =   0
            BOFAction       =   0
            EOFAction       =   0
            ConnectStringType=   1
            Appearance      =   1
            BackColor       =   -2147483643
            ForeColor       =   -2147483640
            Orientation     =   0
            Enabled         =   -1
            Connect         =   ""
            OLEDBString     =   ""
            OLEDBFile       =   ""
            DataSourceName  =   ""
            OtherAttributes =   ""
            UserName        =   ""
            Password        =   ""
            RecordSource    =   ""
            Caption         =   ""
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            _Version        =   393216
         End
         Begin MSDataGridLib.DataGrid DataGrid1 
            Height          =   2295
            Left            =   120
            TabIndex        =   12
            Top             =   360
            Width           =   5415
            _ExtentX        =   9551
            _ExtentY        =   4048
            _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 Frame2 
         Caption         =   "查询条件:"
         Height          =   1815
         Left            =   600
         TabIndex        =   1
         Top             =   360
         Width           =   5655
         Begin VB.ComboBox Combo4 
            Height          =   300
            ItemData        =   "Form5.frx":030A
            Left            =   1200
            List            =   "Form5.frx":030C
            TabIndex        =   15
            Top             =   1320
            Width           =   1215
         End
         Begin VB.OptionButton Option1 
            Caption         =   "分数线以上"
            Height          =   375
            Index           =   0
            Left            =   3000
            TabIndex        =   10
            Top             =   840
            Width           =   1455
         End
         Begin VB.OptionButton Option1 
            Caption         =   "分数线以下"
            Height          =   375
            Index           =   1
            Left            =   3000
            TabIndex        =   9
            Top             =   1200
            Width           =   1455
         End
         Begin VB.CheckBox Check1 
            Caption         =   "学期"
            Height          =   495
            Left            =   240
            TabIndex        =   8
            Top             =   240
            Width           =   975
         End
         Begin VB.CheckBox Check2 
            Caption         =   "分类"
            Height          =   495
            Left            =   240
            TabIndex        =   7
            Top             =   720
            Width           =   975
         End
         Begin VB.CheckBox Check3 
            Caption         =   "课程名"
            Height          =   495
            Left            =   240
            TabIndex        =   6
            Top             =   1200
            Width           =   975
         End
         Begin VB.CheckBox Check4 
            Caption         =   "分数线"
            Height          =   495
            Left            =   3000
            TabIndex        =   5
            Top             =   240
            Width           =   855
         End
         Begin VB.ComboBox Combo2 
            Height          =   300
            ItemData        =   "Form5.frx":030E
            Left            =   1200
            List            =   "Form5.frx":0310
            TabIndex        =   4
            Top             =   840
            Width           =   1215
         End
         Begin VB.ComboBox Combo3 
            Height          =   300
            ItemData        =   "Form5.frx":0312
            Left            =   4080
            List            =   "Form5.frx":031F
            TabIndex        =   3
            Text            =   "85"
            Top             =   360
            Width           =   1215
         End
         Begin VB.ComboBox Combo1 
            DataField       =   "学期"
            DataSource      =   "Adodc2"
            Height          =   300
            ItemData        =   "Form5.frx":032F
            Left            =   1200
            List            =   "Form5.frx":0331
            TabIndex        =   2
            Top             =   360
            Width           =   1215
         End
      End
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   375
         Left            =   960
         Top             =   1680
         Width           =   1215
         _ExtentX        =   2143
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   8
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   0
         Connect         =   ""
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""

⌨️ 快捷键说明

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