?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form Frmabout
Caption = "關于選課系統"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
Caption = "作者:胡斌、韓崇崇、蔣燕玉"
Height = 615
Left = 1320
TabIndex = 2
Top = 1680
Width = 3015
End
Begin VB.Label Label2
Caption = "版本:1.00"
Height = 495
Left = 2160
TabIndex = 1
Top = 360
Width = 1215
End
Begin VB.Label Label1
Caption = "選課系統"
Height = 375
Left = 480
TabIndex = 0
Top = 360
Width = 1095
End
End
Attribute VB_Name = "Frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -