frm_hfcx.frm
来自「以前做的移动公司的一个多媒体查询系统,有话费查询」· FRM 代码 · 共 72 行
FRM
72 行
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 + =
减小字号Ctrl + -
显示快捷键?