📄 逐步判别f2.frm
字号:
VERSION 5.00
Begin VB.Form frmCalculate
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "逐步判别"
ClientHeight = 8415
ClientLeft = 105
ClientTop = 345
ClientWidth = 7185
LinkTopic = "Form1"
ScaleHeight = 8415
ScaleWidth = 7185
Begin VB.TextBox txtOut
Alignment = 2 'Center
Appearance = 0 'Flat
Height = 270
Left = 3840
TabIndex = 16
Text = "2.0"
Top = 360
Width = 975
End
Begin VB.TextBox txtIn
Alignment = 2 'Center
Appearance = 0 'Flat
Height = 270
Left = 2160
TabIndex = 15
Text = "2.0"
Top = 360
Width = 975
End
Begin VB.CommandButton cmdCalculate
Appearance = 0 'Flat
Caption = "计 算"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 0
TabIndex = 0
Top = 0
Width = 1095
End
Begin VB.VScrollBar VScroll1
Height = 8415
Left = 6960
Max = 300
TabIndex = 5
Top = 0
Width = 255
End
Begin VB.CommandButton cmdExit
Caption = "结 束"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 0
TabIndex = 1
Top = 360
Width = 1095
End
Begin VB.Label lblCh1
Caption = "lblCh1"
Height = 255
Index = 0
Left = 6240
TabIndex = 17
Top = 960
Visible = 0 'False
Width = 735
End
Begin VB.Label lblOut
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "剔出F"
ForeColor = &H80000008&
Height = 255
Left = 3720
TabIndex = 14
Top = 120
Width = 1215
End
Begin VB.Label lblIn
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "引入F"
ForeColor = &H80000008&
Height = 255
Left = 2040
TabIndex = 13
Top = 120
Width = 1215
End
Begin VB.Label lblTr
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "后验概率"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 5040
TabIndex = 12
Top = 1200
Width = 975
End
Begin VB.Label lblTr1
Caption = "lblTr1"
Height = 255
Index = 0
Left = 6240
TabIndex = 11
Top = 720
Visible = 0 'False
Width = 735
End
Begin VB.Label lblTy1
Caption = "lblTy1"
Height = 255
Index = 0
Left = 6240
TabIndex = 10
Top = 480
Visible = 0 'False
Width = 735
End
Begin VB.Label lblTV1
Caption = "lblTV1"
Height = 255
Index = 0
Left = 6240
TabIndex = 9
Top = 240
Visible = 0 'False
Width = 735
End
Begin VB.Label lblC1
Caption = "lblC1"
Height = 255
Index = 0
Left = 6240
TabIndex = 8
Top = 0
Visible = 0 'False
Width = 735
End
Begin VB.Label lblResult
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
Caption = "逐步判别结果"
BeginProperty Font
Name = "隶书"
Size = 26.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 495
Left = 1680
TabIndex = 7
Top = 600
Width = 3735
End
Begin VB.Label lbltY
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "判别分类"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 3000
TabIndex = 6
Top = 1200
Width = 975
End
Begin VB.Label lblC
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "样本号"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 1200
TabIndex = 4
Top = 1200
Width = 855
End
Begin VB.Label lblCh
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "分类改变"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 3960
TabIndex = 3
Top = 1200
Width = 1095
End
Begin VB.Label lblTV
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption = "原有分类"
ForeColor = &H80000008&
Height = 255
Index = 0
Left = 2040
TabIndex = 2
Top = 1200
Width = 975
End
End
Attribute VB_Name = "frmCalculate"
Attribute VB_GlobalNameSpace = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -