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

📄 frmhowtorecognizedata.frm

📁 Data monkey是一个强大的是数据传输和转换应用程序。使用DataMonkey用户可以把复杂的文本文件格式
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmHowToRecognizeData 
   BorderStyle     =   3  'Fixed Dialog
   Caption         =   "How Data Is Recognized"
   ClientHeight    =   5184
   ClientLeft      =   48
   ClientTop       =   336
   ClientWidth     =   6168
   FillColor       =   &H00808080&
   FillStyle       =   0  'Solid
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   5184
   ScaleWidth      =   6168
   ShowInTaskbar   =   0   'False
   Begin VB.Frame fraIdInput 
      Caption         =   "Recognize By Proximity To Another Item"
      Height          =   3015
      Index           =   1
      Left            =   240
      TabIndex        =   4
      Top             =   5520
      Width           =   5895
      Begin VB.TextBox Text2 
         Height          =   285
         Left            =   1800
         TabIndex        =   16
         Top             =   1920
         Width           =   1215
      End
      Begin VB.OptionButton Option2 
         Caption         =   "False"
         Height          =   255
         Left            =   3600
         TabIndex        =   14
         Top             =   1320
         Width           =   1215
      End
      Begin VB.OptionButton Option1 
         Caption         =   "True"
         Height          =   255
         Left            =   3600
         TabIndex        =   13
         Top             =   1080
         Width           =   855
      End
      Begin VB.TextBox Text1 
         Appearance      =   0  'Flat
         Height          =   285
         Left            =   3720
         TabIndex        =   11
         Text            =   "1"
         Top             =   2400
         Width           =   1095
      End
      Begin VB.PictureBox Picture2 
         Appearance      =   0  'Flat
         AutoRedraw      =   -1  'True
         AutoSize        =   -1  'True
         BackColor       =   &H80000005&
         ForeColor       =   &H80000008&
         Height          =   408
         Left            =   5160
         Picture         =   "frmHowToRecognizeData.frx":0000
         ScaleHeight     =   384
         ScaleWidth      =   384
         TabIndex        =   9
         Top             =   360
         Width           =   408
      End
      Begin VB.ComboBox cboRelatedItem 
         Appearance      =   0  'Flat
         Height          =   315
         ItemData        =   "frmHowToRecognizeData.frx":0282
         Left            =   240
         List            =   "frmHowToRecognizeData.frx":0284
         Style           =   2  'Dropdown List
         TabIndex        =   6
         Top             =   600
         Width           =   4095
      End
      Begin VB.Label Label5 
         Caption         =   "Enter a number which represents the number of lines between  this Item and it's relative"
         Height          =   495
         Left            =   240
         TabIndex        =   15
         Top             =   1680
         Width           =   5055
      End
      Begin VB.Label Label2 
         Caption         =   "Enter a number which represents the order in which this item appears in this line of data"
         Height          =   495
         Index           =   2
         Left            =   240
         TabIndex        =   12
         Top             =   2400
         Width           =   3375
      End
      Begin VB.Label Label6 
         Caption         =   "This Item is on the same line as it's relative?"
         Height          =   255
         Left            =   240
         TabIndex        =   10
         Top             =   1200
         Width           =   3255
      End
      Begin VB.Label Label2 
         Caption         =   "To which other Item is this Item's position relative?"
         Height          =   255
         Index           =   1
         Left            =   240
         TabIndex        =   5
         Top             =   360
         Width           =   4215
      End
   End
   Begin VB.CommandButton btnClose 
      Caption         =   "&Cancel"
      Height          =   375
      Left            =   5040
      TabIndex        =   3
      Top             =   4680
      Width           =   855
   End
   Begin VB.CommandButton btnAddStep 
      Caption         =   "&Add Step"
      Height          =   375
      Left            =   4080
      TabIndex        =   2
      Top             =   4680
      Width           =   855
   End
   Begin VB.ComboBox cboHowToRecognize 
      Appearance      =   0  'Flat
      Height          =   315
      ItemData        =   "frmHowToRecognizeData.frx":0286
      Left            =   120
      List            =   "frmHowToRecognizeData.frx":0288
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   960
      Width           =   5895
   End
   Begin VB.Label x 
      AutoSize        =   -1  'True
      Caption         =   "Data Item:"
      Height          =   195
      Index           =   1
      Left            =   3120
      TabIndex        =   18
      Top             =   120
      Width           =   735
   End
   Begin VB.Label lblDataItem 
      BorderStyle     =   1  'Fixed Single
      Height          =   255
      Left            =   3960
      TabIndex        =   17
      Top             =   120
      Width           =   1935
   End
   Begin VB.Label lblCheckpoint 
      BorderStyle     =   1  'Fixed Single
      Height          =   255
      Left            =   1080
      TabIndex        =   8
      Top             =   120
      Width           =   1935
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "CheckPoint:"
      Height          =   195
      Index           =   0
      Left            =   120
      TabIndex        =   7
      Top             =   120
      Width           =   870
   End
   Begin VB.Label Label1 
      Caption         =   "How do you recognize this piece of data?"
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   600
      Width           =   3015
   End
End
Attribute VB_Name = "frmHowToRecognizeData"
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

Option Explicit

⌨️ 快捷键说明

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