📄 form1.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "选择登陆界面"
ClientHeight = 7245
ClientLeft = 60
ClientTop = 345
ClientWidth = 8025
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 7245
ScaleWidth = 8025
Begin VB.CommandButton Command2
Caption = "病人查询"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 1320
TabIndex = 2
Top = 4440
Width = 5175
End
Begin VB.CommandButton Command1
Caption = "管理员登陆"
BeginProperty Font
Name = "宋体"
Size = 21.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1335
Left = 1320
TabIndex = 1
Top = 2280
Width = 5175
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "医院门诊管理系统"
BeginProperty Font
Name = "宋体"
Size = 42
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 840
Left = 840
TabIndex = 0
Top = 600
Width = 6720
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()
frmLogin.Show
Me.Hide
End Sub
Private Sub Command2_Click()
frmbrcx.Show
Me.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -