📄 main_fm.frm
字号:
VERSION 5.00
Begin VB.Form main_fm
BorderStyle = 0 'None
Caption = "form1"
ClientHeight = 5205
ClientLeft = 0
ClientTop = 0
ClientWidth = 8370
Icon = "main_fm.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "main_fm.frx":000C
ScaleHeight = 5205
ScaleWidth = 8370
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 2000
Left = 1320
Top = 3000
End
Begin VB.Image Image2
Height = 375
Left = 7200
Picture = "main_fm.frx":36C1
Top = 4200
Width = 480
End
Begin VB.Image Image1
Height = 375
Left = 840
Picture = "main_fm.frx":3CEE
Top = 4200
Width = 480
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "欢迎进入销售合同 管理信息系统"
BeginProperty Font
Name = "华文彩云"
Size = 36
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00E0E0E0&
Height = 2175
Left = 480
TabIndex = 0
Top = 1440
Width = 7575
End
End
Attribute VB_Name = "main_fm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Dim strr1 As String
Dim i As Integer
Private Sub Form_Load()
Timer1.Interval = 10
i = 0
End Sub
Private Sub Picture1_Click()
End Sub
Private Sub Timer1_Timer()
Unload Me '关闭封面
main_mima.Show '调入主窗口
Timer1.Enabled = False '关闭时间控件
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -