📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 0 'None
ClientHeight = 4020
ClientLeft = 0
ClientTop = 0
ClientWidth = 3825
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 268
ScaleMode = 3 'Pixel
ScaleWidth = 255
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdClose
Caption = "关 闭"
Height = 375
Left = 2400
TabIndex = 7
Top = 3480
Width = 1095
End
Begin VB.Frame Frame3
Height = 975
Left = 120
TabIndex = 1
Top = 2280
Width = 3615
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 675
Left = 120
Picture = "frmabout.frx":0000
ScaleHeight = 675
ScaleWidth = 855
TabIndex = 2
Top = 240
Width = 855
End
Begin VB.Label Label17
AutoSize = -1 'True
Caption = "Email:"
Height = 255
Left = 1200
TabIndex = 6
Top = 240
Width = 735
End
Begin VB.Label Label16
AutoSize = -1 'True
Caption = "W W W:"
Height = 180
Left = 1200
TabIndex = 5
Top = 600
Width = 630
End
Begin VB.Label labHomepage
AutoSize = -1 'True
Caption = "www.sjgroup.net"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 180
Left = 1920
MouseIcon = "frmabout.frx":1E7E
MousePointer = 99 'Custom
TabIndex = 4
ToolTipText = "欢迎访问我公司--三佳电子集团网址!"
Top = 600
Width = 1350
End
Begin VB.Label labEmail
AutoSize = -1 'True
Caption = "hcn5460@163.com"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 180
Left = 1920
MouseIcon = "frmabout.frx":2188
MousePointer = 99 'Custom
TabIndex = 3
ToolTipText = "请给我发封Email!"
Top = 240
Width = 1350
End
End
Begin VB.Image imgTitleClose
Height = 195
Left = 3480
Picture = "frmabout.frx":2492
Top = 120
Width = 195
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "关于代码检取程序"
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 240
Left = 360
TabIndex = 0
Top = 240
Width = 1680
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "版本:V5.00"
BeginProperty Font
Name = "华文彩云"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Left = 1800
TabIndex = 8
Top = 1440
Width = 1605
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "点阵代码(16×16)检取"
BeginProperty Font
Name = "华文彩云"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 285
Left = 120
TabIndex = 9
Top = 840
Width = 3435
End
Begin VB.Image imgWindowRight
Height = 450
Left = 3000
Picture = "frmabout.frx":26DC
Stretch = -1 'True
Top = 600
Width = 285
End
Begin VB.Image imgWindowLeft
Height = 450
Left = 2640
Picture = "frmabout.frx":2E26
Stretch = -1 'True
Top = 600
Width = 285
End
Begin VB.Image imgWindowBottom
Height = 450
Left = 2280
Picture = "frmabout.frx":3570
Stretch = -1 'True
Top = 600
Width = 285
End
Begin VB.Image imgTitleMain
Height = 450
Left = 1920
Picture = "frmabout.frx":3CBA
Stretch = -1 'True
Top = 600
Width = 285
End
Begin VB.Image imgTitleLeft
Height = 450
Left = 1920
Picture = "frmabout.frx":4404
Top = 120
Width = 285
End
Begin VB.Image imgTitleRight
Height = 450
Left = 2280
Picture = "frmabout.frx":4B4E
Top = 120
Width = 285
End
Begin VB.Image imgWindowBottomLeft
Height = 450
Left = 2640
Picture = "frmabout.frx":5298
Top = 120
Width = 285
End
Begin VB.Image imgWindowBottomRight
Height = 450
Left = 3000
Picture = "frmabout.frx":59E2
Top = 120
Width = 285
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
MakeWindowSub Me
AlwaysOnTop Me, True
End Sub
Private Sub imgTitleClose_Click()
Unload Me
End Sub
Private Sub imgTitleLeft_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub imgTitleMain_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub imgTitleRight_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub lblTitle_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
DoDrag Me
End Sub
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub labEmail_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
labEmail.ForeColor = &H800080
End Sub
Private Sub labEmail_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
labEmail.ForeColor = &H800000
ShellExecute hwnd, "open", "mailto:" + labEmail.Caption, vbNullString, vbNullString, SW_SHOW
End Sub
Private Sub labHomepage_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single)
labHomepage.ForeColor = &H800080
End Sub
Private Sub labHomepage_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
labHomepage.ForeColor = &H800000
ShellExecute hwnd, "open", labHomepage.Caption, vbNullString, vbNullString, SW_SHOW
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -