?? form1.frm
字號:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3075
ClientLeft = 60
ClientTop = 465
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 10995
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "進(jìn)入衛(wèi)生情況查詢"
Height = 735
Left = 5400
TabIndex = 3
Top = 5760
Width = 2055
End
Begin VB.CommandButton Command2
Caption = "進(jìn)入后勤管理"
Height = 735
Left = 5400
TabIndex = 1
Top = 4440
Width = 2055
End
Begin VB.CommandButton Command1
Caption = "進(jìn)入宿舍管理"
Height = 735
Left = 5400
TabIndex = 0
Top = 3120
Width = 2055
End
Begin VB.Label Label1
Caption = "歡迎進(jìn)入宿舍管理系統(tǒng)"
BeginProperty Font
Name = "宋體"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 3960
TabIndex = 2
Top = 1200
Width = 5175
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Hide
Form2.Show
End Sub
Private Sub Command2_Click()
Form1.Hide
Form3.Show
End Sub
Private Sub Text1_Change()
End Sub
Private Sub Image1_Click()
End Sub
Private Sub Command3_Click()
Form1.Hide
Form4.Show
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -