📄 chjb.frm
字号:
VERSION 5.00
Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
Begin VB.Form chjb
BackColor = &H00800000&
Caption = "成绩表"
ClientHeight = 5835
ClientLeft = 60
ClientTop = 345
ClientWidth = 8715
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5835
ScaleWidth = 8715
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton SelectCommand
BackColor = &H00FFFFC0&
Caption = "SelectCommand"
Height = 375
Left = 960
Style = 1 'Graphical
TabIndex = 2
Top = 5040
Width = 1215
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access"
DatabaseName = "D:\vb\学生档案管理系统.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 600
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = "计算机系成绩表"
Top = 360
Width = 1140
End
Begin MSDBGrid.DBGrid DBGrid1
Bindings = "chjb.frx":0000
Height = 3375
Left = 240
OleObjectBlob = "chjb.frx":0014
TabIndex = 1
Top = 1080
Width = 8295
End
Begin VB.Label Label1
BackColor = &H00800000&
Caption = "成绩表"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0C0&
Height = 495
Left = 3600
TabIndex = 0
Top = 240
Width = 1215
End
End
Attribute VB_Name = "chjb"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub SelectCommand_Click()
dtjchx.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -