📄 form10.frm
字号:
VERSION 5.00
Begin VB.Form Form10
BackColor = &H00FFFFFF&
Caption = "分配权限"
ClientHeight = 5895
ClientLeft = 60
ClientTop = 435
ClientWidth = 7920
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form10"
Picture = "Form10.frx":0000
ScaleHeight = 5895
ScaleWidth = 7920
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
BackColor = &H00C0E0FF&
Caption = "退出"
Height = 855
Left = 5160
Style = 1 'Graphical
TabIndex = 1
Top = 4800
Width = 1935
End
Begin VB.CommandButton Command1
BackColor = &H00C0E0FF&
Caption = "确定"
Height = 855
Left = 840
Style = 1 'Graphical
TabIndex = 0
Top = 4800
Width = 1935
End
End
Attribute VB_Name = "Form10"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
Form5.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -