frmuser.frm
来自「一个机械产品(产品、部件、零件)的工时、工资及进度软件」· FRM 代码 · 共 87 行
FRM
87 行
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 + =
减小字号Ctrl + -
显示快捷键?