📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 10485
ClientLeft = 2145
ClientTop = 915
ClientWidth = 12885
LinkTopic = "Form2"
Picture = "Form2.frx":0000
ScaleHeight = 10485
ScaleWidth = 12885
Begin VB.Menu A1
Caption = "随机数生成与检验"
Begin VB.Menu A11
Caption = "[0,1]均匀分布"
End
Begin VB.Menu A12
Caption = "[a,b]均匀分布"
End
Begin VB.Menu A13
Caption = "指数分布"
End
Begin VB.Menu A14
Caption = "三角分布"
End
End
Begin VB.Menu A2
Caption = "服务系统"
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub A11_Click()
Form1.Show
End Sub
Private Sub A12_Click()
Form3.Show
End Sub
Private Sub A13_Click()
Form6.Show
End Sub
Private Sub A14_Click()
Form5.Show
End Sub
Private Sub A2_Click()
Form7.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -