📄 guanli.frm
字号:
VERSION 5.00
Begin VB.Form guanli
Caption = "管理"
ClientHeight = 4485
ClientLeft = 60
ClientTop = 450
ClientWidth = 5490
LinkTopic = "Form2"
ScaleHeight = 4485
ScaleWidth = 5490
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
Caption = "密码管理"
Height = 495
Left = 3240
TabIndex = 5
Top = 1800
Width = 975
End
Begin VB.CommandButton Command4
Caption = "退出"
Height = 495
Left = 2160
TabIndex = 3
Top = 2760
Width = 975
End
Begin VB.CommandButton Command3
Caption = "资料查询"
Height = 495
Left = 3240
TabIndex = 2
Top = 1080
Width = 975
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 495
Left = 960
TabIndex = 1
Top = 1800
Width = 975
End
Begin VB.CommandButton Command1
Caption = "录入"
Height = 495
Left = 960
TabIndex = 0
Top = 1080
Width = 975
End
Begin VB.Label Label1
Caption = "请选择您要执行的操作"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 840
TabIndex = 4
Top = 120
Width = 4095
End
End
Attribute VB_Name = "guanli"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
luru.Show
Unload Me
End Sub
Private Sub Command2_Click()
xiugai.Show
Unload Me
End Sub
Private Sub Command3_Click()
chaxun.Show
Unload Me
End Sub
Private Sub Command4_Click()
guanliyuan.Show
Unload Me
End Sub
Private Sub Command5_Click()
mimahuifu.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -