?? form17.frm
字號:
VERSION 5.00
Begin VB.Form Form14
BorderStyle = 0 'None
Caption = "Form14"
ClientHeight = 10950
ClientLeft = 0
ClientTop = 0
ClientWidth = 15045
LinkTopic = "Form14"
MDIChild = -1 'True
ScaleHeight = 10950
ScaleMode = 0 'User
ScaleWidth = 15045
ShowInTaskbar = 0 'False
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "學 生 信 息 管 理 系 統"
BeginProperty Font
Name = "黑體"
Size = 36
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1695
Left = 2760
TabIndex = 0
Top = 4560
Width = 8775
End
Begin VB.Image Image1
Height = 15000
Left = 0
Picture = "Form17.frx":0000
Stretch = -1 'True
Top = -1440
Width = 15450
End
End
Attribute VB_Name = "Form14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Form14.ScaleWidth = MDIForm1.Width
Form14.ScaleHeight = MDIForm1.Height
Image1.Top = 0
Image1.Left = 0
Image1.Width = MDIForm1.Width
Image1.Height = MDIForm1.Height
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -