📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "Form6"
ClientHeight = 3555
ClientLeft = 165
ClientTop = 855
ClientWidth = 5850
LinkTopic = "Form6"
ScaleHeight = 3555
ScaleWidth = 5850
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "删除"
Height = 495
Left = 3600
TabIndex = 2
Top = 1320
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "添加"
Height = 495
Left = 1980
TabIndex = 1
Top = 1320
Width = 1335
End
Begin VB.CommandButton Command1
Caption = "查询"
Height = 495
Left = 360
TabIndex = 0
Top = 1320
Width = 1335
End
Begin VB.Menu aa
Caption = "操作"
Begin VB.Menu aaa
Caption = "查询"
End
Begin VB.Menu aaaa
Caption = "删除"
End
Begin VB.Menu aaaaa
Caption = "添加"
End
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub aaa_Click()
Form3.Show
Hide
End Sub
Private Sub aaaa_Click()
Form8.Show
End Sub
Private Sub Command1_Click()
Form3.Show
Hide
End Sub
Private Sub Command2_Click()
Form8.Show
Hide
End Sub
Private Sub Command3_Click()
Form8.Show
Hide
End Sub
Private Sub Form_Load()
Form8.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -