udlgopprmspvtreec45.dfm

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

DFM
77
字号
inherited dlgOpPrmSpvTreeC45: TdlgOpPrmSpvTreeC45
  Left = 600
  Top = 509
  Caption = 'C4.5 parameters'
  ClientHeight = 212
  ClientWidth = 316
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 177
    Width = 316
    inherited btnOk: TButton
      Left = 84
    end
    inherited btnCancel: TButton
      Left = 160
    end
    inherited btnHelp: TButton
      Left = 236
    end
  end
  inherited pnlClient: TPanel
    Width = 316
    Height = 177
    inherited pgCtrlPrm: TPageControl
      Width = 284
      Height = 145
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 28
          Top = 24
          Width = 103
          Height = 15
          Caption = 'Min size of leaves :'
        end
        object Label2: TLabel
          Left = 34
          Top = 65
          Width = 96
          Height = 15
          Caption = 'Confidence level :'
        end
        object edCLevel: TLMDMaskEdit
          Left = 144
          Top = 64
          Width = 100
          Height = 21
          Cursor = crIBeam
          Bevel.Mode = bmWindows
          Caret.BlinkRate = 530
          Caret.ImageIndex = 0
          Caret.ListIndex = 0
          TabOrder = 0
          CurrencySettings.SystemDefaults = cmSystem
          CurrencySettings.PositiveFormatStr = '1,1 '#164
          CurrencySettings.NegativeFormatStr = '-1,1 '#164
          CurrencySettings.Symbol = #8364
          CustomButtons = <>
          MaskType = meFloat
          Text = '0.25'
          DateTime = 0.25
        end
        object spinMinSize: TLMDSpinEdit
          Left = 144
          Top = 20
          Width = 100
          Height = 23
          MaxValue = 10000000
          MinValue = 1
          TabOrder = 1
          Value = 5
        end
      end
    end
  end
end

⌨️ 快捷键说明

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