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

📄 student.frm

📁 学生信息管理系统,VB实现简单的数据库操作,简单实用出学者的辅音
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmStudent 
   BackColor       =   &H00FFC0FF&
   Caption         =   "学生信息管理系统                                         ---小鱼儿"
   ClientHeight    =   3870
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   5910
   Icon            =   "student.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   3870
   ScaleWidth      =   5910
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame2 
      BackColor       =   &H00FFC0FF&
      Height          =   1575
      Left            =   120
      TabIndex        =   25
      Top             =   2280
      Width           =   5655
      Begin VB.CommandButton CmdRefresh 
         BackColor       =   &H0080C0FF&
         Caption         =   "刷新(&R)"
         Height          =   375
         Left            =   1680
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdDiscard 
         BackColor       =   &H0080C0FF&
         Caption         =   "放弃(&Q)"
         Enabled         =   0   'False
         Height          =   375
         Left            =   4020
         Style           =   1  'Graphical
         TabIndex        =   15
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdAdd 
         BackColor       =   &H0080C0FF&
         Caption         =   "添加(&A)"
         Height          =   375
         Left            =   120
         Style           =   1  'Graphical
         TabIndex        =   10
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdChange 
         BackColor       =   &H0080C0FF&
         Caption         =   "修改(&C)"
         Height          =   375
         Left            =   3240
         Style           =   1  'Graphical
         TabIndex        =   14
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdEnd 
         BackColor       =   &H0080C0FF&
         Caption         =   "退出(&X)"
         Height          =   375
         Left            =   4800
         Style           =   1  'Graphical
         TabIndex        =   16
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdUpdate 
         BackColor       =   &H0080C0FF&
         Caption         =   "更新(&U)"
         Height          =   375
         Left            =   2460
         Style           =   1  'Graphical
         TabIndex        =   13
         Top             =   1080
         Width           =   780
      End
      Begin VB.CommandButton CmdDelete 
         BackColor       =   &H0080C0FF&
         Caption         =   "删除(&D)"
         Height          =   375
         Left            =   900
         Style           =   1  'Graphical
         TabIndex        =   11
         Top             =   1080
         Width           =   780
      End
      Begin VB.Data DatStud 
         Appearance      =   0  'Flat
         BackColor       =   &H00FFFFC0&
         Caption         =   "                 记录数"
         Connect         =   "Access"
         DatabaseName    =   ""
         DefaultCursorType=   0  '缺省游标
         DefaultType     =   2  '使用 ODBC
         Exclusive       =   0   'False
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C000C0&
         Height          =   375
         Left            =   120
         Options         =   0
         ReadOnly        =   0   'False
         RecordsetType   =   1  'Dynaset
         RecordSource    =   "01办(1)班"
         Top             =   600
         Width           =   5415
      End
      Begin VB.CommandButton CmdFind 
         BackColor       =   &H0080FF80&
         Caption         =   "查找[&F]"
         Height          =   320
         Left            =   4560
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   240
         Width           =   975
      End
      Begin VB.TextBox TxtQuery 
         Appearance      =   0  'Flat
         ForeColor       =   &H00C000C0&
         Height          =   300
         Left            =   3000
         TabIndex        =   8
         Top             =   240
         Width           =   1335
      End
      Begin VB.ComboBox CboQuery 
         ForeColor       =   &H00C000C0&
         Height          =   300
         ItemData        =   "student.frx":0442
         Left            =   1320
         List            =   "student.frx":0449
         Style           =   2  'Dropdown List
         TabIndex        =   7
         Top             =   240
         Width           =   1335
      End
      Begin VB.Label LblStudent 
         BackColor       =   &H00FFC0FF&
         Caption         =   "查询条件:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H000000FF&
         Height          =   225
         Index           =   7
         Left            =   240
         TabIndex        =   26
         Top             =   260
         Width           =   1335
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FFC0FF&
      Caption         =   "信息栏:"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   2175
      Left            =   120
      TabIndex        =   17
      Top             =   120
      Width           =   5655
      Begin VB.ComboBox CboSurname 
         DataField       =   "性别"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   300
         ItemData        =   "student.frx":0453
         Left            =   4200
         List            =   "student.frx":045D
         Locked          =   -1  'True
         TabIndex        =   3
         Text            =   "CboSurname"
         Top             =   720
         Width           =   975
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "家庭住址"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   270
         Index           =   4
         Left            =   1320
         TabIndex        =   6
         Top             =   1800
         Width           =   4095
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "出生年月"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   270
         Index           =   3
         Left            =   4200
         TabIndex        =   5
         Top             =   1200
         Width           =   1215
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "民族"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   270
         Index           =   2
         Left            =   1080
         TabIndex        =   4
         Top             =   1200
         Width           =   1215
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "学号"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   270
         Index           =   0
         Left            =   4200
         TabIndex        =   1
         Top             =   350
         Width           =   1260
      End
      Begin VB.TextBox txtFields 
         Appearance      =   0  'Flat
         DataField       =   "姓名"
         DataSource      =   "DatStud"
         ForeColor       =   &H00C000C0&
         Height          =   270
         Index           =   1
         Left            =   1080
         TabIndex        =   2
         Top             =   800
         Width           =   1455
      End
      Begin VB.ComboBox CboClass 
         Appearance      =   0  'Flat
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C000C0&
         Height          =   330
         ItemData        =   "student.frx":0469
         Left            =   1080
         List            =   "student.frx":0473

⌨️ 快捷键说明

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