📄 frmfresh.frm
字号:
VERSION 5.00
Object = "{C0AC1268-8047-4076-A67F-5BE6A33D401A}#1.0#0"; "Progressbar.ocx"
Begin VB.Form frmRefresh
BorderStyle = 0 'None
ClientHeight = 4170
ClientLeft = 2100
ClientTop = 1185
ClientWidth = 5355
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 4170
ScaleWidth = 5355
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture98989
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 3000
Left = 0
Picture = "FrmFresh.frx":0000
ScaleHeight = 3000
ScaleWidth = 5715
TabIndex = 9
Top = 120
Width = 5715
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BackColor = &H80000005&
ForeColor = &H80000008&
Height = 4020
Left = 0
ScaleHeight = 3990
ScaleWidth = 5325
TabIndex = 0
Top = 0
Width = 5355
Begin VB.PictureBox PictureSmartMail
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 3030
Left = 0
Picture = "FrmFresh.frx":5BE5
ScaleHeight = 3030
ScaleWidth = 5595
TabIndex = 1
Top = 0
Width = 5595
End
Begin VB.Timer Timer1
Interval = 2000
Left = 2730
Top = 2490
End
Begin VB.Label LabLoading
BackColor = &H80000009&
Caption = "正在加载..."
ForeColor = &H80000007&
Height = 165
Left = 90
TabIndex = 8
Top = 3780
Width = 5280
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "服务热线: 13062323245"
Height = 255
Left = 90
TabIndex = 6
Top = 3540
Width = 2895
End
Begin VB.Label LabelInformation
Alignment = 1 'Right Justify
BackColor = &H80000009&
Caption = "中国.北京九州资讯"
ForeColor = &H80000007&
Height = 165
Left = 2625
TabIndex = 5
Top = 3540
Width = 2610
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "程序版本:1.0"
Height = 255
Left = 90
TabIndex = 4
Top = 3195
Width = 2295
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "技术支持:"
Height = 255
Left = 2640
TabIndex = 3
Top = 3195
Width = 1095
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "myganlimei@163.com"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 3630
MouseIcon = "FrmFresh.frx":12242
MousePointer = 99 'Custom
TabIndex = 2
Top = 3180
Width = 1605
End
End
Begin ProgressBar.XpProgressBar ProgressBar1
Height = 135
Left = 0
TabIndex = 7
Top = 4020
Width = 5385
_ExtentX = 9499
_ExtentY = 238
Picture = "FrmFresh.frx":1254C
ForeColor = 0
BarPicture = "FrmFresh.frx":12568
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Segments = -1 'True
End
End
Attribute VB_Name = "frmRefresh"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
ProgressBar1.BarPictureMode = epbpStretch
ProgressBar1.Segments = True
#If V98989 = 1 Then
PictureSmartMail.Visible = False
Picture98989.Visible = True
LabelInformation.Caption = "中国.北京九州资讯"
#Else
Picture98989.Visible = False
PictureSmartMail.Visible = False
LabelInformation.Caption = "中国.重庆.黄涛"
#End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -