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

📄 frm_setcourse.frm

📁 学生信息的管理是学校经常遇到的问题。学生数量的积聚增加和学生认识制度的改革
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{57EA6131-FAB3-49C3-BF10-85A4777A5A7C}#1.0#0"; "XPButton.ocx"
Begin VB.Form frm_setcourse 
   BorderStyle     =   0  'None
   Caption         =   "专业课程设置"
   ClientHeight    =   4320
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   6930
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   288
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   462
   ShowInTaskbar   =   0   'False
   Begin XP_Button.XPButton command1 
      Height          =   450
      Index           =   0
      Left            =   360
      TabIndex        =   13
      Top             =   3510
      Width           =   1065
      _ExtentX        =   1879
      _ExtentY        =   794
      caption         =   "增加"
   End
   Begin VB.Frame Frame2 
      Height          =   2040
      Left            =   225
      TabIndex        =   3
      Top             =   1350
      Width           =   6225
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   2
         Left            =   3555
         MaxLength       =   6
         TabIndex        =   12
         Top             =   1530
         Width           =   2310
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   360
         Index           =   1
         Left            =   3555
         MaxLength       =   10
         TabIndex        =   9
         Top             =   915
         Width           =   2310
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   345
         Index           =   0
         Left            =   3555
         MaxLength       =   6
         TabIndex        =   8
         Top             =   315
         Width           =   2310
      End
      Begin VB.ListBox List1 
         Height          =   1680
         Left            =   135
         TabIndex        =   4
         Top             =   225
         Width           =   1680
      End
      Begin VB.Label Label1 
         Caption         =   "学期编号:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Index           =   3
         Left            =   1980
         TabIndex        =   7
         Top             =   1575
         Width           =   1230
      End
      Begin VB.Label Label1 
         Caption         =   "课程名称:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Index           =   2
         Left            =   1980
         TabIndex        =   6
         Top             =   945
         Width           =   1230
      End
      Begin VB.Label Label1 
         Caption         =   "课程编号:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Index           =   1
         Left            =   1980
         TabIndex        =   5
         Top             =   360
         Width           =   1230
      End
   End
   Begin VB.Frame Frame1 
      Height          =   930
      Left            =   225
      TabIndex        =   0
      Top             =   435
      Width           =   3480
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1305
         TabIndex        =   11
         Top             =   540
         Width           =   2085
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1305
         TabIndex        =   2
         Top             =   180
         Width           =   2085
      End
      Begin VB.Label Label1 
         Caption         =   "选择学期:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   285
         Index           =   4
         Left            =   90
         TabIndex        =   10
         Top             =   585
         Width           =   1230
      End
      Begin VB.Label Label1 
         Caption         =   "选择学年:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   330
         Index           =   0
         Left            =   90
         TabIndex        =   1
         Top             =   180
         Width           =   1230
      End
   End
   Begin XP_Button.XPButton command1 
      Height          =   450
      Index           =   1
      Left            =   1590
      TabIndex        =   14
      Top             =   3510
      Width           =   1065
      _ExtentX        =   1879
      _ExtentY        =   794
      caption         =   "修改"
   End
   Begin XP_Button.XPButton command1 
      Height          =   450
      Index           =   2
      Left            =   2820
      TabIndex        =   15
      Top             =   3510
      Width           =   1065
      _ExtentX        =   1879
      _ExtentY        =   794
      caption         =   "删除"
   End
   Begin XP_Button.XPButton command1 
      Height          =   450
      Index           =   3
      Left            =   4050
      TabIndex        =   16
      Top             =   3510
      Width           =   1065
      _ExtentX        =   1879
      _ExtentY        =   794
      caption         =   "取消"
   End
   Begin XP_Button.XPButton command1 
      Height          =   450
      Index           =   4
      Left            =   5280
      TabIndex        =   17
      Top             =   3510
      Width           =   1065
      _ExtentX        =   1879
      _ExtentY        =   794
      caption         =   "退出"
   End
   Begin VB.Frame Frame3 
      Height          =   645
      Left            =   225
      TabIndex        =   18
      Top             =   3375
      Width           =   6240
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "课程设置"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H8000000E&
      Height          =   345
      Left            =   645
      TabIndex        =   19
      Top             =   75
      Width           =   1125
   End
   Begin VB.Image imglefttitle 
      Height          =   450
      Left            =   0
      Picture         =   "frm_setcourse.frx":0000
      Top             =   0
      Width           =   450
   End
   Begin VB.Image imgleftbottom 
      Height          =   450
      Left            =   -15
      Picture         =   "frm_setcourse.frx":0B0A
      Top             =   3825
      Width           =   450
   End
   Begin VB.Image imgrightbottom 
      Height          =   450
      Left            =   6450
      Picture         =   "frm_setcourse.frx":1614
      Top             =   3825
      Width           =   450
   End
   Begin VB.Image imgbottom 
      Height          =   450
      Left            =   435
      Picture         =   "frm_setcourse.frx":211E
      Stretch         =   -1  'True
      Top             =   3825
      Width           =   6270
   End
   Begin VB.Image imgrightwindow 
      Height          =   3420
      Left            =   6450
      Picture         =   "frm_setcourse.frx":8A60
      Stretch         =   -1  'True
      Top             =   495
      Width           =   450

⌨️ 快捷键说明

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