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

📄 frmworkquery.frm

📁 本需求规格说明书是为了开发《飞机订票系统》而编写的
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmWorkQuery 
   BackColor       =   &H80000007&
   Caption         =   "Form1"
   ClientHeight    =   4770
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   7455
   LinkTopic       =   "Form1"
   ScaleHeight     =   4770
   ScaleWidth      =   7455
   StartUpPosition =   3  '窗口缺省
   Begin VB.ListBox lst 
      Height          =   1860
      Left            =   240
      TabIndex        =   5
      Top             =   120
      Width           =   7095
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   0
      Left            =   2400
      TabIndex        =   4
      Top             =   2280
      Width           =   3615
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   1
      Left            =   2400
      TabIndex        =   3
      Top             =   2760
      Width           =   3615
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   3
      Left            =   2400
      TabIndex        =   2
      Top             =   3720
      Width           =   3615
   End
   Begin VB.TextBox txt 
      Enabled         =   0   'False
      Height          =   300
      Index           =   2
      Left            =   2400
      TabIndex        =   1
      Top             =   3240
      Width           =   3615
   End
   Begin VB.CommandButton cmdClose 
      Cancel          =   -1  'True
      Caption         =   "关 闭"
      Height          =   345
      Left            =   3480
      TabIndex        =   0
      Top             =   4320
      Width           =   855
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "操作:"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Index           =   0
      Left            =   1800
      TabIndex        =   9
      Top             =   2400
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "金额:"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Index           =   1
      Left            =   1800
      TabIndex        =   8
      Top             =   2880
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "余额:"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Index           =   2
      Left            =   1800
      TabIndex        =   7
      Top             =   3360
      Width           =   540
   End
   Begin VB.Label lblFWQ 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "银行手续员:"
      ForeColor       =   &H00FFFFFF&
      Height          =   180
      Index           =   3
      Left            =   1320
      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

⌨️ 快捷键说明

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