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

📄 dqqk.frm

📁 银行储蓄系统,包括各种功能,能用于课程设计,相当不错
💻 FRM
字号:
VERSION 5.00
Begin VB.Form dqqk 
   Caption         =   "定期取款"
   ClientHeight    =   4995
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5685
   LinkTopic       =   "Form1"
   ScaleHeight     =   4995
   ScaleWidth      =   5685
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   3720
      TabIndex        =   8
      Top             =   3645
      Width           =   1095
   End
   Begin VB.TextBox txt截止日期 
      DataField       =   "截止日期"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   390
      Left            =   2040
      TabIndex        =   7
      Top             =   2670
      Width           =   1530
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   2040
      TabIndex        =   4
      Text            =   "Text1"
      Top             =   1965
      Width           =   1575
   End
   Begin VB.TextBox txt金额 
      DataField       =   "金额"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   2010
      TabIndex        =   3
      Top             =   1245
      Width           =   1650
   End
   Begin VB.TextBox txt帐户号码 
      DataField       =   "帐户号码"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   2025
      TabIndex        =   1
      Top             =   600
      Width           =   1650
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "取款日期:"
      Height          =   180
      Index           =   2
      Left            =   840
      TabIndex        =   6
      Top             =   2685
      Width           =   810
   End
   Begin VB.Label Label1 
      Caption         =   "存款金额"
      Height          =   255
      Left            =   840
      TabIndex        =   5
      Top             =   2085
      Width           =   855
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户金额:"
      Height          =   180
      Index           =   1
      Left            =   885
      TabIndex        =   2
      Top             =   1365
      Width           =   810
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户号码:"
      Height          =   255
      Index           =   0
      Left            =   720
      TabIndex        =   0
      Top             =   765
      Width           =   975
   End
End
Attribute VB_Name = "dqqk"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub txt帐户号码_Change()

End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -