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

📄 udlgopprmrotatefactors.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited dlgOpPrmFactRotateFactors: TdlgOpPrmFactRotateFactors
  Caption = 'Factors rotation'
  ClientHeight = 245
  ClientWidth = 346
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 210
    Width = 346
    inherited btnOk: TButton
      Left = 114
    end
    inherited btnCancel: TButton
      Left = 190
    end
    inherited btnHelp: TButton
      Left = 266
    end
  end
  inherited pnlClient: TPanel
    Width = 346
    Height = 210
    inherited pgCtrlPrm: TPageControl
      Width = 314
      Height = 178
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 36
          Top = 28
          Width = 65
          Height = 15
          Caption = '# of factors :'
        end
        object Label2: TLabel
          Left = 52
          Top = 92
          Width = 48
          Height = 15
          Caption = 'Method :'
        end
        object spinFactors: TLMDSpinEdit
          Left = 144
          Top = 24
          Width = 121
          Height = 23
          MinValue = 1
          TabOrder = 0
          Value = 2
        end
        object cmbMethod: TComboBox
          Left = 144
          Top = 88
          Width = 121
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          ItemIndex = 0
          TabOrder = 1
          Text = 'VARIMAX'
          Items.Strings = (
            'VARIMAX'
            'QUARTIMAX')
        end
      end
    end
  end
end

⌨️ 快捷键说明

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