📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form frmtycz
BackColor = &H00400000&
BorderStyle = 4 'Fixed ToolWindow
Caption = "...----------------通用采集系统-------------------------"
ClientHeight = 3180
ClientLeft = 3585
ClientTop = 885
ClientWidth = 5160
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3180
ScaleWidth = 5160
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command2
Caption = "数据采集"
Height = 255
Left = 240
TabIndex = 17
Top = 1200
Width = 975
End
Begin VB.CommandButton CmdHelp
Caption = " 帮 助"
Height = 255
Left = 240
TabIndex = 16
Top = 1680
Width = 975
End
Begin VB.Frame Frame2
BackColor = &H80000012&
Caption = "波形输出参数初始化"
ForeColor = &H0000FF00&
Height = 855
Left = 0
TabIndex = 5
Top = 2160
Width = 5055
Begin VB.TextBox Text5
BackColor = &H00004080&
ForeColor = &H00FF00FF&
Height = 270
Left = 3600
TabIndex = 11
Top = 480
Width = 975
End
Begin VB.TextBox Text4
BackColor = &H00004080&
ForeColor = &H00FF00FF&
Height = 270
Left = 1920
TabIndex = 9
Top = 480
Width = 975
End
Begin VB.ComboBox Combo1
BackColor = &H00404080&
ForeColor = &H00FF00FF&
Height = 300
ItemData = "Form1.frx":0000
Left = 120
List = "Form1.frx":000A
TabIndex = 7
Text = "0"
Top = 480
Width = 1095
End
Begin VB.Label Label6
BackColor = &H00000000&
Caption = "V"
ForeColor = &H8000000E&
Height = 255
Left = 4680
TabIndex = 14
Top = 480
Width = 255
End
Begin VB.Label Label5
BackColor = &H00000000&
Caption = "HZ"
ForeColor = &H8000000E&
Height = 255
Left = 3000
TabIndex = 13
Top = 480
Width = 495
End
Begin VB.Label Label3
BackColor = &H80000007&
Caption = " 幅 值"
ForeColor = &H00FFFF00&
Height = 255
Left = 3720
TabIndex = 10
Top = 240
Width = 855
End
Begin VB.Label Label2
BackColor = &H80000007&
Caption = " 频 率"
ForeColor = &H00FFFF00&
Height = 255
Left = 1920
TabIndex = 8
Top = 240
Width = 975
End
Begin VB.Label Label1
BackColor = &H80000012&
Caption = "波形输出通道"
ForeColor = &H00FFFF80&
Height = 255
Left = 120
TabIndex = 6
Top = 240
Width = 1095
End
End
Begin VB.TextBox Text3
BackColor = &H80000006&
Height = 855
Left = 0
TabIndex = 4
Text = "Text3"
Top = 120
Width = 1935
End
Begin VB.Frame Frame1
BackColor = &H80000007&
Caption = "波形发生"
ForeColor = &H0000FF00&
Height = 615
Left = 1320
TabIndex = 0
Top = 1200
Width = 3855
Begin VB.CommandButton CmJy
BackColor = &H00404080&
Caption = "阶跃信号"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2760
Style = 1 'Graphical
TabIndex = 3
Top = 240
Width = 975
End
Begin VB.CommandButton CmdZx
BackColor = &H00404080&
Caption = "正弦波"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1440
Style = 1 'Graphical
TabIndex = 2
Top = 240
Width = 855
End
Begin VB.CommandButton CmdFb
BackColor = &H00404080&
Caption = "方 波"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
Style = 1 'Graphical
TabIndex = 1
Top = 240
Width = 975
End
End
Begin VB.Line Line7
X1 = 120
X2 = 5160
Y1 = 0
Y2 = 0
End
Begin VB.Line Line6
BorderColor = &H00C00000&
X1 = 0
X2 = 5160
Y1 = 1080
Y2 = 1080
End
Begin VB.Label Label7
BackColor = &H80000012&
Caption = "====================================================================="
ForeColor = &H000040C0&
Height = 135
Left = 0
TabIndex = 15
Top = 960
Width = 5175
End
Begin VB.Label Label4
BackColor = &H80000007&
Caption = "************************************************************************************"
ForeColor = &H00C0FFFF&
Height = 135
Left = 2040
TabIndex = 12
Top = 120
Width = 3135
End
Begin VB.Line Line5
BorderColor = &H00FF0000&
X1 = 1920
X2 = 5160
Y1 = 360
Y2 = 360
End
Begin VB.Line Line4
BorderWidth = 50
X1 = 1920
X2 = 1920
Y1 = 120
Y2 = 1080
End
Begin VB.Line Line3
BorderColor = &H00800000&
BorderWidth = 10
X1 = 0
X2 = 1920
Y1 = 1080
Y2 = 1080
End
Begin VB.Line Line2
BorderColor = &H00004080&
X1 = 0
X2 = 5160
Y1 = 2040
Y2 = 2040
End
Begin VB.Line Line1
BorderColor = &H8000000C&
X1 = 0
X2 = 4560
Y1 = 120
Y2 = 120
End
End
Attribute VB_Name = "frmtycz"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
End Sub
Private Sub CmdHelp_Click()
FrmHelp.Show
End Sub
Private Sub Command2_Click()
FrmCj.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -