udlgopprmsdonewayanova.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 115 行
DFM
115 行
inherited DlgOpPrmOneWayAnova: TDlgOpPrmOneWayAnova
Top = 197
Caption = 'Parameters'
ClientHeight = 383
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 348
end
inherited pnlClient: TPanel
Height = 348
inherited pgCtrlPrm: TPageControl
Height = 316
inherited tabPrm: TTabSheet
object rgSort: TRadioGroup
Left = 25
Top = 40
Width = 401
Height = 121
Caption = ' Sort by '
Enabled = False
ItemIndex = 0
Items.Strings = (
'Continuous target attribute name (Y)'
'Discrete input attribute name (X)'
'Statistics'
'P-Value')
TabOrder = 0
end
object chkSort: TCheckBox
Left = 28
Top = 16
Width = 97
Height = 17
Caption = 'Sort results'
TabOrder = 1
OnClick = chkSortClick
end
object GroupBox1: TGroupBox
Left = 25
Top = 176
Width = 401
Height = 97
Caption = ' Show conditionnal results '
TabOrder = 2
object Bevel1: TBevel
Left = 200
Top = 24
Width = 2
Height = 57
end
object chkExamples: TCheckBox
Left = 16
Top = 24
Width = 97
Height = 17
Caption = 'Examples'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 0
end
object chkAverage: TCheckBox
Left = 16
Top = 44
Width = 97
Height = 17
Caption = 'Average'
Checked = True
Enabled = False
State = cbChecked
TabOrder = 1
end
object ChkMin: TCheckBox
Left = 16
Top = 64
Width = 97
Height = 17
Caption = 'Min'
Enabled = False
TabOrder = 2
end
object chMax: TCheckBox
Left = 224
Top = 28
Width = 97
Height = 17
Caption = 'Max'
Enabled = False
TabOrder = 3
end
object chkStdDev: TCheckBox
Left = 224
Top = 48
Width = 137
Height = 17
Caption = 'Standard-Deviation'
Enabled = False
TabOrder = 4
end
object chkCoefVar: TCheckBox
Left = 224
Top = 68
Width = 97
Height = 17
Caption = 'Std-dev / Avg'
Enabled = False
TabOrder = 5
end
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?