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

📄 ezsample.frm

📁 AGILENT E36XX VB事例原代码 手机测试仪控制的原码示例
💻 FRM
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Agilent E36xxA Sample"
   ClientHeight    =   6780
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6255
   LinkTopic       =   "Form1"
   ScaleHeight     =   6780
   ScaleWidth      =   6255
   StartUpPosition =   3  'Windows Default
   Begin VB.TextBox txtMeasuredVoltage 
      Height          =   375
      Left            =   240
      Locked          =   -1  'True
      TabIndex        =   18
      Top             =   5880
      Width           =   3855
   End
   Begin VB.TextBox txtSetVolt 
      Height          =   375
      Left            =   240
      TabIndex        =   17
      TabStop         =   0   'False
      Top             =   4920
      Width           =   3855
   End
   Begin VB.CheckBox chkOutputOn 
      Caption         =   "Output On"
      Height          =   375
      Left            =   480
      TabIndex        =   16
      Top             =   4080
      Width           =   2295
   End
   Begin VB.CommandButton OutputOnOff 
      Caption         =   "Output On/Off"
      Height          =   375
      Left            =   4320
      TabIndex        =   15
      Top             =   4080
      Width           =   1815
   End
   Begin VB.CommandButton MeasureVolt 
      Caption         =   "Measure Voltage"
      Height          =   375
      Index           =   1
      Left            =   4320
      TabIndex        =   14
      Top             =   5880
      Width           =   1815
   End
   Begin VB.CommandButton SetVolts 
      Caption         =   "Set Voltage"
      Height          =   375
      Index           =   0
      Left            =   4320
      TabIndex        =   13
      Top             =   4920
      Width           =   1815
   End
   Begin VB.CommandButton cmdClearDisplay 
      Caption         =   "Clear Display"
      Height          =   375
      Left            =   4320
      TabIndex        =   5
      Top             =   3240
      Width           =   1815
   End
   Begin VB.TextBox txtDisplay 
      Height          =   375
      Left            =   240
      TabIndex        =   3
      Text            =   "IVI-COM TEST"
      Top             =   2640
      Width           =   3855
   End
   Begin VB.CommandButton cmdDisplay 
      Caption         =   "Send to Display"
      Height          =   375
      Left            =   4320
      TabIndex        =   4
      Top             =   2640
      Width           =   1815
   End
   Begin VB.TextBox txtAddress 
      BackColor       =   &H8000000F&
      Height          =   375
      Left            =   240
      TabIndex        =   10
      Text            =   "GPIB0::5::INSTR"
      Top             =   480
      Width           =   3855
   End
   Begin VB.CommandButton cmdSetIO 
      Caption         =   "Set I/O"
      Height          =   375
      Left            =   4320
      TabIndex        =   0
      Top             =   480
      Width           =   1815
   End
   Begin VB.CommandButton cmdRevision 
      Caption         =   "Revision"
      Height          =   375
      Left            =   4320
      TabIndex        =   2
      Top             =   1920
      Width           =   1815
   End
   Begin VB.TextBox txtVersion 
      Height          =   375
      Left            =   240
      Locked          =   -1  'True
      TabIndex        =   8
      TabStop         =   0   'False
      Top             =   1920
      Width           =   3855
   End
   Begin VB.TextBox txtID 
      Height          =   375
      Left            =   240
      Locked          =   -1  'True
      TabIndex        =   6
      TabStop         =   0   'False
      Top             =   1200
      Width           =   3855
   End
   Begin VB.CommandButton CmdID 
      Caption         =   "Get ID string"
      Height          =   375
      Left            =   4320
      TabIndex        =   1
      Top             =   1200
      Width           =   1815
   End
   Begin VB.Label Label3 
      Caption         =   "Measured Voltage"
      Height          =   255
      Index           =   1
      Left            =   240
      TabIndex        =   20
      Top             =   5520
      Width           =   1575
   End
   Begin VB.Label Label3 
      Caption         =   "Set Voltage"
      Height          =   255
      Index           =   0
      Left            =   240
      TabIndex        =   19
      Top             =   4560
      Width           =   1095
   End
   Begin VB.Label Label7 
      Caption         =   "Send to Display"
      Height          =   255
      Left            =   240
      TabIndex        =   12
      Top             =   2400
      Width           =   3735
   End
   Begin VB.Label Label6 
      Caption         =   "Address"
      Height          =   375
      Left            =   240
      TabIndex        =   11
      Top             =   120
      Width           =   2415
   End
   Begin VB.Label Label2 
      Caption         =   "Revision"
      Height          =   255
      Left            =   240
      TabIndex        =   9
      Top             =   1680
      Width           =   2535
   End
   Begin VB.Label Label1 
      Caption         =   "ID string"
      Height          =   255
      Left            =   240
      TabIndex        =   7
      Top             =   960
      Width           =   1935
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
''  Copyright 

⌨️ 快捷键说明

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