udlgopprmsdlinearcorrelation.dfm
来自「ADaM is a data mining and image processi」· DFM 代码 · 共 55 行
DFM
55 行
inherited DlgOpPrmLinearCorrelation: TDlgOpPrmLinearCorrelation
Top = 168
Caption = 'Linear correlation options'
ClientHeight = 403
PixelsPerInch = 96
TextHeight = 15
inherited pnlBottom: TPanel
Top = 368
end
inherited pnlClient: TPanel
Height = 368
inherited pgCtrlPrm: TPageControl
Height = 336
inherited tabPrm: TTabSheet
object chkSort: TCheckBox
Left = 20
Top = 12
Width = 97
Height = 17
Caption = 'Sort results'
TabOrder = 0
OnClick = chkSortClick
end
object rgSort: TRadioGroup
Left = 20
Top = 38
Width = 400
Height = 131
Caption = ' Sort by '
Enabled = False
ItemIndex = 0
Items.Strings = (
'Y attribute name'
'X attribute name'
'r - value'
'|r| - value')
TabOrder = 1
end
object rgInputList: TRadioGroup
Left = 20
Top = 184
Width = 400
Height = 101
Caption = ' Input list '
ItemIndex = 0
Items.Strings = (
'Target and Input'
'Cross Input')
TabOrder = 2
end
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?