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

📄 queryaccres.frm

📁 vb做的银行管理系统
💻 FRM
字号:
VERSION 5.00
Begin VB.Form queryaccRes 
   Caption         =   "银行用户查询结果"
   ClientHeight    =   6780
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7335
   LinkTopic       =   "Form1"
   ScaleHeight     =   6780
   ScaleWidth      =   7335
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   7
      Left            =   2040
      TabIndex        =   18
      Top             =   4680
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   6
      Left            =   2040
      TabIndex        =   17
      Top             =   4200
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   5
      Left            =   2040
      TabIndex        =   16
      Top             =   3720
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   4
      Left            =   2040
      TabIndex        =   15
      Top             =   3240
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   3
      Left            =   2040
      TabIndex        =   14
      Top             =   2760
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   2
      Left            =   2040
      TabIndex        =   13
      Top             =   2280
      Width           =   2655
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   1
      Left            =   2040
      TabIndex        =   12
      Top             =   1800
      Width           =   2655
   End
   Begin VB.CommandButton Command2 
      Caption         =   "上一步"
      Height          =   495
      Left            =   3600
      TabIndex        =   11
      Top             =   5640
      Width           =   1335
   End
   Begin VB.CommandButton Command1 
      Caption         =   "完成"
      Height          =   495
      Left            =   1200
      TabIndex        =   10
      Top             =   5640
      Width           =   1335
   End
   Begin VB.TextBox Text1 
      Height          =   270
      Index           =   0
      Left            =   2040
      TabIndex        =   9
      Top             =   1320
      Width           =   2655
   End
   Begin VB.Label Label9 
      Caption         =   "利率:"
      Height          =   255
      Left            =   960
      TabIndex        =   8
      Top             =   4680
      Width           =   735
   End
   Begin VB.Label Label8 
      Caption         =   "上次操作日期:"
      Height          =   255
      Left            =   240
      TabIndex        =   7
      Top             =   4200
      Width           =   1335
   End
   Begin VB.Label Label7 
      Caption         =   "余额:"
      Height          =   255
      Left            =   960
      TabIndex        =   6
      Top             =   3720
      Width           =   735
   End
   Begin VB.Label Label6 
      Caption         =   "电话号码:"
      Height          =   255
      Left            =   600
      TabIndex        =   5
      Top             =   3240
      Width           =   975
   End
   Begin VB.Label Label5 
      Caption         =   "家庭住址:"
      Height          =   255
      Left            =   600
      TabIndex        =   4
      Top             =   2760
      Width           =   1095
   End
   Begin VB.Label Label4 
      Caption         =   "身份证号:"
      Height          =   255
      Left            =   600
      TabIndex        =   3
      Top             =   2280
      Width           =   1095
   End
   Begin VB.Label Label3 
      Caption         =   "帐号:"
      Height          =   255
      Left            =   960
      TabIndex        =   2
      Top             =   1800
      Width           =   855
   End
   Begin VB.Label Label2 
      Caption         =   "用户名:"
      Height          =   255
      Left            =   840
      TabIndex        =   1
      Top             =   1320
      Width           =   855
   End
   Begin VB.Label Label1 
      Alignment       =   2  'Center
      Caption         =   "用户信息显示"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   18
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   1920
      TabIndex        =   0
      Top             =   480
      Width           =   3015
   End
End
Attribute VB_Name = "queryaccRes"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub

Private Sub Command2_Click()
queryaccount1.Show
Unload Me
End Sub

⌨️ 快捷键说明

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