?? help.frm
字號:
VERSION 5.00
Begin VB.Form help
Caption = "幫助主體"
ClientHeight = 4770
ClientLeft = 4635
ClientTop = 4200
ClientWidth = 6165
LinkTopic = "Form2"
ScaleHeight = 4770
ScaleWidth = 6165
Begin VB.Frame Frame1
Caption = "感謝"
Height = 1335
Left = 720
TabIndex = 3
Top = 2760
Width = 4935
Begin VB.Label Label4
Caption = " 在做畢業設計的這段時間里,感謝我的老師和同組同學,感謝他們對我的幫助。"
Height = 735
Left = 360
TabIndex = 4
Top = 360
Width = 4215
End
End
Begin VB.Label Label3
Caption = "指導教師:于海洋"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2040
TabIndex = 2
Top = 1920
Width = 2895
End
Begin VB.Label Label2
Caption = "作 者:王 瑩"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2040
TabIndex = 1
Top = 1320
Width = 2775
End
Begin VB.Label Label1
Caption = "07屆計算機(畢業設計)"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 840
TabIndex = 0
Top = 600
Width = 5055
End
End
Attribute VB_Name = "help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
help.Height = 5190
help.Width = 6080
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -