udlgopprmclusteringrng.dfm

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

DFM
64
字号
inherited dlgOpPrmClusteringNG: TdlgOpPrmClusteringNG
  Caption = 'RNG'
  ClientHeight = 252
  ClientWidth = 421
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 217
    Width = 421
    inherited btnOk: TButton
      Left = 189
    end
    inherited btnCancel: TButton
      Left = 265
    end
    inherited btnHelp: TButton
      Left = 341
    end
  end
  inherited pnlClient: TPanel
    Width = 421
    Height = 217
    inherited pgCtrlPrm: TPageControl
      Width = 389
      Height = 185
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 36
          Top = 40
          Width = 91
          Height = 15
          Caption = 'Min cluster size :'
        end
        object Label2: TLabel
          Left = 40
          Top = 92
          Width = 111
          Height = 15
          Caption = 'Positive class value :'
        end
        object spinMinClusSize: TLMDSpinEdit
          Left = 200
          Top = 36
          Width = 141
          Height = 23
          MaxValue = 32767
          MinValue = 1
          TabOrder = 0
          Value = 5
        end
        object cmbPositiveClass: TComboBox
          Left = 200
          Top = 88
          Width = 145
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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