houden_frm.frm
来自「车次查询-输入要查询的车次既可查询车次所有的停靠站 站点查询-输入一个站点」· FRM 代码 · 共 76 行
FRM
76 行
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 + =
减小字号Ctrl + -
显示快捷键?