udlgopprmfcradialbasisfunction.dfm

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

DFM
51
字号
inherited dlgOpPrmFCRadialBasisFunction: TdlgOpPrmFCRadialBasisFunction
  Caption = 'RBF'
  ClientHeight = 257
  ClientWidth = 345
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 222
    Width = 345
    inherited btnOk: TButton
      Left = 113
    end
    inherited btnCancel: TButton
      Left = 189
    end
    inherited btnHelp: TButton
      Left = 265
    end
  end
  inherited pnlClient: TPanel
    Width = 345
    Height = 222
    inherited pgCtrlPrm: TPageControl
      Width = 313
      Height = 190
      inherited tabPrm: TTabSheet
        object rgStdDev: TRadioGroup
          Left = 30
          Top = 20
          Width = 245
          Height = 81
          Caption = ' Std-dev estimation '
          ItemIndex = 0
          Items.Strings = (
            'Local'
            'Global')
          TabOrder = 0
        end
        object chkRenormalization: TCheckBox
          Left = 30
          Top = 124
          Width = 205
          Height = 17
          Caption = 'Use renormalization'
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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