📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form 选择
BackColor = &H00FF8080&
BorderStyle = 3 'Fixed Dialog
Caption = "选择"
ClientHeight = 4350
ClientLeft = 45
ClientTop = 435
ClientWidth = 8085
Icon = "Form2.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4350
ScaleWidth = 8085
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command3
BackColor = &H00FFC0C0&
Caption = "退出系统"
Height = 375
Left = 6000
Style = 1 'Graphical
TabIndex = 3
Top = 3600
UseMaskColor = -1 'True
Width = 1695
End
Begin VB.CommandButton Command2
BackColor = &H00FFC0C0&
Caption = "病症查询"
Height = 1455
Left = 5400
Style = 1 'Graphical
TabIndex = 1
Top = 720
UseMaskColor = -1 'True
Width = 1695
End
Begin VB.CommandButton Command1
BackColor = &H00FFC0C0&
Caption = "疾病诊断"
Height = 1455
Left = 3120
Style = 1 'Graphical
TabIndex = 0
Top = 720
UseMaskColor = -1 'True
Width = 1695
End
Begin VB.Label Label2
Caption = " 欢迎您的使用 请您选择!"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 0
TabIndex = 4
Top = 0
Width = 2175
End
Begin VB.Label Label1
BackColor = &H00FFC0C0&
Caption = $"Form2.frx":09CA
BeginProperty Font
Name = "幼圆"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3615
Left = 0
TabIndex = 2
Top = 840
Width = 2175
End
End
Attribute VB_Name = "选择"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
诊断.Show
End Sub
Private Sub Command2_Click()
Unload Me
咨询.Show
End Sub
Private Sub Command3_Click()
Unload Me
End Sub
Private Sub Form_Unload(Cancel As Integer)
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -