udlgopprmdiscbinbinning.dfm

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

DFM
57
字号
inherited dlgOpPrmDiscBinBinning: TdlgOpPrmDiscBinBinning
  Caption = 'Binary binning parameters'
  ClientHeight = 249
  ClientWidth = 426
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 214
    Width = 426
    inherited btnOk: TButton
      Left = 194
    end
    inherited btnCancel: TButton
      Left = 270
    end
    inherited btnHelp: TButton
      Left = 346
    end
  end
  inherited pnlClient: TPanel
    Width = 426
    Height = 214
    inherited pgCtrlPrm: TPageControl
      Width = 394
      Height = 182
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 244
          Top = 24
          Width = 93
          Height = 15
          Caption = 'Threshold value :'
        end
        object rgCutPointType: TRadioGroup
          Left = 16
          Top = 16
          Width = 225
          Height = 117
          Caption = ' Cut point type '
          Items.Strings = (
            'User defined'
            'Average')
          TabOrder = 0
        end
        object edThreshold: TEdit
          Left = 244
          Top = 44
          Width = 121
          Height = 23
          TabOrder = 1
          Text = '0.05'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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