?? frmhelp.frm
字號:
VERSION 5.00
Begin VB.Form Frmhelp
BorderStyle = 3 'Fixed Dialog
ClientHeight = 3495
ClientLeft = 2175
ClientTop = 1335
ClientWidth = 5250
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
PaletteMode = 1 'UseZOrder
ScaleHeight = 3495
ScaleWidth = 5250
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
ForeColor = &H00FF8080&
Height = 3585
Left = 0
TabIndex = 0
Top = -60
Width = 5235
Begin VB.PictureBox Picture2
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 480
Left = 4200
Picture = "Frmhelp.frx":0000
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 4
Top = 900
Width = 480
End
Begin VB.PictureBox Picture1
AutoSize = -1 'True
BorderStyle = 0 'None
Height = 480
Left = 780
Picture = "Frmhelp.frx":0442
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 3
Top = 2850
Width = 480
End
Begin VB.Frame Frame2
Height = 2745
Left = 480
TabIndex = 2
Top = 720
Width = 4305
Begin VB.PictureBox Command1
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 465
Left = 1680
ScaleHeight = 405
ScaleWidth = 885
TabIndex = 10
Top = 2190
Width = 945
End
Begin VB.Line Line1
BorderColor = &H00FFFFFF&
X1 = 2
X2 = 4290
Y1 = 2080
Y2 = 2080
End
Begin VB.Line Line2
BorderColor = &H00808080&
X1 = 2
X2 = 4305
Y1 = 2070
Y2 = 2070
End
Begin VB.Label Label6
Caption = "Copyright 1999"
BeginProperty Font
Name = "隸書"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 276
Left = 72
TabIndex = 9
Top = 144
Width = 2028
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "軟件版本:1.0版"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 750
TabIndex = 8
Top = 1320
Width = 1680
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "一九九九年六月出品"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 930
TabIndex = 7
Top = 1770
Width = 2160
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "使用單位:上海交大學生處"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 750
TabIndex = 6
Top = 930
Width = 2760
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = " 軟件開發:益友軟件開發部"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 660
TabIndex = 5
Top = 540
Width = 2880
End
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H000040C0&
BackStyle = 0 'Transparent
Caption = "上海交大學生信息計算機管理系統"
BeginProperty Font
Name = "幼圓"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 240
Left = 750
TabIndex = 1
Top = 390
Width = 3840
End
End
End
Attribute VB_Name = "Frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
On Error Resume Next
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -