udlgopprmiscattributevalue.dfm

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

DFM
85
字号
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 + =
减小字号Ctrl + -
显示快捷键?