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

📄 dqck.frm

📁 银行储蓄系统,包括各种功能,能用于课程设计,相当不错
💻 FRM
字号:
VERSION 5.00
Begin VB.Form dqck 
   Caption         =   "定期存款"
   ClientHeight    =   5625
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5580
   LinkTopic       =   "Form1"
   ScaleHeight     =   5625
   ScaleWidth      =   5580
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   4320
      TabIndex        =   8
      Top             =   4080
      Width           =   1095
   End
   Begin VB.TextBox txt截止日期 
      DataField       =   "截止日期"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   390
      Left            =   2640
      TabIndex        =   7
      Top             =   3105
      Width           =   1530
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   2640
      TabIndex        =   4
      Text            =   "Text1"
      Top             =   2400
      Width           =   1575
   End
   Begin VB.TextBox txt金额 
      DataField       =   "金额"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   2610
      TabIndex        =   3
      Top             =   1680
      Width           =   1650
   End
   Begin VB.TextBox txt帐户号码 
      DataField       =   "帐户号码"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   2625
      TabIndex        =   1
      Top             =   1035
      Width           =   1650
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "存款日期:"
      Height          =   300
      Index           =   2
      Left            =   1440
      TabIndex        =   6
      Top             =   3120
      Width           =   810
   End
   Begin VB.Label Label1 
      Caption         =   "存款金额"
      Height          =   255
      Left            =   1440
      TabIndex        =   5
      Top             =   2520
      Width           =   855
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户金额:"
      Height          =   180
      Index           =   1
      Left            =   1485
      TabIndex        =   2
      Top             =   1800
      Width           =   810
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户号码:"
      Height          =   255
      Index           =   0
      Left            =   1320
      TabIndex        =   0
      Top             =   1200
      Width           =   975
   End
End
Attribute VB_Name = "dqck"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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