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

📄 udlgopprmisattributevalue.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited DlgOpPrmISAttributeValue: TDlgOpPrmISAttributeValue
  Caption = 'Attribute-value examples selection'
  ClientHeight = 250
  ClientWidth = 367
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 215
    Width = 367
    inherited btnOk: TButton
      Left = 135
    end
    inherited btnCancel: TButton
      Left = 211
    end
    inherited btnHelp: TButton
      Left = 287
    end
  end
  inherited pnlClient: TPanel
    Width = 367
    Height = 215
    inherited pgCtrlPrm: TPageControl
      Width = 335
      Height = 183
      inherited tabPrm: TTabSheet
        object Label1: TLabel
          Left = 25
          Top = 37
          Width = 50
          Height = 15
          Caption = 'Attribute :'
        end
        object Label2: TLabel
          Left = 36
          Top = 92
          Width = 37
          Height = 15
          Caption = 'Value :'
        end
        object cmbAttribute: TComboBox
          Left = 88
          Top = 32
          Width = 209
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 0
          OnChange = cmbAttributeChange
        end
        object cmbValue: TComboBox
          Left = 88
          Top = 88
          Width = 209
          Height = 23
          Style = csDropDownList
          ItemHeight = 15
          TabOrder = 1
        end
      end
    end
  end
end

⌨️ 快捷键说明

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