?? frmwaveform.frm
字號:
VERSION 5.00
Begin VB.Form frmWaveform
Caption = "Setup Waveform"
ClientHeight = 2670
ClientLeft = 75
ClientTop = 360
ClientWidth = 4035
LinkTopic = "Form1"
ScaleHeight = 2670
ScaleWidth = 4035
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtIO
Height = 375
Left = 1800
TabIndex = 3
Text = "GPIB0::10::INSTR"
Top = 480
Width = 1575
End
Begin VB.TextBox txtError
Height = 975
Left = 120
MultiLine = -1 'True
TabIndex = 1
Text = "frmWaveform.frx":0000
Top = 1320
Width = 3255
End
Begin VB.CommandButton cmdSimpleSine
Caption = "Setup Instrument"
Height = 735
Left = 120
TabIndex = 0
Top = 120
Width = 1575
End
Begin VB.Label LblIO
Caption = "IO Address"
Height = 255
Left = 1800
TabIndex = 4
Top = 240
Width = 1575
End
Begin VB.Label lblError
Caption = "Messages"
Height = 375
Left = 120
TabIndex = 2
Top = 1080
Width = 3255
End
End
Attribute VB_Name = "frmWaveform"
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 + -