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

📄 frmoutputasciiproperties.frm

📁 Data monkey是一个强大的是数据传输和转换应用程序。使用DataMonkey用户可以把复杂的文本文件格式
💻 FRM
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.1#0"; "COMCTL32.OCX"
Begin VB.Form frmOutputASCIIProperties 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "Properties"
   ClientHeight    =   4350
   ClientLeft      =   45
   ClientTop       =   285
   ClientWidth     =   4020
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4350
   ScaleWidth      =   4020
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton btnCancel 
      Cancel          =   -1  'True
      Caption         =   "&Cancel"
      Height          =   375
      Left            =   2280
      TabIndex        =   8
      Top             =   3840
      Width           =   675
   End
   Begin VB.CommandButton btnOk 
      Caption         =   "&Ok"
      Default         =   -1  'True
      Height          =   375
      Left            =   3120
      TabIndex        =   7
      Top             =   3840
      Width           =   735
   End
   Begin VB.Frame fraDelimited 
      BorderStyle     =   0  'None
      Caption         =   "fraDelimited"
      Height          =   2895
      Left            =   120
      TabIndex        =   2
      Top             =   780
      Width           =   3735
      Begin VB.TextBox txtDelimiter 
         Height          =   285
         Left            =   660
         TabIndex        =   3
         Top             =   0
         Width           =   1635
      End
      Begin VB.Label Label1 
         Caption         =   "Delimiter"
         Height          =   255
         Left            =   0
         TabIndex        =   6
         Top             =   0
         Width           =   675
      End
   End
   Begin VB.Frame fraFixedField 
      BorderStyle     =   0  'None
      Caption         =   "Frame2"
      Height          =   2895
      Left            =   120
      TabIndex        =   4
      Top             =   780
      Width           =   3735
      Begin ComctlLib.ListView lstFields 
         Height          =   2895
         Left            =   0
         TabIndex        =   5
         Top             =   0
         Width           =   3735
         _ExtentX        =   6588
         _ExtentY        =   5106
         View            =   2
         LabelWrap       =   -1  'True
         HideSelection   =   -1  'True
         _Version        =   327680
         ForeColor       =   -2147483640
         BackColor       =   -2147483643
         BorderStyle     =   1
         Appearance      =   0
         MouseIcon       =   "frmOutputASCIIProperties.frx":0000
         NumItems        =   2
         BeginProperty ColumnHeader(1) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
            Key             =   ""
            Object.Tag             =   ""
            Text            =   "Size"
            Object.Width           =   2540
         EndProperty
         BeginProperty ColumnHeader(2) {0713E8C7-850A-101B-AFC0-4210102A8DA7} 
            SubItemIndex    =   1
            Key             =   ""
            Object.Tag             =   ""
            Text            =   "Field"
            Object.Width           =   2540
         EndProperty
      End
   End
   Begin VB.OptionButton Option2 
      Caption         =   "Fixed length fields"
      Height          =   255
      Left            =   120
      TabIndex        =   1
      Top             =   360
      Width           =   1695
   End
   Begin VB.OptionButton Option1 
      Caption         =   "Delimited"
      Height          =   255
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   1215
   End
End
Attribute VB_Name = "frmOutputASCIIProperties"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub btnCancel_Click()
    Unload Me
End Sub

Private Sub btnOk_Click()
    GFormReturnValue = vbOK
    Unload Me
End Sub

Private Sub Form_Load()

End Sub

⌨️ 快捷键说明

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