📄 exercise3.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Time Zone"
ClientHeight = 4635
ClientLeft = 60
ClientTop = 450
ClientWidth = 5670
Icon = "Exercise3.frx":0000
LinkTopic = "Form1"
ScaleHeight = 4635
ScaleWidth = 5670
StartUpPosition = 3 'Windows Default
Begin VB.Image Image1
Height = 2760
Left = 120
Picture = "Exercise3.frx":030A
Top = 1920
Width = 5400
End
Begin VB.Label Label3
Alignment = 2 'Center
Caption = "Time Zone"
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 735
Left = 120
TabIndex = 2
Top = 1200
Width = 5535
End
Begin VB.Label Label2
BackColor = &H80000012&
Height = 15
Left = 0
TabIndex = 1
Top = 1080
Width = 5775
End
Begin VB.Label Label1
Alignment = 2 'Center
BeginProperty Font
Name = "MS Sans Serif"
Size = 18
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 375
Left = 240
TabIndex = 0
Top = 240
Width = 5415
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Label1.Caption = "Today's Date Is: " + CStr(Date)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -