📄 frmabout.frm
字号:
VERSION 5.00
Begin VB.Form frmabout
BorderStyle = 1 'Fixed Single
Caption = "关于医保药品查询系统"
ClientHeight = 4380
ClientLeft = 45
ClientTop = 435
ClientWidth = 6300
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4380
ScaleWidth = 6300
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton Command1
Caption = "确定"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4320
MouseIcon = "frmabout.frx":0000
MousePointer = 99 'Custom
Picture = "frmabout.frx":0152
Style = 1 'Graphical
TabIndex = 3
Top = 3360
Width = 1215
End
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 1095
Left = 360
MouseIcon = "frmabout.frx":3554
MousePointer = 99 'Custom
Picture = "frmabout.frx":36A6
ScaleHeight = 1095
ScaleWidth = 1095
TabIndex = 0
Top = 360
Width = 1095
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = $"frmabout.frx":64D2
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 6
Top = 3360
Width = 2775
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "Telephone: 88888888888"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
TabIndex = 5
Top = 2760
Width = 2895
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = " 如果对本系统还有其它疑问,或者还有更好的提义,请即时的与我们联系:"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 720
TabIndex = 4
Top = 1800
Width = 4815
End
Begin VB.Line Line1
X1 = 600
X2 = 5640
Y1 = 2280
Y2 = 2280
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版本: 07.05.01"
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 240
Left = 2640
TabIndex = 2
Top = 1200
Width = 1680
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "医保药品查询系统"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 315
Left = 2520
TabIndex = 1
Top = 360
Width = 2640
End
Begin VB.Image Image1
Height = 5100
Left = 0
MouseIcon = "frmabout.frx":64EE
MousePointer = 99 'Custom
Picture = "frmabout.frx":6640
Top = -120
Width = 6375
End
End
Attribute VB_Name = "frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Download by http://www.codefans.net
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -