?? 計算流體.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 + -