frmabout.frm
来自「改变硬盘图标,vb源程序 改变硬盘图标,vb源程序」· FRM 代码 · 共 78 行
FRM
78 行
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H0080C0FF&
BorderStyle = 0 'None
Caption = "About"
ClientHeight = 2340
ClientLeft = 0
ClientTop = 0
ClientWidth = 7080
LinkTopic = "Form1"
ScaleHeight = 2340
ScaleWidth = 7080
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton Command1
Height = 315
Left = 2880
Picture = "frmAbout.frx":0000
Style = 1 'Graphical
TabIndex = 2
Top = 1920
Width = 855
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Translated by: oMeN - tin.mj@inet.hr"
BeginProperty Font
Name = "Matisse ITC"
Size = 17.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 360
MouseIcon = "frmAbout.frx":030A
TabIndex = 1
Top = 1080
Width = 6135
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Author: Igor Canadi - igor_canadi@hotmail.com "
BeginProperty Font
Name = "Matisse ITC"
Size = 17.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 480
MouseIcon = "frmAbout.frx":045C
TabIndex = 0
Top = 480
Width = 6615
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Label2_Click()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?