form10.frm
来自「带界面的银行管理系统。包括客户界面和内部管理界面。采用两种方式来实现数据库的连接」· FRM 代码 · 共 53 行
FRM
53 行
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 + =
减小字号Ctrl + -
显示快捷键?