📄 frmsoft.frm
字号:
VERSION 5.00
Begin VB.Form frmsoft
Caption = "Form1"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 465
ClientWidth = 4680
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 3075
ScaleWidth = 4680
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "xuxu设计"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 285
Left = 7680
TabIndex = 0
Top = 7080
Width = 960
End
Begin VB.Image Image1
Height = 6750
Left = 0
Picture = "frmsoft.frx":0000
Top = 120
Width = 9000
End
End
Attribute VB_Name = "frmsoft"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Label1.Move Label1.Left - 20
If Label1.Left + Image1.Width <= 0 Then
Label1.Left = Image1.Width
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -