?? about.frm
字號:
VERSION 5.00
Begin VB.Form About
BorderStyle = 1 'Fixed Single
Caption = "關于 HeroChat Server"
ClientHeight = 4560
ClientLeft = 45
ClientTop = 435
ClientWidth = 6405
Icon = "about.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4560
ScaleWidth = 6405
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.PictureBox Picture1
Height = 780
Left = 360
Picture = "about.frx":0ECA
ScaleHeight = 720
ScaleWidth = 720
TabIndex = 8
Top = 960
Width = 780
End
Begin VB.PictureBox Picture2
Height = 2160
Left = 3960
Picture = "about.frx":330E
ScaleHeight = 2100
ScaleWidth = 2235
TabIndex = 7
ToolTipText = "感謝對本軟件的支持"
Top = 720
Width = 2295
End
Begin VB.CommandButton Command1
Caption = "確定"
Height = 375
Left = 4680
TabIndex = 0
Top = 3960
Width = 1215
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 3
X1 = 0
X2 = 6360
Y1 = 600
Y2 = 600
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 2
X1 = 0
X2 = 6360
Y1 = 600
Y2 = 600
End
Begin VB.Label CrLabel6
Caption = "E-Mail:"
Height = 255
Left = 1560
TabIndex = 6
Top = 2520
Width = 600
End
Begin VB.Label CrLabel3
Caption = "HeroChat Server 0.5"
ForeColor = &H00000000&
Height = 255
Left = 1560
TabIndex = 5
Top = 960
Width = 1935
End
Begin VB.Label CrLabel5
Caption = "Copyright (C) 1995-2007 Hero Fan, Inc."
ForeColor = &H00000000&
Height = 255
Left = 840
TabIndex = 4
ToolTipText = "版權歸作者所有"
Top = 3000
UseMnemonic = 0 'False
Width = 3975
End
Begin VB.Label CrLabel4
Caption = "hero2123@163.com"
ForeColor = &H00000000&
Height = 255
Left = 2280
TabIndex = 3
ToolTipText = "給我發郵件"
Top = 2520
Width = 2055
End
Begin VB.Label CrLabel2
Caption = "班級:計算機044"
ForeColor = &H00000000&
Height = 255
Left = 1560
TabIndex = 2
Top = 2040
Width = 1575
End
Begin VB.Label CrLabel1
Caption = "作者:范俊輝"
ForeColor = &H00000000&
Height = 255
Left = 1560
TabIndex = 1
ToolTipText = "Hero Fan"
Top = 1560
Width = 1095
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 0
X2 = 6360
Y1 = 3720
Y2 = 3720
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
BorderWidth = 2
Index = 0
X1 = 0
X2 = 6360
Y1 = 3720
Y2 = 3720
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -