udlgopprmclusem.dfm

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

DFM
98
字号
inherited DlgOpPrmClusEM: TDlgOpPrmClusEM
  Caption = 'EM clustering parameters'
  ClientHeight = 307
  ClientWidth = 353
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 272
    Width = 353
    inherited btnOk: TButton
      Left = 121
    end
    inherited btnCancel: TButton
      Left = 197
    end
    inherited btnHelp: TButton
      Left = 273
    end
  end
  inherited pnlClient: TPanel
    Width = 353
    Height = 272
    inherited pgCtrlPrm: TPageControl
      Width = 321
      Height = 240
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 32
          Top = 32
          Width = 109
          Height = 15
          Caption = 'Number of clusters :'
        end
        object Label2: TLabel
          Left = 32
          Top = 76
          Width = 77
          Height = 15
          Caption = 'Max iteration :'
        end
        object Label3: TLabel
          Left = 32
          Top = 124
          Width = 68
          Height = 15
          Caption = 'Ridge coef. :'
        end
        object spinNbClusters: TLMDSpinEdit
          Left = 176
          Top = 28
          Width = 100
          Height = 23
          MinValue = 1
          TabOrder = 0
          Value = 1
        end
        object spinMaxIteration: TLMDSpinEdit
          Left = 176
          Top = 72
          Width = 100
          Height = 23
          MinValue = 1
          TabOrder = 1
          Value = 50
        end
        object chkStandardize: TCheckBox
          Left = 35
          Top = 168
          Width = 249
          Height = 17
          Caption = 'Standardization of attributes for K-Means'
          TabOrder = 2
        end
        object edRidgeCoef: TEdit
          Left = 176
          Top = 120
          Width = 100
          Height = 23
          TabOrder = 3
          Text = '0.0'
        end
      end
      object TabSheet1: TTabSheet
        Caption = 'Results'
        ImageIndex = 1
        object chkShowAnova: TCheckBox
          Left = 32
          Top = 36
          Width = 197
          Height = 17
          Caption = 'Show ANOVA Table'
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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