📄 udlgopprmspvnaivebayes.dfm
字号:
inherited DlgOpPrmSpvNaiveBayes: TDlgOpPrmSpvNaiveBayes
Caption = 'Naive bayes parameter'
ClientHeight = 248
ClientWidth = 309
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 213
Width = 309
inherited btnOk: TButton
Left = 77
end
inherited btnCancel: TButton
Left = 153
end
inherited btnHelp: TButton
Left = 229
end
end
inherited pnlClient: TPanel
Width = 309
Height = 213
inherited pgCtrlPrm: TPageControl
Width = 277
Height = 181
inherited tabPrm: TTabSheet
object chkShowCondDist: TCheckBox
Left = 30
Top = 116
Width = 185
Height = 17
Caption = 'Show conditional distribution'
TabOrder = 0
end
object rgUseLaplacian: TRadioGroup
Left = 28
Top = 20
Width = 201
Height = 81
Caption = ' Use laplacian prob estimate '
ItemIndex = 1
Items.Strings = (
'No'
'Yes, lambda is ')
TabOrder = 1
end
object edLambda: TEdit
Left = 145
Top = 69
Width = 53
Height = 23
TabOrder = 2
Text = '1'
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -