📄 主界面.frm
字号:
VERSION 5.00
Begin VB.Form 主界面
Caption = "主界面"
ClientHeight = 5805
ClientLeft = 60
ClientTop = 450
ClientWidth = 8055
LinkTopic = "Form1"
ScaleHeight = 5805
ScaleWidth = 8055
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command3
Caption = "退出"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3600
TabIndex = 2
Top = 3960
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "客户登录"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 5520
TabIndex = 1
Top = 2160
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "用户登录"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1680
TabIndex = 0
Top = 2160
Width = 1215
End
Begin VB.Label Label1
Caption = " 房屋出租管理系统"
BeginProperty Font
Name = "隶书"
Size = 18
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1800
TabIndex = 3
Top = 120
Width = 5175
End
Begin VB.Image Image1
Height = 10710
Left = 360
Picture = "主界面.frx":0000
Top = 960
Width = 14475
End
End
Attribute VB_Name = "主界面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
登录.Show
Unload Me
End Sub
Private Sub Command2_Click()
客户浏览界面.Show
Unload Me
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -