udlgopprmspvassestestset.dfm

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

DFM
42
字号
inherited dlgOpPrmSpvAssesTestSet: TdlgOpPrmSpvAssesTestSet
  Caption = 'Define evaluation set'
  ClientHeight = 218
  ClientWidth = 329
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 183
    Width = 329
    inherited btnOk: TButton
      Left = 97
    end
    inherited btnCancel: TButton
      Left = 173
    end
    inherited btnHelp: TButton
      Left = 249
    end
  end
  inherited pnlClient: TPanel
    Width = 329
    Height = 183
    inherited pgCtrlPrm: TPageControl
      Width = 297
      Height = 151
      inherited tabPrm: TTabSheet
        object rgSelExamples: TRadioGroup
          Left = 18
          Top = 13
          Width = 253
          Height = 89
          Caption = ' Used examples '
          Items.Strings = (
            'Selected'
            'Unselected')
          TabOrder = 0
        end
      end
    end
  end
end

⌨️ 快捷键说明

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