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

📄 frmcourseinfo.frm

📁 学生信息管理系统用vb做的 学生信息管理系统用vb做的
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{CE671F01-259E-40DA-92FE-95803E2ECBB5}#1.0#0"; "SmartXPButton.ocx"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form FrmCourse 
   BackColor       =   &H00E7DFE7&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "课程基本信息"
   ClientHeight    =   5415
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   8745
   Icon            =   "FrmCourseInfo.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   5415
   ScaleWidth      =   8745
   Begin VB.Frame Frame1 
      BackColor       =   &H00E7DFE7&
      BorderStyle     =   0  'None
      Enabled         =   0   'False
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1095
      Left            =   0
      TabIndex        =   12
      Top             =   0
      Width           =   8535
      Begin VB.TextBox TxtcouName 
         Height          =   380
         Left            =   1680
         TabIndex        =   0
         Top             =   600
         Width           =   1935
      End
      Begin VB.TextBox TxtcouNo 
         Height          =   380
         Left            =   240
         Locked          =   -1  'True
         TabIndex        =   13
         Top             =   600
         Width           =   975
      End
      Begin VB.TextBox TxtcouDes 
         Height          =   380
         Left            =   6240
         TabIndex        =   2
         Top             =   600
         Width           =   2175
      End
      Begin VB.ComboBox CboCouType 
         Height          =   300
         Left            =   4080
         TabIndex        =   1
         Top             =   645
         Width           =   1695
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程编号:"
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   240
         TabIndex        =   17
         Top             =   240
         Width           =   900
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程名称:"
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   1680
         TabIndex        =   16
         Top             =   240
         Width           =   900
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程类型:"
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   4080
         TabIndex        =   15
         Top             =   240
         Width           =   900
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程描述:"
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   6240
         TabIndex        =   14
         Top             =   240
         Width           =   900
      End
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00E7DFE7&
      Caption         =   "查询条件"
      Enabled         =   0   'False
      Height          =   3135
      Left            =   6720
      TabIndex        =   10
      Top             =   2160
      Width           =   1815
      Begin VB.ComboBox CboFinNo 
         Height          =   300
         Left            =   120
         TabIndex        =   7
         Top             =   1320
         Width           =   1335
      End
      Begin SmartXPButton.XpButton cmdFind 
         Height          =   495
         Left            =   240
         TabIndex        =   8
         Top             =   2280
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   873
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Caption         =   "查找(&F)"
         CaptionMouseOverColor=   16711680
         PictureBackColor=   15790320
         PictureSmoothBackColor=   15790320
         ButtonPicture   =   "FrmCourseInfo.frx":1CFA
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "课程编号:"
         ForeColor       =   &H00000000&
         Height          =   180
         Left            =   120
         TabIndex        =   11
         Top             =   840
         Width           =   900
      End
   End
   Begin MSHierarchicalFlexGridLib.MSHFlexGrid Course_Grid 
      Height          =   3135
      Left            =   240
      TabIndex        =   9
      Top             =   2160
      Width           =   6255
      _ExtentX        =   11033
      _ExtentY        =   5530
      _Version        =   393216
      BackColorFixed  =   15196135
      BackColorBkg    =   15196135
      BackColorUnpopulated=   15196135
      _NumberOfBands  =   1
      _Band(0).Cols   =   2
   End
   Begin SmartXPButton.XpButton cmdAdd 
      Height          =   495
      Left            =   960
      TabIndex        =   3
      Top             =   1320
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   873
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      CaptionAreaPercent=   100
      Caption         =   "添加(&A)"
      PictureSmoothBackColor=   15460844
   End
   Begin SmartXPButton.XpButton cmdSave 
      Height          =   495
      Left            =   2800
      TabIndex        =   4
      Top             =   1320
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   873
      Enabled         =   0   'False
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Caption         =   "保存(&S)"
      CaptionMouseOverColor=   16711680
      PictureBackColor=   15790320
      PictureSmoothBackColor=   15790320
      ButtonPicture   =   "FrmCourseInfo.frx":40DC
   End
   Begin SmartXPButton.XpButton cmdDel 
      Height          =   495
      Left            =   4640
      TabIndex        =   5
      Top             =   1320
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   873
      Enabled         =   0   'False
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "宋体"
         Size            =   9
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Caption         =   "删除(&D)"
      CaptionMouseOverColor=   16711680
      PictureBackColor=   15790320
      PictureSmoothBackColor=   15790320
      ButtonPicture   =   "FrmCourseInfo.frx":4716
   End
   Begin SmartXPButton.XpButton cmdExit 
      Cancel          =   -1  'True
      Height          =   495
      Left            =   6480
      TabIndex        =   6
      Top             =   1320
      Width           =   1335
      _ExtentX        =   2355
      _ExtentY        =   873
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 

⌨️ 快捷键说明

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