📄 frm4start.frm
字号:
VERSION 5.00
Begin VB.Form frmBackgroud
AutoRedraw = -1 'True
BorderStyle = 0 'None
Caption = "Form4Backgroud"
ClientHeight = 4065
ClientLeft = 0
ClientTop = 0
ClientWidth = 6630
LinkTopic = "Form1"
ScaleHeight = 4065
ScaleWidth = 6630
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.PictureBox Picture1
AutoSize = -1 'True
Height = 3975
Left = 90
ScaleHeight = 3915
ScaleWidth = 6390
TabIndex = 0
Top = 45
Width = 6450
End
End
Attribute VB_Name = "frmBackgroud"
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 + -