?? form10.frm
字號:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "shdocvw.dll"
Begin VB.Form 顯示答案
Caption = " 顯示答案"
ClientHeight = 7395
ClientLeft = 60
ClientTop = 450
ClientWidth = 7440
LinkTopic = "Form10"
ScaleHeight = 7395
ScaleWidth = 7440
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回主界面"
Height = 495
Left = 3000
TabIndex = 4
Top = 6960
Width = 1215
End
Begin SHDocVwCtl.WebBrowser WebBrowser1
Height = 6615
Left = 240
TabIndex = 3
Top = 240
Width = 7335
ExtentX = 12938
ExtentY = 11668
ViewMode = 0
Offline = 0
Silent = 0
RegisterAsBrowser= 0
RegisterAsDropTarget= 1
AutoArrange = 0 'False
NoClientEdge = 0 'False
AlignLeft = 0 'False
NoWebView = 0 'False
HideFileNames = 0 'False
SingleClick = 0 'False
SingleSelection = 0 'False
NoFolders = 0 'False
Transparent = 0 'False
ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
Location = "http:///"
End
Begin VB.Data Data1
Caption = "Data1"
Connect = "Access 2000;"
DatabaseName = ""
DefaultCursorType= 0 '缺省游標
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 7080
Visible = 0 'False
Width = 1140
End
Begin VB.Label Label3
Caption = "Label3"
Height = 495
Left = 600
TabIndex = 2
Top = 0
Visible = 0 'False
Width = 255
End
Begin VB.Label Label2
Caption = "Label2"
Height = 615
Left = 360
TabIndex = 1
Top = 0
Visible = 0 'False
Width = 255
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Left = 0
TabIndex = 0
Top = 0
Visible = 0 'False
Width = 255
End
End
Attribute VB_Name = "顯示答案"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
主界面.Show
Unload Me
End Sub
Private Sub Form_Load()
Data1.DatabaseName = "試題庫.mdb"
Data1.RecordSource = strSQL
Data1.Refresh
Label1.Caption = Data1.Recordset.Fields("shijuanlujing")
Label2.Caption = Data1.Recordset.Fields("tinglilujing")
Label3.Caption = Data1.Recordset.Fields("daanlujing")
WebBrowser1.Navigate App.Path & "\試題庫\" & Label3.Caption
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -