📄 udlgopprmspvdlcn2.dfm
字号:
inherited dlgOprPrmSpvDLCN2: TdlgOprPrmSpvDLCN2
Caption = 'Decision List parameters'
ClientHeight = 265
ClientWidth = 359
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 230
Width = 359
inherited btnOk: TButton
Left = 127
end
inherited btnCancel: TButton
Left = 203
end
inherited btnHelp: TButton
Left = 279
end
end
inherited pnlClient: TPanel
Width = 359
Height = 230
inherited pgCtrlPrm: TPageControl
Width = 327
Height = 198
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 28
Top = 32
Width = 91
Height = 15
Caption = 'Rule evaluation :'
end
object Label2: TLabel
Left = 28
Top = 72
Width = 117
Height = 15
Caption = 'Sig. level for pruning :'
end
object Label3: TLabel
Left = 28
Top = 116
Width = 111
Height = 15
Caption = 'Min. support of rule :'
end
object cmbRuleEvaluation: TComboBox
Left = 136
Top = 28
Width = 157
Height = 23
Style = csDropDownList
ItemHeight = 15
TabOrder = 0
Items.Strings = (
'Shannon entropy'
'J-Measure')
end
object edSigLevel: TEdit
Left = 172
Top = 68
Width = 121
Height = 23
TabOrder = 1
Text = '0.01'
end
object spinMinSupport: TLMDSpinEdit
Left = 172
Top = 112
Width = 121
Height = 23
MaxValue = 32767
MinValue = 1
TabOrder = 2
Value = 1
end
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -