?? xuanxiang.frm
字號:
VERSION 5.00
Begin VB.Form xuanxiang
Caption = "選項卡項目"
ClientHeight = 2670
ClientLeft = 5115
ClientTop = 4620
ClientWidth = 4605
ControlBox = 0 'False
Icon = "xuanxiang.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2670
ScaleWidth = 4605
Begin VB.CommandButton Command5
Caption = "關(guān)閉窗口"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 4
Top = 1200
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "系統(tǒng)幫助"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 3
Top = 1200
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "刪除用戶"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 2
Top = 240
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "修改用戶"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
Style = 1 'Graphical
TabIndex = 1
Top = 240
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "添加用戶"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 240
TabIndex = 0
Top = 240
Width = 1215
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "歡迎使用學(xué)校管理系統(tǒng)!Simply Best !!"
BeginProperty Font
Name = "華文行楷"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 240
TabIndex = 5
Top = 2160
Width = 4110
End
End
Attribute VB_Name = "xuanxiang"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
tianjiayh.Show
End Sub
Private Sub Command2_Click()
xiugaiyh.Show
End Sub
Private Sub Command3_Click()
shanchuyh.Show
End Sub
Private Sub Command5_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -