⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 udlgopprmspvassesbootstrap.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited dlgOpPrmSpvAssesBootstrap: TdlgOpPrmSpvAssesBootstrap
  Caption = 'Bootstrap assesment'
  ClientHeight = 286
  ClientWidth = 377
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 251
    Width = 377
    inherited btnOk: TButton
      Left = 145
    end
    inherited btnCancel: TButton
      Left = 221
    end
    inherited btnHelp: TButton
      Left = 297
    end
  end
  inherited pnlClient: TPanel
    Width = 377
    Height = 251
    inherited pgCtrlPrm: TPageControl
      Width = 345
      Height = 219
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 40
          Top = 32
          Width = 74
          Height = 15
          Caption = 'Replications :'
        end
        object GroupBox1: TGroupBox
          Left = 36
          Top = 78
          Width = 265
          Height = 89
          Caption = ' Save results '
          TabOrder = 0
          object chkSave: TCheckBox
            Left = 30
            Top = 25
            Width = 209
            Height = 17
            Caption = 'Save error rate to file'
            TabOrder = 0
            OnClick = chkSaveClick
          end
          object edSave: TLMDFileSaveEdit
            Left = 28
            Top = 52
            Width = 209
            Height = 21
            Cursor = crIBeam
            Bevel.Mode = bmWindows
            Caret.BlinkRate = 530
            Caret.ImageIndex = 0
            Caret.ListIndex = 0
            TabOrder = 1
            Filter = 'Text file|*.txt'
            DefaultExt = 'txt'
          end
        end
        object spinReplications: TLMDSpinEdit
          Left = 148
          Top = 28
          Width = 121
          Height = 23
          MinValue = 1
          TabOrder = 1
          Value = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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