?? gpib_measconfig.frm
字號:
VERSION 5.00
Begin VB.Form frmGPIB_MeasConfig
Caption = "GPIB_MeasConfig"
ClientHeight = 2655
ClientLeft = 60
ClientTop = 345
ClientWidth = 4785
LinkTopic = "Form1"
ScaleHeight = 2655
ScaleWidth = 4785
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdConfigure
Caption = "using Configure"
Height = 495
Left = 3000
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.CommandButton cmdMeasure
Caption = "using Measure?"
Height = 495
Left = 3000
TabIndex = 2
Top = 120
Width = 1455
End
Begin VB.TextBox txtResult
Height = 1695
Left = 240
LinkItem = "txtResult"
MultiLine = -1 'True
TabIndex = 0
Top = 600
Width = 2295
End
Begin VB.Label Label1
Caption = "Result"
Height = 375
Left = 240
TabIndex = 1
Top = 240
Width = 1695
End
End
Attribute VB_Name = "frmGPIB_MeasConfig"
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 + -