?? aboutfrm.frm
字號:
VERSION 5.00
Begin VB.Form Aboutfrm
BorderStyle = 3 'Fixed Dialog
Caption = "關(guān)于本軟件"
ClientHeight = 3870
ClientLeft = 45
ClientTop = 330
ClientWidth = 5490
Icon = "Aboutfrm.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3870
ScaleWidth = 5490
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton cmdExit
BackColor = &H0000C000&
Cancel = -1 'True
Height = 615
Left = 4440
Picture = "Aboutfrm.frx":0442
Style = 1 'Graphical
TabIndex = 12
ToolTipText = "關(guān)閉"
Top = 3120
Width = 855
End
Begin VB.Frame Frame1
Height = 135
Left = 360
TabIndex = 8
Top = 2520
Width = 4935
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "jinghui2000@263.net"
ForeColor = &H00FF0000&
Height = 180
Left = 1320
TabIndex = 11
Top = 3480
Width = 1710
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "作者信箱"
Height = 180
Left = 360
TabIndex = 10
Top = 3480
Width = 720
End
Begin VB.Label Label4
AutoSize = -1 'True
BackColor = &H80000002&
Caption = "晗青軟件工作室"
BeginProperty Font
Name = "華文行楷"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 315
Left = 360
TabIndex = 9
Top = 2880
Width = 2100
End
Begin VB.Label Label3
Caption = "件還有許多功能沒有完善,希望大家多提意見"
ForeColor = &H000000C0&
Height = 375
Left = 2160
TabIndex = 7
Top = 1920
Width = 2895
End
Begin VB.Label Label2
AutoSize = -1 'True
Height = 180
Index = 1
Left = 1680
TabIndex = 6
Top = 1800
Width = 90
End
Begin VB.Label Label2
Caption = "本軟件可作為中小企業(yè)和學(xué)校的圖書管理軟件,也可供個人學(xué)習(xí)使用,此軟"
ForeColor = &H000000C0&
Height = 345
Index = 0
Left = 2160
TabIndex = 5
Top = 1560
Width = 2880
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "說明:"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 4
Left = 960
TabIndex = 4
Top = 1560
Width = 600
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "1.0"
BeginProperty Font
Name = "楷體_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 240
Index = 3
Left = 2160
TabIndex = 3
Top = 1080
Width = 420
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "軟件版本"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 2
Left = 960
TabIndex = 2
Top = 1080
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "軟件名稱"
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Index = 1
Left = 960
TabIndex = 1
Top = 600
Width = 960
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "晗青圖書管理系統(tǒng)"
BeginProperty Font
Name = "楷體_GB2312"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 285
Index = 0
Left = 2160
TabIndex = 0
Top = 600
Width = 2535
End
Begin VB.Image Image1
Height = 480
Left = 240
Picture = "Aboutfrm.frx":0884
Top = 480
Width = 480
End
End
Attribute VB_Name = "Aboutfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdExit_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -