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

📄 frmstsi.frm

📁 学生信息管理系统的设计,包含与数据库的通信接口和密码等.
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{E95A2510-F3D1-416D-823B-4F840FE98091}#3.0#0"; "Command.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmstsi 
   BackColor       =   &H00E0E0E0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "学籍信息"
   ClientHeight    =   7155
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   11175
   Icon            =   "frmstsi.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   7155
   ScaleWidth      =   11175
   Begin VB.Frame Frame1 
      BackColor       =   &H00E0E0E0&
      BorderStyle     =   0  'None
      Caption         =   "Frame1"
      Height          =   375
      Left            =   5280
      TabIndex        =   30
      Top             =   120
      Visible         =   0   'False
      Width           =   5775
      Begin MSComctlLib.ProgressBar ProgressBar1 
         Height          =   255
         Left            =   1560
         TabIndex        =   32
         Top             =   0
         Width           =   4215
         _ExtentX        =   7435
         _ExtentY        =   450
         _Version        =   393216
         BorderStyle     =   1
         Appearance      =   1
         Scrolling       =   1
      End
      Begin VB.Label Label4 
         BackColor       =   &H00E0E0E0&
         Caption         =   "查询中 请稍后..."
         Height          =   255
         Left            =   0
         TabIndex        =   31
         Top             =   0
         Width           =   1575
      End
   End
   Begin VB.ComboBox Combo1 
      BackColor       =   &H80000009&
      Height          =   300
      Left            =   6360
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   6000
      Width           =   1500
   End
   Begin CSCommand.Command Command1 
      Height          =   375
      Left            =   7560
      TabIndex        =   14
      Top             =   6480
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   661
      IconAlign       =   0
      Icon            =   "frmstsi.frx":08CA
      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
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   8
      Left            =   3240
      MaxLength       =   60
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   9
      Top             =   6480
      Width           =   3070
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   7
      Left            =   120
      MaxLength       =   30
      MultiLine       =   -1  'True
      TabIndex        =   8
      Top             =   6480
      Width           =   3070
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   6
      Left            =   9480
      TabIndex        =   7
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   5
      Left            =   7920
      MaxLength       =   13
      TabIndex        =   6
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   4
      Left            =   6360
      TabIndex        =   19
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   3
      Left            =   4800
      TabIndex        =   4
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   2
      Left            =   3240
      Locked          =   -1  'True
      TabIndex        =   3
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   1
      Left            =   1680
      MaxLength       =   8
      TabIndex        =   2
      Top             =   6000
      Width           =   1500
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H8000000E&
      Height          =   300
      Index           =   0
      Left            =   120
      MaxLength       =   10
      TabIndex        =   1
      Top             =   6000
      Width           =   1500
   End
   Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1 
      Height          =   4890
      Left            =   120
      TabIndex        =   18
      Top             =   960
      Width           =   10935
      _ExtentX        =   19288
      _ExtentY        =   8625
      _Version        =   393216
      Cols            =   4
      FixedCols       =   0
      BackColorFixed  =   14737632
      BackColorBkg    =   -2147483643
      Appearance      =   0
   End
   Begin CSCommand.Command Command2 
      Height          =   375
      Left            =   7560
      TabIndex        =   15
      Top             =   6480
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   661
      IconAlign       =   0
      Icon            =   "frmstsi.frx":08E6
      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
   End
   Begin CSCommand.Command Command3 
      Height          =   375
      Left            =   7560
      TabIndex        =   16
      Top             =   6480
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   661
      IconAlign       =   0
      Icon            =   "frmstsi.frx":0902
      Enabled         =   0   'False
      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
   End
   Begin CSCommand.Command Command4 
      Height          =   375
      Left            =   7560
      TabIndex        =   17
      Top             =   6480
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   661
      IconAlign       =   0
      Icon            =   "frmstsi.frx":091E
      Enabled         =   0   'False
      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
   End
   Begin CSCommand.Command Command5 
      Height          =   375
      Left            =   9840
      TabIndex        =   0
      Top             =   6480
      Width           =   1095
      _ExtentX        =   1931
      _ExtentY        =   661
      IconAlign       =   0
      Icon            =   "frmstsi.frx":093A
      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
   End
   Begin VB.Label Label3 
      Appearance      =   0  'Flat
      BackColor       =   &H80000005&
      BackStyle       =   0  'Transparent
      BorderStyle     =   1  'Fixed Single
      Caption         =   "      学          籍          信          息          列          表"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000D&
      Height          =   375
      Left            =   120
      TabIndex        =   29
      Top             =   600
      Width           =   10935
   End
   Begin VB.Label Label2 
      Caption         =   "在此输入备注信息"
      Height          =   255
      Index           =   8
      Left            =   8520
      TabIndex        =   28
      Top             =   600
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "在此输入家庭住址"
      Height          =   255
      Index           =   7
      Left            =   7560
      TabIndex        =   27
      Top             =   600
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "查询入学日期截止"
      Height          =   255
      Index           =   6
      Left            =   6480
      TabIndex        =   26
      Top             =   600
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "查询入学日期起始"
      Height          =   255
      Index           =   5
      Left            =   5400
      TabIndex        =   25
      Top             =   600
      Visible         =   0   'False
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "在此输入学生学号"

⌨️ 快捷键说明

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