📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00FFC0C0&
BorderStyle = 1 'Fixed Single
ClientHeight = 4020
ClientLeft = 45
ClientTop = 435
ClientWidth = 5265
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4020
ScaleWidth = 5265
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "给我写个信吧"
Height = 855
Left = 1080
TabIndex = 4
Top = 1800
Width = 3735
Begin VB.Label Label5
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "zjxf10@163.com"
BeginProperty Font
Name = "Arial"
Size = 21.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 495
Left = 120
MouseIcon = "frmAbout.frx":030A
MousePointer = 99 'Custom
TabIndex = 5
Top = 240
Width = 3495
End
End
Begin VB.CommandButton CmdOk
Caption = "确 定(&Y)"
Height = 375
Left = 3840
TabIndex = 1
Top = 3480
Width = 1215
End
Begin VB.Label Label7
BorderStyle = 1 'Fixed Single
Height = 45
Left = 240
TabIndex = 8
Top = 2880
Width = 4815
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = " 如果您对本软件有疑问或者有好的建议请给我写信,谢谢使用!"
Height = 375
Left = 1200
TabIndex = 7
Top = 1200
Width = 3615
End
Begin VB.Label Label6
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "zcjvcbe@263.net"
BeginProperty Font
Name = "Arial"
Size = 21.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF8080&
Height = 495
Left = 1320
MouseIcon = "frmAbout.frx":0614
MousePointer = 99 'Custom
TabIndex = 6
Top = 2040
Width = 3495
End
Begin VB.Label Label4
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "2005.8.2 Built Version 1.0版"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Index = 1
Left = 120
TabIndex = 3
Top = 3480
Width = 2940
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "所有权(C)属于作者(谢飞)."
ForeColor = &H00000000&
Height = 180
Index = 1
Left = 480
TabIndex = 2
Top = 3120
Width = 2160
End
Begin VB.Image Image1
Height = 720
Left = 240
Picture = "frmAbout.frx":091E
Top = 360
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00FFFFC0&
BackStyle = 0 'Transparent
Caption = "腾 龙 信 息 系 统 "
BeginProperty Font
Name = "幼圆"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 360
Left = 1440
TabIndex = 0
Top = 480
Width = 3420
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOk_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -