📄 frmmain.frm
字号:
VERSION 5.00
Begin VB.Form frmMain
BackColor = &H00C0FFC0&
BorderStyle = 1 'Fixed Single
Caption = "疾病诊断专家系统"
ClientHeight = 3810
ClientLeft = 2775
ClientTop = 2130
ClientWidth = 4290
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3810
ScaleWidth = 4290
Begin VB.PictureBox Picture1
BackColor = &H0080FF80&
Height = 2040
Left = 360
ScaleHeight = 1980
ScaleWidth = 3645
TabIndex = 0
Top = 480
Width = 3705
Begin VB.CommandButton cmdQueryExpert
Caption = "告诉专家病情"
Height = 1200
Left = 480
Picture = "frmMain.frx":628A
Style = 1 'Graphical
TabIndex = 1
Top = 360
Width = 2445
End
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = " 制作时间: 2008.11.11"
Height = 240
Left = 240
TabIndex = 6
Top = 3360
Width = 3630
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "06263026"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 270
Left = 2880
TabIndex = 5
Top = 3000
Width = 1620
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "学号:"
Height = 255
Left = 2040
TabIndex = 4
Top = 3000
Width = 855
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "作者:陈玲玲"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 3
Top = 3000
Width = 1350
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "诊断:"
Height = 225
Left = 240
TabIndex = 2
Top = 240
Width = 720
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdQueryExpert_Click()
Me.Hide
frmTellExpert.Show
End Sub
Private Sub cmdWH_Click()
Me.Hide
frmBase.Show
End Sub
Private Sub Form_Unload(Cancel As Integer)
Con.Close
Set Con = Nothing
End
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -