📄 计算流体.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 8550
ClientLeft = 60
ClientTop = 450
ClientWidth = 12645
FillColor = &H00FF00FF&
LinkTopic = "Form1"
ScaleHeight = 8550
ScaleWidth = 12645
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H000000FF&
Caption = "点击进入"
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 8640
MaskColor = &H00FFFFFF&
TabIndex = 3
Top = 6240
Width = 2295
End
Begin VB.Label Label4
Caption = "班级:研061班"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 5160
TabIndex = 4
Top = 5040
Width = 2415
End
Begin VB.Label Label3
Caption = "编制人:秦 华"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 4920
TabIndex = 2
Top = 4080
Width = 2535
End
Begin VB.Label Label2
Caption = "指导老师:何光渝"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 4680
TabIndex = 1
Top = 2880
Width = 2655
End
Begin VB.Label Label1
Caption = "计算流体力学课程作业"
BeginProperty Font
Name = "楷体_GB2312"
Size = 48
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 1215
Left = 1440
TabIndex = 0
Top = 840
Width = 9855
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()
Form1.Hide
Form2.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -