📄 houden_frm.frm
字号:
VERSION 5.00
Begin VB.Form houden_frm
Caption = "后台登录框"
ClientHeight = 4725
ClientLeft = 3780
ClientTop = 3210
ClientWidth = 5115
LinkTopic = "Form1"
ScaleHeight = 4725
ScaleWidth = 5115
Begin VB.CommandButton Command2
Caption = "取消"
Height = 495
Left = 2760
TabIndex = 3
Top = 3000
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "登录"
Height = 495
Left = 1080
TabIndex = 2
Top = 3000
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 1800
TabIndex = 1
Text = "Text2"
Top = 1920
Width = 2775
End
Begin VB.TextBox Text1
Height = 495
Left = 1800
TabIndex = 0
Text = "Text1"
Top = 1080
Width = 2775
End
Begin VB.Label Label2
Caption = "密码"
Height = 495
Left = 360
TabIndex = 5
Top = 2040
Width = 1215
End
Begin VB.Label Label1
Caption = "用户名"
Height = 495
Left = 360
TabIndex = 4
Top = 1080
Width = 1215
End
End
Attribute VB_Name = "houden_frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Command1_Click()
houabout_frm.Show
End Sub
Private Sub Command2_Click()
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -