udlgopprmspvknn.dfm

来自「ADaM is a data mining and image processi」· DFM 代码 · 共 60 行

DFM
60
字号
inherited DlgOpPrmSpvKNN: TDlgOpPrmSpvKNN
  Caption = 'k-NN parameters'
  ClientHeight = 264
  ClientWidth = 327
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 229
    Width = 327
    inherited btnOk: TButton
      Left = 95
    end
    inherited btnCancel: TButton
      Left = 171
    end
    inherited btnHelp: TButton
      Left = 247
    end
  end
  inherited pnlClient: TPanel
    Width = 327
    Height = 229
    inherited pgCtrlPrm: TPageControl
      Width = 295
      Height = 197
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 18
          Top = 30
          Width = 110
          Height = 15
          Caption = 'Neighborhood size :'
        end
        object spinNeighbors: TLMDSpinEdit
          Left = 142
          Top = 26
          Width = 121
          Height = 23
          MaxValue = 20
          MinValue = 1
          TabOrder = 0
          Value = 5
        end
        object rgContDist: TRadioGroup
          Left = 21
          Top = 72
          Width = 241
          Height = 77
          Caption = ' Distance for continuous attributes '
          ItemIndex = 0
          Items.Strings = (
            'HEOM (Wilson-Martinez, JAIR'#39'97)'
            'Euclidian')
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?