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

📄 udlgopprmexportdata.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited DlgOpPrmExportDataset: TDlgOpPrmExportDataset
  Caption = 'DlgOpPrmExportDataset'
  ClientHeight = 329
  ClientWidth = 468
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 294
    Width = 468
    inherited btnOk: TButton
      Left = 236
    end
    inherited btnCancel: TButton
      Left = 312
    end
    inherited btnHelp: TButton
      Left = 388
    end
  end
  inherited pnlClient: TPanel
    Width = 468
    Height = 294
    inherited pgCtrlPrm: TPageControl
      Width = 436
      Height = 262
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 28
          Top = 178
          Width = 58
          Height = 15
          Caption = 'Filename :'
        end
        object rgExamples: TRadioGroup
          Left = 26
          Top = 12
          Width = 375
          Height = 67
          Caption = ' Examples selection '
          ItemIndex = 0
          Items.Strings = (
            'all examples'
            'selected examples')
          TabOrder = 0
        end
        object rgAttributes: TRadioGroup
          Left = 27
          Top = 88
          Width = 375
          Height = 81
          Caption = ' Attributes selection '
          Items.Strings = (
            'all attributes'
            'target attributes'
            'input attributes')
          TabOrder = 1
        end
        object saveEdit: TLMDFileSaveEdit
          Left = 27
          Top = 198
          Width = 375
          Height = 21
          Cursor = crIBeam
          Bevel.Mode = bmWindows
          Caret.BlinkRate = 530
          Caret.ImageIndex = 0
          Caret.ListIndex = 0
          TabOrder = 2
          Title = 'Dataset filename'
          Filter = 'Text file (tab delimited)|*.txt'
          DefaultExt = 'txt'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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