chmm.frm
来自「银行储蓄系统,包括各种功能,能用于课程设计,相当不错」· FRM 代码 · 共 67 行
FRM
67 行
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 + =
减小字号Ctrl + -
显示快捷键?