📄 frmingrade.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 frmInGrade
BorderStyle = 1 'Fixed Single
Caption = "输入成绩"
ClientHeight = 4545
ClientLeft = 2160
ClientTop = 1980
ClientWidth = 6870
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4545
ScaleWidth = 6870
Begin VB.Frame fraWait
Appearance = 0 'Flat
ForeColor = &H80000008&
Height = 1095
Left = 1868
TabIndex = 12
Top = 1860
Visible = 0 'False
Width = 3135
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "正在处理,请稍候 ……"
ForeColor = &H00C00000&
Height = 180
Left = 600
TabIndex = 13
Top = 480
Width = 1890
End
End
Begin VB.Frame Frame5
Appearance = 0 'Flat
ForeColor = &H80000008&
Height = 2055
Left = 4080
TabIndex = 8
Top = 2280
Width = 2655
Begin VB.CommandButton cmdCancel
Caption = "取消"
Height = 342
Left = 600
TabIndex = 11
Top = 1050
Width = 1455
End
Begin VB.CommandButton cmdOk
Caption = "确认输入"
Default = -1 'True
Height = 342
Left = 600
TabIndex = 10
Top = 660
Width = 1455
End
Begin VB.CommandButton cmdExit
Caption = "退出"
Height = 342
Left = 600
TabIndex = 9
Top = 1440
Width = 1455
End
Begin VB.Image Image1
Height = 480
Left = 1020
Picture = "frmInGrade.frx":0000
Top = 150
Width = 480
End
End
Begin VB.Frame Frame4
Appearance = 0 'Flat
Caption = "输入成绩"
ForeColor = &H00FF0000&
Height = 2055
Left = 120
TabIndex = 6
Top = 2280
Width = 3720
Begin MSDataGridLib.DataGrid dgdInGrade
Height = 1815
Left = 0
TabIndex = 7
Top = 240
Width = 3720
_ExtentX = 6562
_ExtentY = 3201
_Version = 393216
AllowArrows = -1 'True
HeadLines = 1
RowHeight = 15
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 = 2
BeginProperty Column00
DataField = ""
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 = ""
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
EndProperty
End
End
Begin VB.Frame Frame3
Appearance = 0 'Flat
Caption = "现有成绩"
ForeColor = &H80000008&
Height = 2055
Left = 120
TabIndex = 4
Top = 120
Width = 3720
Begin MSDataGridLib.DataGrid dgdGrade
Height = 1815
Left = 0
TabIndex = 5
Top = 240
Width = 3720
_ExtentX = 6562
_ExtentY = 3201
_Version = 393216
HeadLines = 1
RowHeight = 15
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 = 2
BeginProperty Column00
DataField = ""
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 = ""
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
EndProperty
End
End
Begin VB.Frame Frame2
Appearance = 0 'Flat
Caption = "选择课程"
ForeColor = &H80000008&
Height = 975
Left = 4080
TabIndex = 2
Top = 1200
Width = 2655
Begin VB.ComboBox cboCource
Height = 300
Left = 240
Style = 2 'Dropdown List
TabIndex = 3
Top = 360
Width = 2175
End
End
Begin VB.Frame Frame1
Appearance = 0 'Flat
Caption = "选择班级"
Height = 975
Left = 4080
TabIndex = 0
Top = 120
Width = 2655
Begin VB.ComboBox cboClass
Height = 300
Left = 240
Style = 2 'Dropdown List
TabIndex = 1
Top = 360
Width = 2175
End
End
Begin MSAdodcLib.Adodc adoAdd
Height = 315
Left = 3600
Top = 4440
Visible = 0 'False
Width = 1215
_ExtentX = 2143
_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= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Stud97.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Stud97.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = ""
Caption = "Adodc1"
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -