⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 chmm.frm

📁 银行储蓄系统,包括各种功能,能用于课程设计,相当不错
💻 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 + -