frm_hdcx.frm
来自「以前做的移动公司的一个多媒体查询系统,有话费查询」· FRM 代码 · 共 75 行
FRM
75 行
VERSION 5.00
Begin VB.Form frm_hdcx
BorderStyle = 0 'None
Caption = "Form16"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form16"
LockControls = -1 'True
Picture = "frm_hdcx.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command4
Height = 850
Left = 10320
Picture = "frm_hdcx.frx":15F942
Style = 1 'Graphical
TabIndex = 2
ToolTipText = "返回"
Top = 360
Width = 1245
End
Begin VB.CommandButton Command3
Height = 1095
Left = 5760
Picture = "frm_hdcx.frx":1630A4
Style = 1 'Graphical
TabIndex = 1
Top = 5640
Width = 4425
End
Begin VB.CommandButton Command1
Height = 1095
Left = 5760
Picture = "frm_hdcx.frx":171F56
Style = 1 'Graphical
TabIndex = 0
Top = 2280
Width = 4425
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 5895
Left = 1920
TabIndex = 3
Top = 1560
Width = 1215
End
End
Attribute VB_Name = "frm_hdcx"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmHDCX.Show
Unload Me
End Sub
Private Sub Command3_Click()
frm_lh.Show
Unload Me
End Sub
Private Sub Command4_Click()
Form15.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?