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

📄 frminputoptions.frm

📁 Data monkey是一个强大的是数据传输和转换应用程序。使用DataMonkey用户可以把复杂的文本文件格式
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmInputOptions 
   Caption         =   "Input Source Options"
   ClientHeight    =   4884
   ClientLeft      =   60
   ClientTop       =   348
   ClientWidth     =   6120
   LinkTopic       =   "Form1"
   ScaleHeight     =   4884
   ScaleWidth      =   6120
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton cmdOK 
      Caption         =   "OK"
      Height          =   375
      Left            =   2490
      TabIndex        =   16
      Top             =   4455
      Width           =   1095
   End
   Begin VB.CommandButton cmdCancel 
      Cancel          =   -1  'True
      Caption         =   "Cancel"
      Height          =   375
      Left            =   3720
      TabIndex        =   15
      Top             =   4455
      Width           =   1095
   End
   Begin VB.CommandButton cmdApply 
      Caption         =   "Apply"
      Height          =   375
      Left            =   4920
      TabIndex        =   14
      Top             =   4455
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "Entity Information"
      Height          =   855
      Left            =   120
      TabIndex        =   11
      Top             =   120
      Width           =   5895
      Begin VB.OptionButton Option1 
         Caption         =   "An entire entity is contained within each single line of data"
         Height          =   195
         Left            =   240
         TabIndex        =   13
         Top             =   240
         Width           =   4575
      End
      Begin VB.OptionButton Option2 
         Caption         =   "An entity's data is spread out over multiple lines of data"
         Height          =   195
         Left            =   240
         TabIndex        =   12
         Top             =   540
         Width           =   4455
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "Input Data Source"
      Height          =   1575
      Left            =   120
      TabIndex        =   6
      Top             =   1080
      Width           =   2895
      Begin VB.OptionButton Option3 
         Caption         =   "ASCII File"
         Height          =   195
         Left            =   120
         TabIndex        =   10
         Top             =   240
         Width           =   1695
      End
      Begin VB.OptionButton Option4 
         Caption         =   "ODBC Database"
         Height          =   195
         Left            =   120
         TabIndex        =   9
         Top             =   540
         Width           =   1575
      End
      Begin VB.OptionButton Option5 
         Caption         =   "Other (OCX)"
         Height          =   195
         Left            =   120
         TabIndex        =   8
         Top             =   840
         Width           =   1695
      End
      Begin VB.ComboBox Combo1 
         Enabled         =   0   'False
         Height          =   315
         Left            =   120
         TabIndex        =   7
         Text            =   "Combo1"
         Top             =   1080
         Width           =   2655
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "Output Data Source"
      Height          =   1575
      Left            =   3120
      TabIndex        =   1
      Top             =   1080
      Width           =   2895
      Begin VB.ComboBox Combo2 
         Enabled         =   0   'False
         Height          =   315
         Left            =   120
         TabIndex        =   5
         Text            =   "Combo1"
         Top             =   1080
         Width           =   2655
      End
      Begin VB.OptionButton Option6 
         Caption         =   "Other (OCX)"
         Height          =   195
         Left            =   120
         TabIndex        =   4
         Top             =   840
         Width           =   1695
      End
      Begin VB.OptionButton Option7 
         Caption         =   "ODBC Database"
         Height          =   195
         Left            =   120
         TabIndex        =   3
         Top             =   540
         Width           =   1575
      End
      Begin VB.OptionButton Option8 
         Caption         =   "ASCII File"
         Height          =   195
         Left            =   120
         TabIndex        =   2
         Top             =   240
         Width           =   1695
      End
   End
   Begin VB.CommandButton Command1 
      Caption         =   "&Advanced..."
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   4440
      Width           =   1095
   End
End
Attribute VB_Name = "frmInputOptions"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
' DataMonkey Data Conversion Application. Written by Theodore L. Ward
' Copyright (C) 2002 AstroComma Incorporated.
'
' This program is free software; you can redistribute it and/or
' modify it under the terms of the GNU General Public License
' as published by the Free Software Foundation; either version 2
' of the License, or (at your option) any later version.
'
' This program is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
' GNU General Public License for more details.
'
' You should have received a copy of the GNU General Public License
' along with this program; if not, write to the Free Software
' Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
' The author may be contacted at:
' TheodoreWard@Hotmail.com or TheodoreWard@Yahoo.com


⌨️ 快捷键说明

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