查询.frm

来自「vb+access 我专科毕业时候的毕业设计」· FRM 代码 · 共 71 行

FRM
71
字号
VERSION 5.00
Begin VB.Form 查询 
   Caption         =   "Form1"
   ClientHeight    =   5745
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6990
   LinkTopic       =   "Form1"
   ScaleHeight     =   5745
   ScaleWidth      =   6990
   StartUpPosition =   1  '所有者中心
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   120
      TabIndex        =   5
      Text            =   "Text1"
      Top             =   1440
      Width           =   2415
   End
   Begin VB.TextBox Text2 
      Height          =   2175
      Left            =   120
      TabIndex        =   4
      Text            =   "Text2"
      Top             =   3360
      Width           =   6255
   End
   Begin VB.CommandButton Command1 
      Caption         =   "查找"
      Height          =   615
      Left            =   5400
      TabIndex        =   1
      Top             =   600
      Width           =   975
   End
   Begin VB.ComboBox Combo1 
      Height          =   300
      ItemData        =   "查询.frx":0000
      Left            =   120
      List            =   "查询.frx":0010
      TabIndex        =   0
      Text            =   "Combo1"
      Top             =   480
      Width           =   2415
   End
   Begin VB.Label Label2 
      Caption         =   "查询内容"
      Height          =   375
      Left            =   120
      TabIndex        =   3
      Top             =   840
      Width           =   1335
   End
   Begin VB.Label Label1 
      Caption         =   "查询项目"
      Height          =   495
      Left            =   120
      TabIndex        =   2
      Top             =   120
      Width           =   1215
   End
End
Attribute VB_Name = "查询"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()

End Sub

⌨️ 快捷键说明

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