📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Caption = "水力学(1)刘静 06142315"
ClientHeight = 5220
ClientLeft = 60
ClientTop = 420
ClientWidth = 6870
LinkTopic = "Form6"
ScaleHeight = 5220
ScaleWidth = 6870
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "退出"
Height = 615
Left = 4080
TabIndex = 4
Top = 3600
Width = 2295
End
Begin VB.CommandButton Command1
Caption = "开始"
Height = 615
Left = 4080
TabIndex = 3
Top = 2520
Width = 2295
End
Begin VB.Frame Frame1
Caption = "选择"
Height = 3975
Left = 480
TabIndex = 0
Top = 240
Width = 3015
Begin VB.OptionButton Option3
Caption = "明渠临界水深的计算"
Height = 375
Left = 240
TabIndex = 7
Top = 1920
Width = 2175
End
Begin VB.OptionButton Option2
Caption = "明渠水深的计算"
Height = 495
Left = 240
TabIndex = 2
Top = 1200
Width = 2415
End
Begin VB.OptionButton Option1
Caption = "管道计算"
Height = 495
Left = 240
TabIndex = 1
Top = 480
Width = 2415
End
End
Begin VB.Label Label2
Caption = "wodeliuxinyu@163.com(刘静)"
Height = 375
Left = 600
TabIndex = 6
Top = 4440
Width = 5775
End
Begin VB.Label Label1
Caption = "欢迎使用 刘静 给水排水三班 06142315 "
Height = 1215
Left = 4080
TabIndex = 5
Top = 360
Width = 2295
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
If Option1.Value = True Then
Form1.Show
Form6.Hide
End If
If Option2.Value = True Then
Form7.Show
Form6.Hide
End If
If Option3.Value = True Then
Form8.Show
Form6.Hide
End If
End Sub
Private Sub Command2_Click()
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -