📄 绿化.frm
字号:
VERSION 5.00
Begin VB.Form 小区绿化
BorderStyle = 1 'Fixed Single
Caption = "小区绿化"
ClientHeight = 5325
ClientLeft = 3825
ClientTop = 3075
ClientWidth = 7485
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "绿化.frx":0000
ScaleHeight = 5325
ScaleWidth = 7485
Begin VB.Timer Timer1
Interval = 100
Left = 0
Top = 0
End
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = "小区绿化温馨标语!"
BeginProperty Font
Name = "隶书"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C000&
Height = 495
Left = 3120
TabIndex = 0
Top = 4680
Width = 4215
End
End
Attribute VB_Name = "小区绿化"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
If Label1.Left + Label1.Width > 0 Then
Label1.Move Label1.Left - 5
Else
Label1.Left = 小区绿化.ScaleWidth
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -