📄 欢迎界面.frm
字号:
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 6000
ClientLeft = 0
ClientTop = 0
ClientWidth = 7995
FillColor = &H8000000F&
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "欢迎界面.frx":0000
ScaleHeight = 6000
ScaleWidth = 7995
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 800
Left = 480
Top = 4920
End
Begin VB.CommandButton Command2
BackColor = &H00FFFFFF&
Caption = "English"
BeginProperty Font
Name = "楷体_GB2312"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 600
Left = 5040
MaskColor = &H00FFFFFF&
Picture = "欢迎界面.frx":5927
Style = 1 'Graphical
TabIndex = 2
Top = 3720
Width = 1800
End
Begin VB.CommandButton Command1
BackColor = &H00FFFFFF&
Caption = "中文"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 600
Left = 1800
MaskColor = &H00FFFFFF&
Picture = "欢迎界面.frx":72CC
Style = 1 'Graphical
TabIndex = 1
Top = 3720
UseMaskColor = -1 'True
Width = 1800
End
Begin VB.Image Image1
Height = 750
Left = 3000
Picture = "欢迎界面.frx":8C71
Top = 1440
Width = 1950
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "请选择一种语言"
BeginProperty Font
Name = "方正舒体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 375
Left = 2880
TabIndex = 3
Top = 2760
Width = 2655
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "欢迎使用ATM"
BeginProperty Font
Name = "华文行楷"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 885
Left = 1560
TabIndex = 0
Top = 360
Width = 5325
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
i = 2
Unload Form1
Form2.Show
End Sub
Private Sub Command2_Click()
i = 1
Unload Form1
Form2.Show
End Sub
Private Sub Form_Load()
End Sub
Private Sub Timer1_Timer()
Label1.Visible = Not Label1.Visible
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -