📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
Caption = "关于系统"
ClientHeight = 2415
ClientLeft = 45
ClientTop = 330
ClientWidth = 5460
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2415
ScaleWidth = 5460
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox picScan
AutoSize = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Height = 480
Left = 4560
Picture = "frmAbout.frx":27A2
ScaleHeight = 480
ScaleWidth = 480
TabIndex = 0
ToolTipText = "关闭"
Top = 1560
Width = 480
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "http://www.wangtao.com"
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 225
Left = 840
MouseIcon = "frmAbout.frx":2BE4
MousePointer = 99 'Custom
TabIndex = 4
Top = 1920
Width = 1995
End
Begin VB.Line Line5
BorderColor = &H00FFFFFF&
X1 = 195
X2 = 5175
Y1 = 975
Y2 = 975
End
Begin VB.Line Line4
BorderColor = &H00808080&
X1 = 195
X2 = 5175
Y1 = 960
Y2 = 960
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "V1.0"
BeginProperty Font
Name = "Arial"
Size = 14.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000C0&
Height = 330
Left = 4080
TabIndex = 3
Top = 405
Width = 600
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "医院管理系统"
BeginProperty Font
Name = "隶书"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 480
Left = 780
TabIndex = 2
Top = 285
Width = 2880
End
Begin VB.Label Label3
Caption = " 程序使用VisualBasic6.0所写,目前版本为1.0"
ForeColor = &H000000C0&
Height = 420
Left = 330
TabIndex = 1
Top = 1500
Width = 3600
WordWrap = -1 'True
End
Begin VB.Line lLeft_1
BorderColor = &H00808080&
Visible = 0 'False
X1 = 4410
X2 = 4410
Y1 = 1530
Y2 = 2145
End
Begin VB.Line lTop_1
BorderColor = &H00FFFFFF&
Visible = 0 'False
X1 = 4425
X2 = 5055
Y1 = 1530
Y2 = 1530
End
Begin VB.Line lRight_1
BorderColor = &H00FFFFFF&
Visible = 0 'False
X1 = 5055
X2 = 5055
Y1 = 1530
Y2 = 2145
End
Begin VB.Line lBottom_1
BorderColor = &H00808080&
Visible = 0 'False
X1 = 4410
X2 = 5055
Y1 = 2145
Y2 = 2145
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim lShowS As Boolean
Private Sub Label5_Click()
Dim WxyNo As Long
WxyNo = ShellExecute(Me.hwnd, "open", "http://www.wangtao.com", "", App.Path, 1)
If WxyNo = 0 Then
MsgBox "浏览器没有正确安装。", vbOKOnly + 16, "登录错误"
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -