udlgoprmmetaspvcommittee.dfm

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

DFM
69
字号
inherited DlgOpPrmSpvMetaCommittee: TDlgOpPrmSpvMetaCommittee
  Caption = 'Committee parameters'
  ClientHeight = 229
  ClientWidth = 324
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 194
    Width = 324
    inherited btnOk: TButton
      Left = 92
    end
    inherited btnCancel: TButton
      Left = 168
    end
    inherited btnHelp: TButton
      Left = 244
    end
  end
  inherited pnlClient: TPanel
    Width = 324
    Height = 194
    inherited pgCtrlPrm: TPageControl
      Width = 292
      Height = 162
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 6
          Top = 34
          Width = 124
          Height = 15
          Caption = 'Number of replication :'
        end
        object Label2: TLabel
          Left = 16
          Top = 80
          Width = 85
          Height = 15
          Caption = 'Rnd generator :'
        end
        object spinReplication: TLMDSpinEdit
          Left = 140
          Top = 30
          Width = 121
          Height = 23
          MaxValue = 32767
          MinValue = 1
          TabOrder = 0
          Value = 25
        end
        object cmbGenerator: TComboBox
          Left = 140
          Top = 76
          Width = 121
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          ItemIndex = 0
          TabOrder = 1
          Text = 'Random'
          Items.Strings = (
            'Random'
            'Standard')
        end
      end
    end
  end
end

⌨️ 快捷键说明

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