📄 frm登录展示屏.frm
字号:
VERSION 5.00
Begin VB.Form frmSplash
AutoRedraw = -1 'True
BackColor = &H00FFC0FF&
BorderStyle = 0 'None
ClientHeight = 5085
ClientLeft = 2385
ClientTop = 2265
ClientWidth = 7545
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frm登录展示屏.frx":0000
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5085
ScaleWidth = 7545
ShowInTaskbar = 0 'False
Begin VB.Frame Frame1
BackColor = &H00FFC0FF&
Height = 5010
Left = 120
TabIndex = 0
Top = 0
Width = 7335
Begin VB.PictureBox Picture1
FillStyle = 2 'Horizontal Line
Height = 1095
Left = 2040
Picture = "frm登录展示屏.frx":000C
ScaleHeight = 1035
ScaleWidth = 5115
TabIndex = 6
Top = 240
Width = 5175
Begin VB.Label Label1
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
Caption = "建发鞋楦厂管理系统"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 375
Left = 600
TabIndex = 7
Top = 360
Width = 3855
End
End
Begin VB.Timer Timer1
Interval = 1500
Left = 6600
Top = 360
End
Begin VB.Label Label5
BackColor = &H00FFC0FF&
Caption = "电话:2384733,2383252"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 255
Index = 1
Left = 2160
TabIndex = 8
Top = 3480
Width = 4215
End
Begin VB.Image Image1
BorderStyle = 1 'Fixed Single
Height = 4740
Left = 120
Picture = "frm登录展示屏.frx":5C44E
Stretch = -1 'True
Top = 240
Width = 1920
End
Begin VB.Line Line1
BorderStyle = 3 'Dot
X1 = 2160
X2 = 6840
Y1 = 3960
Y2 = 3960
End
Begin VB.Label Label6
BackColor = &H00FFC0FF&
Caption = "正在连接远程数据库 请稍候..."
BeginProperty Font
Name = "隶书"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 5
Top = 4200
Width = 4695
End
Begin VB.Label Label5
BackColor = &H00FFC0FF&
Caption = "联系人:袁光洪 手机:13809267964"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 255
Index = 0
Left = 2160
TabIndex = 4
Top = 2970
Width = 3375
End
Begin VB.Label Label4
BackColor = &H00FFC0FF&
Caption = "联系地址:广东省东莞市天源电脑城"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 255
Left = 2160
TabIndex = 3
Top = 2460
Width = 4215
End
Begin VB.Label Label3
BackColor = &H00FFC0FF&
Caption = "软件制造商:东莞华宇软件开发有限公司"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 255
Left = 2160
TabIndex = 2
Top = 1950
Width = 4935
End
Begin VB.Label Label2
BackColor = &H00FFC0FF&
Caption = "版本编号:Ver2.0"
BeginProperty Font
Name = "隶书"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 255
Left = 2160
TabIndex = 1
Top = 1440
Width = 4695
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_Resize()
'On Error Resume Next
'Me.Top = 0
'Me.Left = 50
End Sub
Private Sub Timer1_Timer()
SqlConn = "PROVIDER=MSDASQL;driver={SQL Server};server=server;uid=sa;pwd=;database=jfdata;"
SqlConn1 = "PROVIDER=MSDataShape;Data PROVIDER=MSDASQL;driver={SQL Server};server=server;uid=sa;pwd=;database=jfdata"
Set db = New Connection
db.CursorLocation = adUseClient
db.Open SqlConn
Unload Me
frmain.Show
frmlogin.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -