📄 form4.frm
字号:
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc Adodc4
Height = 375
Left = 4920
Top = 4800
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
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=kygl.mdb;Mode=Read|Write;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kygl.mdb;Mode=Read|Write;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "zhang"
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 MSAdodcLib.Adodc Adodc5
Height = 375
Left = 6360
Top = 4800
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
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=kygl.mdb;Persist Security Info=False"
OLEDBString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kygl.mdb;Persist Security Info=False"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "jie"
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 MSDataListLib.DataCombo DataCombo3
Bindings = "Form4.frx":002A
DataField = "章"
DataSource = "Adodc1"
Height = 330
Left = 7680
TabIndex = 16
Top = 1080
Width = 1095
_ExtentX = 1931
_ExtentY = 582
_Version = 393216
ListField = "章"
Text = "DataCombo1"
End
Begin MSDataListLib.DataCombo DataCombo4
Bindings = "Form4.frx":003F
DataField = "节"
DataSource = "Adodc1"
Height = 330
Left = 7680
TabIndex = 18
Top = 1920
Width = 1095
_ExtentX = 1931
_ExtentY = 582
_Version = 393216
ListField = "节"
Text = "DataCombo1"
End
Begin VB.Label Label9
BackStyle = 0 'Transparent
Caption = "节"
Height = 255
Left = 7800
TabIndex = 19
Top = 1680
Width = 735
End
Begin VB.Label Label8
BackStyle = 0 'Transparent
Caption = "章"
Height = 255
Left = 7800
TabIndex = 17
Top = 720
Width = 735
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "答案输入"
Height = 255
Left = 120
TabIndex = 10
Top = 2760
Width = 735
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "Label6"
DataField = "编号"
DataSource = "Adodc1"
Height = 255
Left = 1800
TabIndex = 8
Top = 120
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "题目编号"
Height = 255
Left = 480
TabIndex = 7
Top = 120
Width = 1215
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "分数设定"
Height = 255
Left = 4920
TabIndex = 6
Top = 720
Width = 735
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "所属科目"
Height = 255
Left = 2640
TabIndex = 4
Top = 720
Width = 735
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "题目输入"
Height = 255
Left = 120
TabIndex = 3
Top = 1560
Width = 735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "题目类型"
Height = 255
Left = 120
TabIndex = 1
Top = 720
Width = 735
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
On Error Resume Next
Adodc1.Recordset.AddNew
End Sub
Private Sub Command2_Click()
On Error Resume Next
Adodc1.Recordset.Delete
End Sub
Private Sub Command3_Click()
On Error Resume Next
Adodc1.Refresh
End Sub
Private Sub Command4_Click()
On Error Resume Next
Adodc1.Recordset.Save
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -