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

📄 frmimport.frm

📁 一个交通专用的gis-T系统
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "Msflxgrd.ocx"
Begin VB.Form FrmImportNode 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "节点数据导入向导"
   ClientHeight    =   6285
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6780
   Icon            =   "FrmImport.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6285
   ScaleWidth      =   6780
   StartUpPosition =   2  '屏幕中心
   Begin VB.Timer tmrUnload 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   2040
      Top             =   5760
   End
   Begin VB.PictureBox picHeader 
      BackColor       =   &H00FFFFFF&
      Height          =   975
      Left            =   -120
      ScaleHeight     =   915
      ScaleWidth      =   7035
      TabIndex        =   32
      Top             =   -120
      Visible         =   0   'False
      Width           =   7095
      Begin VB.Label lblStep 
         BackStyle       =   0  'Transparent
         Caption         =   "请根据下述预览窗口选择字段之间有效分隔符号:"
         Height          =   375
         Left            =   240
         TabIndex        =   34
         Top             =   480
         Width           =   6135
      End
      Begin VB.Image Image1 
         Height          =   750
         Left            =   6000
         Picture         =   "FrmImport.frx":014A
         Top             =   120
         Width           =   960
      End
      Begin VB.Label lblHeader 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "请选择源数据文件:"
         BeginProperty Font 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   240
         TabIndex        =   33
         Top             =   195
         Width           =   1755
      End
   End
   Begin MSComDlg.CommonDialog CD1 
      Left            =   1560
      Top             =   5760
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "取消(&C)"
      Height          =   375
      Left            =   120
      TabIndex        =   18
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdPrevious 
      Caption         =   "上一步(&P)"
      Enabled         =   0   'False
      Height          =   375
      Left            =   2800
      TabIndex        =   17
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdNext 
      Caption         =   "下一步(&N)"
      Height          =   375
      Left            =   4080
      TabIndex        =   16
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdFinish 
      Caption         =   "完成(&F)"
      Default         =   -1  'True
      Enabled         =   0   'False
      Height          =   375
      Left            =   5520
      TabIndex        =   15
      Top             =   5850
      Width           =   1215
   End
   Begin VB.PictureBox picWizard 
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      Height          =   5295
      Index           =   3
      Left            =   0
      Picture         =   "FrmImport.frx":270C
      ScaleHeight     =   5295
      ScaleWidth      =   6975
      TabIndex        =   35
      Top             =   240
      Visible         =   0   'False
      Width           =   6975
      Begin VB.CheckBox chkFix 
         BackColor       =   &H00FFFFFF&
         Caption         =   "自动修复无效字段名称(&A)"
         Height          =   495
         Left            =   3720
         TabIndex        =   38
         Top             =   2640
         Value           =   1  'Checked
         Width           =   2895
      End
      Begin VB.TextBox txtName 
         Height          =   285
         Left            =   3720
         Locked          =   -1  'True
         TabIndex        =   14
         Text            =   "Nodes"
         Top             =   2280
         Width           =   2895
      End
      Begin VB.Label lblPercent 
         Alignment       =   2  'Center
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         BeginProperty Font 
            Name            =   "Verdana"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00C00000&
         Height          =   195
         Left            =   4590
         TabIndex        =   37
         Top             =   3720
         Width           =   60
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "表名:"
         Height          =   195
         Left            =   3000
         TabIndex        =   36
         Top             =   2280
         Width           =   540
      End
   End
   Begin VB.PictureBox picWizard 
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      Height          =   5620
      Index           =   0
      Left            =   0
      Picture         =   "FrmImport.frx":2D37E
      ScaleHeight     =   5625
      ScaleWidth      =   6975
      TabIndex        =   27
      Top             =   0
      Width           =   6975
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   $"FrmImport.frx":5AE10
         Height          =   1635
         Left            =   2880
         TabIndex        =   31
         Top             =   960
         Width           =   3450
      End
      Begin VB.Label lblWelcome 
         Alignment       =   2  'Center
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "节点数据导入向导"
         BeginProperty Font 
            Name            =   "Verdana"
            Size            =   11.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   270
         Left            =   3405
         TabIndex        =   30
         Top             =   360
         Width           =   2445
      End
   End
   Begin VB.PictureBox picWizard 
      BorderStyle     =   0  'None
      Height          =   5535
      Index           =   1
      Left            =   0
      ScaleHeight     =   5535
      ScaleWidth      =   6975
      TabIndex        =   19
      Top             =   0
      Visible         =   0   'False
      Width           =   6975
      Begin VB.CommandButton cmdFrom 
         Caption         =   "..."
         Height          =   285
         Left            =   5880
         TabIndex        =   1
         Top             =   1560
         Width           =   375
      End
      Begin VB.TextBox txtTo 
         Height          =   285
         Left            =   1680
         Locked          =   -1  'True
         TabIndex        =   2
         Top             =   1920
         Width           =   3975
      End
      Begin VB.TextBox txtFrom 
         Height          =   285
         Left            =   1680
         TabIndex        =   0
         Top             =   1560
         Width           =   3975
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         Caption         =   "目标数据库:"
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   29
         Top             =   1920
         Width           =   1215
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         Caption         =   "源数据文件:"
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   28
         Top             =   1560
         Width           =   1215
      End
   End
   Begin VB.PictureBox picWizard 
      BorderStyle     =   0  'None
      Height          =   5535
      Index           =   2
      Left            =   0
      ScaleHeight     =   5535
      ScaleWidth      =   6855
      TabIndex        =   20
      Top             =   0
      Visible         =   0   'False
      Width           =   6855
      Begin VB.Frame fraDelimiter 
         Caption         =   "选择字段分隔符:"
         Height          =   735
         Left            =   120
         TabIndex        =   24
         Top             =   960
         Width           =   6615
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Tab"
            Height          =   195
            Index           =   0
            Left            =   240
            TabIndex        =   3
            Top             =   350
            Value           =   -1  'True
            Width           =   615
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "S&emicolon"
            Height          =   195
            Index           =   1
            Left            =   960
            TabIndex        =   4
            Top             =   350
            Width           =   1215
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Comma"
            Height          =   195
            Index           =   2
            Left            =   2160
            TabIndex        =   5
            Top             =   350
            Width           =   855
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Space"
            Height          =   195
            Index           =   3
            Left            =   3120
            TabIndex        =   6
            Top             =   350
            Width           =   855
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Other"
            Height          =   195
            Index           =   4

⌨️ 快捷键说明

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