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

📄 teeediseri.xfm

📁 Delphi的图表开发控件
💻 XFM
📖 第 1 页 / 共 2 页
字号:
            Width = 121
            Height = 17
            HelpContext = 154
            Caption = '&Multi line'
            TabOrder = 4
            OnClick = CBMultiLineClick
          end
          object CBAllVisible: TCheckBox
            Left = 96
            Top = 8
            Width = 147
            Height = 17
            HelpContext = 682
            Caption = 'All Series Visi&ble'
            TabOrder = 1
            OnClick = CBAllVisibleClick
          end
          object RGMarkStyle: TComboFlat
            Left = 80
            Top = 32
            Width = 121
            HelpContext = 447
            TabOrder = 3
            OnChange = RGMarkStyleClick
            Items.Strings = (
              'Value'
              'Percent'
              'Label'
              'Label and Percent'
              'Label and Value'
              'Legend'
              'Percent Total'
              'Label and Percent Total'
              'X value'
              'X and Y values')
          end
        end
        object TabSheet2: TTabSheet
          Caption = 'Arrows'
          ImageIndex = 1
          object L32: TLabel
            Left = 54
            Top = 55
            Width = 36
            Height = 13
            Alignment = taRightJustify
            Caption = '&Length:'
            FocusControl = SEArrowLength
          end
          object Label4: TLabel
            Left = 45
            Top = 87
            Width = 45
            Height = 13
            Alignment = taRightJustify
            Caption = '&Distance:'
            FocusControl = EArrowDist
          end
          object Label11: TLabel
            Left = 194
            Top = 16
            Width = 57
            Height = 13
            Caption = '&Arrow head:'
          end
          object Label12: TLabel
            Left = 214
            Top = 62
            Width = 23
            Height = 13
            Alignment = taRightJustify
            Caption = '&Size:'
            FocusControl = Edit1
          end
          object BMarkLinCol: TButtonPen
            Left = 8
            Top = 16
            HelpContext = 54
            Caption = '&Border...'
            TabOrder = 0
          end
          object SEArrowLength: TEdit
            Left = 96
            Top = 51
            Width = 32
            Height = 21
            HelpContext = 56
            TabOrder = 1
            Text = '0'
            OnChange = SEArrowLengthChange
          end
          object UDArrowsLength: TUpDown
            Left = 128
            Top = 51
            Width = 15
            Height = 21
            HelpContext = 56
            Associate = SEArrowLength
            Min = -1000
            Max = 1000
            TabOrder = 2
          end
          object EArrowDist: TEdit
            Left = 96
            Top = 83
            Width = 32
            Height = 21
            HelpContext = 1901
            TabOrder = 3
            Text = '0'
            OnChange = EArrowDistChange
          end
          object UDArrowDist: TUpDown
            Left = 128
            Top = 83
            Width = 15
            Height = 21
            HelpContext = 1901
            Associate = EArrowDist
            Min = -1000
            Max = 1000
            TabOrder = 4
          end
          object BCalloutPointer: TButton
            Left = 96
            Top = 16
            Width = 75
            Height = 25
            Caption = '&Pointer...'
            TabOrder = 5
            OnClick = BCalloutPointerClick
          end
          object CBHead: TComboFlat
            Left = 192
            Top = 32
            Width = 99
            HelpContext = 1902
            TabOrder = 6
            OnChange = CBHeadChange
            Items.Strings = (
              'None'
              'Line'
              'Solid')
          end
          object Edit1: TEdit
            Left = 243
            Top = 59
            Width = 32
            Height = 21
            HelpContext = 1903
            TabOrder = 7
            Text = '0'
            OnChange = Edit1Change
          end
          object UDHeadSize: TUpDown
            Left = 275
            Top = 59
            Width = 15
            Height = 21
            HelpContext = 1903
            Associate = Edit1
            Min = -1000
            Max = 1000
            TabOrder = 8
          end
        end
        object TabSymbol: TTabSheet
          Caption = 'Symbol'
          ImageIndex = 2
        end
      end
    end
    object TabDataSource: TTabSheet
      Caption = 'Data Source'
      object Panel2: TPanel
        Left = 0
        Top = 24
        Width = 390
        Height = 180
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 0
        object ChartGrid1: TChartGrid
          Left = 0
          Top = 0
          Width = 390
          Height = 155
          Align = alClient
          Options = [goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goThumbTracking]
          TabOrder = 0
          ShowColors = True
          OnSetEditText = ChartGrid1SetEditText
        end
        object ChartGridNavigator1: TChartGridNavigator
          Left = 0
          Top = 155
          Width = 390
          Height = 25
          Align = alBottom
          TabOrder = 1
          Grid = ChartGrid1
        end
      end
      object PanTop: TPanel
        Left = 0
        Top = 0
        Width = 390
        Height = 24
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 1
        object CBDataSourcestyle: TComboFlat
          Left = 4
          Top = 1
          Width = 125
          HelpContext = 178
          TabOrder = 0
          OnChange = CBDataSourcestyleChange
          Items.Strings = (
            'Manual'
            'Random'
            'Function')
        end
        object NewDataButton: TButton
          Left = 198
          Top = 0
          Width = 56
          Height = 23
          Caption = '&New...'
          TabOrder = 1
          Visible = False
        end
        object EditDataButton: TButton
          Left = 262
          Top = 0
          Width = 56
          Height = 23
          Caption = '&Edit...'
          TabOrder = 2
          Visible = False
        end
        object DeleteDataButton: TButton
          Left = 326
          Top = 0
          Width = 56
          Height = 23
          Caption = '&Delete'
          TabOrder = 3
          Visible = False
        end
      end
      object Panel4: TPanel
        Left = 0
        Top = 24
        Width = 390
        Height = 180
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 2
        Visible = False
        object Label2: TLabel
          Left = 21
          Top = 13
          Width = 122
          Height = 13
          Caption = '&Number of sample values:'
        end
        object ESamples: TEdit
          Left = 21
          Top = 30
          Width = 72
          Height = 21
          HelpContext = 1907
          TabOrder = 0
          Text = '0'
          OnChange = ESamplesChange
        end
        object CBSamplesDefault: TCheckBox
          Left = 108
          Top = 32
          Width = 109
          Height = 17
          HelpContext = 1907
          Caption = '&Default'
          TabOrder = 1
          OnClick = CBSamplesDefaultClick
        end
        object BApplyRandom: TButton
          Left = 20
          Top = 64
          Width = 75
          Height = 25
          HelpContext = 1908
          Caption = '&Apply'
          Enabled = False
          TabOrder = 2
          OnClick = BApplyRandomClick
        end
        object Button3: TButton
          Left = 108
          Top = 64
          Width = 75
          Height = 25
          Caption = '&Clear'
          TabOrder = 3
          OnClick = Button3Click
        end
      end
    end
  end
  object CBPersistent: TCheckBox
    Left = 307
    Top = 27
    Width = 97
    Height = 17
    Caption = 'Persistent'
    TabOrder = 0
    Visible = False
    OnClick = CBPersistentClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 398
    Height = 25
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object ImageSeries: TImage
      Left = 220
      Top = 0
      Width = 24
      Height = 24
      Transparent = True
    end
    object LabelSeriesClass: TLabel
      Left = 252
      Top = 6
      Width = 130
      Height = 13
      AutoSize = False
      Transparent = True
    end
    object PaintBox1: TPaintBox
      Left = 370
      Top = 0
      Width = 20
      Height = 25
      Cursor = crHandPoint
      Align = alRight
      OnClick = PaintBox1Click
      OnPaint = PaintBox1Paint
    end
    object CBSeries: TComboFlat
      Left = 4
      Top = 2
      Width = 205
      HelpContext = 516
      DropDownCount = 16
      TabOrder = 0
      OnChange = CBSeriesChange
    end
    object Panel3: TPanel
      Left = 390
      Top = 0
      Width = 8
      Height = 25
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 1
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer1Timer
    Left = 212
    Top = 64
  end
end

⌨️ 快捷键说明

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