⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 udlgopprmfcstandardize.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited DlgOpPrmFCStandardize: TDlgOpPrmFCStandardize
  Caption = 'Standardize parameters'
  ClientHeight = 232
  ClientWidth = 351
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 197
    Width = 351
    inherited btnOk: TButton
      Left = 119
    end
    inherited btnCancel: TButton
      Left = 195
    end
    inherited btnHelp: TButton
      Left = 271
    end
  end
  inherited pnlClient: TPanel
    Width = 351
    Height = 197
    inherited pgCtrlPrm: TPageControl
      Width = 319
      Height = 165
      inherited tabPrm: TTabSheet
        object rgStd: TRadioGroup
          Left = 16
          Top = 4
          Width = 285
          Height = 125
          Caption = ' Formula '
          ItemIndex = 3
          Items.Strings = (
            '(x - x_min) / (x_max - x_min)'
            '(x - x_avg)'
            '(x / x_std_dev)'
            '(x - x_avg) / x_std_dev')
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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