udlgopprmclusemselection.dfm

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

DFM
150
字号
inherited DlgOpPrmClusEMSelection: TDlgOpPrmClusEMSelection
  Left = 409
  Top = 187
  Caption = 'EM Selection'
  ClientHeight = 486
  ClientWidth = 352
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 451
    Width = 352
    inherited btnOk: TButton
      Left = 120
    end
    inherited btnCancel: TButton
      Left = 196
    end
    inherited btnHelp: TButton
      Left = 272
    end
  end
  inherited pnlClient: TPanel
    Width = 352
    Height = 451
    inherited pgCtrlPrm: TPageControl
      Width = 320
      Height = 419
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 24
          Top = 28
          Width = 52
          Height = 15
          Caption = 'Criterion :'
        end
        object cmbCriterion: TComboBox
          Left = 124
          Top = 24
          Width = 145
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          ItemIndex = 0
          TabOrder = 0
          Text = 'AIC'
          Items.Strings = (
            'AIC'
            'BIC'
            'Log-likelihood')
        end
        object chkUpdate: TCheckBox
          Left = 24
          Top = 68
          Width = 261
          Height = 17
          Hint = 
            'if checked, the plugged EM-Clustering component will be updated ' +
            'with the "optimal" number of clusters'
          Caption = 'Update plugged EM clustering component'
          Color = clBtnFace
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -12
          Font.Name = 'Microsoft Sans Serif'
          Font.Style = []
          ParentColor = False
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
        end
        object GroupBox1: TGroupBox
          Left = 24
          Top = 108
          Width = 257
          Height = 89
          Caption = ' # of clusters '
          TabOrder = 2
          object Label2: TLabel
            Left = 20
            Top = 28
            Width = 66
            Height = 15
            Caption = 'Start value : '
          end
          object Label3: TLabel
            Left = 20
            Top = 56
            Width = 63
            Height = 15
            Caption = 'End value : '
          end
          object spinStart: TLMDSpinEdit
            Left = 116
            Top = 24
            Width = 121
            Height = 23
            MinValue = 1
            TabOrder = 0
            Value = 1
          end
          object spinEnd: TLMDSpinEdit
            Left = 116
            Top = 52
            Width = 121
            Height = 23
            MinValue = 1
            TabOrder = 1
            Value = 1
          end
        end
        object rgEvalType: TRadioGroup
          Left = 24
          Top = 212
          Width = 257
          Height = 77
          Caption = ' Evaluation type '
          ItemIndex = 0
          Items.Strings = (
            'Resubstitution'
            'Cross-validation -- Folds :')
          TabOrder = 3
        end
        object spinFold: TLMDSpinEdit
          Left = 200
          Top = 256
          Width = 65
          Height = 23
          MaxValue = 5
          MinValue = 2
          TabOrder = 4
          Value = 2
        end
        object rgRnd: TRadioGroup
          Left = 24
          Top = 300
          Width = 257
          Height = 69
          Caption = ' Random generator '
          ItemIndex = 1
          Items.Strings = (
            'Random'
            'Standard')
          TabOrder = 5
        end
      end
    end
  end
end

⌨️ 快捷键说明

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