?? frmabout.frm
字號:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "關于圖書管理系統(tǒng)"
ClientHeight = 2355
ClientLeft = 45
ClientTop = 330
ClientWidth = 4335
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 2355
ScaleWidth = 4335
ShowInTaskbar = 0 'False
Begin VB.CommandButton cmdOK
Caption = "確定"
BeginProperty Font
Name = "宋體"
Size = 11.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1440
TabIndex = 3
Top = 1800
Width = 1215
End
Begin VB.Label Label3
Caption = "2004.9"
Height = 495
Left = 1320
TabIndex = 2
Top = 1440
Width = 1215
End
Begin VB.Label Label2
Caption = "版權所有:馬小可"
Height = 555
Left = 1320
TabIndex = 1
Top = 1020
Width = 2295
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "圖書管理系統(tǒng) 1.0"
BeginProperty Font
Name = "華文行楷"
Size = 18
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1200
TabIndex = 0
Top = 360
Width = 2640
End
Begin VB.Image Image1
Height = 480
Left = 360
Picture = "frmAbout.frx":0442
Top = 360
Width = 480
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
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -