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

📄 deposit2.frm

📁 vb做的银行管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form deposit2 
   Caption         =   "存款"
   ClientHeight    =   4200
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   7035
   LinkTopic       =   "Form1"
   ScaleHeight     =   4200
   ScaleWidth      =   7035
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   3
      Left            =   1560
      TabIndex        =   10
      Top             =   2520
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   2
      Left            =   1560
      TabIndex        =   9
      Top             =   2040
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   1
      Left            =   1560
      TabIndex        =   8
      Top             =   1560
      Width           =   2295
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   0
      Left            =   1560
      TabIndex        =   7
      Top             =   1080
      Width           =   2295
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取消"
      Height          =   375
      Left            =   3360
      TabIndex        =   6
      Top             =   3360
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "确认"
      Height          =   375
      Left            =   1320
      TabIndex        =   5
      Top             =   3360
      Width           =   1095
   End
   Begin VB.Label Label5 
      Caption         =   "余额:"
      Height          =   255
      Left            =   840
      TabIndex        =   4
      Top             =   2520
      Width           =   615
   End
   Begin VB.Label Label4 
      Caption         =   "本次存入:"
      Height          =   255
      Left            =   480
      TabIndex        =   3
      Top             =   2040
      Width           =   975
   End
   Begin VB.Label Label3 
      Caption         =   "帐号:"
      Height          =   255
      Left            =   840
      TabIndex        =   2
      Top             =   1560
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "姓名:"
      Height          =   255
      Left            =   840
      TabIndex        =   1
      Top             =   1080
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "存款(the second)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1800
      TabIndex        =   0
      Top             =   360
      Width           =   3375
   End
End
Attribute VB_Name = "deposit2"
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 + -