frmworkquery.frm

来自「银行储蓄系统,包括各种功能,能用于课程设计,相当不错」· FRM 代码 · 共 134 行

FRM
134
字号
VERSION 5.00
Begin VB.Form frmWorkQuery 
   BackColor       =   &H80000000&
   Caption         =   "Form1"
   ClientHeight    =   4770
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4815
   LinkTopic       =   "Form1"
   ScaleHeight     =   4770
   ScaleWidth      =   4815
   StartUpPosition =   3  '窗口缺省
   Begin VB.ListBox lst 
      Height          =   1320
      Left            =   360
      TabIndex        =   5
      Top             =   240
      Width           =   4215
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   0
      Left            =   1320
      TabIndex        =   4
      Top             =   2280
      Width           =   2055
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   1
      Left            =   1320
      TabIndex        =   3
      Top             =   2760
      Width           =   2055
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   3
      Left            =   1320
      TabIndex        =   2
      Top             =   3720
      Width           =   2055
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   2
      Left            =   1320
      TabIndex        =   1
      Top             =   3240
      Width           =   2055
   End
   Begin VB.CommandButton cmdClose 
      Cancel          =   -1  'True
      Caption         =   "关 闭"
      Height          =   345
      Left            =   1560
      TabIndex        =   0
      Top             =   4320
      Width           =   855
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "操作:"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Index           =   0
      Left            =   240
      TabIndex        =   9
      Top             =   2280
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "金额:"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Index           =   1
      Left            =   240
      TabIndex        =   8
      Top             =   2880
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "余额:"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Index           =   2
      Left            =   240
      TabIndex        =   7
      Top             =   3360
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "银行手续员:"
      ForeColor       =   &H00FF0000&
      Height          =   180
      Index           =   3
      Left            =   120
      TabIndex        =   6
      Top             =   3840
      Width           =   1080
   End
End
Attribute VB_Name = "frmWorkQuery"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()

End Sub

Private Sub Form_Load()

End Sub

Private Sub lst_Click()

End Sub

Private Sub txt_Change(Index As Integer)

End Sub

⌨️ 快捷键说明

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