📄 hao.frm
字号:
VERSION 5.00
Begin VB.Form hao
Caption = "医院信息管理系统"
ClientHeight = 9495
ClientLeft = 1905
ClientTop = 975
ClientWidth = 12885
LinkTopic = "Form4"
Picture = "hao.frx":0000
ScaleHeight = 9495
ScaleWidth = 12885
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 = 885
Left = 10320
TabIndex = 2
Top = 7440
Width = 975
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 = 885
Left = 9360
TabIndex = 1
Top = 7440
Width = 975
End
Begin VB.Timer Timer1
Interval = 1
Left = 480
Top = 10080
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 375
Left = 1560
TabIndex = 0
Top = 7080
Width = 4455
End
Begin VB.Label Label2
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "作者: 邱文兵"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H008080FF&
Height = 315
Left = 3765
TabIndex = 6
Top = 7680
Width = 2085
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "医院信息系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 840
Index = 2
Left = 3960
TabIndex = 5
Top = 480
Width = 5130
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
BeginProperty Font
Name = "宋体"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Index = 0
Left = 3150
TabIndex = 4
Top = 7560
Width = 270
End
Begin VB.Label Label1
Alignment = 2 'Center
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "欢迎使用本系统"
BeginProperty Font
Name = "宋体"
Size = 42
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 840
Index = 1
Left = 3840
TabIndex = 3
Top = 3240
Width = 6000
End
Begin VB.Image Image1
Height = 8895
Left = 0
Top = 0
Width = 10935
End
End
Attribute VB_Name = "hao"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
hao.Hide
denglu.Show
End Sub
Private Sub Command2_Click()
End
End Sub
Private Sub Timer1_Timer()
Text1.Text = Format(Now, "dddddd") & " " & Format(Now, "dddd") & " " & Format(Now, "hh:mm:ss")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -