📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BackColor = &H0000FFFF&
Caption = "Form5"
ClientHeight = 5220
ClientLeft = 60
ClientTop = 345
ClientWidth = 7350
LinkTopic = "Form5"
ScaleHeight = 5220
ScaleWidth = 7350
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
Height = 375
Left = 4680
TabIndex = 1
Top = 4800
Width = 1815
End
Begin VB.Data Data1
Caption = "全库浏览"
Connect = "Access"
DatabaseName = "A:\Wsm.mdb"
DefaultCursorType= 0 '缺省游标
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 345
Left = 120
Options = 0
ReadOnly = 0 'False
RecordsetType = 0 'Table
RecordSource = "Stulnfo"
Top = 4800
Width = 3300
End
Begin VB.PictureBox MSFlexGrid1
BackColor = &H00FF8080&
Height = 4575
Left = 0
ScaleHeight = 4515
ScaleWidth = 7275
TabIndex = 0
Top = 0
Width = 7335
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form5.Hide
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -