?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00FFFFC0&
BorderStyle = 3 'Fixed Dialog
Caption = "關于學籍管理系統"
ClientHeight = 2925
ClientLeft = 3540
ClientTop = 2025
ClientWidth = 4785
ClipControls = 0 'False
FillColor = &H0080FF80&
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 195
ScaleMode = 3 'Pixel
ScaleWidth = 319
ShowInTaskbar = 0 'False
Begin VB.Label Label4
BackColor = &H00FFFFC0&
Caption = "version 1.0"
BeginProperty Font
Name = "Impact"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 3480
TabIndex = 4
Top = 720
Width = 1215
End
Begin VB.Label Label3
BackColor = &H00FFFFC0&
Caption = "聯系我們:"
BeginProperty Font
Name = "隸書"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 120
TabIndex = 3
Top = 960
Width = 1575
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "菜鳥軟件工作小組"
BeginProperty Font
Name = "隸書"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 375
Left = 480
TabIndex = 2
Top = 1560
Width = 2655
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "E-Mail:ym-0431@163.com"
BeginProperty Font
Name = "Arial"
Size = 12
Charset = 0
Weight = 400
Underline = -1 'True
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Index = 1
Left = 240
TabIndex = 1
Top = 2520
Width = 2880
End
Begin VB.Label lblTitle
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "學籍管理系統"
BeginProperty Font
Name = "華文琥珀"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 450
Index = 1
Left = 1080
TabIndex = 0
Top = 240
Width = 2610
End
Begin VB.Line Line1
BorderColor = &H00808080&
BorderStyle = 6 'Inside Solid
Index = 1
X1 = 0
X2 = 379
Y1 = 152
Y2 = 152
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
Private Sub Form_Load()
MakeCenter frmAbout
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Label2(1).ForeColor = vbBlack
End Sub
Private Sub Label2_Click(Index As Integer)
Dim p As String
p = "mailto:ym-0431@163.com"
Call ShellExecute(Me.hwnd, "open", p, 0, 0, SW_SHOWNORMAL)
End Sub
Private Sub Label2_MouseMove(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)
Label2(1).ForeColor = vbBlue
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -