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

📄 信息查询.frm

📁 用vb做的。还没有做完。不过整个结构已经很清晰了。有兴趣的继续做。
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form5 
   Caption         =   "住房信息查询"
   ClientHeight    =   3450
   ClientLeft      =   6045
   ClientTop       =   3495
   ClientWidth     =   3915
   LinkTopic       =   "Form5"
   ScaleHeight     =   3450
   ScaleWidth      =   3915
   Begin VB.Frame Frame1 
      Caption         =   "查询"
      Height          =   3135
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   3615
      Begin VB.CommandButton Command1 
         Caption         =   "查询"
         Height          =   255
         Left            =   2520
         TabIndex        =   3
         Top             =   360
         Width           =   735
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1320
         TabIndex        =   2
         Top             =   360
         Width           =   1095
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         ItemData        =   "信息查询.frx":0000
         Left            =   120
         List            =   "信息查询.frx":000D
         TabIndex        =   1
         Text            =   "选择条件"
         Top             =   360
         Width           =   1095
      End
      Begin VB.Label Label1 
         Caption         =   "查询的结果:"
         Height          =   255
         Left            =   120
         TabIndex        =   4
         Top             =   840
         Width           =   1095
      End
   End
End
Attribute VB_Name = "Form5"
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 + -