📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 3 'Fixed Dialog
Caption = "Credits"
ClientHeight = 2088
ClientLeft = 36
ClientTop = 264
ClientWidth = 3828
Icon = "Form6.frx":0000
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2088
ScaleWidth = 3828
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "Ok"
Height = 348
Left = 2640
TabIndex = 4
Top = 1680
Width = 1116
End
Begin VB.Image Image1
Height = 444
Left = 48
Picture = "Form6.frx":08CA
Stretch = -1 'True
Top = 48
Width = 444
End
Begin VB.Label Label4
Caption = "The people at Kazaa/Morpheus who let me find a way to download off their users without using their service. HeHeHe."
Height = 636
Left = 48
TabIndex = 3
Top = 960
Width = 3756
End
Begin VB.Label Label3
Caption = "Downloader OCX Control: Sean Gallardy"
Height = 300
Left = 48
TabIndex = 2
Top = 672
Width = 3756
End
Begin VB.Label Label2
Caption = "Idea for using Flexgrid Control: Film"
Height = 300
Left = 576
TabIndex = 1
Top = 336
Width = 3228
End
Begin VB.Label Label1
Caption = "Author: James Gourley"
Height = 252
Left = 576
TabIndex = 0
Top = 48
Width = 3228
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -