📄 frmuser.frm
字号:
VERSION 5.00
Begin VB.Form frmuser
ClientHeight = 1305
ClientLeft = 60
ClientTop = 345
ClientWidth = 4935
LinkTopic = "Form2"
ScaleHeight = 1305
ScaleWidth = 4935
Begin VB.TextBox txtpass
Height = 315
Left = 840
TabIndex = 8
Top = 660
Width = 1095
End
Begin VB.ComboBox cmbname
Height = 315
Left = 3000
TabIndex = 6
Top = 120
Width = 1395
End
Begin VB.Frame Frame1
Height = 555
Left = 2100
TabIndex = 3
Top = 540
Width = 2235
Begin VB.CommandButton cmdexit
Caption = "退出"
Height = 315
Left = 1200
TabIndex = 5
Top = 180
Width = 795
End
Begin VB.CommandButton cmdsave
Caption = "保存"
Height = 315
Left = 180
TabIndex = 4
Top = 180
Width = 795
End
End
Begin VB.TextBox txtid
Height = 315
Left = 840
TabIndex = 1
Top = 120
Width = 1095
End
Begin VB.Label Label1
Caption = "口令"
Height = 255
Index = 2
Left = 60
TabIndex = 7
Top = 720
Width = 735
End
Begin VB.Label Label1
Caption = "操作员姓名"
Height = 255
Index = 1
Left = 1980
TabIndex = 2
Top = 120
Width = 975
End
Begin VB.Label Label1
Caption = "操作员ID"
Height = 255
Index = 0
Left = 60
TabIndex = 0
Top = 120
Width = 735
End
End
Attribute VB_Name = "frmuser"
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 + -