📄 quanxian.frm
字号:
VERSION 5.00
Begin VB.Form quanxian
Caption = "权限"
ClientHeight = 4005
ClientLeft = 60
ClientTop = 450
ClientWidth = 6135
LinkTopic = "Form2"
ScaleHeight = 4005
ScaleWidth = 6135
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退出"
Height = 735
Left = 2160
TabIndex = 3
Top = 2880
Width = 1335
End
Begin VB.CommandButton Command2
Caption = "操作员"
Height = 735
Left = 3360
TabIndex = 2
Top = 1920
Width = 1695
End
Begin VB.CommandButton Command1
Caption = "管理员"
Height = 735
Left = 840
TabIndex = 1
Top = 1920
Width = 1575
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 = 855
Left = 1200
TabIndex = 0
Top = 360
Width = 3735
End
End
Attribute VB_Name = "quanxian"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
guanliyuan.Show
Unload Me
End Sub
Private Sub Command2_Click()
Frmlogin.Show
Unload Me
End Sub
Private Sub Command3_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -