📄 form12.frm
字号:
VERSION 5.00
Begin VB.Form Form12
BorderStyle = 0 'None
Caption = "Form12"
ClientHeight = 5685
ClientLeft = 0
ClientTop = 105
ClientWidth = 8475
LinkTopic = "Form12"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5685
ScaleWidth = 8475
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
WindowState = 2 'Maximized
Begin VB.CommandButton Command1
Caption = "进入系统"
Height = 495
Left = 1200
TabIndex = 2
Top = 4680
Width = 1215
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "食 杂 店 管 理 系 统"
BeginProperty Font
Name = "宋体"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 1935
Left = 960
TabIndex = 1
Top = 2160
Width = 10095
End
Begin VB.Label Label1
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Label1"
Height = 3375
Left = 600
TabIndex = 0
Top = 600
Width = 9855
End
Begin VB.Image Image1
Height = 11520
Left = 0
Picture = "Form12.frx":0000
Top = 0
Width = 15360
End
End
Attribute VB_Name = "Form12"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
Form12.Hide
End Sub
Private Sub Timer1_Timer()
If Timer1.Interval = 10 Then
Unload Me
Form2.Show
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -