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

📄 frmstudent.frm

📁 这是一个用vb写的学生管理系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form frmStudent 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "信息管理"
   ClientHeight    =   5880
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   8850
   Icon            =   "frmStudent.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5880
   ScaleWidth      =   8850
   ShowInTaskbar   =   0   'False
   Begin VB.Frame fraSeek 
      Caption         =   "查询"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   735
      Left            =   120
      TabIndex        =   28
      Top             =   0
      Width           =   6375
      Begin VB.ComboBox cboDep 
         Height          =   300
         ItemData        =   "frmStudent.frx":030A
         Left            =   960
         List            =   "frmStudent.frx":0311
         Style           =   2  'Dropdown List
         TabIndex        =   31
         Top             =   270
         Width           =   1095
      End
      Begin VB.ComboBox cboClass 
         Height          =   300
         ItemData        =   "frmStudent.frx":031B
         Left            =   3360
         List            =   "frmStudent.frx":0322
         Style           =   2  'Dropdown List
         TabIndex        =   30
         Top             =   270
         Width           =   1095
      End
      Begin VB.CommandButton cmdList 
         Caption         =   "列  出"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   5040
         TabIndex        =   29
         ToolTipText     =   "根据所在的班级列出学籍信息"
         Top             =   240
         Width           =   975
      End
      Begin VB.Label lblDep 
         AutoSize        =   -1  'True
         Caption         =   "所在系:"
         Height          =   180
         Left            =   240
         TabIndex        =   33
         Top             =   330
         Width           =   720
      End
      Begin VB.Label lblClass 
         AutoSize        =   -1  'True
         Caption         =   "所在班:"
         Height          =   180
         Left            =   2520
         TabIndex        =   32
         Top             =   330
         Width           =   840
      End
   End
   Begin VB.Frame fraManage 
      Caption         =   "管理"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   3255
      Left            =   7440
      TabIndex        =   5
      Top             =   2280
      Width           =   1185
      Begin VB.CommandButton cmdReport 
         Caption         =   "报表(&R)"
         Height          =   435
         Left            =   120
         TabIndex        =   10
         Top             =   2640
         Width           =   975
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "添加(&A)"
         Height          =   435
         Left            =   120
         TabIndex        =   9
         Top             =   360
         Width           =   975
      End
      Begin VB.CommandButton cmdDelete 
         Caption         =   "删除(&D)"
         Height          =   435
         Left            =   120
         TabIndex        =   8
         Top             =   960
         Width           =   975
      End
      Begin VB.CommandButton cmdUpdate 
         Caption         =   "更新(&U)"
         Enabled         =   0   'False
         Height          =   435
         Left            =   120
         TabIndex        =   7
         Top             =   2070
         Width           =   975
      End
      Begin VB.CommandButton cmdEdit 
         Caption         =   "编辑(&E)"
         Height          =   435
         Left            =   120
         TabIndex        =   6
         Top             =   1500
         Width           =   975
      End
   End
   Begin VB.Frame fraBrowse 
      Caption         =   "浏览"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   735
      Left            =   6720
      TabIndex        =   0
      Top             =   0
      Width           =   2055
      Begin VB.CommandButton cmdFirst 
         Caption         =   "<<"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   240
         TabIndex        =   4
         Top             =   240
         Width           =   400
      End
      Begin VB.CommandButton cmdLast 
         Caption         =   ">>"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1455
         TabIndex        =   3
         Top             =   240
         Width           =   400
      End
      Begin VB.CommandButton cmdNext 
         Caption         =   ">"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1050
         TabIndex        =   2
         Top             =   240
         Width           =   400
      End
      Begin VB.CommandButton cmdPrevious 
         Caption         =   "<"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   645
         TabIndex        =   1
         Top             =   240
         Width           =   400
      End
   End
   Begin MSDataGridLib.DataGrid grdScan 
      Bindings        =   "frmStudent.frx":032C
      Height          =   4815
      Left            =   120
      TabIndex        =   34
      Top             =   960
      Width           =   2775
      _ExtentX        =   4895
      _ExtentY        =   8493
      _Version        =   393216
      AllowUpdate     =   0   'False
      ColumnHeaders   =   -1  'True
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      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
      DataMember      =   "sqlSeek"
      Caption         =   "导航条"
      ColumnCount     =   2
      BeginProperty Column00 
         DataField       =   "Serial"
         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       =   "Name"
         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 
            ColumnWidth     =   900.284
         EndProperty
         BeginProperty Column01 
            ColumnWidth     =   1214.929
         EndProperty
      EndProperty
   End
   Begin VB.Frame fraInfo 
      Caption         =   "详细信息"
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00C000C0&
      Height          =   4935
      Left            =   2880
      TabIndex        =   11
      Top             =   840
      Width           =   5895
      Begin MSComCtl2.DTPicker dtpBirth 
         Height          =   375
         Left            =   1080
         TabIndex        =   35
         Top             =   1800

⌨️ 快捷键说明

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