📄 informations.frm
字号:
VERSION 5.00
Begin VB.Form Informations
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "Informations"
ClientHeight = 1890
ClientLeft = 45
ClientTop = 330
ClientWidth = 4680
Icon = "Informations.frx":0000
LinkTopic = "Form4"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 126
ScaleMode = 3 'Pixel
ScaleWidth = 312
StartUpPosition = 2 'CenterScreen
Begin VB.Timer Timer1
Interval = 150
Left = 120
Top = 240
End
Begin VB.PictureBox Picture2
Height = 495
Index = 7
Left = 120
Picture = "Informations.frx":0442
ScaleHeight = 435
ScaleWidth = 555
TabIndex = 12
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 495
Index = 6
Left = 120
Picture = "Informations.frx":0626
ScaleHeight = 435
ScaleWidth = 555
TabIndex = 11
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 495
Index = 5
Left = 120
Picture = "Informations.frx":07AE
ScaleHeight = 435
ScaleWidth = 555
TabIndex = 10
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 375
Index = 4
Left = 120
Picture = "Informations.frx":0989
ScaleHeight = 315
ScaleWidth = 555
TabIndex = 9
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 375
Index = 3
Left = 120
Picture = "Informations.frx":0B9C
ScaleHeight = 315
ScaleWidth = 555
TabIndex = 8
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 375
Index = 2
Left = 120
Picture = "Informations.frx":0D63
ScaleHeight = 315
ScaleWidth = 555
TabIndex = 7
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 375
Index = 1
Left = 120
Picture = "Informations.frx":0F0C
ScaleHeight = 315
ScaleWidth = 555
TabIndex = 6
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture2
Height = 375
Index = 0
Left = 120
Picture = "Informations.frx":10EE
ScaleHeight = 315
ScaleWidth = 555
TabIndex = 5
Top = 1920
Visible = 0 'False
Width = 615
End
Begin VB.PictureBox Picture1
BackColor = &H00000000&
BorderStyle = 0 'None
Height = 375
Left = 2520
ScaleHeight = 25
ScaleMode = 3 'Pixel
ScaleWidth = 25
TabIndex = 4
Top = 840
Width = 375
End
Begin VB.CommandButton Command1
BackColor = &H00808080&
Caption = "Ok"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 345
Left = 1920
Style = 1 'Graphical
TabIndex = 3
Top = 1350
Width = 975
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BackStyle = 0 'Transparent
Caption = "e-mail: cicalcical@ yahoo.com"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 360
Left = 480
TabIndex = 2
Top = 840
Width = 3825
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
Caption = "Adrian Cical"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 360
Left = 1560
TabIndex = 1
Top = 480
Width = 1515
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BackStyle = 0 'Transparent
Caption = "Project realized by"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 300
Left = 1320
TabIndex = 0
Top = 120
Width = 2220
End
End
Attribute VB_Name = "Informations"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private k As Integer
Private Sub Command1_Click()
Unload Informations
End Sub
Private Sub Form_Unload(Cancel As Integer)
Form2.Enabled = True
End Sub
Private Sub Timer1_Timer()
Picture1.PaintPicture Picture2(k), 0, 0
k = k + 1
If k = 8 Then
k = 0
End If
DoEvents
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -