📄 zidongzujuan.frm
字号:
VERSION 5.00
Begin VB.Form formabout
BackColor = &H00FFC0C0&
Caption = "关于"
ClientHeight = 3885
ClientLeft = 60
ClientTop = 345
ClientWidth = 5505
LinkTopic = "Form3"
ScaleHeight = 3885
ScaleWidth = 5505
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "给我写个信吧"
Height = 975
Index = 1
Left = 1320
TabIndex = 3
Top = 2760
Width = 3735
Begin VB.Label Label6
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "2002350113@163.com"
BeginProperty Font
Name = "Arial"
Size = 15.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 375
Index = 1
Left = 120
MouseIcon = "zidongzujuan.frx":0000
MousePointer = 99 'Custom
TabIndex = 4
Top = 360
Width = 3615
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "软件"
Height = 1095
Index = 0
Left = 840
TabIndex = 0
Top = 240
Width = 4095
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "version 1.0"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 2520
TabIndex = 2
Top = 720
Width = 1455
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "自动组卷系统 "
BeginProperty Font
Name = "幼圆"
Size = 15.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 1
Top = 360
Width = 2415
End
End
Begin VB.Image Image2
BorderStyle = 1 'Fixed Single
Height = 540
Left = 120
Picture = "zidongzujuan.frx":030A
Top = 600
Width = 540
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = " 如果您对本软件有疑问或者有好的建议请给我写信,谢谢使用!"
Height = 375
Left = -120
TabIndex = 5
Top = 1800
Width = 3615
End
End
Attribute VB_Name = "formabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
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 Label6_Click(Index As Integer)
ShellExecute hWnd, "Open", "mailto: lanziwen@net", 0, 0, 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -