?? frmwelcome.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmWelcome
BackColor = &H00FDFDFD&
Caption = "謝有泉(背景form)"
ClientHeight = 7950
ClientLeft = 60
ClientTop = 345
ClientWidth = 9105
ControlBox = 0 'False
Icon = "frmWelcome.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 530
ScaleMode = 3 'Pixel
ScaleWidth = 607
WindowState = 2 'Maximized
Begin VB.Image Image1
Height = 9360
Left = 0
Picture = "frmWelcome.frx":000C
Top = -1200
Width = 9360
End
End
Attribute VB_Name = "frmWelcome"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.WindowState = 2
End Sub
Private Sub Form_Resize()
On Error Resume Next
imgBack.Move (Width / 15 - imgBack.Width) / 2, (Height / 15 - imgBack.Height) / 2
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -