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

📄 ufrmopscatterplot.dfm

📁 ADaM is a data mining and image processing toolkit
💻 DFM
字号:
inherited FrmOpViewDataScatterplot: TFrmOpViewDataScatterplot
  Left = 217
  Top = 176
  Width = 880
  Height = 643
  Caption = 'FrmOpViewDataScatterplot'
  PixelsPerInch = 96
  TextHeight = 15
  inherited pnlFond: TPanel
    Width = 872
    Height = 589
    inherited pgctrlFond: TPageControl
      Width = 872
      Height = 589
      ActivePage = tabChart
      object tabChart: TTabSheet
        Caption = 'tabChart'
        ImageIndex = 1
        TabVisible = False
        object panelChart: TPanel
          Left = 0
          Top = 0
          Width = 864
          Height = 579
          Align = alClient
          BevelInner = bvRaised
          BevelOuter = bvLowered
          BorderWidth = 22
          TabOrder = 0
          DesignSize = (
            864
            579)
          object chart: TChart
            Left = 24
            Top = 24
            Width = 816
            Height = 531
            BackWall.Brush.Color = clWhite
            BackWall.Brush.Style = bsClear
            Title.Text.Strings = (
              'TChart')
            Legend.Alignment = laBottom
            Legend.Color = 13750737
            Legend.ShadowSize = 2
            View3D = False
            Align = alClient
            BevelInner = bvLowered
            BevelOuter = bvNone
            TabOrder = 0
            object Series1: TPointSeries
              Marks.ArrowLength = 0
              Marks.Visible = False
              SeriesColor = clRed
              Pointer.InflateMargins = True
              Pointer.Style = psRectangle
              Pointer.Visible = True
              XValues.DateTime = False
              XValues.Name = 'X '
              XValues.Multiplier = 1
              XValues.Order = loAscending
              YValues.DateTime = False
              YValues.Name = 'Y '
              YValues.Multiplier = 1
              YValues.Order = loNone
            end
          end
          object cmbX2: TComboBox
            Left = 24
            Top = 0
            Width = 145
            Height = 23
            Style = csDropDownList
            Color = clMoneyGreen
            ItemHeight = 15
            TabOrder = 1
            OnChange = actModifySeriesExecute
          end
          object cmbX1: TComboBox
            Left = 696
            Top = 555
            Width = 145
            Height = 23
            Style = csDropDownList
            Anchors = [akRight, akBottom]
            Color = clMoneyGreen
            ItemHeight = 15
            TabOrder = 2
            OnChange = actModifySeriesExecute
          end
          object cmbBy: TComboBox
            Left = 696
            Top = 0
            Width = 145
            Height = 23
            Style = csDropDownList
            Anchors = [akTop, akRight]
            Color = clGradientActiveCaption
            ItemHeight = 15
            TabOrder = 3
            OnChange = actModifySeriesExecute
          end
        end
      end
    end
  end
  inherited ActListFrmOperator: TActionList
    Left = 712
    Top = 196
    object actModifySeries: TAction
      Category = 'Component'
      Caption = 'actModifySeries'
      OnExecute = actModifySeriesExecute
    end
    object actCopyChartToClipboard: TAction
      Category = 'Component'
      Caption = 'actCopyChartToClipboard'
      OnExecute = actCopyChartToClipboardExecute
    end
    object actIncPointSize: TAction
      Category = 'Component'
      Caption = 'Increase point size'
      ShortCut = 16465
      OnExecute = actIncPointSizeExecute
    end
    object actDecresePointSize: TAction
      Category = 'Component'
      Caption = 'actDecresePointSize'
      ShortCut = 16471
      OnExecute = actDecresePointSizeExecute
    end
  end
  inherited MenuOperator: TMainMenu
    Left = 768
    Top = 196
    inherited menuComponent: TMenuItem
      OnClick = actCopyChartToClipboardExecute
      object Copycharttoclipboard1: TMenuItem
        Action = actCopyChartToClipboard
        Caption = 'Copy chart'
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Increasepointsize1: TMenuItem
        Action = actIncPointSize
      end
      object Decreasepointsize1: TMenuItem
        Action = actDecresePointSize
        Caption = 'Decrease point size'
      end
    end
  end
end

⌨️ 快捷键说明

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