📄 frmmsg.frm
字号:
VERSION 5.00
Object = "{38B18A4D-67F2-4F9B-B495-7ABA033953BB}#2.0#0"; "XProgressBar.ocx"
Object = "{94265C54-C72D-40E9-95C4-FBB6BF532C26}#2.0#0"; "XGroupBox.ocx"
Begin VB.Form frmmsg
BackColor = &H00F1D5C5&
BorderStyle = 3 '农扁 绊沥 措拳 惑磊
ClientHeight = 2010
ClientLeft = 45
ClientTop = 45
ClientWidth = 5520
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2010
ScaleWidth = 5520
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows 扁夯蔼
Begin XLibrary_XGroupBox.XGroupBox XGroupBox1
Height = 2055
Left = 0
Top = 0
Width = 5535
_ExtentX = 9763
_ExtentY = 3625
BackColor = 16777215
BorderColor = 8421504
BorderRoundNum = 0
BorderStyle = 0
TextColor = 16777215
BeginProperty TextFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 9
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Text = "舅覆 郴侩"
TextPosition = 0
TextCustomMargin= 4
GroupBoxStyle = 1
TextBarColor1 = 12757903
TextBarStyle = 3
TextBarColor2 = 11767328
TextBarSymbol = 0 'False
TextBarSymbolColor= 16777215
TextBarHeightMargin= 10
MouseCursor = 0
TextBarMouseCursor= 0
TextBarIcon = "frmmsg.frx":0000
IconandTextMargin= 4
BodyColor = 16777215
Enabled = -1 'True
Begin VB.PictureBox Picture1
Appearance = 0 '乞搁
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 '绝澜
ForeColor = &H80000008&
Height = 630
Left = 2880
Picture = "frmmsg.frx":0452
ScaleHeight = 630
ScaleWidth = 2565
TabIndex = 2
Top = 960
Width = 2565
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 1000
Left = 120
Top = 960
End
Begin XLibrary_XProgressBar.XProgress XProgress1
Height = 255
Left = 720
TabIndex = 1
Top = 1680
Width = 3975
_ExtentX = 7011
_ExtentY = 450
BackColor = 16777215
BorderColor = 7897220
BorderWidth = 3
ProgressColor1 = 8454016
ProgressColor2 = 8454016
ProgressStyle = 3
Min = 0
Max = 100
BeginProperty TextFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "奔覆"
Size = 9
Charset = 129
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TextFontColor = 0
TextFontBackColor= 0
TextFontBackStyle= 1
TextAlign = 2
TextAlignMargin = 0
GradientStyle = 4
GradientPosition= 0
BevelStyle = 0
BevelHeight = 1
PictureStyle = 0
BoxWidth = 6
BoxWidthMargin = 1
BoxHeightMargin = 1
Text = ""
BorderStyle = 2
MouseCursor = 0
Enabled = -1 'True
rImgWidth = 0
rImgHeight = 0
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 '捧疙
Caption = "犬厘等 可记捞 绝嚼聪促. 可记阑 汲沥饶 角青秦林绞矫坷."
BeginProperty Font
Name = "奔覆"
Size = 9
Charset = 129
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 240
TabIndex = 0
Top = 720
Width = 5010
End
End
End
Attribute VB_Name = "frmmsg"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error Resume Next
'汽阑 吝居俊 坷霸 钦聪促.
With frmmsg
.Top = (Screen.Height - Me.Height) / 2
.Left = (Screen.Width - Me.Width) / 2
End With
End Sub
Private Sub Timer1_Timer()
On Error Resume Next
XProgress1.Max = 6000
XProgress1.Min = 0
Dim i As Integer
For i = 0 To 6000
XProgress1.Value = i
If i = 6000 Then
Timer1.Enabled = False
End
Else
End If
Next i
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -