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

📄 d教师管理.frm

📁 在线考试系统。用vb编写
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form D教师管理 
   Caption         =   "教师管理"
   ClientHeight    =   6000
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6615
   LinkTopic       =   "Form1"
   ScaleHeight     =   6000
   ScaleWidth      =   6615
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "教师信息列表"
      Height          =   1935
      Left            =   120
      TabIndex        =   17
      Top             =   0
      Width           =   6375
      Begin MSComctlLib.ListView ListView1 
         Height          =   1575
         Left            =   120
         TabIndex        =   18
         Top             =   240
         Width           =   6135
         _ExtentX        =   10821
         _ExtentY        =   2778
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         _Version        =   393217
         Icons           =   "ImageList1"
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "编辑教师信息"
      Height          =   3855
      Left            =   120
      TabIndex        =   0
      Top             =   2040
      Width           =   6375
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   375
         IMEMode         =   3  'DISABLE
         Index           =   2
         Left            =   1080
         MaxLength       =   10
         PasswordChar    =   "*"
         TabIndex        =   25
         Top             =   720
         Width           =   1695
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   375
         Index           =   0
         Left            =   1080
         MaxLength       =   6
         TabIndex        =   24
         Top             =   240
         Width           =   1695
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   495
         Index           =   6
         Left            =   1080
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   22
         Top             =   2400
         Width           =   4695
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   495
         Index           =   5
         Left            =   1080
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   21
         Top             =   1800
         Width           =   4695
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   495
         Index           =   4
         Left            =   1080
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   20
         Top             =   1200
         Width           =   4695
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   375
         Index           =   3
         Left            =   4320
         TabIndex        =   19
         Top             =   720
         Width           =   1815
      End
      Begin VB.Frame Frame4 
         Height          =   735
         Left            =   600
         TabIndex        =   8
         Top             =   3000
         Width           =   5295
         Begin VB.CommandButton CmdModify 
            BackColor       =   &H00C0C0C0&
            Caption         =   "修改"
            Height          =   360
            Left            =   1050
            Style           =   1  'Graphical
            TabIndex        =   14
            Top             =   240
            Width           =   800
         End
         Begin VB.CommandButton CmdExit 
            BackColor       =   &H00C0C0C0&
            Caption         =   "退出"
            Height          =   360
            Left            =   4230
            Style           =   1  'Graphical
            TabIndex        =   13
            Top             =   240
            Width           =   800
         End
         Begin VB.CommandButton CmdCancel 
            BackColor       =   &H00C0C0C0&
            Caption         =   "取消"
            Height          =   360
            Left            =   3435
            Style           =   1  'Graphical
            TabIndex        =   12
            Top             =   240
            Width           =   800
         End
         Begin VB.CommandButton CmdDelete 
            BackColor       =   &H00C0C0C0&
            Caption         =   "删除"
            Height          =   360
            Left            =   1845
            Style           =   1  'Graphical
            TabIndex        =   11
            Top             =   240
            Width           =   800
         End
         Begin VB.CommandButton CmdAdd 
            BackColor       =   &H00C0C0C0&
            Caption         =   "添加"
            Height          =   360
            Left            =   240
            Style           =   1  'Graphical
            TabIndex        =   10
            Top             =   240
            Width           =   800
         End
         Begin VB.CommandButton CmdSave 
            BackColor       =   &H00C0C0C0&
            Caption         =   "保存"
            Enabled         =   0   'False
            Height          =   360
            Left            =   2640
            Style           =   1  'Graphical
            TabIndex        =   9
            Top             =   240
            Width           =   800
         End
      End
      Begin VB.TextBox txt 
         Appearance      =   0  'Flat
         Height          =   375
         Index           =   1
         Left            =   4320
         MaxLength       =   10
         TabIndex        =   1
         Top             =   240
         Width           =   1815
      End
      Begin VB.Label Label8 
         Caption         =   "(10位)"
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   0
         Left            =   2805
         TabIndex        =   23
         Top             =   840
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "邮箱:"
         Height          =   255
         Index           =   6
         Left            =   480
         TabIndex        =   16
         Top             =   2520
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "电话:"
         Height          =   255
         Index           =   5
         Left            =   480
         TabIndex        =   15
         Top             =   1920
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "教师ID:"
         Height          =   255
         Index           =   0
         Left            =   360
         TabIndex        =   7
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label1 
         Caption         =   "姓名:"
         Height          =   255
         Index           =   1
         Left            =   3720
         TabIndex        =   6
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "密码:"
         Height          =   255
         Index           =   2
         Left            =   480
         TabIndex        =   5
         Top             =   840
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "职称:"
         Height          =   255
         Index           =   3
         Left            =   3720
         TabIndex        =   4
         Top             =   840
         Width           =   615
      End
      Begin VB.Label Label1 
         Caption         =   "教育背景:"
         Height          =   255
         Index           =   4
         Left            =   120
         TabIndex        =   3
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label8 
         Caption         =   "(6位)"
         ForeColor       =   &H000000FF&
         Height          =   255
         Index           =   1
         Left            =   2805
         TabIndex        =   2
         Top             =   360
         Width           =   495

⌨️ 快捷键说明

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