udlgopprmfcbinarization.dfm

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

DFM
39
字号
inherited DlgOpPrmFCBinarization: TDlgOpPrmFCBinarization
  Caption = '0/1 coding'
  ClientHeight = 185
  ClientWidth = 319
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 150
    Width = 319
    inherited btnOk: TButton
      Left = 87
    end
    inherited btnCancel: TButton
      Left = 163
    end
    inherited btnHelp: TButton
      Left = 239
    end
  end
  inherited pnlClient: TPanel
    Width = 319
    Height = 150
    inherited pgCtrlPrm: TPageControl
      Width = 287
      Height = 118
      inherited tabPrm: TTabSheet
        object chkFullDesc: TCheckBox
          Left = 23
          Top = 36
          Width = 233
          Height = 17
          Caption = 'Use K (all) values of discrete attributes'
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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