udlgopprmspvprototypenn.dfm

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

DFM
59
字号
inherited DlgOpPrmSpvPrototypeNN: TDlgOpPrmSpvPrototypeNN
  Caption = 'Prototype-NN parameters'
  ClientHeight = 257
  ClientWidth = 371
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 222
    Width = 371
    inherited btnOk: TButton
      Left = 139
    end
    inherited btnCancel: TButton
      Left = 215
    end
    inherited btnHelp: TButton
      Left = 291
    end
  end
  inherited pnlClient: TPanel
    Width = 371
    Height = 222
    inherited pgCtrlPrm: TPageControl
      Width = 339
      Height = 190
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 28
          Top = 24
          Width = 113
          Height = 15
          Caption = 'Prototype definition : '
        end
        object cmbProtoAttribute: TComboBox
          Left = 168
          Top = 20
          Width = 145
          Height = 23
          ItemHeight = 15
          TabOrder = 0
        end
        object rgNormalization: TRadioGroup
          Left = 26
          Top = 56
          Width = 287
          Height = 93
          Caption = ' Distance normalization '
          ItemIndex = 1
          Items.Strings = (
            'None'
            'Local variance'
            'Global variance')
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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