📄 frmadduser.frm
字号:
VERSION 5.00
Begin VB.Form frmadduser
BackColor = &H00400000&
Caption = "添加用户"
ClientHeight = 3585
ClientLeft = 60
ClientTop = 345
ClientWidth = 5055
LinkTopic = "Form1"
ScaleHeight = 3585
ScaleWidth = 5055
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton CmdCancel
Cancel = -1 'True
Caption = "返回"
Height = 375
Left = 3600
TabIndex = 10
Top = 2880
Width = 1335
End
Begin VB.Frame FrameAddnew
BackColor = &H00400000&
Caption = "添加用户"
BeginProperty Font
Name = "楷体_GB2312"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 2535
Left = 120
TabIndex = 0
Top = 120
Width = 4935
Begin VB.TextBox TextAddName
Height = 330
Left = 1560
TabIndex = 5
Top = 680
Width = 2055
End
Begin VB.TextBox TextAddPwd1
Height = 330
IMEMode = 3 'DISABLE
Left = 1560
PasswordChar = "*"
TabIndex = 4
Top = 1080
Width = 2055
End
Begin VB.TextBox TextAddPwd2
Height = 330
IMEMode = 3 'DISABLE
Left = 1560
PasswordChar = "*"
TabIndex = 3
Top = 1560
Width = 2055
End
Begin VB.CommandButton CmdAddOk
Caption = "添加"
Height = 375
Left = 3720
TabIndex = 2
Top = 1920
Width = 1095
End
Begin VB.TextBox TxtAddID
Height = 330
Left = 1560
TabIndex = 1
Top = 240
Width = 2055
End
Begin VB.Label Label7
BackColor = &H00400000&
Caption = "密码确认:"
ForeColor = &H8000000E&
Height = 255
Left = 360
TabIndex = 9
Top = 1680
Width = 1095
End
Begin VB.Label Label4
BackColor = &H00400000&
Caption = "用户姓名:"
ForeColor = &H8000000E&
Height = 255
Left = 360
TabIndex = 8
Top = 760
Width = 1095
End
Begin VB.Label Label5
BackColor = &H00400000&
Caption = "密码:"
ForeColor = &H8000000E&
Height = 255
Left = 480
TabIndex = 7
Top = 1200
Width = 735
End
Begin VB.Label Label8
BackColor = &H00400000&
Caption = "用户ID:"
ForeColor = &H8000000E&
Height = 255
Left = 480
TabIndex = 6
Top = 360
Width = 1095
End
End
End
Attribute VB_Name = "frmadduser"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdCancel_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -