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

📄 frmmain.frm

📁 都是基于VB所做的程序集合,值得大家作为实践的参考资料.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{03ED3B1E-ED1B-4A2E-8FE3-D8D1A673F5D4}#5.2#0"; "SuperMap.ocx"
Begin VB.Form frmMain 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Create,Delete,Edit"
   ClientHeight    =   5250
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   9000
   Icon            =   "frmMain.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   5250
   ScaleWidth      =   9000
   StartUpPosition =   2  'CenterScreen
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   5205
      Top             =   3120
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   16
      MaskColor       =   12632256
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   9
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":058A
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":069C
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":07AE
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":08B8
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":09CA
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":0ADC
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":0BEE
            Key             =   ""
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":0D00
            Key             =   ""
         EndProperty
         BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "frmMain.frx":0E0A
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin SuperMapLib.SuperWorkspace SuperWorkspace1 
      Left            =   5865
      Top             =   4500
      _Version        =   327682
      _ExtentX        =   847
      _ExtentY        =   847
      _StockProps     =   0
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   3915
      Top             =   3165
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.Frame Frame4 
      Height          =   1380
      Left            =   6675
      TabIndex        =   30
      Top             =   1500
      Width           =   2295
      Begin VB.CommandButton btnStartSnap 
         Caption         =   "捕捉以下图层"
         Enabled         =   0   'False
         Height          =   315
         Left            =   60
         TabIndex        =   32
         Top             =   135
         Width           =   1200
      End
      Begin VB.CommandButton btnSnapSet 
         Caption         =   "捕捉设置"
         Height          =   315
         Left            =   1275
         TabIndex        =   31
         Top             =   135
         Width           =   930
      End
      Begin MSComctlLib.ListView lvwSnapableLayer 
         Height          =   885
         Left            =   45
         TabIndex        =   33
         Top             =   435
         Width           =   2205
         _ExtentX        =   3889
         _ExtentY        =   1561
         View            =   2
         LabelEdit       =   1
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         Checkboxes      =   -1  'True
         _Version        =   393217
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   1
         NumItems        =   0
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "地图操作"
      Height          =   990
      Left            =   6675
      TabIndex        =   23
      Top             =   555
      Width           =   2280
      Begin VB.CommandButton btnRefresh 
         Caption         =   "刷新"
         Height          =   345
         Left            =   750
         TabIndex        =   29
         Top             =   585
         Width           =   720
      End
      Begin VB.CommandButton btnviewEntire 
         Caption         =   "全幅"
         Height          =   345
         Left            =   1500
         TabIndex        =   28
         Top             =   585
         Width           =   720
      End
      Begin VB.CommandButton btnSelect 
         Caption         =   "选择"
         Height          =   345
         Left            =   0
         TabIndex        =   27
         Top             =   585
         Width           =   720
      End
      Begin VB.CommandButton btnPan 
         Caption         =   "平移"
         Height          =   345
         Left            =   1500
         TabIndex        =   26
         Top             =   225
         Width           =   720
      End
      Begin VB.CommandButton btnZoomOut 
         Caption         =   "缩小"
         Height          =   345
         Left            =   750
         TabIndex        =   25
         Top             =   225
         Width           =   720
      End
      Begin VB.CommandButton btnZoomIn 
         Caption         =   "放大"
         Height          =   345
         Left            =   0
         TabIndex        =   24
         Top             =   225
         Width           =   720
      End
   End
   Begin VB.Frame Frame2 
      Height          =   555
      Left            =   30
      TabIndex        =   14
      Top             =   -75
      Width           =   10770
      Begin VB.CommandButton btnClearLayers 
         Caption         =   "清除图层"
         Enabled         =   0   'False
         Height          =   375
         Left            =   7800
         TabIndex        =   22
         ToolTipText     =   "清除地图窗口中所的图层"
         Top             =   135
         Width           =   1065
      End
      Begin VB.ComboBox cmbEditbleLayer 
         Height          =   315
         Left            =   6150
         Style           =   2  'Dropdown List
         TabIndex        =   20
         Top             =   135
         Width           =   1605
      End
      Begin VB.CommandButton btnCreateDataset 
         Caption         =   "创建数据集"
         Enabled         =   0   'False
         Height          =   375
         Left            =   1125
         TabIndex        =   19
         Top             =   135
         Width           =   1065
      End
      Begin VB.CommandButton btnDelDataset 
         Caption         =   "删除数据集"
         Enabled         =   0   'False
         Height          =   375
         Left            =   2175
         TabIndex        =   18
         ToolTipText     =   "删除""数据列表""中选择的数据集"
         Top             =   135
         Width           =   1050
      End
      Begin VB.CommandButton btnEditDataset 
         Caption         =   "编辑图层"
         Enabled         =   0   'False
         Height          =   375
         Left            =   4275
         TabIndex        =   17
         ToolTipText     =   "编辑右侧列表中的图层"
         Top             =   135
         Width           =   885
      End
      Begin VB.CommandButton btnCreateDataSource 
         Caption         =   "创建数据源"
         Height          =   375
         Left            =   60
         TabIndex        =   16
         Top             =   135
         Width           =   1050
      End
      Begin VB.CommandButton btnOpenDataset 
         Caption         =   "打开数据集"
         Enabled         =   0   'False
         Height          =   375
         Left            =   3225
         TabIndex        =   15
         ToolTipText     =   "打开""数据列表""中选择的数据集"
         Top             =   135
         Width           =   1065
      End
      Begin VB.Label Label3 
         Caption         =   "图层列表:"
         Height          =   240
         Left            =   5250
         TabIndex        =   21
         Top             =   195
         Width           =   915
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "绘图工具"
      Enabled         =   0   'False
      Height          =   1140
      Left            =   6675
      TabIndex        =   0
      Top             =   2925
      Width           =   2295
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   12
         Left            =   975
         Picture         =   "frmMain.frx":0F16
         Style           =   1  'Graphical
         TabIndex        =   13
         ToolTipText     =   "添加文本"
         Top             =   825
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   11
         Left            =   1875
         Picture         =   "frmMain.frx":1018
         Style           =   1  'Graphical
         TabIndex        =   12
         ToolTipText     =   "画平行四边形"
         Top             =   525
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   10
         Left            =   525
         Picture         =   "frmMain.frx":111A
         Style           =   1  'Graphical
         TabIndex        =   11
         ToolTipText     =   "画任意多边形"
         Top             =   825
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   9
         Left            =   1425
         Picture         =   "frmMain.frx":121C
         Style           =   1  'Graphical
         TabIndex        =   10
         ToolTipText     =   "画斜椭圆"
         Top             =   525
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   8
         Left            =   975
         Picture         =   "frmMain.frx":131E
         Style           =   1  'Graphical
         TabIndex        =   9
         ToolTipText     =   "画椭圆"
         Top             =   525
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   7
         Left            =   525
         Picture         =   "frmMain.frx":1420
         Style           =   1  'Graphical
         TabIndex        =   8
         ToolTipText     =   "画圆"
         Top             =   525
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   6
         Left            =   75
         Picture         =   "frmMain.frx":1522
         Style           =   1  'Graphical
         TabIndex        =   7
         ToolTipText     =   "画圆角矩形"
         Top             =   525
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   5
         Left            =   75
         Picture         =   "frmMain.frx":1624
         Style           =   1  'Graphical
         TabIndex        =   6
         ToolTipText     =   "画矩形"
         Top             =   825
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   4
         Left            =   1875
         Picture         =   "frmMain.frx":1B66
         Style           =   1  'Graphical
         TabIndex        =   5
         ToolTipText     =   "画弧线"
         Top             =   225
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   3
         Left            =   1425
         Picture         =   "frmMain.frx":1C68
         Style           =   1  'Graphical
         TabIndex        =   4
         ToolTipText     =   "画自由曲线"
         Top             =   225
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   2
         Left            =   975
         Picture         =   "frmMain.frx":1D6A
         Style           =   1  'Graphical
         TabIndex        =   3
         ToolTipText     =   "画折线"
         Top             =   225
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   1
         Left            =   525
         Picture         =   "frmMain.frx":1E6C
         Style           =   1  'Graphical
         TabIndex        =   2
         ToolTipText     =   "画直线"
         Top             =   225
         Width           =   375
      End
      Begin VB.OptionButton optEdit 
         Enabled         =   0   'False
         Height          =   300
         Index           =   0

⌨️ 快捷键说明

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