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

📄 frmdutsignals.frm

📁 AD9954源码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form frmDUTSignals 
   BorderStyle     =   3  'Fixed Dialog
   ClientHeight    =   3240
   ClientLeft      =   45
   ClientTop       =   45
   ClientWidth     =   2535
   ControlBox      =   0   'False
   Icon            =   "frmDUTSignals.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   3240
   ScaleWidth      =   2535
   ShowInTaskbar   =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin VB.Frame fraFUDMode 
      Caption         =   "Enable Auto I/O Update"
      Height          =   975
      Left            =   120
      TabIndex        =   16
      Top             =   2160
      Width           =   2295
      Begin VB.CheckBox chkAutoFUDDUT2 
         Caption         =   "DUT2 - Auto I/O Update"
         Height          =   255
         Left            =   120
         TabIndex        =   18
         ToolTipText     =   "Automatically strobes the I/O update pin after data is loaded into the DUT by clicking the load button."
         Top             =   600
         Width           =   2055
      End
      Begin VB.CheckBox chkAutoFUDDUT1 
         Caption         =   "DUT1 - Auto I/O Update"
         Height          =   375
         Left            =   120
         TabIndex        =   17
         ToolTipText     =   "Automatically strobes the I/O update pin after data is loaded into the DUT by clicking the load button."
         Top             =   240
         Width           =   2055
      End
   End
   Begin VB.CommandButton cmdIOReset 
      Caption         =   "I/O Reset"
      Height          =   375
      Index           =   1
      Left            =   1440
      Style           =   1  'Graphical
      TabIndex        =   6
      Top             =   1680
      Width           =   975
   End
   Begin VB.CommandButton cmdFUD 
      Caption         =   "I/O Update"
      Height          =   375
      Index           =   1
      Left            =   1440
      Style           =   1  'Graphical
      TabIndex        =   7
      Top             =   1200
      Width           =   975
   End
   Begin VB.CheckBox chkLock 
      DownPicture     =   "frmDUTSignals.frx":0442
      Height          =   375
      Index           =   2
      Left            =   1080
      Picture         =   "frmDUTSignals.frx":058C
      Style           =   1  'Graphical
      TabIndex        =   12
      ToolTipText     =   "Makes both DUTS recieve an I/O Reset at the same time."
      Top             =   1680
      Width           =   375
   End
   Begin VB.CheckBox chkLock 
      DownPicture     =   "frmDUTSignals.frx":06D6
      Height          =   375
      Index           =   1
      Left            =   1080
      Picture         =   "frmDUTSignals.frx":0820
      Style           =   1  'Graphical
      TabIndex        =   11
      ToolTipText     =   "Makes both DUTS recieve a FUD at the same time."
      Top             =   1200
      Width           =   375
   End
   Begin VB.CommandButton cmdReset 
      Caption         =   "Reset"
      Height          =   375
      Index           =   1
      Left            =   1440
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   720
      Width           =   975
   End
   Begin VB.CheckBox chkLock 
      DownPicture     =   "frmDUTSignals.frx":096A
      Height          =   375
      Index           =   0
      Left            =   1080
      Picture         =   "frmDUTSignals.frx":0AB4
      Style           =   1  'Graphical
      TabIndex        =   10
      ToolTipText     =   "Makes both DUTS reset at the same time."
      Top             =   720
      Width           =   375
   End
   Begin VB.PictureBox pbxTitleBar 
      BackColor       =   &H80000002&
      BorderStyle     =   0  'None
      Height          =   255
      Left            =   0
      ScaleHeight     =   255
      ScaleWidth      =   2535
      TabIndex        =   4
      Top             =   0
      Width           =   2535
      Begin VB.Image imgShade 
         Height          =   240
         Left            =   2040
         Picture         =   "frmDUTSignals.frx":0BFE
         Tag             =   "0"
         Top             =   0
         Width           =   240
      End
      Begin VB.Image imgFormCloseButton 
         Height          =   240
         Left            =   2280
         Picture         =   "frmDUTSignals.frx":0D48
         Tag             =   "0"
         Top             =   0
         Width           =   240
      End
      Begin VB.Label lblCaption 
         BackStyle       =   0  'Transparent
         Caption         =   "DUT Signals"
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ForeColor       =   &H80000009&
         Height          =   195
         Left            =   75
         TabIndex        =   5
         Top             =   30
         Width           =   1215
      End
   End
   Begin VB.CommandButton cmdIOReset 
      Caption         =   "I/O Reset"
      Height          =   375
      Index           =   0
      Left            =   120
      Style           =   1  'Graphical
      TabIndex        =   2
      Top             =   1680
      Width           =   975
   End
   Begin VB.CommandButton cmdFUD 
      Caption         =   "I/O Update"
      Height          =   375
      Index           =   0
      Left            =   120
      Style           =   1  'Graphical
      TabIndex        =   1
      Top             =   1200
      Width           =   975
   End
   Begin VB.CommandButton cmdReset 
      Caption         =   "Reset"
      Height          =   375
      Index           =   0
      Left            =   120
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   720
      Width           =   975
   End
   Begin VB.Label lblLocked 
      BackColor       =   &H8000000D&
      Height          =   435
      Index           =   2
      Left            =   90
      TabIndex        =   15
      Top             =   1650
      Visible         =   0   'False
      Width           =   2355
   End
   Begin VB.Label lblLocked 
      BackColor       =   &H8000000D&
      Height          =   435
      Index           =   1
      Left            =   90
      TabIndex        =   14
      Top             =   1170
      Visible         =   0   'False
      Width           =   2355
   End
   Begin VB.Label lblLocked 
      BackColor       =   &H8000000D&
      Height          =   435
      Index           =   0
      Left            =   90
      TabIndex        =   13
      Top             =   690
      Visible         =   0   'False
      Width           =   2355
   End
   Begin VB.Image imgFormCloseBtnBfr 
      Height          =   240
      Index           =   1
      Left            =   1320
      Picture         =   "frmDUTSignals.frx":0E92
      Top             =   3480
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.Image imgFormCloseBtnBfr 
      Height          =   240
      Index           =   0
      Left            =   1080
      Picture         =   "frmDUTSignals.frx":0FDC
      Top             =   3480
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.Image imgShadeBfr 
      Height          =   240
      Index           =   3
      Left            =   480
      Picture         =   "frmDUTSignals.frx":1126
      Top             =   3720
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.Image imgShadeBfr 
      Height          =   240
      Index           =   2
      Left            =   120
      Picture         =   "frmDUTSignals.frx":1270
      Top             =   3720
      Visible         =   0   'False
      Width           =   240
   End
   Begin VB.Image imgShadeBfr 
      Height          =   240
      Index           =   1
      Left            =   480
      Picture         =   "frmDUTSignals.frx":13BA
      Top             =   3480
      Width           =   240
   End
   Begin VB.Image imgShadeBfr 
      Height          =   240
      Index           =   0

⌨️ 快捷键说明

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