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

📄 frmtopo.frm

📁 都是基于VB所做的程序集合,值得大家作为实践的参考资料.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmTopo 
   BackColor       =   &H8000000B&
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   4800
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6375
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4800
   ScaleWidth      =   6375
   ShowInTaskbar   =   0   'False
   StartUpPosition =   2  'CenterScreen
   Tag             =   "2924"
   Begin TabDlg.SSTab SSTab1 
      Height          =   4185
      Left            =   195
      TabIndex        =   9
      Top             =   75
      Width           =   5985
      _ExtentX        =   10557
      _ExtentY        =   7382
      _Version        =   393216
      Style           =   1
      Tabs            =   2
      Tab             =   1
      TabsPerRow      =   2
      TabHeight       =   520
      TabCaption(0)   =   "选项"
      Tab(0).ControlEnabled=   0   'False
      Tab(0).Control(0)=   "frameTopCreate"
      Tab(0).Control(1)=   "frameErrOption"
      Tab(0).ControlCount=   2
      TabCaption(1)   =   "容限"
      TabPicture(1)   =   "frmTopo.frx":0000
      Tab(1).ControlEnabled=   -1  'True
      Tab(1).Control(0)=   "frameDescription"
      Tab(1).Control(0).Enabled=   0   'False
      Tab(1).Control(1)=   "frameBtn"
      Tab(1).Control(1).Enabled=   0   'False
      Tab(1).Control(2)=   "frameTolerance"
      Tab(1).Control(2).Enabled=   0   'False
      Tab(1).ControlCount=   3
      Begin VB.Frame frameTopCreate 
         Caption         =   "创建拓扑"
         Height          =   1515
         Left            =   -74835
         TabIndex        =   19
         Tag             =   "3256"
         Top             =   2475
         Width           =   5670
         Begin VB.TextBox txtNetName 
            BackColor       =   &H80000004&
            Enabled         =   0   'False
            Height          =   300
            Left            =   3870
            TabIndex        =   24
            Top             =   682
            Width           =   1710
         End
         Begin VB.TextBox txtPolygonName 
            BackColor       =   &H80000004&
            Enabled         =   0   'False
            Height          =   300
            Left            =   3870
            TabIndex        =   23
            Top             =   292
            Width           =   1710
         End
         Begin VB.CheckBox chkTopuPolygon 
            Caption         =   "创建拓扑多边形"
            Height          =   285
            Left            =   195
            TabIndex        =   22
            Tag             =   "3257"
            Top             =   300
            Width           =   1980
         End
         Begin VB.CheckBox chkNetTopu 
            Caption         =   "创建网络拓扑图层"
            Height          =   225
            Left            =   195
            TabIndex        =   21
            Tag             =   "3258"
            Top             =   720
            Width           =   1980
         End
         Begin VB.CheckBox chkErrInfo 
            Caption         =   "生成拓扑错误信息"
            Height          =   285
            Left            =   195
            TabIndex        =   20
            Tag             =   "3259"
            Top             =   1080
            Value           =   1  'Checked
            Width           =   1935
         End
         Begin VB.Label Label3 
            Caption         =   "网络图层名"
            Height          =   180
            Left            =   2490
            TabIndex        =   26
            Tag             =   "3261"
            Top             =   720
            Width           =   1290
         End
         Begin VB.Label Label4 
            Caption         =   "多边形图层名"
            Height          =   210
            Left            =   2490
            TabIndex        =   25
            Tag             =   "3260"
            Top             =   330
            Width           =   1290
         End
      End
      Begin VB.Frame frameTolerance 
         Caption         =   "容限(单位:米)"
         Height          =   3495
         Left            =   165
         TabIndex        =   13
         Tag             =   "3158"
         Top             =   495
         Width           =   3120
         Begin VB.TextBox txtFuzzy 
            Height          =   300
            Left            =   1320
            TabIndex        =   1
            Top             =   360
            Width           =   1680
         End
         Begin VB.TextBox txtDangle 
            Height          =   300
            Left            =   1320
            TabIndex        =   2
            Top             =   1029
            Width           =   1680
         End
         Begin VB.TextBox txtNodesnap 
            Height          =   300
            Left            =   1320
            TabIndex        =   3
            Top             =   1676
            Width           =   1680
         End
         Begin VB.TextBox txtSmallplygon 
            Height          =   300
            Left            =   1320
            TabIndex        =   4
            Top             =   2323
            Width           =   1680
         End
         Begin VB.TextBox txtGrain 
            Height          =   300
            Left            =   1320
            TabIndex        =   5
            Top             =   2940
            Width           =   1680
         End
         Begin VB.Label Label1 
            Caption         =   "&Fuzzy"
            Height          =   255
            Left            =   210
            TabIndex        =   18
            Top             =   420
            Width           =   960
         End
         Begin VB.Label Label2 
            Caption         =   "&Dangle"
            Height          =   255
            Left            =   210
            TabIndex        =   17
            Top             =   1050
            Width           =   960
         End
         Begin VB.Label Label5 
            Caption         =   "&Node snap"
            Height          =   285
            Left            =   210
            TabIndex        =   16
            Top             =   1680
            Width           =   960
         End
         Begin VB.Label Label6 
            Caption         =   "&Small plygon"
            Height          =   285
            Left            =   210
            TabIndex        =   15
            Top             =   2355
            Width           =   1065
         End
         Begin VB.Label Label7 
            Caption         =   "&Grain"
            Height          =   240
            Left            =   210
            TabIndex        =   14
            Top             =   3015
            Width           =   960
         End
      End
      Begin VB.Frame frameBtn 
         Height          =   540
         Left            =   3435
         TabIndex        =   12
         Top             =   3450
         Width           =   2415
         Begin VB.CommandButton btnDefault 
            Caption         =   "设为默认"
            Height          =   375
            Left            =   45
            TabIndex        =   6
            Tag             =   "3160"
            Top             =   135
            Width           =   1095
         End
         Begin VB.CommandButton btnClear 
            Caption         =   "清除容限"
            Height          =   375
            Left            =   1215
            TabIndex        =   7
            Tag             =   "3161"
            Top             =   135
            Width           =   1155
         End
      End
      Begin VB.Frame frameDescription 
         Caption         =   "说明"
         Height          =   2940
         Left            =   3450
         TabIndex        =   10
         Tag             =   "3159"
         Top             =   495
         Width           =   2400
         Begin VB.Label lblDescription 
            BorderStyle     =   1  'Fixed Single
            Height          =   2580
            Left            =   90
            TabIndex        =   11
            Top             =   285
            Width           =   2220
         End
      End
      Begin VB.Frame frameErrOption 
         Caption         =   "错误处理选项"
         Height          =   1890
         Left            =   -74835
         TabIndex        =   27
         Tag             =   "3262"
         Top             =   495
         Width           =   5670
         Begin VB.CommandButton btnUnSelectAll 
            Caption         =   "全取消(&U)"
            Height          =   345
            Left            =   4380
            TabIndex        =   36
            Tag             =   "5369"
            Top             =   1470
            Width           =   1065
         End
         Begin VB.CommandButton btnSelectAll 
            Caption         =   "全选中(&A)"
            Height          =   345
            Left            =   3060
            TabIndex        =   35
            Tag             =   "5368"
            Top             =   1470
            Width           =   1065
         End
         Begin VB.CheckBox chkIL 
            Caption         =   "弧段求交"
            Height          =   225
            Left            =   390
            TabIndex        =   34
            Tag             =   "3263"
            Top             =   345
            Value           =   1  'Checked
            Width           =   1620
         End
         Begin VB.CheckBox chkCIV 
            Caption         =   "去除冗余点"
            Height          =   270
            Left            =   390
            TabIndex        =   33
            Tag             =   "3264"
            Top             =   720
            Value           =   1  'Checked
            Width           =   1620
         End
         Begin VB.CheckBox chkMRN 
            Caption         =   "合并邻近结点"
            Height          =   210
            Left            =   3060
            TabIndex        =   32
            Tag             =   "3265"
            Top             =   720
            Value           =   1  'Checked
            Width           =   1620
         End
         Begin VB.CheckBox chkCRL 
            Caption         =   "去除重复线"

⌨️ 快捷键说明

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