udlgopfsunivariatechi2.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 120 行
DFM
120 行
inherited DlgOpPrmUnivChi2: TDlgOpPrmUnivChi2
Left = 529
Top = 365
Caption = 'Feature ranking parameter'
ClientHeight = 337
ClientWidth = 464
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 302
Width = 464
inherited btnOk: TButton
Left = 232
end
inherited btnCancel: TButton
Left = 308
end
inherited btnHelp: TButton
Left = 384
end
end
inherited pnlClient: TPanel
Width = 464
Height = 302
inherited pgCtrlPrm: TPageControl
Width = 432
Height = 270
inherited tabPrm: TTabSheet
object Label1: TLabel
Left = 84
Top = 25
Width = 52
Height = 15
Caption = 'Criterion :'
end
object rgPrmChi2: TRadioGroup
Left = 24
Top = 60
Width = 381
Height = 149
Caption = ' Stopping rule '
ItemIndex = 0
Items.Strings = (
'p-value thresold'
'Statistic thresold'
'Best attributes (according Statistic)'
'Max. Statistic gap')
TabOrder = 0
OnClick = rgPrmChi2Click
end
object edPValue: TLMDMaskEdit
Left = 297
Top = 84
Width = 100
Height = 21
Cursor = crIBeam
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 1
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = 'F'
CustomButtons = <>
Decimals = 6
MaskType = meFloat
Text = '0.001'
DateTime = 0.001
end
object edTschuprow: TLMDMaskEdit
Left = 297
Top = 112
Width = 100
Height = 21
Cursor = crIBeam
Bevel.Mode = bmWindows
Caret.BlinkRate = 530
Caret.ImageIndex = 0
Caret.ListIndex = 0
TabOrder = 2
CurrencySettings.SystemDefaults = cmSystem
CurrencySettings.PositiveFormatStr = '1,1 '#164
CurrencySettings.NegativeFormatStr = '-1,1 '#164
CurrencySettings.Symbol = 'F'
CustomButtons = <>
Decimals = 4
MaskType = meFloat
Text = '0.3'
DateTime = 0.3
end
object spinBest: TLMDSpinEdit
Left = 297
Top = 140
Width = 100
Height = 23
MaxValue = 100000
MinValue = 1
TabOrder = 3
Value = 10
end
object cmbCriterion: TComboBox
Left = 160
Top = 21
Width = 242
Height = 23
Style = csDropDownList
ItemHeight = 15
TabOrder = 4
Items.Strings = (
'Tschuprow statistic'
'Symmetrical uncertainty'
'Random value (Random ranking)')
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?