📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "随机信号实验"
ClientHeight = 6660
ClientLeft = 60
ClientTop = 450
ClientWidth = 9180
LinkTopic = "Form1"
ScaleHeight = 6660
ScaleWidth = 9180
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command5
Caption = "抽样数据的仿真"
Height = 735
Left = 1800
TabIndex = 7
Top = 4200
Width = 2415
End
Begin VB.CommandButton Command4
Caption = "结束"
Height = 735
Left = 1800
TabIndex = 3
Top = 5400
Width = 2415
End
Begin VB.CommandButton Command3
Caption = "离散随机信号的计算机仿真"
Height = 735
Left = 1800
TabIndex = 2
Top = 3000
Width = 2415
End
Begin VB.CommandButton Command2
Caption = "高斯分布的随机数"
Height = 735
Left = 1800
TabIndex = 1
Top = 1800
Width = 2415
End
Begin VB.CommandButton Command1
Caption = "均匀分布的随机数"
Height = 735
Left = 1800
TabIndex = 0
Top = 600
Width = 2415
End
Begin VB.Label Label3
Caption = "施雪梅"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 6720
TabIndex = 6
Top = 5640
Width = 975
End
Begin VB.Label Label2
Caption = "16号"
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 6960
TabIndex = 5
Top = 5160
Width = 495
End
Begin VB.Label Label1
Caption = "制作人:信工0404 "
BeginProperty Font
Name = "华文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5520
TabIndex = 4
Top = 4560
Width = 2535
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
Unload Form1
End Sub
Private Sub Command2_Click()
Form3.Show
Unload Form1
End Sub
Private Sub Command3_Click()
Form4.Show
Unload Form1
End Sub
Private Sub Command4_Click()
Unload Me
End Sub
Private Sub Command5_Click()
Form5.Show
Unload Form1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -