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

📄 modstudent.frm

📁 学籍管理系统 建立学生学籍管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{8E27C92E-1264-101C-8A2F-040224009C02}#7.0#0"; "MSCAL.OCX"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form modStudent 
   Caption         =   "修改学生信息"
   ClientHeight    =   3195
   ClientLeft      =   75
   ClientTop       =   360
   ClientWidth     =   4680
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command9 
      Caption         =   "返回(&B)"
      Height          =   495
      Left            =   9120
      TabIndex        =   49
      Top             =   6840
      Width           =   1575
   End
   Begin MSACAL.Calendar Calendar2 
      Height          =   2895
      Left            =   7080
      TabIndex        =   47
      Top             =   1560
      Visible         =   0   'False
      Width           =   4335
      _Version        =   524288
      _ExtentX        =   7646
      _ExtentY        =   5106
      _StockProps     =   1
      BackColor       =   -2147483633
      Year            =   2003
      Month           =   6
      Day             =   14
      DayLength       =   0
      MonthLength     =   0
      DayFontColor    =   0
      FirstDay        =   1
      GridCellEffect  =   1
      GridFontColor   =   10485760
      GridLinesColor  =   -2147483632
      ShowDateSelectors=   -1  'True
      ShowDays        =   -1  'True
      ShowHorizontalGrid=   -1  'True
      ShowTitle       =   -1  'True
      ShowVerticalGrid=   -1  'True
      TitleFontColor  =   10485760
      ValueIsNull     =   0   'False
      BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin MSACAL.Calendar Calendar1 
      Height          =   2895
      Left            =   3480
      TabIndex        =   46
      Top             =   1560
      Visible         =   0   'False
      Width           =   4335
      _Version        =   524288
      _ExtentX        =   7646
      _ExtentY        =   5106
      _StockProps     =   1
      BackColor       =   -2147483633
      Year            =   2003
      Month           =   6
      Day             =   14
      DayLength       =   0
      MonthLength     =   0
      DayFontColor    =   0
      FirstDay        =   1
      GridCellEffect  =   1
      GridFontColor   =   10485760
      GridLinesColor  =   -2147483632
      ShowDateSelectors=   -1  'True
      ShowDays        =   -1  'True
      ShowHorizontalGrid=   -1  'True
      ShowTitle       =   -1  'True
      ShowVerticalGrid=   -1  'True
      TitleFontColor  =   10485760
      ValueIsNull     =   0   'False
      BeginProperty DayFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty GridFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      BeginProperty TitleFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
   End
   Begin VB.TextBox Text7 
      Height          =   300
      Left            =   2400
      TabIndex        =   44
      Top             =   2280
      Width           =   375
   End
   Begin VB.Frame Frame2 
      Caption         =   "浏览学生信息"
      Height          =   975
      Left            =   840
      TabIndex        =   39
      Top             =   5400
      Width           =   7215
      Begin VB.CommandButton Command1 
         Caption         =   "第一条记录(&F)"
         Height          =   375
         Left            =   360
         TabIndex        =   43
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command2 
         Caption         =   "上一条记录(&P)"
         Height          =   375
         Left            =   2040
         TabIndex        =   42
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command3 
         Caption         =   "下一条记录(&N)"
         Height          =   375
         Left            =   3720
         TabIndex        =   41
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command4 
         Caption         =   "末一条记录(&L)"
         Height          =   375
         Left            =   5400
         TabIndex        =   40
         Top             =   360
         Width           =   1455
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "修改学生信息"
      Height          =   975
      Left            =   840
      TabIndex        =   34
      Top             =   6480
      Width           =   7215
      Begin VB.CommandButton Command5 
         Caption         =   "修改记录(&X)"
         Height          =   375
         Left            =   360
         TabIndex        =   38
         ToolTipText     =   "点击该按钮后,修改数据"
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command6 
         Caption         =   "更新数据(&U)"
         Height          =   375
         Left            =   2040
         TabIndex        =   37
         ToolTipText     =   "保存更改结果"
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command7 
         Caption         =   "取消修改(&C)"
         Height          =   375
         Left            =   3720
         TabIndex        =   36
         ToolTipText     =   "取消对当前记录进行的修改"
         Top             =   360
         Width           =   1455
      End
      Begin VB.CommandButton Command8 
         Caption         =   "删除记录(&D)"
         Height          =   375
         Left            =   5400
         TabIndex        =   35
         ToolTipText     =   "删除当前记录"
         Top             =   360
         Width           =   1455
      End
   End
   Begin VB.Frame Frame1 
      Height          =   5175
      Left            =   840
      TabIndex        =   0
      Top             =   120
      Width           =   10215
      Begin VB.TextBox Text8 
         Height          =   300
         Left            =   7920
         TabIndex        =   45
         Top             =   1680
         Width           =   375
      End
      Begin VB.TextBox Text1 
         Height          =   375
         Left            =   1560
         TabIndex        =   14
         Top             =   480
         Width           =   1335
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   4440
         TabIndex        =   13
         Top             =   480
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         Height          =   375
         Left            =   7920
         TabIndex        =   12
         Top             =   480
         Width           =   1215
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         ItemData        =   "modStudent.frx":0000
         Left            =   1560
         List            =   "modStudent.frx":000A
         Style           =   1  'Simple Combo
         TabIndex        =   11
         Top             =   1080
         Width           =   735
      End
      Begin VB.TextBox Text4 
         Height          =   390
         Left            =   4440
         TabIndex        =   10
         Top             =   1080
         Width           =   1335
      End
      Begin VB.TextBox Text5 
         Height          =   390
         Left            =   7920
         TabIndex        =   9
         Top             =   1080
         Width           =   1455
      End
      Begin VB.TextBox Text6 
         Height          =   375
         Left            =   7920
         TabIndex        =   8
         Top             =   2160
         Width           =   1335
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         ItemData        =   "modStudent.frx":0016
         Left            =   1560
         List            =   "modStudent.frx":0023
         Style           =   1  'Simple Combo
         TabIndex        =   7
         Top             =   1680
         Width           =   855
      End
      Begin VB.ComboBox Combo3 
         Height          =   300
         ItemData        =   "modStudent.frx":0030
         Left            =   4440
         List            =   "modStudent.frx":003D
         TabIndex        =   6
         Top             =   1680
         Width           =   1335
      End
      Begin VB.CommandButton cmd1 
         Caption         =   ">"
         Height          =   375
         Left            =   5760
         TabIndex        =   5
         Top             =   1080
         Width           =   375
      End
      Begin VB.CommandButton cmd2 
         Caption         =   ">"
         Height          =   375
         Left            =   9360
         TabIndex        =   4
         Top             =   1080
         Width           =   375
      End
      Begin VB.ComboBox Combo4 
         Height          =   300
         ItemData        =   "modStudent.frx":0053
         Left            =   8280
         List            =   "modStudent.frx":0055
         TabIndex        =   3
         Top             =   1680
         Width           =   1095
      End
      Begin VB.ComboBox Combo5 
         Height          =   300
         Left            =   1920
         TabIndex        =   2
         Top             =   2160
         Width           =   975
      End
      Begin VB.ComboBox Combo6 
         Height          =   300
         ItemData        =   "modStudent.frx":0057
         Left            =   4440
         List            =   "modStudent.frx":0064
         TabIndex        =   1
         Top             =   2160
         Width           =   1335
      End
      Begin RichTextLib.RichTextBox RichTextBox3 
         Height          =   855
         Left            =   360
         TabIndex        =   15
         Top             =   3960
         Width           =   9495
         _ExtentX        =   16748
         _ExtentY        =   1508
         _Version        =   393217
         Enabled         =   -1  'True
         TextRTF         =   $"modStudent.frx":007C
      End
      Begin RichTextLib.RichTextBox RichTextBox2 
         Height          =   735
         Left            =   6480
         TabIndex        =   16
         Top             =   2760
         Width           =   3375
         _ExtentX        =   5953
         _ExtentY        =   1296
         _Version        =   393217
         Enabled         =   -1  'True
         TextRTF         =   $"modStudent.frx":0119
      End
      Begin RichTextLib.RichTextBox RichTextBox1 
         Height          =   735
         Left            =   1560
         TabIndex        =   17
         Top             =   2760
         Width           =   3375
         _ExtentX        =   5953
         _ExtentY        =   1296
         _Version        =   393217
         Enabled         =   -1  'True
         TextRTF         =   $"modStudent.frx":01B6
      End
      Begin VB.Label Label1 
         Caption         =   "学生编号:"
         Height          =   375
         Left            =   360
         TabIndex        =   33
         Top             =   560
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "学生姓名:"
         Height          =   375
         Left            =   3240
         TabIndex        =   32

⌨️ 快捷键说明

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