udlgopprmsdcrosstabulation.dfm

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

DFM
110
字号
inherited DlgOpPrmSDCrossTab: TDlgOpPrmSDCrossTab
  Top = 237
  Caption = 'Cross-tabulation parameters'
  ClientHeight = 435
  ClientWidth = 478
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlBottom: TPanel
    Top = 400
    Width = 478
    inherited btnOk: TButton
      Left = 246
    end
    inherited btnCancel: TButton
      Left = 322
    end
    inherited btnHelp: TButton
      Left = 398
    end
  end
  inherited pnlClient: TPanel
    Width = 478
    Height = 400
    inherited pgCtrlPrm: TPageControl
      Width = 446
      Height = 368
      inherited tabPrm: TTabSheet
        object chkSort: TCheckBox
          Left = 20
          Top = 12
          Width = 97
          Height = 17
          Caption = 'Sort results'
          TabOrder = 0
          OnClick = chkSortClick
        end
        object rgSort: TRadioGroup
          Left = 20
          Top = 38
          Width = 400
          Height = 115
          Caption = ' Sort by '
          Enabled = False
          ItemIndex = 0
          Items.Strings = (
            'Row attribute name'
            'Column attribute name'
            'Tschuprow statistic')
          TabOrder = 1
        end
        object rgInputList: TRadioGroup
          Left = 20
          Top = 160
          Width = 400
          Height = 101
          Caption = ' Input list '
          ItemIndex = 0
          Items.Strings = (
            'Target and Input'
            'Cross Input')
          TabOrder = 2
        end
        object GroupBox1: TGroupBox
          Left = 20
          Top = 272
          Width = 400
          Height = 53
          Caption = ' Contribution thresold '
          TabOrder = 3
          object Label1: TLabel
            Left = 12
            Top = 21
            Width = 188
            Height = 15
            Caption = 'Highlight contribution greater than '
          end
          object Label2: TLabel
            Left = 256
            Top = 21
            Width = 55
            Height = 15
            Caption = 'X average'
          end
          object edCThresold: TLMDMaskEdit
            Left = 204
            Top = 18
            Width = 45
            Height = 21
            Cursor = crIBeam
            BackFX.AlphaBlend.Strength = 0.600000023841858
            Bevel.Mode = bmWindows
            Caret.BlinkRate = 530
            Caret.ImageIndex = 0
            Caret.ListIndex = 0
            TabOrder = 0
            CurrencySettings.SystemDefaults = cmSystem
            CurrencySettings.PositiveFormatStr = '1,1 '#164
            CurrencySettings.NegativeFormatStr = '-1,1 '#164
            CurrencySettings.Symbol = 'F'
            CustomButtons = <>
            MaskType = meFloat
            Text = '0'
            DateTime = 0
          end
        end
      end
    end
  end
end

⌨️ 快捷键说明

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