udlgopprmspvdiscanalysis.dfm

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

DFM
39
字号
inherited dlgOpPrmSpvDiscAnalysis: TdlgOpPrmSpvDiscAnalysis
  Caption = 'Discriminant'
  ClientWidth = 326
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Width = 326
    inherited btnOk: TButton
      Left = 94
    end
    inherited btnCancel: TButton
      Left = 170
    end
    inherited btnHelp: TButton
      Left = 246
    end
  end
  inherited pnlClient: TPanel
    Width = 326
    inherited pgCtrlPrm: TPageControl
      Width = 294
      inherited tabPrm: TTabSheet
        object rgMatInv: TRadioGroup
          Left = 22
          Top = 16
          Width = 241
          Height = 85
          Caption = ' Matrix inversion '
          ItemIndex = 0
          Items.Strings = (
            'Exact'
            'Approximated')
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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