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

📄 frmreadback.frm

📁 AD9954源码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Begin VB.Form frmReadback 
   BackColor       =   &H80000005&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Readback"
   ClientHeight    =   5595
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7665
   Icon            =   "frmReadback.frx":0000
   LinkTopic       =   "Form1"
   LockControls    =   -1  'True
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   5595
   ScaleWidth      =   7665
   Begin VB.CommandButton cmdClearForm 
      Caption         =   "Clear Form"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   13.5
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   570
      Left            =   5160
      TabIndex        =   302
      Top             =   4920
      Width           =   2295
   End
   Begin VB.CommandButton cmdReadBack 
      Caption         =   "Read DUT2"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   13.5
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   570
      Index           =   1
      Left            =   5160
      TabIndex        =   301
      Top             =   4200
      Width           =   2295
   End
   Begin VB.CommandButton cmdReadBack 
      Caption         =   "Read DUT1"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   13.5
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   570
      Index           =   0
      Left            =   5160
      TabIndex        =   300
      Top             =   3495
      Width           =   2295
   End
   Begin VB.Frame fraReg 
      BackColor       =   &H80000005&
      BorderStyle     =   0  'None
      Caption         =   "CFR1 - 00h"
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1185
      Index           =   11
      Left            =   5130
      TabIndex        =   273
      Top             =   1530
      Visible         =   0   'False
      Width           =   2460
      Begin VB.Label lblAddrRange 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "<31:24>"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   43
         Left            =   60
         TabIndex        =   295
         Top             =   930
         Width           =   735
      End
      Begin VB.Label lblBinVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00000000"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   43
         Left            =   825
         TabIndex        =   294
         Top             =   930
         Width           =   915
      End
      Begin VB.Label lblBin 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "b"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   43
         Left            =   1740
         TabIndex        =   293
         Top             =   930
         Width           =   150
      End
      Begin VB.Label lblHexVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   43
         Left            =   1920
         TabIndex        =   292
         Top             =   930
         Width           =   255
      End
      Begin VB.Label lblHex 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "h"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   43
         Left            =   2175
         TabIndex        =   291
         Top             =   930
         Width           =   150
      End
      Begin VB.Label lblAddrRange 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "<23:16>"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   42
         Left            =   60
         TabIndex        =   290
         Top             =   705
         Width           =   735
      End
      Begin VB.Label lblBinVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00000000"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   42
         Left            =   825
         TabIndex        =   289
         Top             =   705
         Width           =   915
      End
      Begin VB.Label lblHexVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   42
         Left            =   1920
         TabIndex        =   288
         Top             =   705
         Width           =   255
      End
      Begin VB.Label lblBin 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "b"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   42
         Left            =   1740
         TabIndex        =   287
         Top             =   705
         Width           =   150
      End
      Begin VB.Label lblHex 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "h"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   42
         Left            =   2175
         TabIndex        =   286
         Top             =   705
         Width           =   150
      End
      Begin VB.Label lblAddrRange 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "<15:8>"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   41
         Left            =   60
         TabIndex        =   285
         Top             =   480
         Width           =   735
      End
      Begin VB.Label lblBinVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00000000"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   41
         Left            =   825
         TabIndex        =   284
         Top             =   480
         Width           =   915
      End
      Begin VB.Label lblBin 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "b"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Index           =   41
         Left            =   1740
         TabIndex        =   283
         Top             =   480
         Width           =   150
      End
      Begin VB.Label lblHexVal 
         Alignment       =   2  'Center
         BackColor       =   &H80000005&
         Caption         =   "00"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H00FF0000&
         Height          =   195
         Index           =   41
         Left            =   1920
         TabIndex        =   282
         Top             =   480

⌨️ 快捷键说明

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