用户管理.frm
来自「初学vb,做的第一个系统.一个星期内看vb并做完这个系统的.」· FRM 代码 · 共 44 行
FRM
44 行
VERSION 5.00
Begin VB.Form manage
BorderStyle = 1 'Fixed Single
Caption = "用户管理"
ClientHeight = 1665
ClientLeft = 4740
ClientTop = 4980
ClientWidth = 3990
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 1665
ScaleWidth = 3990
Begin VB.CommandButton Command2
Caption = "删除用户"
Height = 495
Left = 2160
TabIndex = 1
Top = 480
Width = 1455
End
Begin VB.CommandButton Command1
Caption = "添加用户"
Height = 495
Left = 480
TabIndex = 0
Top = 480
Width = 1455
End
End
Attribute VB_Name = "manage"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
newuser.Show
End Sub
Private Sub Command2_Click()
Unload Me
moveuser.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?