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

📄 udlgopprmiscattributevalue.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited dlgOpPrmISCAttValue: TdlgOpPrmISCAttValue
  Caption = 'Continuous Attribute Value Selection'
  ClientHeight = 195
  ClientWidth = 461
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 160
    Width = 461
    inherited btnOk: TButton
      Left = 229
    end
    inherited btnCancel: TButton
      Left = 305
    end
    inherited btnHelp: TButton
      Left = 381
    end
  end
  inherited pnlClient: TPanel
    Width = 461
    Height = 160
    inherited pgCtrlPrm: TPageControl
      Width = 429
      Height = 128
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 16
          Top = 24
          Width = 50
          Height = 15
          Caption = 'Attribute :'
        end
        object Label2: TLabel
          Left = 192
          Top = 20
          Width = 54
          Height = 15
          Caption = 'Operator :'
        end
        object Label3: TLabel
          Left = 276
          Top = 21
          Width = 37
          Height = 15
          Caption = 'Value :'
        end
        object cmbAttribute: TComboBox
          Left = 16
          Top = 40
          Width = 145
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 0
        end
        object cmbOperator: TComboBox
          Left = 192
          Top = 40
          Width = 57
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 1
          Items.Strings = (
            '<'
            '<='
            '='
            '<>'
            '>='
            '>')
        end
        object edValue: TEdit
          Left = 276
          Top = 40
          Width = 121
          Height = 23
          TabOrder = 2
          Text = '0'
        end
      end
    end
  end
end

⌨️ 快捷键说明

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