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

📄 frmimport.frm

📁 大量优秀的vb编程
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form FrmImport 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Text Import Wizard"
   ClientHeight    =   6375
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   6885
   Icon            =   "FrmImport.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6375
   ScaleWidth      =   6885
   StartUpPosition =   2  'CenterScreen
   Begin VB.Timer tmrUnload 
      Enabled         =   0   'False
      Interval        =   1000
      Left            =   2040
      Top             =   5880
   End
   Begin VB.PictureBox picHeader 
      BackColor       =   &H00FFFFFF&
      Height          =   975
      Left            =   -120
      ScaleHeight     =   915
      ScaleWidth      =   7035
      TabIndex        =   33
      Top             =   -120
      Visible         =   0   'False
      Width           =   7095
      Begin VB.Label lblStep 
         BackStyle       =   0  'Transparent
         Caption         =   "What delimiter seperates your fields?  Select the appropriate delimiter and see how your text is affected in the preview below."
         Height          =   495
         Left            =   240
         TabIndex        =   35
         Top             =   465
         Width           =   6135
      End
      Begin VB.Image Image1 
         Height          =   750
         Left            =   6000
         Picture         =   "FrmImport.frx":0442
         Top             =   120
         Width           =   960
      End
      Begin VB.Label lblHeader 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Choose a Data Source and Destination"
         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        =   34
         Top             =   200
         Width           =   3720
      End
   End
   Begin MSComDlg.CommonDialog CD1 
      Left            =   1560
      Top             =   5850
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton cmdCancel 
      Caption         =   "&Cancel"
      Height          =   375
      Left            =   120
      TabIndex        =   19
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdPrevious 
      Caption         =   "< &Previous"
      Enabled         =   0   'False
      Height          =   375
      Left            =   2800
      TabIndex        =   18
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdNext 
      Caption         =   "&Next >"
      Height          =   375
      Left            =   4080
      TabIndex        =   17
      Top             =   5850
      Width           =   1215
   End
   Begin VB.CommandButton cmdFinish 
      Caption         =   "&Finish"
      Default         =   -1  'True
      Enabled         =   0   'False
      Height          =   375
      Left            =   5520
      TabIndex        =   16
      Top             =   5850
      Width           =   1215
   End
   Begin VB.PictureBox picWizard 
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      Height          =   5295
      Index           =   3
      Left            =   0
      Picture         =   "FrmImport.frx":2A04
      ScaleHeight     =   5295
      ScaleWidth      =   6975
      TabIndex        =   36
      Top             =   350
      Visible         =   0   'False
      Width           =   6975
      Begin VB.CheckBox chkFix 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Automatically Fix Invalid Field Names"
         Height          =   255
         Left            =   3720
         TabIndex        =   39
         Top             =   2640
         Value           =   1  'Checked
         Width           =   2895
      End
      Begin VB.TextBox txtName 
         Height          =   285
         Left            =   3720
         TabIndex        =   15
         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        =   38
         Top             =   3720
         Width           =   60
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Table Name:"
         Height          =   195
         Left            =   2640
         TabIndex        =   37
         Top             =   2280
         Width           =   915
      End
   End
   Begin VB.PictureBox picWizard 
      BackColor       =   &H00FFFFFF&
      BorderStyle     =   0  'None
      Height          =   5620
      Index           =   0
      Left            =   0
      Picture         =   "FrmImport.frx":2D676
      ScaleHeight     =   5625
      ScaleWidth      =   6975
      TabIndex        =   28
      Top             =   0
      Width           =   6975
      Begin VB.Label Label5 
         BackStyle       =   0  'Transparent
         Caption         =   $"FrmImport.frx":5B108
         Height          =   1035
         Left            =   3120
         TabIndex        =   32
         Top             =   1320
         Width           =   3090
      End
      Begin VB.Label lblWelcome 
         Alignment       =   2  'Center
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "Text Import Wizard"
         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        =   31
         Top             =   360
         Width           =   2445
      End
   End
   Begin VB.PictureBox picWizard 
      BorderStyle     =   0  'None
      Height          =   5535
      Index           =   1
      Left            =   0
      ScaleHeight     =   5535
      ScaleWidth      =   6975
      TabIndex        =   20
      Top             =   0
      Visible         =   0   'False
      Width           =   6975
      Begin VB.CommandButton cmdTo 
         Caption         =   "..."
         Height          =   285
         Left            =   5880
         TabIndex        =   3
         Top             =   1920
         Width           =   375
      End
      Begin VB.CommandButton cmdFrom 
         Caption         =   "..."
         Height          =   285
         Left            =   5880
         TabIndex        =   1
         Top             =   1560
         Width           =   375
      End
      Begin VB.TextBox txtTo 
         Height          =   285
         Left            =   1680
         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         =   "Import &To:"
         Height          =   255
         Index           =   1
         Left            =   480
         TabIndex        =   30
         Top             =   1920
         Width           =   975
      End
      Begin VB.Label Label4 
         Alignment       =   1  'Right Justify
         Caption         =   "Import &From:"
         Height          =   255
         Index           =   0
         Left            =   480
         TabIndex        =   29
         Top             =   1560
         Width           =   975
      End
   End
   Begin VB.PictureBox picWizard 
      BorderStyle     =   0  'None
      Height          =   5535
      Index           =   2
      Left            =   0
      ScaleHeight     =   5535
      ScaleWidth      =   6855
      TabIndex        =   21
      Top             =   0
      Visible         =   0   'False
      Width           =   6855
      Begin VB.Frame fraDelimiter 
         Caption         =   "Choose the delimiter that seperates your fields:"
         Height          =   735
         Left            =   120
         TabIndex        =   25
         Top             =   960
         Width           =   6615
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Tab"
            Height          =   195
            Index           =   0
            Left            =   240
            TabIndex        =   4
            Top             =   350
            Value           =   -1  'True
            Width           =   615
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "S&emicolon"
            Height          =   195
            Index           =   1
            Left            =   1320
            TabIndex        =   5
            Top             =   350
            Width           =   1095
         End
         Begin VB.OptionButton optDelimiter 
            Caption         =   "&Comma"
            Height          =   195
            Index           =   2
            Left            =   2760
            TabIndex        =   6
            Top             =   350

⌨️ 快捷键说明

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