📄 用户查询.frm
字号:
VERSION 5.00
Begin VB.Form frm_yhcx
BorderStyle = 0 'None
Caption = "Form15"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form15"
Picture = "用户查询.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command4
Height = 1280
Left = 6720
Picture = "用户查询.frx":15F942
Style = 1 'Graphical
TabIndex = 4
Top = 6720
Width = 3780
End
Begin VB.CommandButton Command3
Height = 850
Left = 10680
Picture = "用户查询.frx":16EEA0
Style = 1 'Graphical
TabIndex = 3
Top = 7920
Width = 1000
End
Begin VB.CommandButton Command2
Height = 1280
Left = 6720
Picture = "用户查询.frx":1733FA
Style = 1 'Graphical
TabIndex = 1
Top = 3840
Width = 3780
End
Begin VB.CommandButton Command1
Height = 1280
Left = 6720
Picture = "用户查询.frx":182958
Style = 1 'Graphical
TabIndex = 0
Top = 1200
Width = 3780
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
BorderStyle = 1 'Fixed Single
Height = 5655
Left = 1800
TabIndex = 2
Top = 1800
Width = 1215
End
End
Attribute VB_Name = "frm_yhcx"
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()
frmHDCX.Show
Unload Me
End Sub
Private Sub Command3_Click()
Form14.Show
Unload Me
End Sub
Private Sub Command4_Click()
frm_mima.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -