📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
ClientHeight = 3795
ClientLeft = 15
ClientTop = 15
ClientWidth = 7440
ClipControls = 0 'False
ControlBox = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
NegotiateMenus = 0 'False
Picture = "frmAbout.frx":1CCA
ScaleHeight = 3795
ScaleWidth = 7440
StartUpPosition = 1 '所有者中心
Tag = "关于 质量统计应用程序"
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "本程序用于售后服务电话登记、查询。"
Height = 375
Left = 600
TabIndex = 8
Top = 2520
Width = 2775
End
Begin VB.Image Image2
Height = 480
Left = 120
Picture = "frmAbout.frx":1D10
Stretch = -1 'True
Top = 3120
Width = 480
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
ForeColor = &H00C00000&
Height = 180
Left = 720
TabIndex = 5
Top = 3405
Width = 90
End
Begin VB.Image Image1
Height = 345
Left = 3960
Picture = "frmAbout.frx":2219
Stretch = -1 'True
Top = 120
Width = 375
End
Begin VB.Label lblCompany
BackStyle = 0 'Transparent
Caption = "天彩软件 Soft of Iridescent Sky"
ForeColor = &H00C00000&
Height = 255
Left = 4440
TabIndex = 4
Top = 360
Width = 3015
End
Begin VB.Label lblCopyright
BackStyle = 0 'Transparent
Caption = "版权所有(C):2003-2005"
ForeColor = &H00C00000&
Height = 255
Left = 4440
TabIndex = 3
Top = 120
Width = 1935
End
Begin VB.Label lblTitle
BackStyle = 0 'Transparent
Caption = "应用程序标题"
BeginProperty Font
Name = "宋体"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C00000&
Height = 360
Left = 240
TabIndex = 2
Tag = "应用程序标题"
Top = 600
Width = 6255
End
Begin VB.Line Line1
BorderColor = &H00008080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 120
X2 = 3600
Y1 = 3000
Y2 = 3000
End
Begin VB.Label lblVersion
BackStyle = 0 'Transparent
Caption = "版本"
Height = 225
Left = 720
TabIndex = 1
Tag = "版本"
Top = 1080
Width = 1815
End
Begin VB.Label lblDisclaimer
BackStyle = 0 'Transparent
Caption = "--Iridescent Sky Jons 2005.3"
ForeColor = &H00404040&
Height = 225
Left = 720
TabIndex = 0
Tag = "警告: ..."
Top = 3360
Width = 2895
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "版权所有(C):2003-2005"
ForeColor = &H00FFFFFF&
Height = 255
Left = 4450
TabIndex = 7
Top = 130
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "天彩软件 Soft of Iridescent Sky"
ForeColor = &H00FFFFFF&
Height = 255
Left = 4450
TabIndex = 6
Top = 370
Width = 3015
End
Begin VB.Image Image3
Height = 3780
Left = 0
Picture = "frmAbout.frx":3EE3
Stretch = -1 'True
Top = 0
Width = 7440
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_Click()
Unload Me
End Sub
Private Sub Form_Load()
lblVersion.Caption = "版本 " & App.Major & "." & App.Minor & "." & App.Revision
lblTitle.Caption = App.Title
Label2 = xtrq
End Sub
Private Sub Image3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -