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

📄 hqck.frm

📁 银行储蓄系统,包括各种功能,能用于课程设计,相当不错
💻 FRM
字号:
VERSION 5.00
Begin VB.Form hqck 
   Caption         =   "活期存款"
   ClientHeight    =   4905
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5715
   LinkTopic       =   "Form1"
   ScaleHeight     =   4905
   ScaleWidth      =   5715
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox txt帐户号码 
      DataField       =   "帐户号码"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   1905
      TabIndex        =   4
      Top             =   480
      Width           =   1650
   End
   Begin VB.TextBox txt金额 
      DataField       =   "金额"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   405
      Left            =   1890
      TabIndex        =   3
      Top             =   1125
      Width           =   1650
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   1920
      TabIndex        =   2
      Text            =   "Text1"
      Top             =   1845
      Width           =   1575
   End
   Begin VB.TextBox txt截止日期 
      DataField       =   "截止日期"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   390
      Left            =   1920
      TabIndex        =   1
      Top             =   2550
      Width           =   1530
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确定"
      Height          =   495
      Left            =   3600
      TabIndex        =   0
      Top             =   3525
      Width           =   1095
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户号码:"
      Height          =   255
      Index           =   0
      Left            =   600
      TabIndex        =   8
      Top             =   645
      Width           =   975
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户金额:"
      Height          =   180
      Index           =   1
      Left            =   765
      TabIndex        =   7
      Top             =   1245
      Width           =   810
   End
   Begin VB.Label Label1 
      Caption         =   "存款金额"
      Height          =   255
      Left            =   720
      TabIndex        =   6
      Top             =   1965
      Width           =   855
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "存款日期:"
      Height          =   300
      Index           =   2
      Left            =   720
      TabIndex        =   5
      Top             =   2565
      Width           =   810
   End
End
Attribute VB_Name = "hqck"
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 + -