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

📄 frmlessonedit.frm

📁 这是我自己做的系统 很不完善 不足之处请多多指教!
💻 FRM
字号:
VERSION 5.00
Begin VB.Form FrmLessonEdit 
   Caption         =   "编辑课程信息"
   ClientHeight    =   3765
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6645
   LinkTopic       =   "Form1"
   ScaleHeight     =   3765
   ScaleWidth      =   6645
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Cmd_cancel 
      Caption         =   "取消"
      Height          =   495
      Left            =   5280
      TabIndex        =   12
      Top             =   3480
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   1560
      TabIndex        =   11
      Top             =   3360
      Width           =   1215
   End
   Begin VB.Frame Frame1 
      Height          =   2535
      Left            =   480
      TabIndex        =   0
      Top             =   360
      Width           =   6855
      Begin VB.TextBox Text4 
         Height          =   495
         Left            =   4800
         TabIndex        =   10
         Top             =   1680
         Width           =   1935
      End
      Begin VB.TextBox Text3 
         Height          =   495
         Left            =   1680
         TabIndex        =   9
         Top             =   1680
         Width           =   1575
      End
      Begin VB.TextBox Text2 
         Height          =   495
         Left            =   4680
         TabIndex        =   6
         Top             =   960
         Width           =   1935
      End
      Begin VB.TextBox Text1 
         Height          =   495
         Left            =   1680
         TabIndex        =   5
         Top             =   240
         Width           =   4935
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1680
         TabIndex        =   4
         Text            =   "Combotype"
         Top             =   1080
         Width           =   1575
      End
      Begin VB.Label Label5 
         Caption         =   "课时设置"
         Height          =   495
         Left            =   3480
         TabIndex        =   8
         Top             =   1680
         Width           =   1095
      End
      Begin VB.Label Label4 
         Caption         =   "学期设置"
         Height          =   375
         Left            =   120
         TabIndex        =   7
         Top             =   1920
         Width           =   1215
      End
      Begin VB.Label Label3 
         Caption         =   "授课教师"
         Height          =   375
         Left            =   3480
         TabIndex        =   3
         Top             =   1080
         Width           =   1335
      End
      Begin VB.Label Label2 
         Caption         =   "课程类型"
         Height          =   615
         Left            =   120
         TabIndex        =   2
         Top             =   1200
         Width           =   1335
      End
      Begin VB.Label Label1 
         Caption         =   "课程名称"
         Height          =   615
         Left            =   240
         TabIndex        =   1
         Top             =   240
         Width           =   1575
      End
   End
End
Attribute VB_Name = "FrmLessonEdit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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