📄 chmm.frm
字号:
VERSION 5.00
Begin VB.Form chmm
Caption = "储户密码管理"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 5445
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 5445
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox txt密码
DataField = "密码"
DataMember = "Command3"
DataSource = "DataEnvironment1"
Height = 285
Left = 2040
TabIndex = 3
Top = 1080
Width = 1650
End
Begin VB.TextBox txt帐号
DataField = "帐号"
DataMember = "Command3"
DataSource = "DataEnvironment1"
Height = 285
Left = 2040
TabIndex = 1
Top = 600
Width = 1650
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "密码:"
Height = 375
Index = 1
Left = 840
TabIndex = 2
Top = 1080
Width = 975
End
Begin VB.Label lblFieldLabel
Alignment = 1 'Right Justify
AutoSize = -1 'True
Caption = "帐号:"
Height = 255
Index = 0
Left = 840
TabIndex = 0
Top = 600
Width = 975
End
End
Attribute VB_Name = "chmm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub lblFieldLabel_Click(Index As Integer)
End Sub
Private Sub txt密码_Change()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -