udlgopprmrotatefactors.dfm

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

DFM
68
字号
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 + =
减小字号Ctrl + -
显示快捷键?