📄 addstuscore.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form AddStuScore
BorderStyle = 3 'Fixed Dialog
Caption = "学生信息录入"
ClientHeight = 5625
ClientLeft = 45
ClientTop = 330
ClientWidth = 6915
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5625
ScaleWidth = 6915
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MSAdodcLib.Adodc StuADO
Height = 330
Left = 240
Top = 1480
Width = 2655
_ExtentX = 4683
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=XSCJ;Data Source=DCR"
OLEDBString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=XSCJ;Data Source=DCR"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = $"AddStuScore.frx":0000
Caption = "学生成绩"
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 MSDataGridLib.DataGrid StuDG
Bindings = "AddStuScore.frx":006F
Height = 3375
Left = 120
TabIndex = 2
Top = 2040
Width = 6735
_ExtentX = 11880
_ExtentY = 5953
_Version = 393216
AllowUpdate = 0 'False
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 5
BeginProperty Column00
DataField = "XH"
Caption = "学号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = "XM"
Caption = "姓名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column02
DataField = "KCM"
Caption = "课程名"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column03
DataField = "CJ"
Caption = "成绩"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column04
DataField = "XF"
Caption = "学分"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
BeginProperty Column02
EndProperty
BeginProperty Column03
EndProperty
BeginProperty Column04
EndProperty
EndProperty
End
Begin VB.Frame Frame1
Caption = "学生成绩录入"
Height = 1455
Left = 120
TabIndex = 1
Top = 480
Width = 6735
Begin VB.CommandButton StuDel
Caption = "删除"
Height = 320
Left = 4200
TabIndex = 17
Top = 1000
Width = 1095
End
Begin VB.TextBox StuXM
Height = 320
Left = 600
TabIndex = 16
Top = 600
Width = 1455
End
Begin VB.CommandButton StuCal
Caption = "取消"
Height = 320
Left = 5400
TabIndex = 14
Top = 1000
Width = 1095
End
Begin VB.CommandButton StuUpd
Caption = "更新"
Height = 320
Left = 3000
TabIndex = 13
Top = 1000
Width = 1095
End
Begin VB.TextBox StuXF
Height = 320
Left = 5040
TabIndex = 12
Top = 600
Width = 1455
End
Begin VB.TextBox StuCJ
Height = 320
Left = 2760
TabIndex = 9
Top = 600
Width = 1455
End
Begin VB.ComboBox StuKCM
Height = 300
Left = 5040
TabIndex = 8
Text = "Combo3"
Top = 240
Width = 1455
End
Begin VB.ComboBox StuXH
Height = 300
Left = 2760
TabIndex = 6
Text = "Combo2"
Top = 240
Width = 1455
End
Begin VB.ComboBox StuZY
Height = 300
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -