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

📄 lxjs.frm

📁 银行储蓄系统,包括各种功能,能用于课程设计,相当不错
💻 FRM
字号:
VERSION 5.00
Begin VB.Form lxjs 
   Caption         =   "利息计算"
   ClientHeight    =   5895
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6210
   LinkTopic       =   "Form1"
   ScaleHeight     =   5895
   ScaleWidth      =   6210
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      Caption         =   "计算"
      Height          =   495
      Left            =   2160
      TabIndex        =   12
      Top             =   4920
      Width           =   1695
   End
   Begin VB.TextBox txt利息 
      DataField       =   "利息"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2385
      TabIndex        =   11
      Top             =   4080
      Width           =   1650
   End
   Begin VB.TextBox txt利率 
      DataField       =   "利率"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2400
      TabIndex        =   9
      Top             =   3360
      Width           =   1650
   End
   Begin VB.TextBox txt截止日期 
      DataField       =   "截止日期"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2385
      TabIndex        =   7
      Top             =   2655
      Width           =   1650
   End
   Begin VB.TextBox txt存款日期 
      DataField       =   "存款日期"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2385
      TabIndex        =   5
      Top             =   1935
      Width           =   1650
   End
   Begin VB.TextBox txt金额 
      DataField       =   "金额"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2370
      TabIndex        =   3
      Top             =   1260
      Width           =   1650
   End
   Begin VB.TextBox txt帐户号码 
      DataField       =   "帐户号码"
      DataMember      =   "Command1"
      DataSource      =   "DataEnvironment1"
      Height          =   285
      Left            =   2400
      TabIndex        =   1
      Top             =   570
      Width           =   1650
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "利息:"
      Height          =   375
      Index           =   5
      Left            =   1200
      TabIndex        =   10
      Top             =   4035
      Width           =   975
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "利率:"
      Height          =   375
      Index           =   4
      Left            =   1200
      TabIndex        =   8
      Top             =   3240
      Width           =   1095
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "截止日期:"
      Height          =   375
      Index           =   3
      Left            =   540
      TabIndex        =   6
      Top             =   2580
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "存款日期:"
      Height          =   375
      Index           =   2
      Left            =   540
      TabIndex        =   4
      Top             =   1860
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "金额:"
      Height          =   255
      Index           =   1
      Left            =   525
      TabIndex        =   2
      Top             =   1305
      Width           =   1815
   End
   Begin VB.Label lblFieldLabel 
      Alignment       =   1  'Right Justify
      AutoSize        =   -1  'True
      Caption         =   "帐户号码:"
      Height          =   360
      Index           =   0
      Left            =   465
      TabIndex        =   0
      Top             =   600
      Width           =   1815
   End
End
Attribute VB_Name = "lxjs"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()

End Sub

Private Sub lblFieldLabel_Click(Index As Integer)

End Sub

⌨️ 快捷键说明

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