📄 deleteuser.frm
字号:
VERSION 5.00
Begin VB.Form deleteuser
Caption = "Form1"
ClientHeight = 2970
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 2970
ScaleWidth = 4680
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2400
TabIndex = 5
Top = 2280
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "删除"
Height = 495
Left = 840
TabIndex = 4
Top = 2280
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 2520
TabIndex = 3
Text = "Text2"
Top = 1200
Width = 1575
End
Begin VB.TextBox Text1
Height = 495
Left = 2520
TabIndex = 2
Text = "Text1"
Top = 480
Width = 1575
End
Begin VB.Label Label2
Caption = "用户密码"
Height = 495
Left = 720
TabIndex = 1
Top = 1320
Width = 1455
End
Begin VB.Label Label1
Caption = "用户名"
Height = 495
Left = 720
TabIndex = 0
Top = 480
Width = 1455
End
End
Attribute VB_Name = "deleteuser"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -