?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00FF8080&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 4935
ClientLeft = 0
ClientTop = 0
ClientWidth = 6975
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4935
ScaleWidth = 6975
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Label lblAbout
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "CopyRight(C)2005"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 255
Index = 3
Left = 1920
TabIndex = 3
Top = 3240
Width = 3375
End
Begin VB.Label lblAbout
BackStyle = 0 'Transparent
Caption = "Email: lijunzm@21cn.com"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 255
Index = 2
Left = 2040
TabIndex = 2
Top = 2700
Width = 3375
End
Begin VB.Label lblAbout
BackStyle = 0 'Transparent
Caption = "作者: 李軍"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 255
Index = 1
Left = 2160
TabIndex = 1
Top = 2160
Width = 3375
End
Begin VB.Label lblAbout
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Label1"
BeginProperty Font
Name = "楷體_GB2312"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 435
Index = 0
Left = 1620
TabIndex = 0
Top = 900
Width = 3675
End
Begin VB.Shape Shape1
BackColor = &H00808000&
BackStyle = 1 'Opaque
BorderColor = &H00E0E0E0&
Height = 4815
Left = 60
Top = 60
Width = 6855
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Click()
Unload Me
End Sub
Private Sub Form_Load()
lblAbout(0).Caption = frmChineseFetch.Caption
End Sub
Private Sub lblAbout_Click(Index As Integer)
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -