udlgopprmclusteringlvq.dfm

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

DFM
118
字号
inherited DlgOpPrmClusteringLVQ: TDlgOpPrmClusteringLVQ
  Caption = 'LVQ parameters'
  ClientHeight = 380
  ClientWidth = 366
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 345
    Width = 366
    inherited btnOk: TButton
      Left = 134
    end
    inherited btnCancel: TButton
      Left = 210
    end
    inherited btnHelp: TButton
      Left = 286
    end
  end
  inherited pnlClient: TPanel
    Width = 366
    Height = 345
    inherited pgCtrlPrm: TPageControl
      Width = 334
      Height = 313
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 18
          Top = 18
          Width = 134
          Height = 15
          Caption = 'Clusters per class value :'
        end
        object Label2: TLabel
          Left = 20
          Top = 52
          Width = 79
          Height = 15
          Caption = 'Learning rate :'
        end
        object Label3: TLabel
          Left = 20
          Top = 80
          Width = 56
          Height = 15
          Caption = 'Iterations :'
        end
        object spinClustersPerClass: TLMDSpinEdit
          Left = 180
          Top = 16
          Width = 121
          Height = 23
          MaxValue = 20
          MinValue = 1
          TabOrder = 0
          Value = 3
        end
        object edLRate: TLMDMaskEdit
          Left = 180
          Top = 48
          Width = 121
          Height = 21
          Cursor = crIBeam
          BackFX.AlphaBlend.Strength = 0.600000023841858
          Bevel.Mode = bmWindows
          Caret.BlinkRate = 530
          Caret.ImageIndex = 0
          Caret.ListIndex = 0
          TabOrder = 1
          CurrencySettings.SystemDefaults = cmSystem
          CurrencySettings.PositiveFormatStr = '1,1 '#164
          CurrencySettings.NegativeFormatStr = '-1,1 '#164
          CurrencySettings.Symbol = 'F'
          CustomButtons = <>
          Decimals = 4
          MaskType = meFloat
          Text = '0'
          DateTime = 0
        end
        object spinIterations: TLMDSpinEdit
          Left = 180
          Top = 76
          Width = 121
          Height = 23
          MaxValue = 20
          MinValue = 1
          TabOrder = 2
          Value = 3
        end
        object rgNormalization: TRadioGroup
          Left = 20
          Top = 112
          Width = 285
          Height = 67
          Caption = ' Distance normalization '
          ItemIndex = 1
          Items.Strings = (
            'None'
            'Variance')
          TabOrder = 3
        end
        object rgSeedRnd: TRadioGroup
          Left = 21
          Top = 190
          Width = 284
          Height = 73
          Caption = ' Seed random generator '
          ItemIndex = 0
          Items.Strings = (
            'Random'
            'Standard')
          TabOrder = 4
        end
      end
    end
  end
end

⌨️ 快捷键说明

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