udlgopprmclusteringtreecart.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 51 行
DFM
51 行
inherited dlgOpPrmClusteringTreeCART: TdlgOpPrmClusteringTreeCART
PixelsPerInch = 96
TextHeight = 15
inherited pnlClient: TPanel
inherited pgCtrlPrm: TPageControl
object TabSheet1: TTabSheet
Caption = 'Post-pruning'
ImageIndex = 3
object Label8: TLabel
Left = 24
Top = 24
Width = 109
Height = 15
Caption = 'Pruning set size (%)'
end
object Label9: TLabel
Left = 24
Top = 60
Width = 188
Height = 15
Caption = 'Slope cut (e.g. -0.01, -0.015, -0.03)'
end
object edSlopeCut: TEdit
Left = 240
Top = 55
Width = 121
Height = 23
TabOrder = 0
Text = '-0.01'
end
object chkShowAllSequences: TCheckBox
Left = 24
Top = 96
Width = 241
Height = 17
Caption = 'Show all tree sequences (even if > 15)'
TabOrder = 1
end
object spinPruningSetSize: TLMDSpinEdit
Left = 239
Top = 20
Width = 121
Height = 23
TabOrder = 2
Value = 10
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?