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

📄 frmmain.ebf

📁 evb复制文件到PDA源码
💻 EBF
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmMain 
   Caption         =   "FileHandler"
   ClientHeight    =   3825
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6855
   ScaleHeight     =   3825
   ScaleWidth      =   6855
   Begin VBCE.Frame Frame1 
      Height          =   975
      Left            =   120
      TabIndex        =   5
      Top             =   2160
      Width           =   1515
      _cx             =   2672
      _cy             =   1720
      Appearance      =   1
      BackColor       =   -2147483633
      BorderStyle     =   1
      Caption         =   "Mode"
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   -2147483640
      ClipControls    =   -1  'True
      Begin VBCE.OptionButton optOverwrite 
         Height          =   255
         Left            =   180
         TabIndex        =   7
         Top             =   240
         Width           =   1155
         _cx             =   2037
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "Overwrite"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   -1  'True
      End
      Begin VBCE.OptionButton optAppend 
         Height          =   255
         Left            =   180
         TabIndex        =   6
         Top             =   600
         Width           =   975
         _cx             =   1720
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "Append"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   0   'False
      End
   End
   Begin VBCE.Frame Frame2 
      Height          =   975
      Left            =   1800
      TabIndex        =   8
      Top             =   2160
      Width           =   1515
      _cx             =   2672
      _cy             =   1720
      Appearance      =   1
      BackColor       =   -2147483633
      BorderStyle     =   1
      Caption         =   "Write As"
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   -2147483640
      ClipControls    =   -1  'True
      Begin VBCE.OptionButton optUnicode 
         Height          =   255
         Left            =   180
         TabIndex        =   10
         Top             =   600
         Width           =   975
         _cx             =   1720
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "Unicode"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   0   'False
      End
      Begin VBCE.OptionButton optANSI 
         Height          =   255
         Left            =   180
         TabIndex        =   9
         Top             =   240
         Width           =   1155
         _cx             =   2037
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "ANSI"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   -1  'True
      End
   End
   Begin VBCE.Frame Frame3 
      Height          =   675
      Left            =   3540
      TabIndex        =   13
      Top             =   2280
      Width           =   3195
      _cx             =   5636
      _cy             =   1191
      Appearance      =   1
      BackColor       =   -2147483633
      BorderStyle     =   1
      Caption         =   "Display"
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   -2147483640
      ClipControls    =   -1  'True
      Begin VBCE.OptionButton optHEX 
         Height          =   255
         Left            =   1680
         TabIndex        =   15
         Top             =   240
         Width           =   975
         _cx             =   1720
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "HEX"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   0   'False
      End
      Begin VBCE.OptionButton optASCII 
         Height          =   255
         Left            =   300
         TabIndex        =   14
         Top             =   240
         Width           =   1155
         _cx             =   2037
         _cy             =   450
         Appearance      =   1
         BackColor       =   -2147483633
         Caption         =   "ASCII"
         Enabled         =   -1  'True
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   -2147483640
         Alignment       =   0
         Value           =   -1  'True
      End
   End
   Begin VBCE.CommandButton cmdBinary 
      Height          =   435
      Left            =   2280
      TabIndex        =   17
      Top             =   3300
      Width           =   2235
      _cx             =   3942
      _cy             =   767
      Appearance      =   1
      BackColor       =   12632256
      Caption         =   "Write Sample Binary Data"
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Style           =   0
   End
   Begin VBCE.Label Label3 
      Height          =   255
      Left            =   3540
      TabIndex        =   16
      Top             =   840
      Width           =   1335
      _cx             =   2355
      _cy             =   450
      Appearance      =   1
      AutoSize        =   0   'False
      BackColor       =   -2147483633
      BackStyle       =   1
      BorderStyle     =   0
      Caption         =   "Data Read:"
      Enabled         =   -1  'True
      BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   -2147483640
      Alignment       =   0
      UseMnemonic     =   -1  'True
      WordWrap        =   0   'False
   End
   Begin VBCE.CommandButton cmdRead 
      Height          =   435
      Left            =   4620
      TabIndex        =   12
      Top             =   3300
      Width           =   1995
      _cx             =   3519
      _cy             =   767

⌨️ 快捷键说明

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