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

📄 frm_setclass.frm

📁 学生信息的管理是学校经常遇到的问题。学生数量的积聚增加和学生认识制度的改革
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{57EA6131-FAB3-49C3-BF10-85A4777A5A7C}#1.0#0"; "XPButton.ocx"
Begin VB.Form frm_setclass 
   BorderStyle     =   0  'None
   Caption         =   "班级设置"
   ClientHeight    =   4245
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   7065
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   283
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   471
   ShowInTaskbar   =   0   'False
   Begin XP_Button.XPButton command1 
      Height          =   420
      Index           =   0
      Left            =   525
      TabIndex        =   13
      Top             =   3525
      Width           =   1155
      _ExtentX        =   2037
      _ExtentY        =   741
      caption         =   "增加"
   End
   Begin VB.Frame Frame1 
      Height          =   915
      Left            =   405
      TabIndex        =   8
      Top             =   465
      Width           =   3480
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1305
         TabIndex        =   10
         Top             =   180
         Width           =   2085
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1305
         TabIndex        =   9
         Top             =   540
         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          =   330
         Index           =   0
         Left            =   90
         TabIndex        =   12
         Top             =   180
         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          =   285
         Index           =   4
         Left            =   90
         TabIndex        =   11
         Top             =   585
         Width           =   1230
      End
   End
   Begin VB.Frame Frame2 
      Height          =   2040
      Left            =   405
      TabIndex        =   0
      Top             =   1350
      Width           =   6225
      Begin VB.ListBox List1 
         Height          =   1680
         Left            =   135
         TabIndex        =   4
         Top             =   225
         Width           =   1680
      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        =   3
         Top             =   315
         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        =   2
         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          =   360
         Index           =   2
         Left            =   3555
         MaxLength       =   6
         TabIndex        =   1
         Top             =   1530
         Width           =   2310
      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        =   7
         Top             =   360
         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           =   3
         Left            =   1980
         TabIndex        =   5
         Top             =   1575
         Width           =   1230
      End
   End
   Begin XP_Button.XPButton command1 
      Height          =   420
      Index           =   1
      Left            =   1740
      TabIndex        =   14
      Top             =   3525
      Width           =   1155
      _ExtentX        =   2037
      _ExtentY        =   741
      caption         =   "修改"
   End
   Begin XP_Button.XPButton command1 
      Height          =   420
      Index           =   2
      Left            =   2970
      TabIndex        =   15
      Top             =   3525
      Width           =   1155
      _ExtentX        =   2037
      _ExtentY        =   741
      caption         =   "删除"
   End
   Begin XP_Button.XPButton command1 
      Height          =   420
      Index           =   3
      Left            =   4185
      TabIndex        =   16
      Top             =   3525
      Width           =   1155
      _ExtentX        =   2037
      _ExtentY        =   741
      caption         =   "取消"
   End
   Begin XP_Button.XPButton command1 
      Height          =   420
      Index           =   4
      Left            =   5415
      TabIndex        =   17
      Top             =   3525
      Width           =   1155
      _ExtentX        =   2037
      _ExtentY        =   741
      caption         =   "退出"
   End
   Begin VB.Frame Frame3 
      Height          =   645
      Left            =   405
      TabIndex        =   18
      Top             =   3375
      Width           =   6225
   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            =   525
      TabIndex        =   19
      Top             =   105
      Width           =   1800
   End
   Begin VB.Image imgclose 
      Height          =   240
      Left            =   6660
      Picture         =   "frm_setclass.frx":0000
      Top             =   90
      Width           =   240
   End
   Begin VB.Image imgleftwindow 
      Height          =   3315
      Left            =   15
      Picture         =   "frm_setclass.frx":0342
      Stretch         =   -1  'True
      Top             =   450
      Width           =   465
   End
   Begin VB.Image imgrightwindow 
      Height          =   3375
      Left            =   6630
      Picture         =   "frm_setclass.frx":38F4
      Stretch         =   -1  'True
      Top             =   450
      Width           =   450
   End
   Begin VB.Image imgbottom 
      Height          =   450
      Left            =   420
      Picture         =   "frm_setclass.frx":7C0E
      Stretch         =   -1  'True
      Top             =   3765
      Width           =   6270
   End
   Begin VB.Image imgrightbottom 
      Height          =   450
      Left            =   6630
      Picture         =   "frm_setclass.frx":E550
      Top             =   3765

⌨️ 快捷键说明

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