📄 form3.frm
字号:
VERSION 5.00
Begin VB.Form Form7
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Dialog
Caption = "Form7"
ClientHeight = 7320
ClientLeft = 45
ClientTop = 330
ClientWidth = 8865
DrawStyle = 1 'Dash
FillStyle = 0 'Solid
ForeColor = &H00400000&
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7320
ScaleWidth = 8865
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 4815
Left = 360
ScaleHeight = 4755
ScaleMode = 0 'User
ScaleWidth = 7995
TabIndex = 2
Top = 1440
Width = 8055
End
Begin VB.CommandButton Command2
BackColor = &H00E0E0E0&
Caption = "退 出"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5160
Style = 1 'Graphical
TabIndex = 1
Top = 6600
Width = 1215
End
Begin VB.CommandButton Command1
BackColor = &H00E0E0E0&
Caption = "返 回"
BeginProperty Font
Name = "楷体_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2280
Style = 1 'Graphical
TabIndex = 0
Top = 6600
Width = 1215
End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form7.Hide
frmw1.Show
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -