📄 frmlessonman.frm
字号:
VERSION 5.00
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmLessonMan
BorderStyle = 1 'Fixed Single
Caption = "课程信息管理"
ClientHeight = 3015
ClientLeft = 45
ClientTop = 330
ClientWidth = 7335
Icon = "FrmLessonMan.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3015
ScaleWidth = 7335
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Scores
BackColor = &H80000004&
Caption = "成绩管理"
Height = 400
Left = 4457
MouseIcon = "FrmLessonMan.frx":0CCA
MousePointer = 99 'Custom
Style = 1 'Graphical
TabIndex = 16
Top = 2400
Width = 1300
End
Begin MSDataListLib.DataList DataList1
Bindings = "FrmLessonMan.frx":0FD4
Height = 1950
Left = 240
TabIndex = 15
Top = 240
Width = 2655
_ExtentX = 4683
_ExtentY = 3440
_Version = 393216
ListField = "LessonName"
BoundColumn = "LessonId"
End
Begin MSAdodcLib.Adodc AdoLesson
Height = 450
Left = 2640
Top = 2760
Visible = 0 'False
Width = 2175
_ExtentX = 3836
_ExtentY = 794
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=StudentSys"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "StudentSys"
OtherAttributes = ""
UserName = "sa"
Password = "sa"
RecordSource = "SELECT * FROM Lessons"
Caption = "AdoLesson"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc AdoLessonList
Height = 330
Left = 0
Top = 2760
Visible = 0 'False
Width = 2415
_ExtentX = 4260
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=StudentSys"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "StudentSys"
OtherAttributes = ""
UserName = "sa"
Password = "sa"
RecordSource = "SELECT * FROM Lessons"
Caption = "AdoLessonList"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame1
Height = 2055
Left = 3000
TabIndex = 4
Top = 120
Width = 4095
Begin VB.Label lbl_Teacher
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
DataField = "Teacher"
DataSource = "AdoLesson"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 180
Left = 1440
TabIndex = 14
Top = 1275
Width = 90
End
Begin VB.Label Label7
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
Caption = "课程类型"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 240
TabIndex = 13
Top = 585
Width = 780
End
Begin VB.Label lbl_LessonName
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
DataField = "LessonName"
DataSource = "AdoLesson"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 180
Left = 1440
TabIndex = 12
Top = 240
Width = 90
End
Begin VB.Label lbl_LessonType
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
DataField = "LessonType"
DataSource = "AdoLesson"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800080&
Height = 180
Left = 1440
TabIndex = 11
Top = 585
Width = 90
End
Begin VB.Label lbl_Hours
AutoSize = -1 'True
BackColor = &H00FFC0C0&
BackStyle = 0 'Transparent
DataField = "Hours"
DataSource = "AdoLesson"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -