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

📄 frmcheckpointrecognition.frm

📁 Data monkey是一个强大的是数据传输和转换应用程序。使用DataMonkey用户可以把复杂的文本文件格式
💻 FRM
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
Begin VB.Form frmCheckPointRecognition 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "CheckPoint Identification Steps"
   ClientHeight    =   6390
   ClientLeft      =   285
   ClientTop       =   165
   ClientWidth     =   6150
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6390
   ScaleWidth      =   6150
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton btnApply 
      Caption         =   "&Apply"
      Enabled         =   0   'False
      Height          =   375
      Left            =   4080
      TabIndex        =   6
      Top             =   5880
      Width           =   855
   End
   Begin VB.Frame Frame2 
      Caption         =   "Actions"
      Height          =   1215
      Left            =   120
      TabIndex        =   3
      Top             =   480
      Width           =   5895
      Begin ComctlLib.ListView lstActions 
         Height          =   855
         Left            =   120
         TabIndex        =   5
         Top             =   240
         Width           =   4575
         _ExtentX        =   8070
         _ExtentY        =   1508
         View            =   3
         LabelEdit       =   1
         LabelWrap       =   0   'False
         HideSelection   =   0   'False
         HideColumnHeaders=   -1  'True
         _Version        =   327682
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   0
         NumItems        =   2
         BeginProperty ColumnHeader(1) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Text            =   "Order"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(2) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
            SubItemIndex    =   1
            Key             =   ""
            Object.Tag             =   ""
            Text            =   "Name"
            Object.Width           =   2540
         EndProperty
      End
      Begin VB.CommandButton btnAddStep 
         Caption         =   "&Add Step"
         Height          =   375
         Left            =   4800
         TabIndex        =   4
         Top             =   240
         Width           =   975
      End
   End
   Begin VB.CommandButton btnClose 
      Caption         =   "&Cancel"
      Height          =   375
      Left            =   5160
      TabIndex        =   0
      Top             =   5880
      Width           =   855
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "CheckPoint"
      Height          =   195
      Left            =   120
      TabIndex        =   2
      Top             =   120
      Width           =   825
   End
   Begin VB.Label lblCheckPointName 
      BorderStyle     =   1  'Fixed Single
      Height          =   255
      Left            =   1200
      TabIndex        =   1
      Top             =   120
      Width           =   4815
   End
End
Attribute VB_Name = "frmCheckPointRecognition"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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