📄 frmsplash.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
ClientHeight = 2745
ClientLeft = 210
ClientTop = 1365
ClientWidth = 5505
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmSplash.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2745
ScaleWidth = 5505
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Appearance = 0 'Flat
BackColor = &H00E0E0E0&
ForeColor = &H80000008&
Height = 3072
Left = -120
TabIndex = 0
Top = -240
Width = 5760
Begin VB.Image imgLogo
Height = 1065
Left = 360
Picture = "frmSplash.frx":000C
Stretch = -1 'True
Top = 600
Width = 1215
End
Begin VB.Label lblCopyright
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版权所有: dljsky"
Height = 180
Left = 1440
TabIndex = 1
Top = 2520
Width = 1530
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "电表收费系统 "
BeginProperty Font
Name = "Tahoma"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 3570
TabIndex = 2
Top = 2160
Width = 1665
End
Begin VB.Label lblCompanyProduct
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "工作室"
BeginProperty Font
Name = "华文行楷"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H008080FF&
Height = 375
Left = 2040
TabIndex = 3
Top = 960
Width = 1125
End
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
'-------------------------------------------
' gAreaPwd = "36000111"
' gFactoryPwd = "36000000"
' gDateNull = CDate("2001-01-01")
Me.Top = 640: Me.Left = 1264
End Sub
Private Sub Frame1_Click()
Unload Me
frmlogin.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -