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

📄 frmmain.frm

📁 都是基于VB所做的程序集合,值得大家作为实践的参考资料.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{03ED3B1E-ED1B-4A2E-8FE3-D8D1A673F5D4}#5.2#0"; "SuperMap.ocx"
Object = "{AB69DB6A-F6B5-4BCD-BF57-170D7A3F41F5}#5.2#0"; "SuperGridView.ocx"
Begin VB.Form frmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Query2 "
   ClientHeight    =   6465
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9570
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6465
   ScaleWidth      =   9570
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdQuery2 
      Caption         =   "复杂查询"
      Height          =   480
      Left            =   7212
      TabIndex        =   11
      Top             =   15
      Width           =   1140
   End
   Begin SuperGridViewLib.SuperGridView SuperGridView 
      Height          =   1695
      Left            =   0
      TabIndex        =   10
      ToolTipText     =   "查询结果显示区"
      Top             =   4785
      Width           =   9585
      _Version        =   327682
      _ExtentX        =   16907
      _ExtentY        =   2990
      _StockProps     =   0
   End
   Begin VB.CommandButton cmdSelect 
      Caption         =   "选择"
      Height          =   480
      Left            =   0
      TabIndex        =   6
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdZoomIn 
      Caption         =   "放大"
      Height          =   480
      Left            =   1202
      TabIndex        =   5
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdZoomOut 
      Caption         =   "缩小"
      Height          =   480
      Left            =   2404
      TabIndex        =   4
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdZoomFree 
      Caption         =   "自由缩放"
      Height          =   480
      Left            =   3606
      TabIndex        =   3
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdPan 
      Caption         =   "漫游"
      Height          =   480
      Left            =   4808
      TabIndex        =   2
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdViewEnt 
      Caption         =   "全幅"
      Height          =   480
      Left            =   6010
      TabIndex        =   1
      Top             =   15
      Width           =   1140
   End
   Begin VB.CommandButton cmdExit 
      Caption         =   "退出"
      Height          =   480
      Left            =   8415
      TabIndex        =   0
      Top             =   15
      Width           =   1140
   End
   Begin VB.Frame Frame1 
      Height          =   4290
      Left            =   2130
      TabIndex        =   7
      Top             =   480
      Width           =   7425
      Begin SuperMapLib.SuperWorkspace SuperWorkspace 
         Left            =   1260
         Top             =   4335
         _Version        =   327682
         _ExtentX        =   847
         _ExtentY        =   847
         _StockProps     =   0
      End
      Begin SuperMapLib.SuperMap SuperMap 
         Height          =   4140
         Left            =   30
         TabIndex        =   8
         ToolTipText     =   "空间数据显示区"
         Top             =   120
         Width           =   7350
         _Version        =   327682
         _ExtentX        =   12965
         _ExtentY        =   7302
         _StockProps     =   160
         Appearance      =   1
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "查询参数设置"
      Height          =   4260
      Left            =   30
      TabIndex        =   9
      ToolTipText     =   "查询参数设置区"
      Top             =   510
      Width           =   2100
      Begin VB.CheckBox ckOrder 
         Caption         =   "倒序"
         Height          =   210
         Left            =   1260
         TabIndex        =   23
         Top             =   2100
         Width           =   765
      End
      Begin VB.CheckBox ckGrp 
         Caption         =   "分组"
         Height          =   240
         Left            =   1260
         TabIndex        =   22
         Top             =   1800
         Width           =   675
      End
      Begin VB.CheckBox ckFuzzy 
         Caption         =   "是否模糊查询"
         Height          =   210
         Left            =   390
         TabIndex        =   21
         Top             =   600
         Width           =   1455
      End
      Begin VB.TextBox txtFlt 
         Height          =   285
         Left            =   375
         TabIndex        =   18
         Top             =   1995
         Width           =   750
      End
      Begin VB.OptionButton optGmtry 
         Caption         =   "空间位置关系查询"
         Height          =   300
         Left            =   120
         TabIndex        =   15
         Top             =   1155
         Width           =   1740
      End
      Begin VB.OptionButton optIDs 
         Caption         =   "IDs查询"
         Height          =   300
         Left            =   120
         TabIndex        =   14
         Top             =   870
         Width           =   1020
      End
      Begin VB.OptionButton optGen 
         Caption         =   "普通属性查询"
         Height          =   300
         Left            =   120
         TabIndex        =   13
         Top             =   1440
         Width           =   1395
      End
      Begin VB.OptionButton optRect 
         Caption         =   "矩形范围查询"
         Height          =   300
         Left            =   120
         TabIndex        =   12
         Top             =   270
         Value           =   -1  'True
         Width           =   1410
      End
      Begin VB.Label lblRst 
         Alignment       =   1  'Right Justify
         BackStyle       =   0  'Transparent
         ForeColor       =   &H000000FF&
         Height          =   225
         Left            =   120
         TabIndex        =   20
         Top             =   3930
         Width           =   1860
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "过滤条件:"
         Height          =   195
         Index           =   1
         Left            =   375
         TabIndex        =   19
         Top             =   1770
         Width           =   900
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "查询模式说明:"
         Height          =   195
         Index           =   0
         Left            =   60
         TabIndex        =   17
         Top             =   2430
         Width           =   1260
      End
      Begin VB.Label lblInfo 
         BorderStyle     =   1  'Fixed Single
         Caption         =   "aaa"
         Height          =   1545
         Left            =   60
         TabIndex        =   16
         Top             =   2640
         Width           =   1965

⌨️ 快捷键说明

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