udlgopclushac.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 98 行
DFM
98 行
inherited DlgOpPrmClusHAC: TDlgOpPrmClusHAC
Caption = 'HAC parameters'
ClientHeight = 418
ClientWidth = 317
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 383
Width = 317
inherited btnOk: TButton
Left = 85
end
inherited btnCancel: TButton
Left = 161
end
inherited btnHelp: TButton
Left = 237
end
end
inherited pnlClient: TPanel
Width = 317
Height = 383
inherited pgCtrlPrm: TPageControl
Width = 285
Height = 351
inherited tabPrm: TTabSheet
object rgBestClus: TRadioGroup
Left = 12
Top = 16
Width = 245
Height = 73
Caption = 'Best clusters '
ItemIndex = 0
Items.Strings = (
'Detect'
'Define')
TabOrder = 0
OnClick = rgBestClusClick
end
object lmdSpinClusters: TLMDSpinEdit
Left = 172
Top = 58
Width = 74
Height = 23
MinValue = 2
Enabled = False
TabOrder = 1
Value = 3
end
object rgDistNormalize: TRadioGroup
Left = 12
Top = 100
Width = 245
Height = 65
Caption = ' Distance normalization '
ItemIndex = 1
Items.Strings = (
'None'
'Variance')
TabOrder = 2
end
object GroupBox1: TGroupBox
Left = 12
Top = 180
Width = 245
Height = 105
Caption = ' Show detailed results '
TabOrder = 3
object chkTreeStructure: TCheckBox
Left = 16
Top = 26
Width = 97
Height = 17
Caption = 'Tree structure'
TabOrder = 0
end
object chkIndexSelection: TCheckBox
Left = 16
Top = 52
Width = 117
Height = 17
Caption = 'Cluster selection'
TabOrder = 1
end
object chkAnova: TCheckBox
Left = 16
Top = 76
Width = 117
Height = 17
Caption = 'Anova table'
TabOrder = 2
end
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?