📄 frm_hfcx.frm
字号:
VERSION 5.00
Begin VB.Form frm_hfcx
BorderStyle = 0 'None
Caption = "Form16"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form16"
Picture = "frm_hfcx.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command3
Height = 850
Left = 10320
Picture = "frm_hfcx.frx":15F942
Style = 1 'Graphical
TabIndex = 2
ToolTipText = "返回"
Top = 7560
Width = 1245
End
Begin VB.CommandButton Command2
Height = 1095
Left = 5400
Picture = "frm_hfcx.frx":1630A4
Style = 1 'Graphical
TabIndex = 1
Top = 5160
Width = 4380
End
Begin VB.CommandButton Command1
Height = 1095
Left = 5400
Picture = "frm_hfcx.frx":171E3E
Style = 1 'Graphical
TabIndex = 0
Top = 2280
Width = 4425
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 5655
Left = 1920
TabIndex = 3
Top = 1680
Width = 1215
End
End
Attribute VB_Name = "frm_hfcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmFYCX.Show
Unload Me
End Sub
Private Sub Command2_Click()
frm_sjfcx.Show
Unload Me
End Sub
Private Sub Command3_Click()
Form15.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -